summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
Commit message (Expand)AuthorAgeFilesLines
* efi/capsule-loader: Reinstate virtual capsule mappingArd Biesheuvel2018-01-031-8/+37
* Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2017-12-101-87/+129
|\
| * firmware: arm_scpi: Revert updates made during v4.15 merge windowOlof Johansson2017-12-041-87/+129
* | efi: Add comment to avoid future expanding of sysfs systabDave Young2017-12-061-0/+2
* | efi/esrt: Use memunmap() instead of kfree() to free the remappingPan Bian2017-12-061-1/+1
* | efi: Move some sysfs files to be read-only by rootGreg Kroah-Hartman2017-12-063-16/+12Star
* | Merge tag 'char-misc-4.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-12-051-13/+35
|\ \
| * | firmware: vpd: Fix platform driver and device registration/unregistrationGuenter Roeck2017-11-281-5/+13
| * | firmware: vpd: Tie firmware kobject to device lifetimeGuenter Roeck2017-11-281-6/+13
| * | firmware: vpd: Destroy vpd sections in remove functionGuenter Roeck2017-11-281-2/+9
| |/
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-12-041-1/+2
|\ \ | |/ |/|
| * fw_cfg: fix driver removeMarc-André Lureau2017-12-011-1/+2
* | drivers/firmware: psci: Convert timers to use timer_setup()Kees Cook2017-11-221-2/+2
* | Merge tag 'rproc-v4.15' of git://github.com/andersson/remoteprocLinus Torvalds2017-11-184-0/+134
|\ \
| * | firmware: scm: Add new SCM call API for switching memory ownershipAvaneesh Kumar Dwivedi2017-10-314-0/+134
* | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-1711-139/+733
|\ \ \
| * | | drivers/firmware: psci_checker: Add missing destroy_timer_on_stack()Lorenzo Pieralisi2017-11-021-0/+1
| * | | Merge tag 'keystone_soc_drivers_4.15' of ssh://gitolite.kernel.org/pub/scm/li...Arnd Bergmann2017-11-021-1/+1
| |\ \ \
| | * | | ti_sci: Use %pS printk format for direct addressesHelge Deller2017-10-091-1/+1
| | |/ /
| * | | Merge tag 'tegra-for-4.15-firmware' of ssh://gitolite.kernel.org/pub/scm/linu...Arnd Bergmann2017-11-023-9/+470
| |\ \ \
| | * | | firmware: tegra: Add BPMP debugfs supportTimo Alho2017-10-193-1/+451
| | * | | firmware: tegra: Expose tegra_bpmp_mrq_return()Mikko Perttunen2017-10-191-2/+3
| | * | | firmware: tegra: Propagate error code to callerTimo Alho2017-10-171-6/+16
| | |/ /
| * | | Merge tag 'qcom-drivers-for-4.15' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2017-10-205-0/+174
| |\ \ \
| | * | | firmware: qcom: scm: Expose download-mode controlBjorn Andersson2017-10-125-0/+107
| | * | | firmware: qcom: scm: Expose secure IO serviceBjorn Andersson2017-10-124-0/+67
| | |/ /
| * | | firmware: arm_scpi: silence sparse warningsHeiner Kallweit2017-10-091-8/+9
| * | | firmware: arm_scpi: remove all single element structuresSudeep Holla2017-10-091-15/+7Star
| * | | firmware: arm_scpi: drop unnecessary type cast to scpi_shared_memSudeep Holla2017-10-091-1/+1
| * | | firmware: arm_scpi: improve struct sensor_valueHeiner Kallweit2017-10-051-7/+5Star
| * | | firmware: arm_scpi: improve handling of protocol and firmware version subfieldsHeiner Kallweit2017-10-051-24/+19Star
| * | | firmware: arm_scpi: improve struct dvfs_info to make code better readableHeiner Kallweit2017-10-051-8/+5Star
| * | | firmware: arm_scpi: remove scpi_removeHeiner Kallweit2017-10-041-14/+2Star
| * | | firmware: arm_scpi: make freeing mbox channels device-managedHeiner Kallweit2017-10-041-21/+16Star
| * | | firmware: arm_scpi: pre-populate dvfs info in scpi_probeHeiner Kallweit2017-10-041-22/+26
| * | | firmware: arm_scpi: remove two unneeded devm_kfree's in scpi_removeHeiner Kallweit2017-10-041-2/+0Star
| * | | firmware: arm_scpi: remove usage of drvdata and don't reset scpi_info to nullHeiner Kallweit2017-10-041-16/+6Star
| |/ /
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-11-161-4/+4
|\ \ \ | | |/ | |/|
| * | fw_cfg: fix the command line module nameMarc-André Lureau2017-11-141-4/+4
* | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0711-6/+22
|\| |
| * | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-11-042-5/+8
| |\ \
| | * | efi/libstub: arm: omit sorting of the UEFI memory mapArd Biesheuvel2017-10-282-5/+8
| | |/
| * | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-029-0/+9
| |\ \
| | * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-029-0/+9
| | |/
| * | efi/libstub/arm: Don't randomize runtime regions when CONFIG_HIBERNATION=yArd Biesheuvel2017-10-251-1/+2
| * | efi/efi_test: Prevent an Oops in efi_runtime_query_capsulecaps()Dan Carpenter2017-10-251-0/+3
| |/
* / locking/atomics, firmware/ivc: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland2017-10-251-12/+12
|/
* dmi: Mark all struct dmi_system_id instances constChristoph Hellwig2017-09-142-2/+2
* Merge tag 'uuid-for-4.14' of git://git.infradead.org/users/hch/uuidLinus Torvalds2017-09-121-5/+5
|\
| * efi: switch to use new generic UUID APIAndy Shevchenko2017-08-301-5/+5