aboutsummaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2020-08-12uaccess: add force_uaccess_{begin,end} helpersGravatar Christoph Hellwig 1-3/+2
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-2/+2
2020-08-07Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-0/+14
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 2-0/+105
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-9/+1
2020-08-05Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-7/+180
2020-08-03Merge tag 'arm-drivers-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 28-86/+3029
2020-08-03Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-6/+3
2020-07-29firmware: Fix a reference count leak.Gravatar Qiushi Wu 1-3/+4
2020-07-27Merge tag 'drivers_soc_for_5.9' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Arnd Bergmann 2-2/+2
2020-07-27Merge 5.8-rc7 into char-misc-nextGravatar Greg Kroah-Hartman 9-36/+38
2020-07-25Merge tag 'efi-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 9-36/+38
2020-07-24scsi: firmware: qcom_scm: Add support for programming inline crypto keysGravatar Eric Biggers 2-0/+105
2020-07-24firmware: ti_sci: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 2-2/+2
2020-07-24Merge tag 'mvebu-drivers-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Arnd Bergmann 1-0/+166
2020-07-22Merge tag 'qcom-drivers-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Arnd Bergmann 1-4/+4
2020-07-22Merge tag 'imx-drivers-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Arnd Bergmann 6-3/+202
2020-07-20Merge v5.8-rc6 into char-misc-nextGravatar Greg Kroah-Hartman 3-15/+20
2020-07-18firmware: turris-mox-rwtm: support ECDSA signatures via debugfsGravatar Marek Behún 1-0/+166
2020-07-17Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 2-12/+15
2020-07-17Merge tag 'tegra-for-5.9-firmware' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Arnd Bergmann 2-40/+402
2020-07-17firmware: arm_scmi: Use NULL instead of integer 0 for rate pointerGravatar Sudeep Holla 1-1/+1
2020-07-16efi: use sha256() instead of open codingGravatar Eric Biggers 1-6/+3
2020-07-14firmware: tegra: Add support for in-band debugGravatar Jon Hunter 1-8/+369
2020-07-14firmware: tegra: Prepare for supporting in-band debugfsGravatar Jon Hunter 1-30/+23
2020-07-14firmware: tegra: Use consistent return variable nameGravatar Jon Hunter 2-21/+21
2020-07-14firmware: tegra: Add return code checks and increase debugfs sizeGravatar Timo Alho 1-2/+10
2020-07-14Merge tag 'scmi-updates-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Arnd Bergmann 13-37/+2129
2020-07-13firmware: qcom_scm: Add msm8994 compatibleGravatar Konrad Dybcio 1-0/+1
2020-07-13firmware: qcom_scm: Fix legacy convention SCM accessorsGravatar Jonathan McDowell 1-4/+3
2020-07-13efi/libstub/arm64: Retain 2MB kernel Image alignment if !KASLRGravatar Will Deacon 2-12/+15
2020-07-13firmware: arm_scmi: Remove fixed size fields from reports/scmi_event_headerGravatar Cristian Marussi 8-17/+20
2020-07-13firmware: arm_scmi: Remove unneeded __packed attributeGravatar Cristian Marussi 1-1/+1
2020-07-13firmware: arm_scmi: Provide a missing function param descriptionGravatar Sudeep Holla 1-0/+1
2020-07-13firmware: imx: Move i.MX SCU soc driver into imx firmware folderGravatar Anson Huang 3-1/+143
2020-07-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-3/+5
2020-07-10firmware: arm_scmi: Keep the discrete clock rates sortedGravatar Sudeep Holla 1-2/+18
2020-07-09efi: Revert "efi/x86: Fix build with gcc 4"Gravatar Ard Biesheuvel 1-2/+1
2020-07-09efi/efivars: Expose RT service availability via efivars abstractionGravatar Ard Biesheuvel 4-12/+16
2020-07-09efi/libstub: Move the function prototypes to header fileGravatar Atish Patra 2-17/+16
2020-07-09efi/libstub: Fix gcc error around __umoddi3 for 32 bit buildsGravatar Atish Patra 1-1/+1
2020-07-08drivers/firmware/psci: Assign @err directly in hotplug_tests()Gravatar Gavin Shan 1-2/+1
2020-07-08drivers/firmware/psci: Fix memory leakage in alloc_init_cpu_groups()Gravatar Gavin Shan 1-1/+4
2020-07-07kbuild: remove cc-option test of -ffreestandingGravatar Masahiro Yamada 1-1/+1
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorGravatar Masahiro Yamada 1-1/+1
2020-07-06Merge tag 'soc-attr-updates-5.9' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Arnd Bergmann 3-0/+124
2020-07-06firmware: smccc: Add ARCH_SOC_ID supportGravatar Sudeep Holla 3-0/+124
2020-07-02firmware: stratix10-rsu: fix warningsGravatar Richard Gong 1-2/+2
2020-07-02firmware: stratix10-rsu: extend rsu driver for new featuresGravatar Richard Gong 1-5/+161
2020-07-02firmware: stratix10-svc: extend svc to support new RSU featuresGravatar Richard Gong 1-0/+17