aboutsummaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2017-12-10Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 1-87/+129
2017-12-06efi: Add comment to avoid future expanding of sysfs systabGravatar Dave Young 1-0/+2
2017-12-06efi/esrt: Use memunmap() instead of kfree() to free the remappingGravatar Pan Bian 1-1/+1
2017-12-06efi: Move some sysfs files to be read-only by rootGravatar Greg Kroah-Hartman 3-16/+12
2017-12-05Merge tag 'char-misc-4.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-13/+35
2017-12-04Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-1/+2
2017-12-03firmware: arm_scpi: Revert updates made during v4.15 merge windowGravatar Olof Johansson 1-87/+129
2017-12-01fw_cfg: fix driver removeGravatar Marc-André Lureau 1-1/+2
2017-11-28firmware: vpd: Fix platform driver and device registration/unregistrationGravatar Guenter Roeck 1-5/+13
2017-11-28firmware: vpd: Tie firmware kobject to device lifetimeGravatar Guenter Roeck 1-6/+13
2017-11-28firmware: vpd: Destroy vpd sections in remove functionGravatar Guenter Roeck 1-2/+9
2017-11-21drivers/firmware: psci: Convert timers to use timer_setup()Gravatar Kees Cook 1-2/+2
2017-11-17Merge tag 'rproc-v4.15' of git://github.com/andersson/remoteprocGravatar Linus Torvalds 4-0/+134
2017-11-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 11-139/+733
2017-11-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-4/+4
2017-11-14fw_cfg: fix the command line module nameGravatar Marc-André Lureau 1-4/+4
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 11-6/+22
2017-11-04Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 2-5/+8
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 9-0/+9
2017-11-02drivers/firmware: psci_checker: Add missing destroy_timer_on_stack()Gravatar Lorenzo Pieralisi 1-0/+1
2017-11-02Merge tag 'keystone_soc_drivers_4.15' of ssh://gitolite.kernel.org/pub/scm/li...Gravatar Arnd Bergmann 1-1/+1
2017-11-02Merge tag 'tegra-for-4.15-firmware' of ssh://gitolite.kernel.org/pub/scm/linu...Gravatar Arnd Bergmann 3-9/+470
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 9-0/+9
2017-10-30firmware: scm: Add new SCM call API for switching memory ownershipGravatar Avaneesh Kumar Dwivedi 4-0/+134
2017-10-27efi/libstub: arm: omit sorting of the UEFI memory mapGravatar Ard Biesheuvel 2-5/+8
2017-10-25efi/libstub/arm: Don't randomize runtime regions when CONFIG_HIBERNATION=yGravatar Ard Biesheuvel 1-1/+2
2017-10-25efi/efi_test: Prevent an Oops in efi_runtime_query_capsulecaps()Gravatar Dan Carpenter 1-0/+3
2017-10-25locking/atomics, firmware/ivc: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Gravatar Mark Rutland 1-12/+12
2017-10-20Merge tag 'qcom-drivers-for-4.15' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Arnd Bergmann 5-0/+174
2017-10-19firmware: tegra: Add BPMP debugfs supportGravatar Timo Alho 3-1/+451
2017-10-19firmware: tegra: Expose tegra_bpmp_mrq_return()Gravatar Mikko Perttunen 1-2/+3
2017-10-17firmware: tegra: Propagate error code to callerGravatar Timo Alho 1-6/+16
2017-10-11firmware: qcom: scm: Expose download-mode controlGravatar Bjorn Andersson 5-0/+107
2017-10-11firmware: qcom: scm: Expose secure IO serviceGravatar Bjorn Andersson 4-0/+67
2017-10-09ti_sci: Use %pS printk format for direct addressesGravatar Helge Deller 1-1/+1
2017-10-09firmware: arm_scpi: silence sparse warningsGravatar Heiner Kallweit 1-8/+9
2017-10-09firmware: arm_scpi: remove all single element structuresGravatar Sudeep Holla 1-15/+7
2017-10-09firmware: arm_scpi: drop unnecessary type cast to scpi_shared_memGravatar Sudeep Holla 1-1/+1
2017-10-05firmware: arm_scpi: improve struct sensor_valueGravatar Heiner Kallweit 1-7/+5
2017-10-05firmware: arm_scpi: improve handling of protocol and firmware version subfieldsGravatar Heiner Kallweit 1-24/+19
2017-10-05firmware: arm_scpi: improve struct dvfs_info to make code better readableGravatar Heiner Kallweit 1-8/+5
2017-10-04firmware: arm_scpi: remove scpi_removeGravatar Heiner Kallweit 1-14/+2
2017-10-04firmware: arm_scpi: make freeing mbox channels device-managedGravatar Heiner Kallweit 1-21/+16
2017-10-04firmware: arm_scpi: pre-populate dvfs info in scpi_probeGravatar Heiner Kallweit 1-22/+26
2017-10-04firmware: arm_scpi: remove two unneeded devm_kfree's in scpi_removeGravatar Heiner Kallweit 1-2/+0
2017-10-04firmware: arm_scpi: remove usage of drvdata and don't reset scpi_info to nullGravatar Heiner Kallweit 1-16/+6
2017-09-14dmi: Mark all struct dmi_system_id instances constGravatar Christoph Hellwig 2-2/+2
2017-09-12Merge tag 'uuid-for-4.14' of git://git.infradead.org/users/hch/uuidGravatar Linus Torvalds 1-5/+5
2017-09-10Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 3-6/+6
2017-09-07Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 12-40/+142