summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2016-05-161-1/+1
|\
| * Merge branch 'pm-cpuidle'Rafael J. Wysocki2016-05-161-1/+1
| |\
| | * drivers: firmware: psci: use const and __initconst for psci_cpuidle_opsJisheng Zhang2016-04-201-1/+1
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-05-163-26/+21
|\ \ \
| * | | 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/+9
* | | | efi: Merge boolean flag argumentsJulia Lawall2016-05-072-16/+12
* | | | efi/capsule: Move 'capsule' to the stack in efi_capsule_supported()Matt Fleming2016-05-071-18/+11
* | | | efibc: Fix excessive stack footprint warningJeremy Compostella2016-05-071-11/+23
* | | | efi/capsule: Make efi_capsule_pending() locklessMatt Fleming2016-05-071-10/+25
* | | | Merge branch 'linus' into efi/core, to pick up fixesIngo Molnar2016-05-072-2/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-05-051-1/+1
| |\ \ \
| | * | | firmware: qemu_fw_cfg.c: potential unintialized variableDan Carpenter2016-04-211-1/+1
| | | |/ | | |/|
| * | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-04-281-11/+26
| |\ \ \
| * \ \ \ Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-04-261-1/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | drivers: firmware: psci: unify enable-method binding on ARM {64,32}-bit systemsSudeep Holla2016-04-261-1/+1
* | | | | efi/runtime-wrappers: Remove ARCH_EFI_IRQ_FLAGS_MASK #ifdefMark Rutland2016-04-281-7/+0
* | | | | 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-161-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-2010-129/+129
|\
| * efi/arm*: Perform hardware compatibility checkArd Biesheuvel2016-02-222-0/+6
OpenPOWER on IntegriCloud