summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)Author
2023-11-08efi: fix memory leak in krealloc failure handlingKuan-Wei Chiu
2023-11-08x86/efistub: Don't try to print after ExitBootService()Nikolay Borisov
2023-11-02firmware/imx-dsp: Fix use_after_free in imx_dsp_setup_channels()Hao Ge
2023-10-25efi/unaccepted: Fix soft lockups caused by parallel memory acceptanceKirill A. Shutemov
2023-10-06firmware: cirrus: cs_dsp: Only log list of algorithms in debug buildRichard Fitzgerald
2023-10-06firmware: arm_ffa: Don't set the memory region attributes for MEM_LENDSudeep Holla
2023-10-06firmware: imx-dsp: Fix an error handling path in imx_dsp_setup_channels()Christophe JAILLET
2023-10-06firmware: arm_scmi: Fixup perf power-cost/microwatt supportSibi Sankar
2023-10-06firmware: arm_scmi: Harden perf domain info accessCristian Marussi
2023-09-13arm64: sdei: abort running SDEI handlers during crashD Scott Phillips
2023-09-13firmware: cs_dsp: Fix new control name checkVlad Karpovich
2023-09-13firmware: meson_sm: fix to avoid potential NULL pointer dereferenceZhang Shurong
2023-09-13firmware: ti_sci: Use system_state to determine pollingNishanth Menon
2023-09-13x86/efistub: Fix PCI ROM preservation in mixed modeMikel Rychliski
2023-09-06firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in probeWang Ming
2023-07-20firmware: arm_scmi: Fix chan_free cleanup on SMCCristian Marussi
2023-07-19firmware: arm_scmi: Drop OF node reference in the transport channel setupKrzysztof Kozlowski
2023-07-18firmware: arm_scmi: Fix signed error return values handlingSukrut Bellary
2023-07-18firmware: smccc: Fix use of uninitialised results structurePunit Agrawal
2023-07-03Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-06-30Merge tag 'efi-next-for-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-06-29Merge tag 'soc-drivers-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-06-29Merge tag 'sound-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2023-06-27Merge tag 'for-linus-6.5-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-06-27efi/libstub: Disable PCI DMA before grabbing the EFI memory mapArd Biesheuvel
2023-06-26Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-26iscsi_ibft: Fix finding the iBFT under Xen Dom 0Ross Lagerwall
2023-06-22Merge tag 'scmi-updates-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann
2023-06-21Merge tag 'tegra-for-6.5-firmware' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann
2023-06-21Revert "efi: random: refresh non-volatile random seed when RNG is initialized"Linus Torvalds
2023-06-19Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor...Dave Airlie
2023-06-16Merge tag 'sound-6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2023-06-16ASoC: Merge fixes due to dependenciesMark Brown
2023-06-15firmware: stratix10-svc: Fix a potential resource leak in svc_create_memory_p...Christophe JAILLET
2023-06-10Merge tag 'arm-fixes-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-09firmware: tegra: bpmp: Add support for DRAM MRQ GSCsPeter De Schrijver
2023-06-09Merge tag 'zynqmp-soc-for-v6.5' of https://github.com/Xilinx/linux-xlnx into ...Arnd Bergmann
2023-06-06x86/efi: Safely enable unaccepted memory in UEFIDionna Glaze
2023-06-06efi/unaccepted: Avoid load_unaligned_zeropad() stepping into unaccepted memoryKirill A. Shutemov
2023-06-06efi: Add unaccepted memory supportKirill A. Shutemov
2023-06-06efi/libstub: Implement support for unaccepted memoryKirill A. Shutemov
2023-06-06efi/x86: Get full memory map in allocate_e820()Kirill A. Shutemov
2023-06-06efi/esrt: Allow ESRT access without CAP_SYS_ADMINNicholas Bishop
2023-06-06Merge tag 'ffa-fix-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/su...Arnd Bergmann
2023-06-06firmware: arm_scmi: Add Powercap protocol enable supportCristian Marussi
2023-06-06firmware: arm_scmi: Refactor the internal powercap get/set helpersCristian Marussi
2023-06-06firmware: arm_ffa: Set handle field to zero in memory descriptorBalint Dobszay
2023-06-05firmware: cs_dsp: Log correct region name in bin error messagesRichard Fitzgerald
2023-06-05Merge 6.4-rc5 into char-misc-nextGreg Kroah-Hartman