summaryrefslogtreecommitdiffstats
path: root/drivers/firmware (follow)
Commit message (Expand)AuthorAgeFilesLines
* efi/runtime-wrappers: Detect firmware IRQ flag corruptionMark Rutland2016-04-281-0/+31
* efi/runtime-wrappers: Remove redundant #ifdefsMark Rutland2016-04-281-4/+0
* efi/runtime-wrappers: Add {__,}efi_call_virt() templatesMark Rutland2016-04-281-0/+40
* efi/arm-init: Reserve rather than unmap the memory map for ARM as wellArd Biesheuvel2016-04-281-14/+3
* efi: Add misc char driver interface to update EFI firmwareKweh, Hock Leong2016-04-283-0/+354
* efi: Add 'capsule' update supportMatt Fleming2016-04-283-1/+312
* efi: Move efi_status_to_err() to drivers/firmware/efi/Matt Fleming2016-04-282-33/+33
* efibc: Add EFI Bootloader Control moduleCompostella, Jeremy2016-04-283-0/+117
* efi/arm*: Wire up 'struct screen_info' to efi-framebuffer platform deviceArd Biesheuvel2016-04-281-0/+18
* efi/arm*/libstub: Wire up GOP protocol to 'struct screen_info'Ard Biesheuvel2016-04-281-0/+23
* efi/arm/libstub: Make screen_info accessible to the UEFI stubArd Biesheuvel2016-04-283-3/+73
* efi/libstub: Move Graphics Output Protocol handling to generic codeArd Biesheuvel2016-04-282-1/+355
* efi/arm*: Take the Memory Attributes table into accountArd Biesheuvel2016-04-282-2/+9
* efi: Implement generic support for the Memory Attributes tableArd Biesheuvel2016-04-282-1/+183
* efi: Add support for the EFI_MEMORY_ATTRIBUTES_TABLE config tableArd Biesheuvel2016-04-281-0/+2
* efi/arm*: Use memremap() to create the persistent memmap mappingArd Biesheuvel2016-04-281-2/+1
* efi: Check EFI_MEMORY_DESCRIPTOR version explicitlyArd Biesheuvel2016-04-281-0/+4
* efi: Remove global 'memmap' EFI memory mapMatt Fleming2016-04-284-38/+36
* efi: Iterate over efi.memmap in for_each_efi_memory_desc()Matt Fleming2016-04-285-12/+9
* efi/arm64: Check SetupMode when determining Secure Boot statusLinn Crosetto2016-04-281-7/+25
* efi/arm64: Report unexpected errors when determining Secure Boot statusLinn Crosetto2016-04-281-4/+18
* efi/arm*: Drop writable mapping of the UEFI System tableArd Biesheuvel2016-04-282-11/+18
* efi: Get rid of the EFI_SYSTEM_TABLES status bitArd Biesheuvel2016-04-281-1/+0
* efi: Fix out-of-bounds read in variable_matches()Laszlo Ersek2016-04-221-11/+26
* Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-04-171-3/+15
|\
| * efi/arm64: Don't apply MEMBLOCK_NOMAP to UEFI memory map mappingArd Biesheuvel2016-03-311-3/+15
* | firmware: qemu_fw_cfg.c: hold ACPI global lock during device accessGabriel Somlo2016-04-071-0/+16
* | qemu_fw_cfg: don't leak kobj on init errorMichael S. Tsirkin2016-04-071-1/+7
|/
* kernel: add kcov code coverageDmitry Vyukov2016-03-221-0/+3
* drivers/firmware/efi/efivars.c: use in_compat_syscall() to check for compat c...Andy Lutomirski2016-03-221-1/+1
* Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-2110-129/+129
|\
| * efi/arm*: Perform hardware compatibility checkArd Biesheuvel2016-02-222-0/+6
| * efi/arm64: Check for h/w support before booting a >4 KB granular kernelArd Biesheuvel2016-02-221-0/+20
| * efi/arm: Check for LPAE support before booting a LPAE kernelArd Biesheuvel2016-02-221-0/+17
| * efi/arm-init: Use read-only early mappingsArd Biesheuvel2016-02-221-7/+7
| * efi/efistub: Prevent __init annotations from being usedArd Biesheuvel2016-02-221-0/+10
| * efi/arm64: Drop __init annotation from handle_kernel_image()Ard Biesheuvel2016-02-221-7/+7
| * efi/runtime-wrappers: Run UEFI Runtime Services with interrupts enabledArd Biesheuvel2016-02-221-43/+28
| * Merge tag 'v4.5-rc5' into efi/core, before queueing up new changesIngo Molnar2016-02-222-60/+119
| |\
| * | efi: Add Persistent Memory type nameRobert Elliott2016-02-031-1/+2
| * | efi: Add NV memory attributeRobert Elliott2016-02-031-1/+4
| * | efivars: Use to_efivar_entryGeliang Tang2016-02-031-1/+1
| * | efi: Runtime-wrapper: Get rid of the rtc_lock spinlockArd Biesheuvel2016-02-031-24/+8
| * | efi/runtime-wrappers: Remove out of date comment regarding in_nmi()Ard Biesheuvel2016-02-031-26/+0
| * | efi: Add nonblocking option to efi_query_variable_store()Ard Biesheuvel2016-02-031-2/+14
| * | efi/runtime-wrappers: Add a nonblocking version of QueryVariableInfo()Ard Biesheuvel2016-02-031-0/+22
| * | 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-0312-37/+523
| |\ \
| * | | x86/efi-bgrt: Fix kernel panic when mapping BGRT dataSai Praneeth2015-12-141-32/+0
| * | | efi/esrt: Don't preformat nameRasmus Villemoes2015-12-141-4/+1