summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/efi.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-20efi: random: fix NULL-deref when refreshing seedJohan Hovold1-1/+3
2022-12-14Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+8
2022-11-22efi: random: refresh non-volatile random seed when RNG is initializedJason A. Donenfeld1-0/+19
2022-11-18efi: random: combine bootloader provided RNG seed with RNG protocol outputArd Biesheuvel1-2/+2
2022-11-18efi: x86: Move EFI runtime map sysfs code to arch/x86Ard Biesheuvel1-4/+1
2022-11-09efi: libstub: Move screen_info handling to common codeArd Biesheuvel1-0/+5
2022-10-24efi: random: reduce seed size to 32 bytesArd Biesheuvel1-1/+1
2022-10-21efi: ssdt: Don't free memory if ACPI table was loaded successfullyArd Biesheuvel1-0/+2
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-09-27efi: libstub: unify initrd loading between architecturesArd Biesheuvel1-0/+15
2022-09-27mm: remove rb tree.Liam R. Howlett1-1/+0
2022-09-27mm: start tracking VMAs with maple treeLiam R. Howlett1-0/+1
2022-06-24efi: vars: Move efivar caching layer into efivarfsArd Biesheuvel1-0/+1
2022-06-20efi: avoid efivars layer when loading SSDTs from variablesArd Biesheuvel1-62/+41
2022-06-15efi: Make code to find mirrored memory ranges genericMa Wupeng1-0/+23
2022-04-13efi: Register efi_secret platform device if EFI secret area is declaredDov Murik1-0/+5
2022-04-13efi: Save location of EFI confidential computing areaDov Murik1-0/+6
2022-04-13efi: Allow to enable EFI runtime services by default on RTJavier Martinez Canillas1-1/+1
2022-03-01efi: fix return value of __setup handlersRandy Dunlap1-1/+1
2022-01-23efi: runtime: avoid EFIv2 runtime services on Apple x86 machinesArd Biesheuvel1-0/+7
2021-09-28efi: Allow efi=runtimeSebastian Andrzej Siewior1-0/+3
2021-09-28efi: Disable runtime services on RTSebastian Andrzej Siewior1-1/+1
2021-07-16firmware/efi: Tell memblock about EFI iomem reservationsMarc Zyngier1-1/+12
2021-03-19firmware/efi: Fix a use after bug in efi_mem_reserve_persistentLv Yunlong1-1/+2
2020-12-15mm/gup: prevent gup_fast from racing with COW during forkJason Gunthorpe1-0/+1
2020-11-25efi/efivars: Set generic ops before loading SSDTAmadeusz Sławiński1-1/+1
2020-10-12Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar1-23/+26
2020-09-26efi: Add definition of EFI_MEMORY_CPU_CRYPTO and ability to report itArd Biesheuvel1-23/+24
2020-09-16efi: Support for MOK variable config tableLenny Szubowicz1-0/+6
2020-08-20efi: add missed destroy_workqueue when efisubsys_init failsLi Heng1-0/+2
2020-07-09efi/efivars: Expose RT service availability via efivars abstractionArd Biesheuvel1-4/+8
2020-06-16efi: Make it possible to disable efivar_ssdt entirelyPeter Jones1-1/+1
2020-06-15efi: Replace zero-length array and use struct_size() helperGustavo A. R. Silva1-1/+2
2020-06-09mmap locking API: add MMAP_LOCK_INITIALIZERMichel Lespinasse1-1/+1
2020-05-25Merge tag 'v5.7-rc7' into efi/core, to refresh the branch and pick up fixesIngo Molnar1-4/+1
2020-05-17efi: Pull up arch-specific prototype efi_systab_show_arch()Benjamin Thiel1-4/+1
2020-04-24efi: Move arch_tables check to callerArd Biesheuvel1-10/+8
2020-04-24efi: Clean up config table description arraysArd Biesheuvel1-14/+14
2020-03-08efi/x86: Ignore the memory attributes table on i386Ard Biesheuvel1-1/+1
2020-03-08Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar1-2/+2
2020-03-08Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...Ingo Molnar1-0/+57
2020-03-03efi: Export boot-services code and data as debugfs-blobsHans de Goede1-0/+57
2020-02-29efi: Mark all EFI runtime services as unsupported on non-EFI bootArd Biesheuvel1-3/+3
2020-02-29efi: Don't shadow 'i' in efi_config_parse_tables()Heinrich Schuchardt1-1/+0
2020-02-29efi/x86: Add RNG seed EFI table to unencrypted mapping checkTom Lendacky1-8/+10
2020-02-26efi: READ_ONCE rng seed size before munmapJason A. Donenfeld1-2/+2
2020-02-23efi: Register EFI rtc platform device only when availableArd Biesheuvel1-0/+3
2020-02-23efi: Use more granular check for availability for variable servicesArd Biesheuvel1-20/+8
2020-02-23efi: Add support for EFI_RT_PROPERTIES tableArd Biesheuvel1-0/+12
2020-02-23efi: Store mask of supported runtime services in struct efiArd Biesheuvel1-10/+17