aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-09ti_sci: Use %pS printk format for direct addressesHelge Deller1-1/+1
2017-10-09firmware: arm_scpi: silence sparse warningsHeiner Kallweit1-8/+9
2017-10-09firmware: arm_scpi: remove all single element structuresSudeep Holla1-15/+7
2017-10-09firmware: arm_scpi: drop unnecessary type cast to scpi_shared_memSudeep Holla1-1/+1
2017-10-05firmware: arm_scpi: improve struct sensor_valueHeiner Kallweit1-7/+5
2017-10-05firmware: arm_scpi: improve handling of protocol and firmware version subfieldsHeiner Kallweit1-24/+19
2017-10-05firmware: arm_scpi: improve struct dvfs_info to make code better readableHeiner Kallweit1-8/+5
2017-10-04firmware: arm_scpi: remove scpi_removeHeiner Kallweit1-14/+2
2017-10-04firmware: arm_scpi: make freeing mbox channels device-managedHeiner Kallweit1-21/+16
2017-10-04firmware: arm_scpi: pre-populate dvfs info in scpi_probeHeiner Kallweit1-22/+26
2017-10-04firmware: arm_scpi: remove two unneeded devm_kfree's in scpi_removeHeiner Kallweit1-2/+0
2017-10-04firmware: arm_scpi: remove usage of drvdata and don't reset scpi_info to nullHeiner Kallweit1-16/+6
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig2-2/+2
2017-09-12Merge tag 'uuid-for-4.14' of git://git.infradead.org/users/hch/uuidLinus Torvalds1-5/+5
2017-09-10Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-6/+6
2017-09-07Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds12-40/+142
2017-09-05Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-13/+4
2017-09-05Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-5/+5
2017-09-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-2/+4
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-4/+38
2017-09-03Merge branches 'acpi-sysfs', 'acpi-apei' and 'acpi-blacklist'Rafael J. Wysocki1-10/+2
2017-08-30efi: switch to use new generic UUID APIAndy Shevchenko1-5/+5
2017-08-28firmware: vpd: use memunmap instead of iounmapPan Bian1-5/+5
2017-08-26efi/bgrt: Use efi_mem_type()Jan Beulich1-21/+1
2017-08-26efi: Move efi_mem_type() to common codeJan Beulich1-6/+31
2017-08-26efi/reboot: Make function pointer orig_pm_power_off staticColin Ian King1-1/+1
2017-08-26efi/random: Increase size of firmware supplied randomnessArd Biesheuvel2-7/+6