aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/efi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-26efi: READ_ONCE rng seed size before munmapJason A. Donenfeld1-2/+2
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/kernel/git/tip/tipLinus 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
2019-11-26Merge branch 'acpi-mm'Rafael J. Wysocki1-2/+11
2019-11-26Merge branch 'acpica'Rafael J. Wysocki1-1/+1
2019-11-07efi: Common enable/disable infrastructure for EFI soft reservationDan Williams1-0/+8
2019-11-07efi: Enumerate EFI_MEMORY_SPDan Williams1-2/+3
2019-10-31efi/random: Treat EFI_RNG_PROTOCOL output as bootloader randomnessDominik Brodowski1-1/+1
2019-10-28ACPICA: make acpi_load_table() return table indexNikolaus Voss1-1/+1
2019-10-07efivar/ssdt: Don't iterate over EFI vars if no SSDT override was specifiedArd Biesheuvel1-0/+3
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+6
2019-08-19efi: Restrict efivar_ssdt_load when the kernel is locked downMatthew Garrett1-0/+6
2019-08-08efi: Export Runtime Configuration Interface table to sysfsNarendra K1-0/+3
2019-08-08efi: ia64: move SAL systab handling out of generic EFI codeArd Biesheuvel1-2/+0
2019-08-08efi/x86: move UV_SYSTAB handling into arch/x86Ard Biesheuvel1-1/+0
2019-08-08efi: x86: move efi_is_table_address() into arch/x86Ard Biesheuvel1-33/+0
2019-07-08Merge tag 'tpmdd-next-20190625' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds1-0/+2
2019-06-24tpm: Reserve the TPM final events tableMatthew Garrett1-0/+2
2019-06-11efi/memreserve: deal with memreserve entries in unmapped memoryArd Biesheuvel1-2/+10
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner1-2/+1
2019-05-25efi: Allow the number of EFI configuration tables entries to be zeroRob Bradford1-0/+3
2019-02-16efi/arm: Revert "Defer persistent reservations until after paging_init()"Ard Biesheuvel1-4/+0
2018-11-30efi: Reduce the amount of memblock reservations for persistent allocationsArd Biesheuvel1-4/+17
2018-11-30efi: Permit multiple entries in persistent memreserve data structureArd Biesheuvel1-12/+27
2018-11-27efi: Prevent GICv3 WARN() by mapping the memreserve table before first useArd Biesheuvel1-10/+26
2018-11-15efi: Permit calling efi_mem_reserve_persistent() from atomic contextArd Biesheuvel1-12/+19
2018-11-15efi/arm: Defer persistent reservations until after paging_init()Ard Biesheuvel1-0/+4
2018-09-26efi: add API to reserve memory persistently across kexec rebootArd Biesheuvel1-0/+32
2018-09-26efi: honour memory reservations passed via a linux specific config tableArd Biesheuvel1-1/+26
2018-08-13Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2018-07-17mm: Allocate the mm_cpumask (mm->cpu_bitmap[]) dynamically based on nr_cpu_idsRik van Riel1-0/+1
2018-07-16efi: Drop type and attribute checks in efi_mem_desc_lookup()Ard Biesheuvel1-7/+1
2018-07-16efi: Use a work queue to invoke EFI Runtime ServicesSai Praneeth1-0/+14
2018-03-12efi: Use efi_mm in x86 as well as ARMSai Praneeth1-0/+9
2018-03-09efi: Reorder pr_notice() with add_device_randomness() callArd Biesheuvel1-1/+1
2018-01-31Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+4
2018-01-08efi: call get_event_log before ExitBootServicesThiebaud Weksteen1-0/+4
2018-01-03efi: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych1-1/+1
2017-12-06efi: Add comment to avoid future expanding of sysfs systabDave Young1-0/+2
2017-12-06efi: Move some sysfs files to be read-only by rootGreg Kroah-Hartman1-2/+1
2017-08-26efi: Move efi_mem_type() to common codeJan Beulich1-6/+31
2017-08-26efi/random: Increase size of firmware supplied randomnessArd Biesheuvel1-1/+2
2017-08-26Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar1-0/+33
2017-08-21firmware/efi: Constify attribute_group structuresArvind Yadav1-1/+1
2017-07-18efi: Add an EFI table address match functionTom Lendacky1-0/+33
2017-06-23efi: Process the MEMATTR table only if EFI_MEMMAP is enabledDaniel Kiper1-1/+2
2017-03-17efi/esrt: Cleanup bad memory map log messagesDaniel Drake1-1/+0
2017-02-01efi: Make EFI_MEMORY_ATTRIBUTES_TABLE initialization common across all architecturesSai Praneeth1-0/+2