index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
efi.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2020-03-31
1
-0
/
+2
|
\
|
*
x86/efi: Add a prototype for efi_arch_mem_reserve()
Benjamin Thiel
2020-03-27
1
-0
/
+2
*
|
Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...
Ingo Molnar
2020-03-08
1
-0
/
+7
|
\
\
|
*
|
efi: Add embedded peripheral firmware support
Hans de Goede
2020-03-03
1
-0
/
+6
|
*
|
efi: Export boot-services code and data as debugfs-blobs
Hans de Goede
2020-03-03
1
-0
/
+1
|
|
/
*
|
efi/x86: Add RNG seed EFI table to unencrypted mapping check
Tom Lendacky
2020-02-29
1
-0
/
+2
*
|
efi: Add support for EFI_RT_PROPERTIES table
Ard Biesheuvel
2020-02-23
1
-0
/
+9
*
|
efi: Store mask of supported runtime services in struct efi
Ard Biesheuvel
2020-02-23
1
-0
/
+31
*
|
efi/arm: Move FDT specific definitions into fdtparams.c
Ard Biesheuvel
2020-02-23
1
-9
/
+1
*
|
efi/x86: Drop 'systab' member from struct efi
Ard Biesheuvel
2020-02-23
1
-25
/
+27
*
|
efi: Add 'runtime' pointer to struct efi
Ard Biesheuvel
2020-02-23
1
-0
/
+1
*
|
efi/x86: Make fw_vendor, config_table and runtime sysfs nodes x86 specific
Ard Biesheuvel
2020-02-23
1
-3
/
+0
*
|
efi: Clean up config_parse_tables()
Ard Biesheuvel
2020-02-23
1
-2
/
+3
*
|
efi: Make efi_config_init() x86 only
Ard Biesheuvel
2020-02-23
1
-1
/
+0
*
|
efi: Merge EFI system table revision and vendor checks
Ard Biesheuvel
2020-02-23
1
-0
/
+4
*
|
efi: Make memreserve table handling local to efi.c
Ard Biesheuvel
2020-02-23
1
-1
/
+0
*
|
efi: Move mem_attr_table out of struct efi
Ard Biesheuvel
2020-02-23
1
-1
/
+2
*
|
efi: Make rng_seed table handling local to efi.c
Ard Biesheuvel
2020-02-23
1
-1
/
+0
*
|
efi: Move UGA and PROP table handling to x86 code
Ard Biesheuvel
2020-02-23
1
-2
/
+0
*
|
efi/ia64: Move HCDP and MPS table handling into IA64 arch code
Ard Biesheuvel
2020-02-23
1
-2
/
+0
*
|
efi: Drop handling of 'boot_info' configuration table
Ard Biesheuvel
2020-02-23
1
-1
/
+0
*
|
efi/libstub: Add support for loading the initrd from a device path
Ard Biesheuvel
2020-02-23
1
-0
/
+1
*
|
efi/dev-path-parser: Add struct definition for vendor type device path nodes
Ard Biesheuvel
2020-02-23
1
-19
/
+29
*
|
efi/libstub: Make the LoadFile EFI protocol accessible
Ard Biesheuvel
2020-02-23
1
-0
/
+2
*
|
efi/libstub: Move stub specific declarations into efistub.h
Ard Biesheuvel
2020-02-23
1
-455
/
+1
*
|
efi/libstub: Use consistent type names for file I/O protocols
Ard Biesheuvel
2020-02-23
1
-59
/
+1
*
|
efi/libstub: Simplify efi_high_alloc() and rename to efi_allocate_pages()
Ard Biesheuvel
2020-02-23
1
-2
/
+2
|
/
*
efi: Fix handling of multiple efi_fake_mem= entries
Dan Williams
2020-01-20
1
-0
/
+2
*
efi: Add tracking for dynamically allocated memmaps
Dan Williams
2020-01-20
1
-4
/
+7
*
efi: Add a flags parameter to efi_memory_map
Dan Williams
2020-01-20
1
-1
/
+3
*
efi: Allow disabling PCI busmastering on bridges during boot
Matthew Garrett
2020-01-10
1
-1
/
+5
*
efi/x86: Drop two near identical versions of efi_runtime_init()
Ard Biesheuvel
2020-01-10
1
-19
/
+0
*
efi/x86: Avoid redundant cast of EFI firmware service pointer
Ard Biesheuvel
2020-01-10
1
-1
/
+3
*
efi/libstub: Remove 'sys_table_arg' from all function prototypes
Ard Biesheuvel
2019-12-25
1
-27
/
+16
*
efi/libstub: Drop sys_table_arg from printk routines
Ard Biesheuvel
2019-12-25
1
-1
/
+1
*
efi/libstub: Avoid protocol wrapper for file I/O routines
Ard Biesheuvel
2019-12-25
1
-79
/
+39
*
efi/libstub: Annotate firmware routines as __efiapi
Ard Biesheuvel
2019-12-25
1
-65
/
+82
*
efi/libstub: Use stricter typing for firmware function pointers
Ard Biesheuvel
2019-12-25
1
-4
/
+8
*
efi/libstub: Drop explicit 32/64-bit protocol definitions
Ard Biesheuvel
2019-12-25
1
-244
/
+1
*
efi/libstub: Distinguish between native/mixed not 32/64 bit
Ard Biesheuvel
2019-12-25
1
-3
/
+3
*
efi/libstub: Extend native protocol definitions with mixed_mode aliases
Ard Biesheuvel
2019-12-25
1
-166
/
+330
*
efi/libstub: Use a helper to iterate over a EFI handle array
Ard Biesheuvel
2019-12-25
1
-0
/
+13
*
efi/gop: Convert GOP structures to typedef and clean up some types
Arvind Sankar
2019-12-25
1
-23
/
+23
*
efi/gop: Remove unused typedef
Arvind Sankar
2019-12-25
1
-4
/
+0
*
efi/gop: Remove bogus packed attribute from GOP structures
Arvind Sankar
2019-12-25
1
-4
/
+4
*
efi: Fix efi_loaded_image_t::unload type
Arvind Sankar
2019-12-08
1
-5
/
+5
*
Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
2019-11-26
1
-1
/
+15
|
\
|
*
efi: Common enable/disable infrastructure for EFI soft reservation
Dan Williams
2019-11-07
1
-0
/
+14
|
*
x86/efi: Push EFI_MEMMAP check into leaf routines
Dan Williams
2019-11-07
1
-1
/
+0
|
*
efi: Enumerate EFI_MEMORY_SP
Dan Williams
2019-11-07
1
-0
/
+1
[next]