summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
AgeCommit message (Expand)AuthorLines
2026-04-17Merge tag 'rpmsg-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds-2/+2
2026-04-17Merge tag 'rproc-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds-206/+410
2026-04-06remoteproc: qcom: pas: Add Eliza ADSP supportAbel Vesa-0/+1
2026-04-06remoteproc: qcom: Add missing space before closing bracketShawn Guo-86/+86
2026-04-06remoteproc: qcom: Fix minidump out-of-bounds access on subsystems arrayMukesh Ojha-3/+14
2026-04-06remoteproc: mtk_scp: Constify buffer passed to scp_send_ipi()Krzysztof Kozlowski-1/+1
2026-04-06remoteproc: mtk_scp_ipi: Constify buffer passed to scp_ipi_send()Krzysztof Kozlowski-1/+1
2026-03-24remoteproc: use SIZE_MAX in rproc_u64_fit_in_size_t()Anas Iqbal-1/+1
2026-03-17remoteproc: xlnx: Release mailbox channels on shutdownTanmay Shah-0/+2
2026-03-15remoteproc: sysmon: Use the unified QMI service ID instead of defining it loc...Daniel Lezcano-1/+1
2026-03-10remoteproc: xlnx: Only access buffer information if IPI is bufferedBen Levinsky-9/+11
2026-03-10remoteproc: xlnx: Avoid mailbox setupTanmay Shah-0/+4
2026-03-09remoteproc: keystone: Request IRQs in probe()Andrew Davis-26/+15
2026-03-06remoteproc: pru: Remove empty remove callbackAndrew Davis-9/+0
2026-03-06remoteproc: pru: Use rproc_of_parse_firmware() to get firmware nameAndrew Davis-5/+3
2026-03-06remoteproc: da8xx: Reorder resource fetching in probe()Andrew Davis-43/+33
2026-03-06remoteproc: da8xx: Remove unused local struct dataAndrew Davis-7/+2
2026-03-06remoteproc: da8xx: Use dev_err_probe()Andrew Davis-8/+4
2026-03-05remoteproc: k3: Fix NULL vs IS_ERR() bug in k3_reserved_mem_init()Chen Ni-1/+1
2026-03-05remoteproc: imx_rproc: Fix NULL vs IS_ERR() bug in imx_rproc_addr_init()Chen Ni-1/+1
2026-03-05remoteproc: imx_rproc: Check return value of regmap_attach_dev() in imx_rproc...Chen Ni-1/+5
2026-03-05remoteproc: imx_rproc: Fix unreachable platform prepare_opsPeng Fan-1/+1
2026-03-05remoteproc: mediatek: Unprepare SCP clock during system suspendTzung-Bi Shih-0/+39
2026-03-04remoteproc: sysmon: Correct subsys_name_len type in QMI requestBjorn Andersson-1/+1
2026-02-24remoteproc: xlnx: Fix sram property parsingTim Michals-1/+1
2026-02-23remoteproc: qcom_q6v5_mss: Add MSM8940Barnabás Czémán-2/+51
2026-02-23remoteproc: qcom_q6v5_mss: Add MSM8937Barnabás Czémán-2/+51
2026-02-23remoteproc: qcom_q6v5_mss: Add MSM8917Barnabás Czémán-2/+51
2026-02-23remoteproc: qcom_q6v5_mss: Add MDM9607Stephan Gerhold-6/+66
2026-02-23remoteproc: qcom_q6v5_mss: Introduce need_pas_mem_setupBarnabás Czémán-1/+15
2026-02-23remoteproc: qcom_wcnss: Fix reserved region mapping failureRob Herring (Arm)-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-17/+17
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-18/+17
2026-02-03remoteproc: imx_rproc: Fix invalid loaded resource table detectionPeng Fan-0/+4
2026-01-26remoteproc: mediatek: Break lock dependency to `prepare_lock`Tzung-Bi Shih-13/+30
2026-01-13Merge branch '20260105-kvmrprocv10-v10-0-022e96815380@oss.qualcomm.com' of ht...Bjorn Andersson-35/+130
2026-01-13remoteproc: qcom: pas: Enable Secure PAS support with IOMMU managed by LinuxMukesh Ojha-5/+43
2026-01-13remoteproc: pas: Extend parse_fw callback to fetch resources via SMC callMukesh Ojha-2/+57
2026-01-13soc: qcom: mdtloader: Add PAS context aware qcom_mdt_pas_load() functionMukesh Ojha-19/+5
2026-01-13remoteproc: pas: Replace metadata context with PAS context structureMukesh Ojha-11/+27
2026-01-13remoteproc: imx_rproc: Add support for i.MX95Peng Fan-0/+22
2026-01-13remoteproc: imx_rproc: Add support for System Manager CPU APIPeng Fan-2/+33
2026-01-13remoteproc: imx_rproc: Add support for System Manager LMM APIPeng Fan-0/+171
2026-01-13remoteproc: imx_rproc: Introduce prepare ops for imx_rproc_dcfgPeng Fan-0/+6
2026-01-13remoteproc: imx_rproc: Add runtime ops copy to support dynamic behaviorPeng Fan-14/+13
2026-01-05remoteproc: xlnx_r5: Simplify with scoped for each OF child loopKrzysztof Kozlowski-7/+2
2026-01-05remoteproc: mtk_scp: Simplify with scoped for each OF child loopKrzysztof Kozlowski-6/+1
2026-01-05remoteproc: imx_dsp_rproc: Only reset carveout memory at RPROC_OFFLINE stateShengjiu Wang-3/+5
2025-12-17remoteproc: imx_dsp_rproc: Fix multiple start/stop operationsDaniel Baluta-17/+33
2025-12-16remoteproc: imx_rproc: Use strstarts for "rsc-table" checkShenwei Wang-1/+1