summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/efi.c
AgeCommit message (Expand)AuthorFilesLines
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-25efi: 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
2020-02-23efi/arm: Move FDT param discovery code out of efi.cArd Biesheuvel1-135/+0
2020-02-23efi/x86: Make fw_vendor, config_table and runtime sysfs nodes x86 specificArd Biesheuvel1-34/+6
2020-02-23efi: Clean up config_parse_tables()Ard Biesheuvel1-24/+23
2020-02-23efi: Make efi_config_init() x86 onlyArd Biesheuvel1-31/+0
2020-02-23efi: Merge EFI system table revision and vendor checksArd Biesheuvel1-0/+61
2020-02-23efi: Make memreserve table handling local to efi.cArd Biesheuvel1-6/+6
2020-02-23efi: Move mem_attr_table out of struct efiArd Biesheuvel1-2/+1
2020-02-23efi: Make rng_seed table handling local to efi.cArd Biesheuvel1-11/+10
2020-02-23efi: Move UGA and PROP table handling to x86 codeArd Biesheuvel1-24/+1
2020-02-23efi/ia64: Move HCDP and MPS table handling into IA64 arch codeArd Biesheuvel1-8/+6
2020-02-23efi: Drop handling of 'boot_info' configuration tableArd Biesheuvel1-3/+0
2020-01-20efi: Fix comment for efi_mem_type() wrt absent physical addressesAnshuman Khandual1-1/+1
2019-12-17Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+26
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-12-08efi/memreserve: Register reservations as 'reserved' in /proc/iomemArd Biesheuvel1-2/+26