summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/efi.c
AgeCommit message (Expand)AuthorFilesLines
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-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus 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-05-01efi: Add esrt supportPeter Jones1-1/+81
2015-02-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-24/+32
2015-01-29Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar1-7/+10
2015-01-21efi: Don't look for chosen@0 node on DT platformsLeif Lindholm1-2/+1
2015-01-21firmware: efi: Remove unneeded guid unparseIvan Khoronzhuk1-5/+0
2015-01-12efi: Expose underlying UEFI firmware platform size to userlandSteve McIntyre1-0/+9
2015-01-12efi: split off remapping code from efi_config_init()Ard Biesheuvel1-24/+32
2015-01-08efi: Rename efi_guid_unparse to efi_guid_to_strBorislav Petkov1-2/+2
2014-11-05efi: dmi: add support for SMBIOS 3.0 UEFI configuration tableArd Biesheuvel1-0/+4
2014-10-03efi: Introduce efi_md_typeattr_format()Laszlo Ersek1-0/+57
2014-10-03efi: Add kernel param efi=noruntimeDave Young1-0/+9
2014-10-03efi: Move noefi early param code out of x86 arch codeDave Young1-0/+13
2014-08-05Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-11/+29
2014-07-19efi: Autoload efivarsLee, Chun-Yi1-0/+15
2014-07-19efi: Introduce EFI_PARAVIRT flagDaniel Kiper1-9/+12
2014-07-19efi: Use early_mem*() instead of early_io*()Daniel Kiper1-2/+2
2014-07-10efi: fdt: Do not report an error during boot if UEFI is not availableCatalin Marinas1-7/+15
2014-06-19efi: Fix compiler warnings (unused, const, type)Catalin Marinas1-3/+3
2014-04-30efi: add helper function to get UEFI params from FDTMark Salter1-0/+79
2014-03-04efi: Use NULL instead of 0 for pointerDaeseok Youn1-1/+1
2014-03-04efi: Set feature flags inside feature init functionsMatt Fleming1-0/+3
2013-12-21efi: Export EFI runtime memory mapping to sysfsDave Young1-0/+4
2013-12-21efi: Export more EFI table variables to sysfsDave Young1-1/+40
2013-09-05efi: x86: make efi_lookup_mapped_addr() a common functionLeif Lindholm1-0/+32
2013-09-05efi: x86: ia64: provide a generic efi_config_init()Leif Lindholm1-0/+108
2013-04-30Merge tag 'v3.9' into efi-for-tip2Matt Fleming1-1/+1
2013-04-17efi: split efisubsystem from efivarsTom Gundersen1-0/+134