summaryrefslogtreecommitdiff
path: root/drivers/remoteproc
AgeCommit message (Expand)AuthorFilesLines
2026-06-09remoteproc: qcom: pas: Drop start/stop completion from struct qcom_pasShawn Guo1-3/+0
2026-06-09remoteproc: qcom: pas: Add Shikra remoteproc supportBibek Kumar Patro1-0/+48
2026-06-09remoteproc: qcom: Unify user-visible "Qualcomm" nameKrzysztof Kozlowski1-1/+1
2026-06-09remoteproc: qcom: Fix leak when custom dump_segments addition failsWasim Nazir1-4/+10
2026-06-09remoteproc: qcom_q6v5_wcss: drop redundant wcss_q6_bcr_resetAlexandru Gagniuc1-18/+5
2026-05-29remoteproc: xlnx: Enable auto boot featureTanmay Shah1-14/+34
2026-05-27remoteproc: xlnx: Remove binding header dependencyTanmay Shah1-1/+5
2026-05-26remoteproc: imx_rproc: Use device node name as processor nameJiafei Pan1-2/+1
2026-05-25remoteproc: use rsc_table_for_each_entry() in rproc_handle_resources()Mukesh Ojha1-43/+38
2026-05-01remoteproc: xlnx: Check remote core stateTanmay Shah1-10/+36
2026-04-28remoteproc: imx_rproc: Add support for i.MX94Peng Fan1-0/+65
2026-04-28remoteproc: imx_rproc: Program non-zero SM CPU/LMM reset vectorPeng Fan2-2/+27
2026-04-27remoteproc: Dead code cleanup in Kconfig for STM32_RPROCJulian Braha1-1/+0
2026-04-18Merge tag 'rpmsg-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds2-2/+2
2026-04-18Merge tag 'rproc-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds11-206/+410
2026-04-06remoteproc: qcom: pas: Add Eliza ADSP supportAbel Vesa1-0/+1
2026-04-06remoteproc: qcom: Add missing space before closing bracketShawn Guo2-86/+86
2026-04-06remoteproc: qcom: Fix minidump out-of-bounds access on subsystems arrayMukesh Ojha1-3/+14
2026-04-06remoteproc: mtk_scp: Constify buffer passed to scp_send_ipi()Krzysztof Kozlowski1-1/+1
2026-04-06remoteproc: mtk_scp_ipi: Constify buffer passed to scp_ipi_send()Krzysztof Kozlowski1-1/+1
2026-03-24remoteproc: use SIZE_MAX in rproc_u64_fit_in_size_t()Anas Iqbal1-1/+1
2026-03-17remoteproc: xlnx: Release mailbox channels on shutdownTanmay Shah1-0/+2
2026-03-16remoteproc: sysmon: Use the unified QMI service ID instead of defining it loc...Daniel Lezcano1-1/+1
2026-03-10remoteproc: xlnx: Only access buffer information if IPI is bufferedBen Levinsky1-9/+11
2026-03-10remoteproc: xlnx: Avoid mailbox setupTanmay Shah1-0/+4
2026-03-09remoteproc: keystone: Request IRQs in probe()Andrew Davis1-26/+15
2026-03-06remoteproc: pru: Remove empty remove callbackAndrew Davis1-9/+0
2026-03-06remoteproc: pru: Use rproc_of_parse_firmware() to get firmware nameAndrew Davis1-5/+3
2026-03-06remoteproc: da8xx: Reorder resource fetching in probe()Andrew Davis1-43/+33
2026-03-06remoteproc: da8xx: Remove unused local struct dataAndrew Davis1-7/+2
2026-03-06remoteproc: da8xx: Use dev_err_probe()Andrew Davis1-8/+4
2026-03-05remoteproc: k3: Fix NULL vs IS_ERR() bug in k3_reserved_mem_init()Chen Ni1-1/+1
2026-03-05remoteproc: imx_rproc: Fix NULL vs IS_ERR() bug in imx_rproc_addr_init()Chen Ni1-1/+1
2026-03-05remoteproc: imx_rproc: Check return value of regmap_attach_dev() in imx_rproc...Chen Ni1-1/+5
2026-03-05remoteproc: imx_rproc: Fix unreachable platform prepare_opsPeng Fan1-1/+1
2026-03-05remoteproc: mediatek: Unprepare SCP clock during system suspendTzung-Bi Shih1-0/+39
2026-03-04remoteproc: sysmon: Correct subsys_name_len type in QMI requestBjorn Andersson1-1/+1
2026-02-24remoteproc: xlnx: Fix sram property parsingTim Michals1-1/+1
2026-02-23remoteproc: qcom_q6v5_mss: Add MSM8940Barnabás Czémán1-2/+51
2026-02-23remoteproc: qcom_q6v5_mss: Add MSM8937Barnabás Czémán1-2/+51
2026-02-23remoteproc: qcom_q6v5_mss: Add MSM8917Barnabás Czémán1-2/+51
2026-02-23remoteproc: qcom_q6v5_mss: Add MDM9607Stephan Gerhold1-6/+66
2026-02-23remoteproc: qcom_q6v5_mss: Introduce need_pas_mem_setupBarnabás Czémán1-1/+15
2026-02-23remoteproc: qcom_wcnss: Fix reserved region mapping failureRob Herring (Arm)1-1/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds8-17/+17
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook8-18/+17
2026-02-03remoteproc: imx_rproc: Fix invalid loaded resource table detectionPeng Fan1-0/+4
2026-01-26remoteproc: mediatek: Break lock dependency to `prepare_lock`Tzung-Bi Shih2-13/+30
2026-01-14Merge branch '20260105-kvmrprocv10-v10-0-022e96815380@oss.qualcomm.com' of ht...Bjorn Andersson1-35/+130
2026-01-13remoteproc: qcom: pas: Enable Secure PAS support with IOMMU managed by LinuxMukesh Ojha1-5/+43