summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/efi.c
Commit message (Expand)AuthorAgeFilesLines
* efi: Fix comment for efi_mem_type() wrt absent physical addressesAnshuman Khandual2020-01-201-1/+1
* Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-12-171-2/+26
|\
| * efi/memreserve: Register reservations as 'reserved' in /proc/iomemArd Biesheuvel2019-12-081-2/+26
* | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
|/
* Merge branch 'acpi-mm'Rafael J. Wysocki2019-11-261-2/+11
|\
| * efi: Common enable/disable infrastructure for EFI soft reservationDan Williams2019-11-071-0/+8
| * efi: Enumerate EFI_MEMORY_SPDan Williams2019-11-071-2/+3
* | Merge branch 'acpica'Rafael J. Wysocki2019-11-261-1/+1
|\ \ | |/ |/|
| * ACPICA: make acpi_load_table() return table indexNikolaus Voss2019-10-281-1/+1
* | efi/random: Treat EFI_RNG_PROTOCOL output as bootloader randomnessDominik Brodowski2019-10-311-1/+1
|/
* efivar/ssdt: Don't iterate over EFI vars if no SSDT override was specifiedArd Biesheuvel2019-10-071-0/+3
* Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-281-0/+6
|\
| * efi: Restrict efivar_ssdt_load when the kernel is locked downMatthew Garrett2019-08-191-0/+6
* | efi: Export Runtime Configuration Interface table to sysfsNarendra K2019-08-081-0/+3
* | efi: ia64: move SAL systab handling out of generic EFI codeArd Biesheuvel2019-08-081-2/+0
* | efi/x86: move UV_SYSTAB handling into arch/x86Ard Biesheuvel2019-08-081-1/+0
* | efi: x86: move efi_is_table_address() into arch/x86Ard Biesheuvel2019-08-081-33/+0
* | Merge tag 'tpmdd-next-20190625' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds2019-07-081-0/+2
|\ \ | |/ |/|
| * tpm: Reserve the TPM final events tableMatthew Garrett2019-06-241-0/+2
* | efi/memreserve: deal with memreserve entries in unmapped memoryArd Biesheuvel2019-06-111-2/+10
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner2019-06-051-2/+1
* efi: Allow the number of EFI configuration tables entries to be zeroRob Bradford2019-05-251-0/+3
* efi/arm: Revert "Defer persistent reservations until after paging_init()"Ard Biesheuvel2019-02-161-4/+0
* efi: Reduce the amount of memblock reservations for persistent allocationsArd Biesheuvel2018-11-301-4/+17
* efi: Permit multiple entries in persistent memreserve data structureArd Biesheuvel2018-11-301-12/+27
* efi: Prevent GICv3 WARN() by mapping the memreserve table before first useArd Biesheuvel2018-11-271-10/+26
* efi: Permit calling efi_mem_reserve_persistent() from atomic contextArd Biesheuvel2018-11-151-12/+19
* efi/arm: Defer persistent reservations until after paging_init()Ard Biesheuvel2018-11-151-0/+4
* efi: add API to reserve memory persistently across kexec rebootArd Biesheuvel2018-09-261-0/+32
* efi: honour memory reservations passed via a linux specific config tableArd Biesheuvel2018-09-261-1/+26
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-131-0/+1
|\
| * mm: Allocate the mm_cpumask (mm->cpu_bitmap[]) dynamically based on nr_cpu_idsRik van Riel2018-07-171-0/+1
* | efi: Drop type and attribute checks in efi_mem_desc_lookup()Ard Biesheuvel2018-07-161-7/+1
* | efi: Use a work queue to invoke EFI Runtime ServicesSai Praneeth2018-07-161-0/+14
|/
* efi: Use efi_mm in x86 as well as ARMSai Praneeth2018-03-121-0/+9
* efi: Reorder pr_notice() with add_device_randomness() callArd Biesheuvel2018-03-091-1/+1
* Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2018-01-311-0/+4
|\
| * efi: call get_event_log before ExitBootServicesThiebaud Weksteen2018-01-081-0/+4
* | efi: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych2018-01-031-1/+1
|/
* efi: Add comment to avoid future expanding of sysfs systabDave Young2017-12-061-0/+2
* efi: Move some sysfs files to be read-only by rootGreg Kroah-Hartman2017-12-061-2/+1
* efi: Move efi_mem_type() to common codeJan Beulich2017-08-261-6/+31
* efi/random: Increase size of firmware supplied randomnessArd Biesheuvel2017-08-261-1/+2
* Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar2017-08-261-0/+33
|\
| * efi: Add an EFI table address match functionTom Lendacky2017-07-181-0/+33
* | firmware/efi: Constify attribute_group structuresArvind Yadav2017-08-211-1/+1
|/
* efi: Process the MEMATTR table only if EFI_MEMMAP is enabledDaniel Kiper2017-06-231-1/+2
* efi/esrt: Cleanup bad memory map log messagesDaniel Drake2017-03-171-1/+0
* efi: Make EFI_MEMORY_ATTRIBUTES_TABLE initialization common across all archit...Sai Praneeth2017-02-011-0/+2
* efi: Add support for seeding the RNG from a UEFI config tableArd Biesheuvel2016-11-131-0/+72
OpenPOWER on IntegriCloud