aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/firmware/efi/efi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-09efi: Export symbol efi_mem_desc_lookupThomas Zimmermann1-0/+1
2025-02-04efi: Avoid cold plugged memory for placing the kernelArd Biesheuvel1-2/+4
2025-01-14x86/efistub: Drop long obsolete UGA supportArd Biesheuvel1-3/+0
2024-11-17efi: Fix memory leak in efivar_ssdt_loadCyrill Gorcunov1-13/+28
2024-09-13efi: Remove redundant null pointer checks in efi_debugfs_init()Li Zetao1-1/+1
2024-03-24efi: fix panic in kdump kernelOleksandr Tymoshenko1-0/+2
2024-03-09efi/libstub: Add get_event_log() support for CC platformsKuppuswamy Sathyanarayanan1-0/+1
2024-03-09efi/tpm: Use symbolic GUID name from spec for final events tableArd Biesheuvel1-1/+1
2023-12-11efivarfs: automatically update super block flagMasahisa Kojima1-0/+6
2023-12-11efi: expose efivar generic ops register functionMasahisa Kojima1-0/+12
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-12/+1
2023-10-20Merge 3rd batch of EFI fixes into efi/urgentArd Biesheuvel1-2/+6
2023-10-13efi: fix memory leak in krealloc failure handlingKuan-Wei Chiu1-2/+6
2023-09-19efi/unaccepted: Make sure unaccepted table is mappedKirill A. Shutemov1-3/+29
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel1-12/+1
2023-06-30Merge tag 'efi-next-for-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus Torvalds1-0/+1
2023-06-26Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+26
2023-06-21Revert "efi: random: refresh non-volatile random seed when RNG is initialized"Linus Torvalds1-21/+0
2023-06-06efi: Add unaccepted memory supportKirill A. Shutemov1-0/+25
2023-06-06efi/libstub: Implement support for unaccepted memoryKirill A. Shutemov1-0/+1
2023-05-17efivarfs: expose used and total sizeAnisse Astier1-0/+1
2023-02-23Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus 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-13Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus 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-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2022-09-27efi: libstub: unify initrd loading between architecturesArd Biesheuvel1-0/+15
2022-09-26mm: remove rb tree.Liam R. Howlett1-1/+0
2022-09-26mm: 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