aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-5/+50
2018-02-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-3/+1
2018-02-06firmware/psci: Expose SMCCC version through psci_opsMarc Zyngier1-0/+27
2018-02-06firmware/psci: Expose PSCI conduitMarc Zyngier1-5/+23
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-6/+7
2018-02-03Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds2-37/+29
2018-02-03firmware: dmi: handle missing DMI data gracefullyArd Biesheuvel2-5/+3
2018-02-03firmware: dmi_scan: Fix handling of empty DMI stringsJean Delvare1-13/+9
2018-02-03firmware: dmi_scan: Drop dmi_initializedJean Delvare1-13/+8
2018-02-03firmware: dmi: Optimize dmi_matchesJean Delvare1-8/+11
2018-02-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-28/+4
2018-02-01Merge tag 'kconfig-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2018-01-31Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds5-3/+127
2018-01-31firmware: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych1-3/+1
2018-01-30Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds4-0/+1103
2018-01-30Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-122/+371
2018-01-22kconfig: use bool instead of boolean for type definition attributes, againMasahiro Yamada1-1/+1
2018-01-19psci: add CPU_IDLE dependencyArnd Bergmann1-1/+1
2018-01-19x86/efi: Clarify that reset attack mitigation needs appropriate userspaceMatthew Garrett1-1/+4
2018-01-18Merge branch 'pm-cpufreq'Rafael J. Wysocki1-24/+22
2018-01-17drivers: psci: remove cluster terminology and dependency on physical_package_idSudeep Holla1-24/+22
2018-01-15firmware: arm_sdei: Fix return value check in sdei_present_dt()Wei Yongjun1-1/+1
2018-01-14firmware: arm_sdei: Discover SDEI support via ACPIJames Morse1-1/+40
2018-01-14firmware: arm_sdei: add support for CPU private eventsJames Morse1-13/+193
2018-01-13firmware: arm_sdei: Add support for CPU and system power statesJames Morse1-1/+255
2018-01-13firmware: arm_sdei: Add driver for Software Delegated ExceptionsJames Morse3-0/+628
2018-01-11ibft: Deprecate pci_get_bus_and_slot()Sinan Kaya1-2/+3
2018-01-11edd: Deprecate pci_get_bus_and_slot()Sinan Kaya1-4/+4
2018-01-08drivers/firmware: Expose psci_get_version through psci_ops structureWill Deacon1-0/+2
2018-01-08efi: call get_event_log before ExitBootServicesThiebaud Weksteen5-3/+127
2018-01-05Merge tag 'qcom-drivers-for-4.16' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/agross/linux into next/driversArnd Bergmann1-24/+0
2018-01-04Merge tag 'keystone_driver_soc_for_4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into next/driversOlof Johansson1-2/+2
2018-01-04Merge tag 'arm-soc/for-4.16/drivers' of http://github.com/Broadcom/stblinux into next/driversOlof Johansson1-1/+1
2018-01-03efi: Parse ARM error information valueTyler Baicar1-2/+211
2018-01-03efi: Move ARM CPER code to new fileTyler Baicar4-119/+156
2018-01-03efi: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych1-1/+1
2018-01-03efi/capsule-loader: Fix pr_err() string to end with newlineArvind Yadav1-1/+1
2018-01-03efi/capsule-loader: Reinstate virtual capsule mappingArd Biesheuvel1-8/+37
2017-12-20Merge tag 'bcm2835-drivers-next-2017-12-19' into drivers/nextFlorian Fainelli1-1/+1
2017-12-20firmware: qcom_scm: drop redandant of_platform_populateSudeep Holla1-24/+0
2017-12-16firmware: ti_sci: Use %zu for size_t print formatNishanth Menon1-2/+2
2017-12-10Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-87/+129
2017-12-06efi: Add comment to avoid future expanding of sysfs systabDave Young1-0/+2
2017-12-06efi/esrt: Use memunmap() instead of kfree() to free the remappingPan Bian1-1/+1
2017-12-06efi: Move some sysfs files to be read-only by rootGreg Kroah-Hartman3-16/+12
2017-12-05Merge tag 'char-misc-4.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-13/+35
2017-12-04Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+2
2017-12-03firmware: arm_scpi: Revert updates made during v4.15 merge windowOlof Johansson1-87/+129
2017-12-01fw_cfg: fix driver removeMarc-André Lureau1-1/+2
2017-11-28firmware: raspberrypi: print time using time64_tArnd Bergmann1-1/+1