summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-05-173-26/+21Star
|\
| * arm64: kaslr: increase randomization granularityArd Biesheuvel2016-04-281-3/+12
| * efi: ARM: avoid warning about phys_addr_t castArnd Bergmann2016-04-191-1/+1
| * efi: ARM/arm64: ignore DT memory nodes instead of removing themArd Biesheuvel2016-04-152-23/+9Star
* | efi: Merge boolean flag argumentsJulia Lawall2016-05-072-16/+12Star
* | efi/capsule: Move 'capsule' to the stack in efi_capsule_supported()Matt Fleming2016-05-071-18/+11Star
* | efibc: Fix excessive stack footprint warningJeremy Compostella2016-05-071-11/+23
* | efi/capsule: Make efi_capsule_pending() locklessMatt Fleming2016-05-071-10/+25
* | efi/runtime-wrappers: Remove ARCH_EFI_IRQ_FLAGS_MASK #ifdefMark Rutland2016-04-281-7/+0Star
* | efi/runtime-wrappers: Detect firmware IRQ flag corruptionMark Rutland2016-04-281-0/+31
* | efi/runtime-wrappers: Remove redundant #ifdefsMark Rutland2016-04-281-4/+0Star
* | 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/+3Star
* | 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/+1Star
* | efi: Check EFI_MEMORY_DESCRIPTOR version explicitlyArd Biesheuvel2016-04-281-0/+4
* | efi: Remove global 'memmap' EFI memory mapMatt Fleming2016-04-284-38/+36Star
* | efi: Iterate over efi.memmap in for_each_efi_memory_desc()Matt Fleming2016-04-285-12/+9Star
* | 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/+0Star
* | efi: Fix out-of-bounds read in variable_matches()Laszlo Ersek2016-04-221-11/+26
* | efi/arm64: Don't apply MEMBLOCK_NOMAP to UEFI memory map mappingArd Biesheuvel2016-03-311-3/+15
|/
* 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/+28Star
| * 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/+8Star
| * | efi/runtime-wrappers: Remove out of date comment regarding in_nmi()Ard Biesheuvel2016-02-031-26/+0Star