aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2020-04-23efi/libstub: unify EFI call wrappers for non-x86Ard Biesheuvel1-0/+16
2020-04-23efi/libstub: Make initrd file loader configurableArd Biesheuvel3-33/+46
2020-04-23Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+1
2020-04-23firmware: imx: scu: Fix corruption of headerFranck LENORMAND1-5/+5
2020-04-23efi/libstub: Move arm-stub to a common fileAtish Patra3-8/+8
2020-04-22firmware: tegra: Make BPMP a regular driverThierry Reding1-6/+3
2020-04-20firmware: qcom_scm: fix bogous abuse of dma-direct internalsChristoph Hellwig1-6/+3
2020-04-20firmware: qcom_scm: Remove unneeded conversion to boolJason Yan1-1/+1
2020-04-20firmware: arm_scmi: Fix return error code in smc_send_messageSudeep Holla1-1/+4
2020-04-20firmware: arm_scmi: Fix handling of unexpected delayed responsesCristian Marussi1-0/+15
2020-04-20firmware: arm_scmi: Clear channel for delayed responsesCristian Marussi1-2/+4
2020-04-20firmware: arm_scmi: Clear channel on reception of unexpected responsesCristian Marussi1-0/+1
2020-04-20firmware: arm_scmi: Rename .clear_notification() transport_opsCristian Marussi4-9/+9
2020-04-20firmware: imx-scu: Support one TX and one RXPeng Fan1-11/+43
2020-04-17firmware: imx: fix compile-testingArnd Bergmann1-2/+2
2020-04-15firmware: xilinx: make firmware_debugfs_root staticJason Yan1-1/+1
2020-04-14firmware: arm_scmi: Add support for notifications message processingSudeep Holla1-20/+64
2020-04-14firmware: arm_scmi: Add notifications support in transport layerCristian Marussi3-0/+40
2020-04-14firmware: arm_scmi: Update protocol commands and notification listSudeep Holla4-0/+22
2020-04-14firmware: arm_scmi: Add receive buffer support for notificationsSudeep Holla1-6/+18
2020-04-14firmware: arm_scmi: Drop checking for shmem property in parent nodeSudeep Holla1-2/+0
2020-04-14firmware: arm_scmi: Check shmem property for channel availablitySudeep Holla1-0/+5
2020-04-14firmware: arm_scmi: Drop empty stub for smc_mark_txdoneSudeep Holla1-5/+0
2020-04-14firmware: arm_scmi: Make mutex channel specificSudeep Holla1-4/+4
2020-04-14firmware: arm_scmi: Add smc/hvc transportPeng Fan4-1/+161
2020-04-14efi/libstub/file: Merge file name buffers to reduce stack usageArd Biesheuvel1-13/+14
2020-04-14efi/x86: Always relocate the kernel for EFI handover entryArvind Sankar1-4/+10
2020-04-14efi/x86: Move efi stub globals from .bss to .dataArvind Sankar2-2/+2
2020-04-14efi/libstub/x86: Remove redundant assignment to pointer hdrColin Ian King1-2/+0
2020-04-14efi/cper: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-1/+1
2020-04-13Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar53-1665/+3525
2020-04-10Merge tag 'sound-fix-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-3/+3
2020-04-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-5/+3
2020-04-03Merge tag 'arm-drivers-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds10-267/+434
2020-04-03Merge tag 'arm-soc-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+2
2020-04-03Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds3-3/+4
2020-04-02edd: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-3/+3
2020-04-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+25
2020-04-01arm64: remove CONFIG_DEBUG_ALIGN_RODATA featureArd Biesheuvel1-5/+3
2020-03-31Merge tag 'mmc-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-0/+2
2020-03-31Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2020-03-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-35/+36
2020-03-31Merge tag 'mips_5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-1/+5
2020-03-30Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2020-03-30Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds32-1347/+2793
2020-03-30Merge tag 'driver-core-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds5-1/+214
2020-03-30Merge tag 'v5.6' into mips-nextThomas Bogendoerfer5-16/+57
2020-03-29efi/libstub/arm: Fix spurious message that an initrd was loadedArd Biesheuvel1-1/+1
2020-03-29efi/libstub/arm64: Avoid image_base value from efi_loaded_imageArd Biesheuvel1-1/+6
2020-03-27Merge tag 'scmi-updates-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/driversArnd Bergmann7-265/+419