summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/efi.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
| * 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/+1
* efi: Add Persistent Memory type nameRobert Elliott2016-02-031-1/+2
* efi: Add NV memory attributeRobert Elliott2016-02-031-1/+4
* efi: Expose non-blocking set_variable() wrapper to efivarsArd Biesheuvel2016-02-031-0/+1
* Merge branch 'linus' into efi/core, to refresh the branch and to pick up rece...Ingo Molnar2016-02-031-0/+2
|\
| * efi: include asm/early_ioremap.h not asm/efi.h to get early_memremapArd Biesheuvel2016-01-131-1/+1
| * arm64/efi: refactor EFI init and runtime code for reuse by 32-bit ARMArd Biesheuvel2015-12-091-0/+2
* | x86/efi-bgrt: Fix kernel panic when mapping BGRT dataSai Praneeth2015-12-141-32/+0
|/
* efi: Use correct type for struct efi_memory_map::phys_mapArd Biesheuvel2015-10-281-4/+4
* efi: Introduce EFI_NX_PE_DATA bit and set it from properties tableArd Biesheuvel2015-10-121-0/+18
* efi: Add support for UEFIv2.5 Properties tableArd Biesheuvel2015-10-121-14/+16
* efi: Add EFI_MEMORY_MORE_RELIABLE support to efi_md_typeattr_format()Taku Izumi2015-10-121-2/+3
* efi/arm64: Clean up efi_get_fdt_params() interfaceLeif Lindholm2015-10-121-4/+2
* efi/x86: Move efi=debug option parsing to coreLeif Lindholm2015-10-121-0/+3
* efi: Use the generic efi.memmap instead of 'memmap'Matt Fleming2015-10-111-1/+3
* efi, x86: Rearrange efi_mem_attributes()Jonathan (Zhixiong) Zhang2015-08-081-0/+31
* efi: Add support for EFI_MEMORY_RO attribute introduced by UEFIv2.5Ard Biesheuvel2015-08-081-3/+5
* efi: Check for NULL efi kernel parametersRicardo Neri2015-07-301-0/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-07-031-4/+2
|\
| * sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman2015-07-011-4/+2
* | efi: dmi: List SMBIOS3 table before SMBIOS tableJean Delvare2015-05-051-2/+7
* | efi: Add esrt supportPeter Jones2015-04-301-1/+81
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-02-111-24/+32
|\
| * efi: split off remapping code from efi_config_init()Ard Biesheuvel2015-01-121-24/+32
* | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2015-01-291-7/+10
|\ \ | |/ |/|
| * efi: Don't look for chosen@0 node on DT platformsLeif Lindholm2015-01-201-2/+1
| * firmware: efi: Remove unneeded guid unparseIvan Khoronzhuk2015-01-201-5/+0
| * efi: Expose underlying UEFI firmware platform size to userlandSteve McIntyre2015-01-121-0/+9
| * efi: Rename efi_guid_unparse to efi_guid_to_strBorislav Petkov2015-01-071-2/+2
* | efi: dmi: add support for SMBIOS 3.0 UEFI configuration tableArd Biesheuvel2014-11-051-0/+4
|/
* efi: Introduce efi_md_typeattr_format()Laszlo Ersek2014-10-031-0/+57
* efi: Add kernel param efi=noruntimeDave Young2014-10-031-0/+9
* efi: Move noefi early param code out of x86 arch codeDave Young2014-10-031-0/+13
* Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-08-041-11/+29
|\
| * efi: Autoload efivarsLee, Chun-Yi2014-07-181-0/+15
| * efi: Introduce EFI_PARAVIRT flagDaniel Kiper2014-07-181-9/+12
OpenPOWER on IntegriCloud