aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/efi.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-02Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+34
2018-12-17Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity into next-integrityJames Morris1-0/+34
2018-12-12efi: Add an EFI signature blob parserDave Howells1-0/+9
2018-12-12efi: Add EFI signature data typesDave Howells1-0/+25
2018-11-30efi: Reduce the amount of memblock reservations for persistent allocationsArd Biesheuvel1-0/+3
2018-11-30efi: Permit multiple entries in persistent memreserve data structureArd Biesheuvel1-3/+10
2018-11-30x86/efi: Move efi_<reserve/free>_boot_services() to arch/x86Sai Praneeth Prakhya1-3/+0
2018-11-15efi/arm: Defer persistent reservations until after paging_init()Ard Biesheuvel1-0/+7
2018-09-26efi/x86: Handle page faults occurring while running EFI runtime servicesSai Praneeth1-1/+7
2018-09-26efi: Make efi_rts_work accessible to efi page fault handlerSai Praneeth1-0/+36
2018-09-26efi: add API to reserve memory persistently across kexec rebootArd Biesheuvel1-0/+1
2018-09-26efi: honour memory reservations passed via a linux specific config tableArd Biesheuvel1-0/+8
2018-07-22efi: Deduplicate efi_open_volume()Lukas Wunner1-0/+10
2018-07-16efi: Remove the declaration of efi_late_init() as the function is unusedSai Praneeth1-2/+0
2018-07-16efi: Use a work queue to invoke EFI Runtime ServicesSai Praneeth1-0/+3
2018-05-14efi: Align efi_pci_io_protocol typedefs to type naming conventionArd Biesheuvel1-3/+3
2018-05-14efi: Avoid potential crashes, fix the 'struct efi_pci_io_protocol_32' definition for mixed modeArd Biesheuvel1-4/+4
2018-03-12efi: Use efi_mm in x86 as well as ARMSai Praneeth1-0/+2
2018-01-31Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+46
2018-01-08efi: call get_event_log before ExitBootServicesThiebaud Weksteen1-0/+46
2018-01-03efi/capsule-loader: Reinstate virtual capsule mappingArd Biesheuvel1-1/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-12Merge tag 'uuid-for-4.14' of git://git.infradead.org/users/hch/uuidLinus Torvalds1-2/+2
2017-09-07Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+9
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+8
2017-08-30efi: switch to use new generic UUID APIAndy Shevchenko1-2/+2
2017-08-26efi/random: Increase size of firmware supplied randomnessArd Biesheuvel1-0/+2
2017-08-26efi/libstub: Enable reset attack mitigationMatthew Garrett1-0/+7
2017-08-17efi: Introduce efi_early_memdesc_ptr to get pointer to memmap descriptorBaoquan He1-0/+22
2017-07-18efi: Update efi_mem_type() to return an error rather than 0Tom Lendacky1-1/+1
2017-07-18efi: Add an EFI table address match functionTom Lendacky1-0/+7
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