aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-5/+12
2017-02-07efi/libstub: Make file I/O chunking x86-specificArd Biesheuvel1-1/+10
2017-02-07efi: Disable secure boot if shim is in insecure modeJosh Boyer1-1/+24
2017-02-07efi: Get and store the secure boot statusDavid Howells3-58/+68
2017-02-07Merge tag 'v4.10-rc7' into efi/core, to pick up fixesIngo Molnar1-11/+3
2017-02-03firmware: qcom: scm: Fix interrupted SCM callsAndy Gross1-3/+10
2017-02-01efi/fdt: Avoid FDT manipulation after ExitBootServices()Ard Biesheuvel1-11/+3
2017-02-01efi/libstub: Preserve .debug sections after absolute relocation checkArd Biesheuvel1-8/+16
2017-02-01efi/esrt: Fix typo in pr_err() messageColin Ian King1-1/+1
2017-02-01x86/efi: Add support for EFI_MEMORY_ATTRIBUTES_TABLESai Praneeth1-1/+4
2017-02-01efi: Introduce the EFI_MEM_ATTR bit and set it from the memory attributes tableSai Praneeth1-0/+1
2017-02-01efi: Make EFI_MEMORY_ATTRIBUTES_TABLE initialization common across all architecturesSai Praneeth2-1/+2
2017-02-01efi: Deduplicate efi_file_size() / _read() / _close()Lukas Wunner3-77/+63
2017-01-26drivers: firmware: psci: Use __pa_symbol for cpu_resumeGeert Uytterhoeven1-1/+1
2017-01-15Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-41/+95
2017-01-12Merge branch 'aarch64/for-next/debug-virtual' into aarch64/for-next/coreWill Deacon1-1/+1
2017-01-11drivers: firmware: psci: Use __pa_symbol for kernel symbolLaura Abbott1-1/+1
2017-01-07x86/efi: Don't allocate memmap through memblock after mm_init()Nicolai Stange2-2/+39
2017-01-04Merge tag 'psci-fixes-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/lpieralisi/linux into fixesArnd Bergmann1-2/+2
2017-01-03drivers: psci: annotate timer on stack to silence odebug messagesSudeep Holla1-2/+2
2016-12-30firmware: arm_scpi: fix reading sensor values on pre-1.0 SCPI firmwaresMartin Blumenstingl1-2/+8
2016-12-28efi/libstub/arm*: Pass latest memory map to the kernelArd Biesheuvel2-39/+56
2016-12-19firmware: dmi_scan: Always show system identification stringKefeng Wang1-2/+2
2016-12-15Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds12-46/+4878
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2016-12-14Remove references to dead make variable LINUX_INCLUDEPaul Bolle1-1/+1
2016-12-13Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-2/+2
2016-11-30Merge tag 'qcom-drivers-for-4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux into next/driversArnd Bergmann1-12/+37
2016-11-30Merge branch 'for-4.10-ti-sci-base' of https://github.com/t-kristo/linux-pm into next/driversArnd Bergmann4-0/+2499
2016-11-30Merge tag 'scpi-updates-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into next/driversArnd Bergmann1-32/+244
2016-11-25drivers: psci: Allow PSCI node to be disabledThierry Reding1-1/+1
2016-11-25drivers: psci: PSCI checker moduleKevin Brodsky3-0/+502
2016-11-25efi/libstub: Make efi_random_alloc() allocate below 4 GB on 32-bitArd Biesheuvel1-6/+7
2016-11-23firmware: qcom: scm: Return PTR_ERR when devm_clk_get failsspjoshi@codeaurora.org1-4/+4
2016-11-23firmware: qcom: scm: Remove core, iface and bus clocks dependencyspjoshi@codeaurora.org1-12/+37
2016-11-18Merge tag 'tegra-for-4.10-firmware' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/driversOlof Johansson6-0/+1592
2016-11-18firmware: tegra: Add BPMP supportThierry Reding3-0/+881
2016-11-18firmware: tegra: Add IVC libraryThierry Reding5-0/+711
2016-11-17Merge tag 'qcom-drivers-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux into next/driversOlof Johansson1-1/+3
2016-11-17firmware: arm_scpi: add support for pre-v1.0 SCPI compatibleSudeep Holla1-0/+9
2016-11-13x86/efi: Retrieve and assign Apple device propertiesLukas Wunner3-0/+262
2016-11-13efi: Add device path parserLukas Wunner3-0/+209
2016-11-13efi/arm*/libstub: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG tableArd Biesheuvel3-0/+52
2016-11-13efi/libstub: Add random.c to ARM buildArd Biesheuvel4-14/+16
2016-11-13efi: Add support for seeding the RNG from a UEFI config tableArd Biesheuvel1-0/+72
2016-11-13efi/libstub: Fix allocation size calculationsRoy Franz1-10/+14
2016-11-13Merge branch 'linus' into efi/core, to pick up fixesIngo Molnar1-2/+3
2016-11-12firmware: qcom: scm: Use devm_reset_controller_register()Wei Yongjun1-1/+3
2016-11-07arm64: dump: Make ptdump debugfs a separate optionLaura Abbott1-2/+2
2016-11-01firmware: arm_scpi: allow firmware with get_capabilities not implementedNeil Armstrong1-0/+4