aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/efi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-13efi: Add support for seeding the RNG from a UEFI config tableArd Biesheuvel1-0/+72
2016-10-18efi/efivar_ssdt_load: Don't return success on allocation failureDan Carpenter1-1/+3
2016-09-13Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into efi/coreIngo Molnar1-31/+36
2016-09-09efi: Replace runtime services spinlock with semaphoreArd Biesheuvel1-0/+3
2016-09-09efi: Allow drivers to reserve boot services foreverMatt Fleming1-0/+30
2016-09-09efi: Split out EFI memory map functions into new fileMatt Fleming1-129/+0
2016-09-09efi: Add efi_memmap_init_late() for permanent EFI memmapMatt Fleming1-40/+95
2016-09-09efi: Refactor efi_memmap_init_early() into arch-neutral codeMatt Fleming1-0/+46
2016-09-05efi: Fix handling error value in fdt_find_uefi_paramsAndrzej Hajda1-2/+5
2016-07-27Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-16/+65
2016-07-08efi / ACPI: load SSTDs from EFI variablesOctavian Purdila1-0/+96
2016-07-06Xen: EFI: Parse DT parameters for Xen specific UEFIShannon Zhao1-16/+65
2016-04-28efi: Move efi_status_to_err() to drivers/firmware/efi/Matt Fleming1-0/+33
2016-04-28efi/arm/libstub: Make screen_info accessible to the UEFI stubArd Biesheuvel1-2/+3
2016-04-28efi: Add support for the EFI_MEMORY_ATTRIBUTES_TABLE config tableArd Biesheuvel1-0/+2
2016-04-28efi: Remove global 'memmap' EFI memory mapMatt Fleming1-1/+1
2016-04-28efi: Iterate over efi.memmap in for_each_efi_memory_desc()Matt Fleming1-5/+1
2016-02-03efi: Add Persistent Memory type nameRobert Elliott1-1/+2
2016-02-03efi: Add NV memory attributeRobert Elliott1-1/+4
2016-02-03efi: Expose non-blocking set_variable() wrapper to efivarsArd Biesheuvel1-0/+1
2016-02-03Merge branch 'linus' into efi/core, to refresh the branch and to pick up recent fixesIngo Molnar1-0/+2
2016-01-13efi: include asm/early_ioremap.h not asm/efi.h to get early_memremapArd Biesheuvel1-1/+1
2015-12-14x86/efi-bgrt: Fix kernel panic when mapping BGRT dataSai Praneeth1-32/+0
2015-12-09arm64/efi: refactor EFI init and runtime code for reuse by 32-bit ARMArd Biesheuvel1-0/+2
2015-10-28efi: Use correct type for struct efi_memory_map::phys_mapArd Biesheuvel1-4/+4
2015-10-12efi: Introduce EFI_NX_PE_DATA bit and set it from properties tableArd Biesheuvel1-0/+18
2015-10-12efi: Add support for UEFIv2.5 Properties tableArd Biesheuvel1-14/+16
2015-10-12efi: Add EFI_MEMORY_MORE_RELIABLE support to efi_md_typeattr_format()Taku Izumi1-2/+3
2015-10-12efi/arm64: Clean up efi_get_fdt_params() interfaceLeif Lindholm1-4/+2
2015-10-12efi/x86: Move efi=debug option parsing to coreLeif Lindholm1-0/+3
2015-10-11efi: Use the generic efi.memmap instead of 'memmap'Matt Fleming1-1/+3
2015-08-08efi, x86: Rearrange efi_mem_attributes()Jonathan (Zhixiong) Zhang1-0/+31
2015-08-08efi: Add support for EFI_MEMORY_RO attribute introduced by UEFIv2.5Ard Biesheuvel1-3/+5
2015-07-30efi: Check for NULL efi kernel parametersRicardo Neri1-0/+5
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-4/+2
2015-07-01sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman1-4/+2
2015-05-05efi: dmi: List SMBIOS3 table before SMBIOS tableJean Delvare1-2/+7
2015-04-30efi: Add esrt supportPeter Jones1-1/+81
2015-02-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-24/+32
2015-01-29Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/efiIngo Molnar1-7/+10
2015-01-20efi: Don't look for chosen@0 node on DT platformsLeif Lindholm1-2/+1
2015-01-20firmware: efi: Remove unneeded guid unparseIvan Khoronzhuk1-5/+0