aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-30Merge tag 'irq-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-87/+68
2020-08-20efi/libstub: Handle unterminated cmdlineArvind Sankar1-2/+4
2020-08-20efi/libstub: Handle NULL cmdlineArvind Sankar1-1/+5
2020-08-20efi/libstub: Stop parsing arguments at "--"Arvind Sankar1-0/+2
2020-08-20efi: add missed destroy_workqueue when efisubsys_init failsLi Heng1-0/+2
2020-08-16firmware: ti_sci: Add support for getting resource with subtypeLokesh Vutla1-22/+67
2020-08-16firmware: ti_sci: Drop unused structure ti_sci_rm_type_mapLokesh Vutla1-55/+1
2020-08-16firmware: ti_sci: Drop the device id to resource type translationLokesh Vutla1-11/+1
2020-08-12uaccess: add force_uaccess_{begin,end} helpersChristoph Hellwig1-3/+2
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+2
2020-08-07Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-0/+14
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-0/+105
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+1
2020-08-05Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-7/+180
2020-08-03Merge tag 'arm-drivers-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds28-86/+3029
2020-08-03Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-6/+3
2020-07-29firmware: Fix a reference count leak.Qiushi Wu1-3/+4
2020-07-27Merge tag 'drivers_soc_for_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into arm/driversArnd Bergmann2-2/+2
2020-07-27Merge 5.8-rc7 into char-misc-nextGreg Kroah-Hartman9-36/+38
2020-07-25Merge tag 'efi-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into masterLinus Torvalds9-36/+38
2020-07-24scsi: firmware: qcom_scm: Add support for programming inline crypto keysEric Biggers2-0/+105
2020-07-24firmware: ti_sci: Replace HTTP links with HTTPS onesAlexander A. Klimov2-2/+2
2020-07-24Merge tag 'mvebu-drivers-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu into arm/driversArnd Bergmann1-0/+166
2020-07-22Merge tag 'qcom-drivers-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/driversArnd Bergmann1-4/+4
2020-07-22Merge tag 'imx-drivers-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/driversArnd Bergmann6-3/+202
2020-07-20Merge v5.8-rc6 into char-misc-nextGreg Kroah-Hartman3-15/+20
2020-07-18firmware: turris-mox-rwtm: support ECDSA signatures via debugfsMarek BehĂșn1-0/+166
2020-07-17Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux into masterLinus Torvalds2-12/+15
2020-07-17Merge tag 'tegra-for-5.9-firmware' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/driversArnd Bergmann2-40/+402
2020-07-17firmware: arm_scmi: Use NULL instead of integer 0 for rate pointerSudeep Holla1-1/+1
2020-07-16efi: use sha256() instead of open codingEric Biggers1-6/+3
2020-07-14firmware: tegra: Add support for in-band debugJon Hunter1-8/+369
2020-07-14firmware: tegra: Prepare for supporting in-band debugfsJon Hunter1-30/+23
2020-07-14firmware: tegra: Use consistent return variable nameJon Hunter2-21/+21
2020-07-14firmware: tegra: Add return code checks and increase debugfs sizeTimo Alho1-2/+10
2020-07-14Merge tag 'scmi-updates-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/driversArnd Bergmann13-37/+2129
2020-07-13firmware: qcom_scm: Add msm8994 compatibleKonrad Dybcio1-0/+1
2020-07-13firmware: qcom_scm: Fix legacy convention SCM accessorsJonathan McDowell1-4/+3
2020-07-13efi/libstub/arm64: Retain 2MB kernel Image alignment if !KASLRWill Deacon2-12/+15
2020-07-13firmware: arm_scmi: Remove fixed size fields from reports/scmi_event_headerCristian Marussi8-17/+20
2020-07-13firmware: arm_scmi: Remove unneeded __packed attributeCristian Marussi1-1/+1
2020-07-13firmware: arm_scmi: Provide a missing function param descriptionSudeep Holla1-0/+1
2020-07-13firmware: imx: Move i.MX SCU soc driver into imx firmware folderAnson Huang3-1/+143
2020-07-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-3/+5
2020-07-10firmware: arm_scmi: Keep the discrete clock rates sortedSudeep Holla1-2/+18
2020-07-09efi: Revert "efi/x86: Fix build with gcc 4"Ard Biesheuvel1-2/+1
2020-07-09efi/efivars: Expose RT service availability via efivars abstractionArd Biesheuvel4-12/+16
2020-07-09efi/libstub: Move the function prototypes to header fileAtish Patra2-17/+16
2020-07-09efi/libstub: Fix gcc error around __umoddi3 for 32 bit buildsAtish Patra1-1/+1
2020-07-08drivers/firmware/psci: Assign @err directly in hotplug_tests()Gavin Shan1-2/+1