summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
AgeCommit message (Expand)AuthorLines
2021-09-11Merge tag 'thermal-v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+62
2021-09-07Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+5
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-2/+2
2021-09-03Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ko...Konrad Rzeszutek Wilk-8/+16
2021-09-02iscsi_ibft: Fix isa_bus_to_virt not working under ARMKonrad Rzeszutek Wilk-8/+16
2021-09-02firmware: dmi: Move product_sku info to the end of the modaliasHans de Goede-1/+5
2021-09-01Merge tag 'drivers-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds-162/+1452
2021-09-01Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-90/+601
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-6/+2
2021-09-01Merge tag 'char-misc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-5/+28
2021-08-31Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-33/+25
2021-08-30Merge tag 'efi-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-7/+6
2021-08-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-0/+17
2021-08-27efi: cper: check section header more appropriatelyShuai Xue-1/+1
2021-08-27efi: cper: fix scnprintf() use in cper_mem_err_location()Rasmus Villemoes-6/+5
2021-08-24Merge 5.14-rc7 into char-misc-nextGreg Kroah-Hartman-10/+63
2021-08-19isystem: ship and use stdarg.hAlexey Dobriyan-2/+2
2021-08-18firmware: raspberrypi: Fix a leak in 'rpi_firmware_get()'Christophe JAILLET-2/+8
2021-08-18Merge tag 'qcom-drivers-for-5.15' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann-4/+9
2021-08-18Merge tag 'tegra-for-5.15-firmware' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann-11/+47
2021-08-18firmware: qcom_scm: Introduce SCM calls to access LMhThara Gopinath-0/+62
2021-08-15Merge tag 'efi_urgent_for_v5.14_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-10/+63
2021-08-12Merge tag 'scmi-updates-5.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann-147/+1396
2021-08-11firmware: tegra: Stop using seq_get_buf()Christoph Hellwig-11/+47
2021-08-11Merge tag 'bus_remove_return_void-5.15' of git://git.kernel.org/pub/scm/linux...Dave Airlie-6/+2
2021-08-10Merge tag 'efi-urgent-for-v5.14-rc4' of git://git.kernel.org/pub/scm/linux/ke...Thomas Gleixner-10/+63
2021-08-09firmware: arm_scmi: Use WARN_ON() to check configured transportsCristian Marussi-2/+4
2021-08-09Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman-3/+11
2021-08-09Merge 5.14-rc5 into char-misc-nextGreg Kroah-Hartman-3/+11
2021-08-09firmware: arm_scmi: Fix boolconv.cocci warningskernel test robot-1/+1
2021-08-06firmware: xilinx: Fix incorrect names in kernel-docMichal Simek-3/+3
2021-08-06firmware: smccc: Register smccc_trng platform deviceAndre Przywara-0/+17
2021-08-05iscsi_ibft: fix warning in reserve_ibft_region()Maurizio Lombardi-1/+1
2021-08-05firmware: arm_scmi: Free mailbox channels if probe failsRishabh Bhatnagar-11/+24
2021-08-05firmware: arm_scmi: Add virtio transportIgor Skalkin-0/+509
2021-08-05firmware: arm_scmi: Add priv parameter to scmi_rx_callbackCristian Marussi-8/+18
2021-08-05firmware: arm_scmi: Add optional link_supplier() transport opPeter Hilber-0/+8
2021-08-05firmware: arm_scmi: Add message passing abstractions for transportsPeter Hilber-0/+133
2021-08-05firmware: arm_scmi: Add method to override max message numberIgor Skalkin-6/+43
2021-08-05firmware: arm_scmi: Make shmem support optional for transportsIgor Skalkin-1/+9
2021-08-05firmware: arm_scmi: Make SCMI transports configurableCristian Marussi-38/+80
2021-08-05firmware: arm_scmi: Make polling mode optionalCristian Marussi-1/+6
2021-08-05firmware: arm_scmi: Make .clear_channel optionalCristian Marussi-4/+11
2021-08-05firmware: arm_scmi: Handle concurrent and out-of-order messagesCristian Marussi-41/+246
2021-08-05firmware: arm_scmi: Introduce monotonically increasing tokensCristian Marussi-35/+251
2021-08-05firmware: arm_scmi: Add optional transport_init/exit supportCristian Marussi-0/+65
2021-08-05firmware: arm_scmi: Remove scmi_dump_header_dbg() helperCristian Marussi-16/+0
2021-08-05firmware: arm_scmi: Add support for type handling in common functionsCristian Marussi-1/+6
2021-08-03efi/libstub: arm64: Double check image alignment at entryArd Biesheuvel-0/+4
2021-08-03efi/libstub: arm64: Warn when efi_random_alloc() failsArd Biesheuvel-0/+2