summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/efi.c
AgeCommit message (Expand)Author
2019-02-16efi/arm: Revert "Defer persistent reservations until after paging_init()"Ard Biesheuvel
2018-11-30efi: Reduce the amount of memblock reservations for persistent allocationsArd Biesheuvel
2018-11-30efi: Permit multiple entries in persistent memreserve data structureArd Biesheuvel
2018-11-27efi: Prevent GICv3 WARN() by mapping the memreserve table before first useArd Biesheuvel
2018-11-15efi: Permit calling efi_mem_reserve_persistent() from atomic contextArd Biesheuvel
2018-11-15efi/arm: Defer persistent reservations until after paging_init()Ard Biesheuvel
2018-09-26efi: add API to reserve memory persistently across kexec rebootArd Biesheuvel
2018-09-26efi: honour memory reservations passed via a linux specific config tableArd Biesheuvel
2018-08-13Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-07-17mm: Allocate the mm_cpumask (mm->cpu_bitmap[]) dynamically based on nr_cpu_idsRik van Riel
2018-07-16efi: Drop type and attribute checks in efi_mem_desc_lookup()Ard Biesheuvel
2018-07-16efi: Use a work queue to invoke EFI Runtime ServicesSai Praneeth
2018-03-12efi: Use efi_mm in x86 as well as ARMSai Praneeth
2018-03-09efi: Reorder pr_notice() with add_device_randomness() callArd Biesheuvel
2018-01-31Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds
2018-01-08efi: call get_event_log before ExitBootServicesThiebaud Weksteen
2018-01-03efi: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych
2017-12-06efi: Add comment to avoid future expanding of sysfs systabDave Young
2017-12-06efi: Move some sysfs files to be read-only by rootGreg Kroah-Hartman
2017-08-26efi: Move efi_mem_type() to common codeJan Beulich
2017-08-26efi/random: Increase size of firmware supplied randomnessArd Biesheuvel
2017-08-26Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar
2017-08-21firmware/efi: Constify attribute_group structuresArvind Yadav
2017-07-18efi: Add an EFI table address match functionTom Lendacky
2017-06-23efi: Process the MEMATTR table only if EFI_MEMMAP is enabledDaniel Kiper
2017-03-17efi/esrt: Cleanup bad memory map log messagesDaniel Drake
2017-02-01efi: Make EFI_MEMORY_ATTRIBUTES_TABLE initialization common across all archit...Sai Praneeth
2016-11-13efi: Add support for seeding the RNG from a UEFI config tableArd Biesheuvel
2016-10-18efi/efivar_ssdt_load: Don't return success on allocation failureDan Carpenter
2016-09-13Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar
2016-09-09efi: Replace runtime services spinlock with semaphoreArd Biesheuvel
2016-09-09efi: Allow drivers to reserve boot services foreverMatt Fleming
2016-09-09efi: Split out EFI memory map functions into new fileMatt Fleming
2016-09-09efi: Add efi_memmap_init_late() for permanent EFI memmapMatt Fleming
2016-09-09efi: Refactor efi_memmap_init_early() into arch-neutral codeMatt Fleming
2016-09-05efi: Fix handling error value in fdt_find_uefi_paramsAndrzej Hajda
2016-07-27Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-07-08efi / ACPI: load SSTDs from EFI variablesOctavian Purdila
2016-07-06Xen: EFI: Parse DT parameters for Xen specific UEFIShannon Zhao
2016-04-28efi: Move efi_status_to_err() to drivers/firmware/efi/Matt Fleming
2016-04-28efi/arm/libstub: Make screen_info accessible to the UEFI stubArd Biesheuvel
2016-04-28efi: Add support for the EFI_MEMORY_ATTRIBUTES_TABLE config tableArd Biesheuvel
2016-04-28efi: Remove global 'memmap' EFI memory mapMatt Fleming
2016-04-28efi: Iterate over efi.memmap in for_each_efi_memory_desc()Matt Fleming
2016-02-03efi: Add Persistent Memory type nameRobert Elliott
2016-02-03efi: Add NV memory attributeRobert Elliott
2016-02-03efi: Expose non-blocking set_variable() wrapper to efivarsArd Biesheuvel
2016-02-03Merge branch 'linus' into efi/core, to refresh the branch and to pick up rece...Ingo Molnar
2016-01-13efi: include asm/early_ioremap.h not asm/efi.h to get early_memremapArd Biesheuvel
2015-12-14x86/efi-bgrt: Fix kernel panic when mapping BGRT dataSai Praneeth