aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/efi.h
AgeCommit message (Expand)Author
2019-12-29x86, efi: Never relocate kernel below lowest acceptable addressKairui Song
2019-04-16x86/reboot, efi: Use EFI reboot for Acer TravelMate X514-51TJian-Hong Pan
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-03-06Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-02-16efi/arm: Revert "Defer persistent reservations until after paging_init()"Ard Biesheuvel
2019-02-16efi: Fix build error due to enum collision between efi.h and ima.hAnders Roxell
2019-02-06efi: Let architectures decide the flags that should be saved/restoredJulien Thierry
2019-02-04efi: Use 32-bit alignment for efi_guid_tArd Biesheuvel
2019-01-02Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-12-17Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...James Morris
2018-12-12efi: Add an EFI signature blob parserDave Howells
2018-12-12efi: Add EFI signature data typesDave Howells
2018-11-30efi: Reduce the amount of memblock reservations for persistent allocationsArd Biesheuvel
2018-11-30efi: Permit multiple entries in persistent memreserve data structureArd Biesheuvel
2018-11-30x86/efi: Move efi_<reserve/free>_boot_services() to arch/x86Sai Praneeth Prakhya
2018-11-15efi/arm: Defer persistent reservations until after paging_init()Ard Biesheuvel
2018-09-26efi/x86: Handle page faults occurring while running EFI runtime servicesSai Praneeth
2018-09-26efi: Make efi_rts_work accessible to efi page fault handlerSai Praneeth
2018-09-26efi: add API to reserve memory persistently across kexec rebootArd Biesheuvel
2018-09-26efi: honour memory reservations passed via a linux specific config tableArd Biesheuvel
2018-07-22efi: Deduplicate efi_open_volume()Lukas Wunner
2018-07-16efi: Remove the declaration of efi_late_init() as the function is unusedSai Praneeth
2018-07-16efi: Use a work queue to invoke EFI Runtime ServicesSai Praneeth
2018-05-14efi: Align efi_pci_io_protocol typedefs to type naming conventionArd Biesheuvel
2018-05-14efi: Avoid potential crashes, fix the 'struct efi_pci_io_protocol_32' definit...Ard Biesheuvel
2018-03-12efi: Use efi_mm in x86 as well as ARMSai Praneeth
2018-01-31Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds
2018-01-08efi: call get_event_log before ExitBootServicesThiebaud Weksteen
2018-01-03efi/capsule-loader: Reinstate virtual capsule mappingArd Biesheuvel
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-12Merge tag 'uuid-for-4.14' of git://git.infradead.org/users/hch/uuidLinus Torvalds
2017-09-07Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-08-30efi: switch to use new generic UUID APIAndy Shevchenko
2017-08-26efi/random: Increase size of firmware supplied randomnessArd Biesheuvel
2017-08-26efi/libstub: Enable reset attack mitigationMatthew Garrett
2017-08-17efi: Introduce efi_early_memdesc_ptr to get pointer to memmap descriptorBaoquan He
2017-07-18efi: Update efi_mem_type() to return an error rather than 0Tom Lendacky
2017-07-18efi: Add an EFI table address match functionTom Lendacky
2017-06-05efi/capsule-loader: Use page addresses rather than struct page pointersArd Biesheuvel
2017-06-05efi/capsule-loader: Redirect calls to efi_capsule_setup_info() via weak aliasArd Biesheuvel
2017-04-05efi/libstub/arm/arm64: Disable debug prints on 'quiet' cmdline argArd Biesheuvel
2017-04-05efi/libstub: Unify command line param parsingArd Biesheuvel
2017-02-07efi: Get and store the secure boot statusDavid Howells
2017-02-07efi: Add SHIM and image security database GUID definitionsJosh Boyer
2017-02-01efi: Use typed function pointers for the runtime services tableArd Biesheuvel
2017-02-01efi: Introduce the EFI_MEM_ATTR bit and set it from the memory attributes tableSai Praneeth
2017-02-01x86/efi: Deduplicate efi_char16_printk()Lukas Wunner
2017-01-14efi/x86: Prune invalid memory map entries and fix boot regressionPeter Jones
2017-01-07x86/efi: Don't allocate memmap through memblock after mm_init()Nicolai Stange