aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-11Merge tag 'thermal-v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linuxLinus Torvalds2-0/+62
2021-09-07Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds1-1/+5
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-2/+2
2021-09-03Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/ibft into HEADKonrad Rzeszutek Wilk1-8/+16
2021-09-02iscsi_ibft: Fix isa_bus_to_virt not working under ARMKonrad Rzeszutek Wilk1-8/+16
2021-09-02firmware: dmi: Move product_sku info to the end of the modaliasHans de Goede1-1/+5
2021-09-01Merge tag 'drivers-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds12-162/+1452
2021-09-01Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds7-90/+601
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-6/+2
2021-09-01Merge tag 'char-misc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-5/+28
2021-08-31Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/ibftLinus Torvalds2-33/+25
2021-08-30Merge tag 'efi-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+6
2021-08-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+17
2021-08-27efi: cper: check section header more appropriatelyShuai Xue1-1/+1
2021-08-27efi: cper: fix scnprintf() use in cper_mem_err_location()Rasmus Villemoes1-6/+5
2021-08-24Merge 5.14-rc7 into char-misc-nextGreg Kroah-Hartman2-10/+63
2021-08-19isystem: ship and use stdarg.hAlexey Dobriyan2-2/+2
2021-08-18firmware: raspberrypi: Fix a leak in 'rpi_firmware_get()'Christophe JAILLET1-2/+8
2021-08-18Merge tag 'qcom-drivers-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/driversArnd Bergmann3-4/+9
2021-08-18Merge tag 'tegra-for-5.15-firmware' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/driversArnd Bergmann1-11/+47
2021-08-18firmware: qcom_scm: Introduce SCM calls to access LMhThara Gopinath2-0/+62
2021-08-15Merge tag 'efi_urgent_for_v5.14_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-10/+63
2021-08-12Merge tag 'scmi-updates-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/driversArnd Bergmann9-147/+1396
2021-08-11firmware: tegra: Stop using seq_get_buf()Christoph Hellwig1-11/+47
2021-08-11Merge tag 'bus_remove_return_void-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core into drm-nextDave Airlie2-6/+2
2021-08-10Merge tag 'efi-urgent-for-v5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into efi/urgentThomas Gleixner2-10/+63
2021-08-09firmware: arm_scmi: Use WARN_ON() to check configured transportsCristian Marussi1-2/+4
2021-08-09Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman1-3/+11
2021-08-09Merge 5.14-rc5 into char-misc-nextGreg Kroah-Hartman1-3/+11
2021-08-09firmware: arm_scmi: Fix boolconv.cocci warningskernel test robot1-1/+1
2021-08-06firmware: xilinx: Fix incorrect names in kernel-docMichal Simek1-3/+3
2021-08-06firmware: smccc: Register smccc_trng platform deviceAndre Przywara1-0/+17
2021-08-05iscsi_ibft: fix warning in reserve_ibft_region()Maurizio Lombardi1-1/+1
2021-08-05firmware: arm_scmi: Free mailbox channels if probe failsRishabh Bhatnagar1-11/+24
2021-08-05firmware: arm_scmi: Add virtio transportIgor Skalkin5-0/+509
2021-08-05firmware: arm_scmi: Add priv parameter to scmi_rx_callbackCristian Marussi4-8/+18
2021-08-05firmware: arm_scmi: Add optional link_supplier() transport opPeter Hilber2-0/+8
2021-08-05firmware: arm_scmi: Add message passing abstractions for transportsPeter Hilber4-0/+133
2021-08-05firmware: arm_scmi: Add method to override max message numberIgor Skalkin2-6/+43
2021-08-05firmware: arm_scmi: Make shmem support optional for transportsIgor Skalkin2-1/+9
2021-08-05firmware: arm_scmi: Make SCMI transports configurableCristian Marussi5-38/+80
2021-08-05firmware: arm_scmi: Make polling mode optionalCristian Marussi1-1/+6
2021-08-05firmware: arm_scmi: Make .clear_channel optionalCristian Marussi1-4/+11
2021-08-05firmware: arm_scmi: Handle concurrent and out-of-order messagesCristian Marussi2-41/+246
2021-08-05firmware: arm_scmi: Introduce monotonically increasing tokensCristian Marussi2-35/+251
2021-08-05firmware: arm_scmi: Add optional transport_init/exit supportCristian Marussi2-0/+65
2021-08-05firmware: arm_scmi: Remove scmi_dump_header_dbg() helperCristian Marussi1-16/+0
2021-08-05firmware: arm_scmi: Add support for type handling in common functionsCristian Marussi2-1/+6
2021-08-03efi/libstub: arm64: Double check image alignment at entryArd Biesheuvel1-0/+4
2021-08-03efi/libstub: arm64: Warn when efi_random_alloc() failsArd Biesheuvel1-0/+2