index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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
*
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
*
|
x86: efi/random: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG table
Dominik Brodowski
2019-11-07
1
-0
/
+2
|
/
*
x86, efi: Never relocate kernel below lowest acceptable address
Kairui Song
2019-10-31
1
-2
/
+16
*
efi: Export Runtime Configuration Interface table to sysfs
Narendra K
2019-08-08
1
-0
/
+5
*
efi: ia64: move SAL systab handling out of generic EFI code
Ard Biesheuvel
2019-08-08
1
-1
/
+0
*
efi/x86: move UV_SYSTAB handling into arch/x86
Ard Biesheuvel
2019-08-08
1
-1
/
+0
*
efi: x86: move efi_is_table_address() into arch/x86
Ard Biesheuvel
2019-08-08
1
-7
/
+0
*
tpm: Don't duplicate events from the final event log in the TCG2 log
Matthew Garrett
2019-06-24
1
-0
/
+1
*
tpm: Reserve the TPM final events table
Matthew Garrett
2019-06-24
1
-0
/
+9
*
x86/reboot, efi: Use EFI reboot for Acer TravelMate X514-51T
Jian-Hong Pan
2019-04-16
1
-1
/
+6
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2019-03-10
1
-2
/
+3
|
\
|
*
efi: Let architectures decide the flags that should be saved/restored
Julien Thierry
2019-02-06
1
-2
/
+3
*
|
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2019-03-06
1
-14
/
+27
|
\
\
|
*
|
efi: Fix build error due to enum collision between efi.h and ima.h
Anders Roxell
2019-02-16
1
-13
/
+13
|
*
|
efi: Use 32-bit alignment for efi_guid_t
Ard Biesheuvel
2019-02-04
1
-1
/
+14
|
|
/
*
/
efi/arm: Revert "Defer persistent reservations until after paging_init()"
Ard Biesheuvel
2019-02-16
1
-7
/
+0
|
/
*
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-01-02
1
-0
/
+34
|
\
|
*
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
James Morris
2018-12-17
1
-0
/
+34
|
|
\
|
|
*
efi: Add an EFI signature blob parser
Dave Howells
2018-12-12
1
-0
/
+9
|
|
*
efi: Add EFI signature data types
Dave Howells
2018-12-12
1
-0
/
+25
*
|
|
efi: Reduce the amount of memblock reservations for persistent allocations
Ard Biesheuvel
2018-11-30
1
-0
/
+3
*
|
|
efi: Permit multiple entries in persistent memreserve data structure
Ard Biesheuvel
2018-11-30
1
-3
/
+10
*
|
|
x86/efi: Move efi_<reserve/free>_boot_services() to arch/x86
Sai Praneeth Prakhya
2018-11-30
1
-3
/
+0
|
/
/
*
/
efi/arm: Defer persistent reservations until after paging_init()
Ard Biesheuvel
2018-11-15
1
-0
/
+7
|
/
*
efi/x86: Handle page faults occurring while running EFI runtime services
Sai Praneeth
2018-09-26
1
-1
/
+7
*
efi: Make efi_rts_work accessible to efi page fault handler
Sai Praneeth
2018-09-26
1
-0
/
+36
*
efi: add API to reserve memory persistently across kexec reboot
Ard Biesheuvel
2018-09-26
1
-0
/
+1
*
efi: honour memory reservations passed via a linux specific config table
Ard Biesheuvel
2018-09-26
1
-0
/
+8
[next]