index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
efi.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-05
efi/libstub/arm/arm64: Disable debug prints on 'quiet' cmdline arg
Ard Biesheuvel
1
-3
/
+0
2017-04-05
efi/libstub: Unify command line param parsing
Ard Biesheuvel
1
-1
/
+1
2017-02-07
efi: Get and store the secure boot status
David Howells
1
-0
/
+8
2017-02-07
efi: Add SHIM and image security database GUID definitions
Josh Boyer
1
-0
/
+3
2017-02-01
efi: Use typed function pointers for the runtime services table
Ard Biesheuvel
1
-18
/
+18
2017-02-01
efi: Introduce the EFI_MEM_ATTR bit and set it from the memory attributes table
Sai Praneeth
1
-0
/
+1
2017-02-01
x86/efi: Deduplicate efi_char16_printk()
Lukas Wunner
1
-4
/
+4
2017-01-14
efi/x86: Prune invalid memory map entries and fix boot regression
Peter Jones
1
-0
/
+1
2017-01-07
x86/efi: Don't allocate memmap through memblock after mm_init()
Nicolai Stange
1
-0
/
+1
2016-11-13
x86/efi: Retrieve and assign Apple device properties
Lukas Wunner
1
-0
/
+17
2016-11-13
efi: Add device path parser
Lukas Wunner
1
-0
/
+20
2016-11-13
efi/arm*/libstub: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG table
Ard Biesheuvel
1
-0
/
+1
2016-11-13
efi: Add support for seeding the RNG from a UEFI config table
Ard Biesheuvel
1
-0
/
+8
2016-09-13
Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...
Ingo Molnar
1
-13
/
+34
2016-09-09
efi: Replace runtime services spinlock with semaphore
Ard Biesheuvel
1
-0
/
+1
2016-09-09
efi: Don't use spinlocks for efi vars
Sylvain Chouleur
1
-3
/
+3
2016-09-09
efi: Use a file local lock for efivars
Sylvain Chouleur
1
-6
/
+0
2016-09-09
efi/runtime-map: Use efi.memmap directly instead of a copy
Matt Fleming
1
-4
/
+0
2016-09-09
efi: Allow drivers to reserve boot services forever
Matt Fleming
1
-0
/
+1
2016-09-09
efi: Add efi_memmap_install() for installing new EFI memory maps
Matt Fleming
1
-0
/
+1
2016-09-09
efi: Split out EFI memory map functions into new file
Matt Fleming
1
-0
/
+10
2016-09-09
efi: Add efi_memmap_init_late() for permanent EFI memmap
Matt Fleming
1
-0
/
+2
2016-09-09
efi: Refactor efi_memmap_init_early() into arch-neutral code
Matt Fleming
1
-0
/
+16
2016-09-05
efi/libstub: Introduce ExitBootServices helper
Jeffrey Hugo
1
-0
/
+10
2016-09-05
efi/libstub: Allocate headspace in efi_get_memory_map()
Jeffrey Hugo
1
-5
/
+10
2016-09-05
efi: Make for_each_efi_memory_desc_in_map() cope with running on Xen
Jan Beulich
1
-1
/
+1
2016-08-02
Merge tag 'please-pull-misc-4.8' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2016-07-08
efi: Reorganize the GUID table to make it easier to read
Ingo Molnar
1
-109
/
+36
2016-06-27
x86/efi: Remove the unused efi_get_time() function
Arnd Bergmann
1
-1
/
+0
2016-06-27
efi: Convert efi_call_virt() to efi_call_virt_pointer()
Alex Thorlton
1
-0
/
+51
2016-06-27
efi: Document #define FOO_PROTOCOL_GUID layout
Peter Jones
1
-1
/
+16
2016-06-17
ia64: efi: use timespec64 for persistent clock
Arnd Bergmann
1
-1
/
+1
2016-06-03
efi: Fix for_each_efi_memory_desc_in_map() for empty memmaps
Vitaly Kuznetsov
1
-1
/
+1
2016-05-21
include/linux/efi.h: redefine type, constant, macro from generic code
Andy Shevchenko
1
-10
/
+4
2016-05-07
efi: Merge boolean flag arguments
Julia Lawall
1
-2
/
+1
2016-04-28
x86/efi: Force EFI reboot to process pending capsules
Matt Fleming
1
-0
/
+6
2016-04-28
efi: Add 'capsule' update support
Matt Fleming
1
-0
/
+14
2016-04-28
efi: Move efi_status_to_err() to drivers/firmware/efi/
Matt Fleming
1
-0
/
+2
2016-04-28
efibc: Add EFI Bootloader Control module
Compostella, Jeremy
1
-0
/
+4
2016-04-28
efi/arm/libstub: Make screen_info accessible to the UEFI stub
Ard Biesheuvel
1
-1
/
+10
2016-04-28
efi/libstub: Move Graphics Output Protocol handling to generic code
Ard Biesheuvel
1
-1
/
+80
2016-04-28
x86/efi: Prepare GOP handling code for reuse as generic code
Ard Biesheuvel
1
-0
/
+5
2016-04-28
efi: Implement generic support for the Memory Attributes table
Ard Biesheuvel
1
-0
/
+13
2016-04-28
efi: Add support for the EFI_MEMORY_ATTRIBUTES_TABLE config table
Ard Biesheuvel
1
-0
/
+13
2016-04-28
efi: Remove global 'memmap' EFI memory map
Matt Fleming
1
-3
/
+2
2016-04-28
efi: Iterate over efi.memmap in for_each_efi_memory_desc()
Matt Fleming
1
-1
/
+10
2016-04-28
efi: Get rid of the EFI_SYSTEM_TABLES status bit
Ard Biesheuvel
1
-1
/
+0
2016-03-21
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-30
/
+55
2016-03-18
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-1
/
+5
2016-02-24
efi: stub: implement efi_get_random_bytes() based on EFI_RNG_PROTOCOL
Ard Biesheuvel
1
-1
/
+5
[next]