index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
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
*
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
*
efi: Deduplicate efi_open_volume()
Lukas Wunner
2018-07-22
1
-0
/
+10
*
efi: Remove the declaration of efi_late_init() as the function is unused
Sai Praneeth
2018-07-16
1
-2
/
+0
*
efi: Use a work queue to invoke EFI Runtime Services
Sai Praneeth
2018-07-16
1
-0
/
+3
*
efi: Align efi_pci_io_protocol typedefs to type naming convention
Ard Biesheuvel
2018-05-14
1
-3
/
+3
*
efi: Avoid potential crashes, fix the 'struct efi_pci_io_protocol_32' definit...
Ard Biesheuvel
2018-05-14
1
-4
/
+4
*
efi: Use efi_mm in x86 as well as ARM
Sai Praneeth
2018-03-12
1
-0
/
+2
*
Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...
Linus Torvalds
2018-01-31
1
-0
/
+46
|
\
|
*
efi: call get_event_log before ExitBootServices
Thiebaud Weksteen
2018-01-08
1
-0
/
+46
*
|
efi/capsule-loader: Reinstate virtual capsule mapping
Ard Biesheuvel
2018-01-03
1
-1
/
+3
|
/
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
Merge tag 'uuid-for-4.14' of git://git.infradead.org/users/hch/uuid
Linus Torvalds
2017-09-12
1
-2
/
+2
|
\
|
*
efi: switch to use new generic UUID API
Andy Shevchenko
2017-08-30
1
-2
/
+2
*
|
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-09-07
1
-0
/
+9
|
\
\
|
*
|
efi/random: Increase size of firmware supplied randomness
Ard Biesheuvel
2017-08-26
1
-0
/
+2
|
*
|
efi/libstub: Enable reset attack mitigation
Matthew Garrett
2017-08-26
1
-0
/
+7
*
|
|
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2017-09-04
1
-1
/
+8
|
\
|
|
|
*
|
efi: Update efi_mem_type() to return an error rather than 0
Tom Lendacky
2017-07-18
1
-1
/
+1
|
*
|
efi: Add an EFI table address match function
Tom Lendacky
2017-07-18
1
-0
/
+7
|
|
/
*
/
efi: Introduce efi_early_memdesc_ptr to get pointer to memmap descriptor
Baoquan He
2017-08-17
1
-0
/
+22
|
/
*
efi/capsule-loader: Use page addresses rather than struct page pointers
Ard Biesheuvel
2017-06-05
1
-2
/
+2
*
efi/capsule-loader: Redirect calls to efi_capsule_setup_info() via weak alias
Ard Biesheuvel
2017-06-05
1
-0
/
+12
*
efi/libstub/arm/arm64: Disable debug prints on 'quiet' cmdline arg
Ard Biesheuvel
2017-04-05
1
-3
/
+0
*
efi/libstub: Unify command line param parsing
Ard Biesheuvel
2017-04-05
1
-1
/
+1
*
efi: Get and store the secure boot status
David Howells
2017-02-07
1
-0
/
+8
*
efi: Add SHIM and image security database GUID definitions
Josh Boyer
2017-02-07
1
-0
/
+3
*
efi: Use typed function pointers for the runtime services table
Ard Biesheuvel
2017-02-01
1
-18
/
+18
*
efi: Introduce the EFI_MEM_ATTR bit and set it from the memory attributes table
Sai Praneeth
2017-02-01
1
-0
/
+1
*
x86/efi: Deduplicate efi_char16_printk()
Lukas Wunner
2017-02-01
1
-4
/
+4
*
efi/x86: Prune invalid memory map entries and fix boot regression
Peter Jones
2017-01-14
1
-0
/
+1
*
x86/efi: Don't allocate memmap through memblock after mm_init()
Nicolai Stange
2017-01-07
1
-0
/
+1
*
x86/efi: Retrieve and assign Apple device properties
Lukas Wunner
2016-11-13
1
-0
/
+17
*
efi: Add device path parser
Lukas Wunner
2016-11-13
1
-0
/
+20
*
efi/arm*/libstub: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG table
Ard Biesheuvel
2016-11-13
1
-0
/
+1
*
efi: Add support for seeding the RNG from a UEFI config table
Ard Biesheuvel
2016-11-13
1
-0
/
+8
*
Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...
Ingo Molnar
2016-09-13
1
-13
/
+34
|
\
|
*
efi: Replace runtime services spinlock with semaphore
Ard Biesheuvel
2016-09-09
1
-0
/
+1
|
*
efi: Don't use spinlocks for efi vars
Sylvain Chouleur
2016-09-09
1
-3
/
+3
|
*
efi: Use a file local lock for efivars
Sylvain Chouleur
2016-09-09
1
-6
/
+0
|
*
efi/runtime-map: Use efi.memmap directly instead of a copy
Matt Fleming
2016-09-09
1
-4
/
+0
|
*
efi: Allow drivers to reserve boot services forever
Matt Fleming
2016-09-09
1
-0
/
+1
|
*
efi: Add efi_memmap_install() for installing new EFI memory maps
Matt Fleming
2016-09-09
1
-0
/
+1
|
*
efi: Split out EFI memory map functions into new file
Matt Fleming
2016-09-09
1
-0
/
+10
|
*
efi: Add efi_memmap_init_late() for permanent EFI memmap
Matt Fleming
2016-09-09
1
-0
/
+2
|
*
efi: Refactor efi_memmap_init_early() into arch-neutral code
Matt Fleming
2016-09-09
1
-0
/
+16
*
|
efi/libstub: Introduce ExitBootServices helper
Jeffrey Hugo
2016-09-05
1
-0
/
+10
*
|
efi/libstub: Allocate headspace in efi_get_memory_map()
Jeffrey Hugo
2016-09-05
1
-5
/
+10
[next]