aboutsummaryrefslogtreecommitdiff
path: root/include/linux/efi.h
AgeCommit message (Expand)AuthorFilesLines
2017-09-12Merge tag 'uuid-for-4.14' of git://git.infradead.org/users/hch/uuidGravatar Linus Torvalds 1-2/+2
2017-09-07Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+9
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+8
2017-08-30efi: switch to use new generic UUID APIGravatar Andy Shevchenko 1-2/+2
2017-08-26efi/random: Increase size of firmware supplied randomnessGravatar Ard Biesheuvel 1-0/+2
2017-08-26efi/libstub: Enable reset attack mitigationGravatar Matthew Garrett 1-0/+7
2017-08-17efi: Introduce efi_early_memdesc_ptr to get pointer to memmap descriptorGravatar Baoquan He 1-0/+22
2017-07-18efi: Update efi_mem_type() to return an error rather than 0Gravatar Tom Lendacky 1-1/+1
2017-07-18efi: Add an EFI table address match functionGravatar Tom Lendacky 1-0/+7
2017-06-05efi/capsule-loader: Use page addresses rather than struct page pointersGravatar Ard Biesheuvel 1-2/+2
2017-06-05efi/capsule-loader: Redirect calls to efi_capsule_setup_info() via weak aliasGravatar Ard Biesheuvel 1-0/+12
2017-04-05efi/libstub/arm/arm64: Disable debug prints on 'quiet' cmdline argGravatar Ard Biesheuvel 1-3/+0
2017-04-05efi/libstub: Unify command line param parsingGravatar Ard Biesheuvel 1-1/+1
2017-02-07efi: Get and store the secure boot statusGravatar David Howells 1-0/+8
2017-02-07efi: Add SHIM and image security database GUID definitionsGravatar Josh Boyer 1-0/+3
2017-02-01efi: Use typed function pointers for the runtime services tableGravatar Ard Biesheuvel 1-18/+18
2017-02-01efi: Introduce the EFI_MEM_ATTR bit and set it from the memory attributes tableGravatar Sai Praneeth 1-0/+1
2017-02-01x86/efi: Deduplicate efi_char16_printk()Gravatar Lukas Wunner 1-4/+4
2017-01-14efi/x86: Prune invalid memory map entries and fix boot regressionGravatar Peter Jones 1-0/+1
2017-01-07x86/efi: Don't allocate memmap through memblock after mm_init()Gravatar Nicolai Stange 1-0/+1
2016-11-13x86/efi: Retrieve and assign Apple device propertiesGravatar Lukas Wunner 1-0/+17
2016-11-13efi: Add device path parserGravatar Lukas Wunner 1-0/+20
2016-11-13efi/arm*/libstub: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG tableGravatar Ard Biesheuvel 1-0/+1
2016-11-13efi: Add support for seeding the RNG from a UEFI config tableGravatar Ard Biesheuvel 1-0/+8
2016-09-13Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Gravatar Ingo Molnar 1-13/+34
2016-09-09efi: Replace runtime services spinlock with semaphoreGravatar Ard Biesheuvel 1-0/+1
2016-09-09efi: Don't use spinlocks for efi varsGravatar Sylvain Chouleur 1-3/+3
2016-09-09efi: Use a file local lock for efivarsGravatar Sylvain Chouleur 1-6/+0
2016-09-09efi/runtime-map: Use efi.memmap directly instead of a copyGravatar Matt Fleming 1-4/+0
2016-09-09efi: Allow drivers to reserve boot services foreverGravatar Matt Fleming 1-0/+1
2016-09-09efi: Add efi_memmap_install() for installing new EFI memory mapsGravatar Matt Fleming 1-0/+1
2016-09-09efi: Split out EFI memory map functions into new fileGravatar Matt Fleming 1-0/+10
2016-09-09efi: Add efi_memmap_init_late() for permanent EFI memmapGravatar Matt Fleming 1-0/+2
2016-09-09efi: Refactor efi_memmap_init_early() into arch-neutral codeGravatar Matt Fleming 1-0/+16
2016-09-05efi/libstub: Introduce ExitBootServices helperGravatar Jeffrey Hugo 1-0/+10
2016-09-05efi/libstub: Allocate headspace in efi_get_memory_map()Gravatar Jeffrey Hugo 1-5/+10
2016-09-05efi: Make for_each_efi_memory_desc_in_map() cope with running on XenGravatar Jan Beulich 1-1/+1
2016-08-01Merge tag 'please-pull-misc-4.8' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2016-07-08efi: Reorganize the GUID table to make it easier to readGravatar Ingo Molnar 1-109/+36
2016-06-27x86/efi: Remove the unused efi_get_time() functionGravatar Arnd Bergmann 1-1/+0
2016-06-27efi: Convert efi_call_virt() to efi_call_virt_pointer()Gravatar Alex Thorlton 1-0/+51
2016-06-27efi: Document #define FOO_PROTOCOL_GUID layoutGravatar Peter Jones 1-1/+16
2016-06-17ia64: efi: use timespec64 for persistent clockGravatar Arnd Bergmann 1-1/+1
2016-06-03efi: Fix for_each_efi_memory_desc_in_map() for empty memmapsGravatar Vitaly Kuznetsov 1-1/+1
2016-05-20include/linux/efi.h: redefine type, constant, macro from generic codeGravatar Andy Shevchenko 1-10/+4
2016-05-07efi: Merge boolean flag argumentsGravatar Julia Lawall 1-2/+1
2016-04-28x86/efi: Force EFI reboot to process pending capsulesGravatar Matt Fleming 1-0/+6
2016-04-28efi: Add 'capsule' update supportGravatar Matt Fleming 1-0/+14
2016-04-28efi: Move efi_status_to_err() to drivers/firmware/efi/Gravatar Matt Fleming 1-0/+2
2016-04-28efibc: Add EFI Bootloader Control moduleGravatar Compostella, Jeremy 1-0/+4