summaryrefslogtreecommitdiffstats
path: root/include/linux/efi.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'please-pull-misc-4.8' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-08-011-1/+1
|\
| * ia64: efi: use timespec64 for persistent clockArnd Bergmann2016-06-171-1/+1
* | efi: Reorganize the GUID table to make it easier to readIngo Molnar2016-07-081-109/+36
* | x86/efi: Remove the unused efi_get_time() functionArnd Bergmann2016-06-271-1/+0
* | efi: Convert efi_call_virt() to efi_call_virt_pointer()Alex Thorlton2016-06-271-0/+51
* | efi: Document #define FOO_PROTOCOL_GUID layoutPeter Jones2016-06-271-1/+16
|/
* efi: Fix for_each_efi_memory_desc_in_map() for empty memmapsVitaly Kuznetsov2016-06-031-1/+1
* include/linux/efi.h: redefine type, constant, macro from generic codeAndy Shevchenko2016-05-201-10/+4
* efi: Merge boolean flag argumentsJulia Lawall2016-05-071-2/+1
* x86/efi: Force EFI reboot to process pending capsulesMatt Fleming2016-04-281-0/+6
* efi: Add 'capsule' update supportMatt Fleming2016-04-281-0/+14
* efi: Move efi_status_to_err() to drivers/firmware/efi/Matt Fleming2016-04-281-0/+2
* efibc: Add EFI Bootloader Control moduleCompostella, Jeremy2016-04-281-0/+4
* efi/arm/libstub: Make screen_info accessible to the UEFI stubArd Biesheuvel2016-04-281-1/+10
* efi/libstub: Move Graphics Output Protocol handling to generic codeArd Biesheuvel2016-04-281-1/+80
* x86/efi: Prepare GOP handling code for reuse as generic codeArd Biesheuvel2016-04-281-0/+5
* efi: Implement generic support for the Memory Attributes tableArd Biesheuvel2016-04-281-0/+13
* efi: Add support for the EFI_MEMORY_ATTRIBUTES_TABLE config tableArd Biesheuvel2016-04-281-0/+13
* efi: Remove global 'memmap' EFI memory mapMatt Fleming2016-04-281-3/+2
* efi: Iterate over efi.memmap in for_each_efi_memory_desc()Matt Fleming2016-04-281-1/+10
* efi: Get rid of the EFI_SYSTEM_TABLES status bitArd Biesheuvel2016-04-281-1/+0
* Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-201-30/+55
|\
| * efi: Reformat GUID tables to follow the format in UEFI specPeter Jones2016-02-221-21/+42
| * Merge tag 'v4.5-rc5' into efi/core, before queueing up new changesIngo Molnar2016-02-221-1/+4
| |\
| * | efi: Add NV memory attributeRobert Elliott2016-02-031-0/+1
| * | efi: Add nonblocking option to efi_query_variable_store()Ard Biesheuvel2016-02-031-3/+9
| * | efi/runtime-wrappers: Add a nonblocking version of QueryVariableInfo()Ard Biesheuvel2016-02-031-0/+1
| * | efi: Remove redundant efi_set_variable_nonblocking() prototypeArd Biesheuvel2016-02-031-6/+2
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-03-171-1/+5
|\ \ \ | |_|/ |/| |
| * | efi: stub: implement efi_get_random_bytes() based on EFI_RNG_PROTOCOLArd Biesheuvel2016-02-241-1/+5
| |/
* | efi: Make efivarfs entries immutable by defaultPeter Jones2016-02-101-0/+2
* | efi: Make our variable validation list include the guidPeter Jones2016-02-101-1/+2
|/
* efi: Use correct type for struct efi_memory_map::phys_mapArd Biesheuvel2015-10-281-1/+1
* efi: Add "efi_fake_mem" boot optionTaku Izumi2015-10-121-0/+6
* efi: Introduce EFI_NX_PE_DATA bit and set it from properties tableArd Biesheuvel2015-10-121-0/+1
* efi: Add support for UEFIv2.5 Properties tableArd Biesheuvel2015-10-121-0/+13
* efi/arm64: Clean up efi_get_fdt_params() interfaceLeif Lindholm2015-10-121-1/+1
* efi: Add support for EFI_MEMORY_RO attribute introduced by UEFIv2.5Ard Biesheuvel2015-08-081-0/+1
* Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-06-291-1/+2
|\
| * e820, efi: add ACPI 6.0 persistent memory typesDan Williams2015-05-271-1/+2
* | x86, mirror: x86 enabling - find mirrored memory rangesTony Luck2015-06-241-0/+3
* | efi: Work around ia64 build problem with ESRT driverPeter Jones2015-06-081-0/+4
* | efi: Add esrt supportPeter Jones2015-04-301-0/+8
|/
* x86/efi: Add a "debug" option to the efi= cmdlineBorislav Petkov2015-04-011-0/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-02-111-0/+2
|\
| * efi: split off remapping code from efi_config_init()Ard Biesheuvel2015-01-121-0/+2
* | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2015-01-291-1/+1
|\ \ | |/ |/|
| * efi: Rename efi_guid_unparse to efi_guid_to_strBorislav Petkov2015-01-071-1/+1
* | efi: dmi: add support for SMBIOS 3.0 UEFI configuration tableArd Biesheuvel2014-11-051-1/+5
|/
* efi: Provide a non-blocking SetVariable() operationMatt Fleming2014-10-031-0/+6