summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/efi.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-24Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-17/+57
2023-02-03efi: Use standard format for printing the EFI revisionArd Biesheuvel1-4/+9
2023-02-03efi: Drop minimum EFI version check at bootArd Biesheuvel1-8/+1
2023-02-03efi: fix potential NULL deref in efi_mem_reserve_persistentAnton Gusev1-0/+2
2023-01-26efi: verify that variable services are supportedJohan Hovold1-0/+22
2023-01-23efi: Warn if trying to reserve memory under XenDemi Marie Obenour1-0/+4
2023-01-23efi: Apply allowlist to EFI configuration tables when running under XenDemi Marie Obenour1-3/+10
2023-01-22efi: xen: Implement memory descriptor lookup based on hypercallDemi Marie Obenour1-1/+4
2023-01-22efi: memmap: Disregard bogus entries instead of returning themDemi Marie Obenour1-0/+6
2023-01-17efi: efivars: drop kobject from efivars_register()Johan Hovold1-1/+1
2023-01-03efi: fix NULL-deref in init error pathJohan Hovold1-3/+6
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