summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
AgeCommit message (Expand)AuthorLines
2023-05-25Merge tag 'scmi-fix-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sud...Arnd Bergmann-1/+1
2023-05-25efi: fix missing prototype warningsArnd Bergmann-0/+3
2023-05-25efi/libstub: zboot: Avoid eager evaluation of objcopy flagsArd Biesheuvel-1/+2
2023-05-17efivarfs: expose used and total sizeAnisse Astier-0/+13
2023-05-15drivers/firmware: Move sysfb_init() from device_initcall to subsys_initcall_syncHuacai Chen-1/+1
2023-05-12firmware: xilinx: Update the zynqmp_pm_fpga_load() APINava kishore Manne-2/+10
2023-05-12Merge tag 'drm-misc-fixes-2023-05-11' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-1/+3
2023-05-10efi: make kobj_type structure constantThomas Weißschuh-1/+1
2023-05-09firmware: arm_scmi: Augment SMC/HVC to allow optional parametersNikunj Kela-1/+30
2023-05-08firmware: arm_ffa: Set reserved/MBZ fields to zero in the memory descriptorsSudeep Holla-0/+6
2023-05-08firmware: arm_ffa: Fix FFA device names for logical partitionsSudeep Holla-3/+13
2023-05-08firmware: arm_ffa: Fix usage of partition info get count flagSudeep Holla-1/+2
2023-05-08firmware: arm_ffa: Check if ffa_driver remove is present before executingSudeep Holla-1/+2
2023-05-08firmware: arm_scmi: Fix incorrect alloc_workqueue() invocationTejun Heo-1/+1
2023-04-29Merge tag 'efi-next-for-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-69/+94
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+2
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+38
2023-04-27Merge tag 'sound-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds-1/+47
2023-04-27Merge tag 'pci-v6.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+0
2023-04-26efi/zboot: arm64: Grab code size from ELF symbol in payloadArd Biesheuvel-30/+21
2023-04-26efi/zboot: arm64: Inject kernel code size symbol into the zboot payloadArd Biesheuvel-1/+8
2023-04-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-17/+20
2023-04-25Merge tag 'soc-drivers-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-31/+116
2023-04-25Merge tag 'soc-arm-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds-1/+1
2023-04-25Merge tag 'irq-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-23/+31
2023-04-21Merge branch irq/gic-6.4 into irq/irqchip-nextMarc Zyngier-23/+31
2023-04-21firmware/sysfb: Fix VESA format selectionPierre Asselin-1/+3
2023-04-20efi/zboot: Set forward edge CFI compat header flag if supportedArd Biesheuvel-19/+39
2023-04-20efi/zboot: Add BSS padding before compressionArd Biesheuvel-13/+31
2023-04-20arm64: efi: Enable BTI codegen and add PE/COFF annotationArd Biesheuvel-2/+1
2023-04-20firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in probeDan Carpenter-2/+2
2023-04-18Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra-2/+2
2023-04-17Merge tag 'scmi-updates-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann-15/+124
2023-04-14Merge tag 'qcom-drivers-for-6.4' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann-7/+9
2023-04-14Merge tag 'imx-drivers-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann-3/+6
2023-04-14Merge tag 'tegra-for-6.4-firmware' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann-8/+12
2023-04-14firmware/psci: demote suspend-mode warning to info levelJohan Hovold-1/+2
2023-04-13MIPS: BCM47XX: remove MODULE_LICENSE in non-modulesNick Alcock-1/+0
2023-04-10Merge 6.3-rc6 into char-misc-nextGreg Kroah-Hartman-47/+184
2023-04-08irqchip/gicv3: Workaround for NVIDIA erratum T241-FABRIC-4Shanker Donthineni-23/+31
2023-04-07efi/cper: Remove unnecessary aer.h includeBjorn Helgaas-1/+0
2023-04-07firmware: turris-mox-rwtm: make kobj_type structure constantThomas Weißschuh-1/+1
2023-04-05efi/loongarch: Reintroduce efi_relocate_kernel() to relocate kernelHuacai Chen-17/+7
2023-04-05firmware: arm_scmi: Add support for unidirectional mailbox channelsCristian Marussi-11/+84
2023-04-04firmware: Use of_property_present() for testing DT property presenceRob Herring-4/+4
2023-04-03firmware: tegra: bpmp: Fix error paths in debugfsMikko Perttunen-4/+8
2023-04-03firmware: cs_dsp: Add a debugfs entry containing control detailsSimon Trimmer-0/+31
2023-03-28firmware: arm_sdei: Fix sleep from invalid context BUGPierre Gondois-17/+20
2023-03-27firmware: meson_sm: populate platform devices from sm device tree dataDmitry Rokosov-1/+4
2023-03-27firmware: arm_scmi: Fix xfers allocation on Rx channelCristian Marussi-1/+1