aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-28firmware: vpd: Fix platform driver and device registration/unregistrationGuenter Roeck1-5/+13
2017-11-28firmware: vpd: Tie firmware kobject to device lifetimeGuenter Roeck1-6/+13
2017-11-28firmware: vpd: Destroy vpd sections in remove functionGuenter Roeck1-2/+9
2017-11-21drivers/firmware: psci: Convert timers to use timer_setup()Kees Cook1-2/+2
2017-11-17Merge tag 'rproc-v4.15' of git://github.com/andersson/remoteprocLinus Torvalds4-0/+134
2017-11-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds11-139/+733
2017-11-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-4/+4
2017-11-14fw_cfg: fix the command line module nameMarc-André Lureau1-4/+4
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar11-6/+22
2017-11-04Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-5/+8
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds9-0/+9
2017-11-02drivers/firmware: psci_checker: Add missing destroy_timer_on_stack()Lorenzo Pieralisi1-0/+1
2017-11-02Merge tag 'keystone_soc_drivers_4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into next/driversArnd Bergmann1-1/+1
2017-11-02Merge tag 'tegra-for-4.15-firmware' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/driversArnd Bergmann3-9/+470
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman9-0/+9
2017-10-30firmware: scm: Add new SCM call API for switching memory ownershipAvaneesh Kumar Dwivedi4-0/+134
2017-10-27efi/libstub: arm: omit sorting of the UEFI memory mapArd Biesheuvel2-5/+8
2017-10-25efi/libstub/arm: Don't randomize runtime regions when CONFIG_HIBERNATION=yArd Biesheuvel1-1/+2
2017-10-25efi/efi_test: Prevent an Oops in efi_runtime_query_capsulecaps()Dan Carpenter1-0/+3
2017-10-25locking/atomics, firmware/ivc: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland1-12/+12
2017-10-20Merge tag 'qcom-drivers-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux into next/driversArnd Bergmann5-0/+174
2017-10-19firmware: tegra: Add BPMP debugfs supportTimo Alho3-1/+451
2017-10-19firmware: tegra: Expose tegra_bpmp_mrq_return()Mikko Perttunen1-2/+3
2017-10-17firmware: tegra: Propagate error code to callerTimo Alho1-6/+16
2017-10-11firmware: qcom: scm: Expose download-mode controlBjorn Andersson5-0/+107
2017-10-11firmware: qcom: scm: Expose secure IO serviceBjorn Andersson4-0/+67