summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/efi.c
AgeCommit message (Expand)Author
2021-09-28efi: Allow efi=runtimeSebastian Andrzej Siewior
2021-09-28efi: Disable runtime services on RTSebastian Andrzej Siewior
2021-07-16firmware/efi: Tell memblock about EFI iomem reservationsMarc Zyngier
2021-03-19firmware/efi: Fix a use after bug in efi_mem_reserve_persistentLv Yunlong
2020-12-15mm/gup: prevent gup_fast from racing with COW during forkJason Gunthorpe
2020-11-25efi/efivars: Set generic ops before loading SSDTAmadeusz Sławiński
2020-10-12Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar
2020-09-25efi: Add definition of EFI_MEMORY_CPU_CRYPTO and ability to report itArd Biesheuvel
2020-09-16efi: Support for MOK variable config tableLenny Szubowicz
2020-08-20efi: add missed destroy_workqueue when efisubsys_init failsLi Heng
2020-07-09efi/efivars: Expose RT service availability via efivars abstractionArd Biesheuvel
2020-06-16efi: Make it possible to disable efivar_ssdt entirelyPeter Jones
2020-06-15efi: Replace zero-length array and use struct_size() helperGustavo A. R. Silva
2020-06-09mmap locking API: add MMAP_LOCK_INITIALIZERMichel Lespinasse
2020-05-25Merge tag 'v5.7-rc7' into efi/core, to refresh the branch and pick up fixesIngo Molnar
2020-05-17efi: Pull up arch-specific prototype efi_systab_show_arch()Benjamin Thiel
2020-04-24efi: Move arch_tables check to callerArd Biesheuvel
2020-04-24efi: Clean up config table description arraysArd Biesheuvel
2020-03-08efi/x86: Ignore the memory attributes table on i386Ard Biesheuvel
2020-03-08Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar
2020-03-08Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...Ingo Molnar
2020-03-03efi: Export boot-services code and data as debugfs-blobsHans de Goede
2020-02-29efi: Mark all EFI runtime services as unsupported on non-EFI bootArd Biesheuvel
2020-02-29efi: Don't shadow 'i' in efi_config_parse_tables()Heinrich Schuchardt
2020-02-29efi/x86: Add RNG seed EFI table to unencrypted mapping checkTom Lendacky
2020-02-26efi: READ_ONCE rng seed size before munmapJason A. Donenfeld
2020-02-23efi: Register EFI rtc platform device only when availableArd Biesheuvel
2020-02-23efi: Use more granular check for availability for variable servicesArd Biesheuvel
2020-02-23efi: Add support for EFI_RT_PROPERTIES tableArd Biesheuvel
2020-02-23efi: Store mask of supported runtime services in struct efiArd Biesheuvel
2020-02-23efi/arm: Move FDT param discovery code out of efi.cArd Biesheuvel
2020-02-23efi/x86: Make fw_vendor, config_table and runtime sysfs nodes x86 specificArd Biesheuvel
2020-02-23efi: Clean up config_parse_tables()Ard Biesheuvel
2020-02-23efi: Make efi_config_init() x86 onlyArd Biesheuvel
2020-02-23efi: Merge EFI system table revision and vendor checksArd Biesheuvel
2020-02-23efi: Make memreserve table handling local to efi.cArd Biesheuvel
2020-02-23efi: Move mem_attr_table out of struct efiArd Biesheuvel
2020-02-23efi: Make rng_seed table handling local to efi.cArd Biesheuvel
2020-02-23efi: Move UGA and PROP table handling to x86 codeArd Biesheuvel
2020-02-23efi/ia64: Move HCDP and MPS table handling into IA64 arch codeArd Biesheuvel
2020-02-23efi: Drop handling of 'boot_info' configuration tableArd Biesheuvel
2020-01-20efi: Fix comment for efi_mem_type() wrt absent physical addressesAnshuman Khandual
2019-12-17Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-12-08efi/memreserve: Register reservations as 'reserved' in /proc/iomemArd Biesheuvel
2019-11-26Merge branch 'acpi-mm'Rafael J. Wysocki
2019-11-26Merge branch 'acpica'Rafael J. Wysocki
2019-11-07efi: Common enable/disable infrastructure for EFI soft reservationDan Williams
2019-11-07efi: Enumerate EFI_MEMORY_SPDan Williams
2019-10-31efi/random: Treat EFI_RNG_PROTOCOL output as bootloader randomnessDominik Brodowski