aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/efi.c
AgeCommit message (Expand)Author
2023-02-17Merge branch 'v5.15/standard/base' into v5.15/standard/preempt-rt/intel-sdk-5...Bruce Ashfield
2023-02-09efi: fix potential NULL deref in efi_mem_reserve_persistentAnton Gusev
2023-01-25Merge branch 'v5.15/standard/base' into v5.15/standard/preempt-rt/intel-sdk-5...Bruce Ashfield
2023-01-18efi: fix NULL-deref in init error pathJohan Hovold
2023-01-13Merge branch 'v5.15/standard/base' into v5.15/standard/preempt-rt/intel-sdk-5...Bruce Ashfield
2023-01-12efi: random: combine bootloader provided RNG seed with RNG protocol outputArd Biesheuvel
2022-11-16Merge branch 'v5.15/standard/base' into v5.15/standard/preempt-rt/intel-sdk-5...Bruce Ashfield
2022-11-10efi: random: reduce seed size to 32 bytesArd Biesheuvel
2022-03-28Merge branch 'v5.15/standard/base' into v5.15/standard/preempt-rt/baseBruce Ashfield
2022-03-23efi: fix return value of __setup handlersRandy Dunlap
2022-02-02Merge branch 'v5.15/standard/base' into v5.15/standard/preempt-rt/baseBruce Ashfield
2022-02-01efi: runtime: avoid EFIv2 runtime services on Apple x86 machinesArd Biesheuvel
2021-11-04efi: Allow efi=runtimeSebastian Andrzej Siewior
2021-11-04efi: 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