summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/efi.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tpmdd-next-20190625' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds2019-07-091-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/+1Star
* 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/+0Star
* 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-141-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/+1Star
* | 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/+1Star
* 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/+0Star
* 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
* efi/efivar_ssdt_load: Don't return success on allocation failureDan Carpenter2016-10-181-1/+3
* Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2016-09-131-31/+36
|\
| * efi: Replace runtime services spinlock with semaphoreArd Biesheuvel2016-09-091-0/+3
| * efi: Allow drivers to reserve boot services foreverMatt Fleming2016-09-091-0/+30
| * efi: Split out EFI memory map functions into new fileMatt Fleming2016-09-091-129/+0Star
| * efi: Add efi_memmap_init_late() for permanent EFI memmapMatt Fleming2016-09-091-40/+95
| * efi: Refactor efi_memmap_init_early() into arch-neutral codeMatt Fleming2016-09-091-0/+46
* | efi: Fix handling error value in fdt_find_uefi_paramsAndrzej Hajda2016-09-051-2/+5
|/
* Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-271-16/+65
|\
| * Xen: EFI: Parse DT parameters for Xen specific UEFIShannon Zhao2016-07-061-16/+65
* | efi / ACPI: load SSTDs from EFI variablesOctavian Purdila2016-07-081-0/+96
|/
* efi: Move efi_status_to_err() to drivers/firmware/efi/Matt Fleming2016-04-281-0/+33
* efi/arm/libstub: Make screen_info accessible to the UEFI stubArd Biesheuvel2016-04-281-2/+3
* efi: Add support for the EFI_MEMORY_ATTRIBUTES_TABLE config tableArd Biesheuvel2016-04-281-0/+2
* efi: Remove global 'memmap' EFI memory mapMatt Fleming2016-04-281-1/+1
* efi: Iterate over efi.memmap in for_each_efi_memory_desc()Matt Fleming2016-04-281-5/+1Star
* efi: Add Persistent Memory type nameRobert Elliott2016-02-031-1/+2