aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/efi.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-05efi/capsule-loader: Use page addresses rather than struct page pointersArd Biesheuvel1-2/+2
2017-06-05efi/capsule-loader: Redirect calls to efi_capsule_setup_info() via weak aliasArd Biesheuvel1-0/+12
2017-04-05efi/libstub/arm/arm64: Disable debug prints on 'quiet' cmdline argArd Biesheuvel1-3/+0
2017-04-05efi/libstub: Unify command line param parsingArd Biesheuvel1-1/+1
2017-02-07efi: Get and store the secure boot statusDavid Howells1-0/+8
2017-02-07efi: Add SHIM and image security database GUID definitionsJosh Boyer1-0/+3
2017-02-01efi: Use typed function pointers for the runtime services tableArd Biesheuvel1-18/+18
2017-02-01efi: Introduce the EFI_MEM_ATTR bit and set it from the memory attributes tableSai Praneeth1-0/+1
2017-02-01x86/efi: Deduplicate efi_char16_printk()Lukas Wunner1-4/+4
2017-01-14efi/x86: Prune invalid memory map entries and fix boot regressionPeter Jones1-0/+1
2017-01-07x86/efi: Don't allocate memmap through memblock after mm_init()Nicolai Stange1-0/+1
2016-11-13x86/efi: Retrieve and assign Apple device propertiesLukas Wunner1-0/+17
2016-11-13efi: Add device path parserLukas Wunner1-0/+20
2016-11-13efi/arm*/libstub: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG tableArd Biesheuvel1-0/+1
2016-11-13efi: Add support for seeding the RNG from a UEFI config tableArd Biesheuvel1-0/+8
2016-09-13Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into efi/coreIngo Molnar1-13/+34
2016-09-09efi: Replace runtime services spinlock with semaphoreArd Biesheuvel1-0/+1
2016-09-09efi: Don't use spinlocks for efi varsSylvain Chouleur1-3/+3
2016-09-09efi: Use a file local lock for efivarsSylvain Chouleur1-6/+0
2016-09-09efi/runtime-map: Use efi.memmap directly instead of a copyMatt Fleming1-4/+0
2016-09-09efi: Allow drivers to reserve boot services foreverMatt Fleming1-0/+1
2016-09-09efi: Add efi_memmap_install() for installing new EFI memory mapsMatt Fleming1-0/+1
2016-09-09efi: Split out EFI memory map functions into new fileMatt Fleming1-0/+10
2016-09-09efi: Add efi_memmap_init_late() for permanent EFI memmapMatt Fleming1-0/+2
2016-09-09efi: Refactor efi_memmap_init_early() into arch-neutral codeMatt Fleming1-0/+16
2016-09-05efi/libstub: Introduce ExitBootServices helperJeffrey Hugo1-0/+10
2016-09-05efi/libstub: Allocate headspace in efi_get_memory_map()Jeffrey Hugo1-5/+10
2016-09-05efi: Make for_each_efi_memory_desc_in_map() cope with running on XenJan Beulich1-1/+1
2016-08-01Merge tag 'please-pull-misc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds1-1/+1
2016-07-08efi: Reorganize the GUID table to make it easier to readIngo Molnar1-109/+36
2016-06-27x86/efi: Remove the unused efi_get_time() functionArnd Bergmann1-1/+0
2016-06-27efi: Convert efi_call_virt() to efi_call_virt_pointer()Alex Thorlton1-0/+51
2016-06-27efi: Document #define FOO_PROTOCOL_GUID layoutPeter Jones1-1/+16
2016-06-17ia64: efi: use timespec64 for persistent clockArnd Bergmann1-1/+1
2016-06-03efi: Fix for_each_efi_memory_desc_in_map() for empty memmapsVitaly Kuznetsov1-1/+1
2016-05-20include/linux/efi.h: redefine type, constant, macro from generic codeAndy Shevchenko1-10/+4
2016-05-07efi: Merge boolean flag argumentsJulia Lawall1-2/+1
2016-04-28x86/efi: Force EFI reboot to process pending capsulesMatt Fleming1-0/+6
2016-04-28efi: Add 'capsule' update supportMatt Fleming1-0/+14
2016-04-28efi: Move efi_status_to_err() to drivers/firmware/efi/Matt Fleming1-0/+2
2016-04-28efibc: Add EFI Bootloader Control moduleCompostella, Jeremy1-0/+4
2016-04-28efi/arm/libstub: Make screen_info accessible to the UEFI stubArd Biesheuvel1-1/+10
2016-04-28efi/libstub: Move Graphics Output Protocol handling to generic codeArd Biesheuvel1-1/+80
2016-04-28x86/efi: Prepare GOP handling code for reuse as generic codeArd Biesheuvel1-0/+5
2016-04-28efi: Implement generic support for the Memory Attributes tableArd Biesheuvel1-0/+13
2016-04-28efi: Add support for the EFI_MEMORY_ATTRIBUTES_TABLE config tableArd Biesheuvel1-0/+13
2016-04-28efi: Remove global 'memmap' EFI memory mapMatt Fleming1-3/+2
2016-04-28efi: Iterate over efi.memmap in for_each_efi_memory_desc()Matt Fleming1-1/+10
2016-04-28efi: Get rid of the EFI_SYSTEM_TABLES status bitArd Biesheuvel1-1/+0
2016-03-20Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-30/+55