index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
efi
/
libstub
Commit message (
Expand
)
Author
Age
Files
Lines
*
efi: Allow disabling PCI busmastering on bridges during boot
Matthew Garrett
2020-01-10
3
-1
/
+130
*
efi/x86: Allow translating 64-bit arguments for mixed mode calls
Arvind Sankar
2020-01-10
1
-4
/
+1
*
efi/libstub: Tidy up types and names of global cmdline variables
Ard Biesheuvel
2019-12-25
3
-22
/
+28
*
efi/libstub: Rename efi_call_early/_runtime macros to be more intuitive
Ard Biesheuvel
2019-12-25
9
-109
/
+90
*
efi/libstub: Drop 'table' argument from efi_table_attr() macro
Ard Biesheuvel
2019-12-25
2
-13
/
+7
*
efi/libstub: Drop protocol argument from efi_call_proto() macro
Ard Biesheuvel
2019-12-25
3
-14
/
+11
*
efi/libstub/x86: Work around page freeing issue in mixed mode
Ard Biesheuvel
2019-12-25
1
-1
/
+4
*
efi/libstub: Remove 'sys_table_arg' from all function prototypes
Ard Biesheuvel
2019-12-25
10
-139
/
+111
*
efi/libstub: Drop sys_table_arg from printk routines
Ard Biesheuvel
2019-12-25
8
-61
/
+59
*
efi/libstub: Unify the efi_char16_printk implementations
Ard Biesheuvel
2019-12-25
2
-9
/
+9
*
efi/libstub: Get rid of 'sys_table_arg' macro parameter
Ard Biesheuvel
2019-12-25
3
-1
/
+14
*
efi/libstub: Avoid protocol wrapper for file I/O routines
Ard Biesheuvel
2019-12-25
1
-10
/
+7
*
efi/libstub: Annotate firmware routines as __efiapi
Ard Biesheuvel
2019-12-25
1
-4
/
+6
*
efi/libstub: Use stricter typing for firmware function pointers
Ard Biesheuvel
2019-12-25
2
-4
/
+5
*
efi/libstub: Drop explicit 32/64-bit protocol definitions
Ard Biesheuvel
2019-12-25
1
-10
/
+0
*
efi/libstub: Distinguish between native/mixed not 32/64 bit
Ard Biesheuvel
2019-12-25
1
-30
/
+15
*
efi/libstub: Extend native protocol definitions with mixed_mode aliases
Ard Biesheuvel
2019-12-25
2
-10
/
+16
*
efi/libstub: Use a helper to iterate over a EFI handle array
Ard Biesheuvel
2019-12-25
1
-7
/
+2
*
efi/gop: Unify 32/64-bit functions
Arvind Sankar
2019-12-25
1
-116
/
+18
*
efi/gop: Convert GOP structures to typedef and clean up some types
Arvind Sankar
2019-12-25
1
-13
/
+13
*
efi/libstub/random: Initialize pointer variables to zero for mixed mode
Hans de Goede
2019-12-25
1
-3
/
+3
*
efi/gop: Fix memory leak in __gop_query32/64()
Arvind Sankar
2019-12-08
1
-54
/
+12
*
efi/gop: Return EFI_SUCCESS if a usable GOP was found
Arvind Sankar
2019-12-08
1
-2
/
+2
*
efi/gop: Return EFI_NOT_FOUND if there are no usable GOPs
Arvind Sankar
2019-12-08
1
-6
/
+6
*
Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
2019-11-26
3
-0
/
+28
|
\
|
*
arm/efi: EFI soft reservation to memblock
Dan Williams
2019-11-07
2
-0
/
+9
|
*
efi: Common enable/disable infrastructure for EFI soft reservation
Dan Williams
2019-11-07
1
-0
/
+19
*
|
efi: libstub/tpm: enable tpm eventlog function for ARM platforms
Xinwei Kong
2019-11-07
1
-0
/
+2
*
|
x86: efi/random: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG table
Dominik Brodowski
2019-11-07
2
-4
/
+3
*
|
efi/random: use arch-independent efi_call_proto()
Dominik Brodowski
2019-11-07
1
-5
/
+18
|
/
*
x86, efi: Never relocate kernel below lowest acceptable address
Kairui Song
2019-10-31
2
-15
/
+11
*
efi: libstub/arm: Account for firmware reserved memory at the base of RAM
Ard Biesheuvel
2019-10-31
2
-3
/
+14
*
efi-stub: Fix get_efi_config_table on mixed-mode setups
Hans de Goede
2019-08-12
1
-11
/
+27
*
tpm: Don't duplicate events from the final event log in the TCG2 log
Matthew Garrett
2019-06-24
1
-0
/
+30
*
Abstract out support for locating an EFI config table
Matthew Garrett
2019-06-24
3
-18
/
+26
*
efi: Attempt to get the TCG2 event log in the boot stub
Matthew Garrett
2019-06-24
1
-17
/
+33
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 497
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2019-05-06
1
-3
/
+3
|
\
|
*
efi/arm/arm64: Makefile: Replace -pg with CC_FLAGS_FTRACE
Torsten Duwe
2019-04-09
1
-3
/
+3
*
|
efi/libstub/arm: Omit unneeded stripping of ksymtab/kcrctab sections
Ard Biesheuvel
2019-03-29
1
-2
/
+1
*
|
efi/libstub: Refactor the cmd_stubcopy Makefile command
Masahiro Yamada
2019-03-29
1
-6
/
+7
|
/
*
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2019-03-06
11
-90
/
+91
|
\
|
*
efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted
Ard Biesheuvel
2019-02-04
4
-0
/
+19
|
*
efi: Replace GPL license boilerplate with SPDX headers
Ard Biesheuvel
2019-02-04
8
-32
/
+8
|
*
efi/fdt: Apply more cleanups
Ingo Molnar
2019-02-04
3
-58
/
+64
*
|
efi/arm: Revert "Defer persistent reservations until after paging_init()"
Ard Biesheuvel
2019-02-16
1
-3
/
+0
|
/
*
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2018-12-26
3
-16
/
+21
|
\
|
*
efi: Permit multiple entries in persistent memreserve data structure
Ard Biesheuvel
2018-11-30
1
-1
/
+1
|
*
efi/libstub: Disable some warnings for x86{,_64}
Nathan Chancellor
2018-11-30
1
-1
/
+4
|
*
efi/fdt: Simplify the get_fdt() flow
Julien Thierry
2018-11-30
1
-12
/
+13
[next]