index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
remoteproc
Commit message (
Expand
)
Author
Age
Files
Lines
*
remoteproc: Remove vdev_to_rvdev and vdev_to_rproc from remoteproc API
Arnaud Pouliquen
2021-10-15
1
-0
/
+12
*
remoteproc: omap_remoteproc: simplify getting .driver_data
Wolfram Sang
2021-10-15
1
-4
/
+2
*
remoteproc: qcom_q6v5_mss: Use devm_platform_ioremap_resource_byname() to sim...
zhaoxiao
2021-10-15
1
-5
/
+2
*
remoteproc: Fix a memory leak in an error handling path in 'rproc_handle_vdev()'
Christophe JAILLET
2021-10-15
1
-3
/
+5
*
remoteproc: Fix spelling mistake "atleast" -> "at least"
Colin Ian King
2021-10-15
2
-2
/
+2
*
remoteproc: imx_dsp_rproc: mark PM functions as __maybe_unused
Arnd Bergmann
2021-10-14
1
-2
/
+2
*
remoteproc: imx_dsp_rproc: Correct the comment style of copyright
Shengjiu Wang
2021-10-13
1
-1
/
+1
*
remoteproc: imx_dsp_rproc: Add remoteproc driver for DSP on i.MX
Shengjiu Wang
2021-10-12
3
-0
/
+1218
*
remoteproc: imx_rproc: Add IMX_RPROC_SCU_API method
Shengjiu Wang
2021-10-12
1
-0
/
+2
*
remoteproc: imx_rproc: Move common structure to header file
Shengjiu Wang
2021-10-12
2
-27
/
+38
*
remoteproc: meson-mx-ao-arc: fix a bit test
Dan Carpenter
2021-10-04
1
-1
/
+1
*
remoteproc: mss: q6v5-mss: Add modem support on SC7280
Sibi Sankar
2021-09-27
1
-4
/
+249
*
remoteproc: qcom: pas: Add SC7280 Modem support
Sibi Sankar
2021-09-27
1
-0
/
+1
*
remoteproc: qcom: pas: Use the same init resources for MSM8996 and MSM8998
Yassine Oudjana
2021-09-27
1
-19
/
+8
*
remoteproc: mediatek: Support mt8195 scp
Tinghan Shen
2021-09-27
2
-5
/
+44
*
remoteproc: meson-mx-ao-arc: Add a driver for the AO ARC remote procesor
Martin Blumenstingl
2021-09-27
3
-0
/
+273
*
remoteproc: imx_rproc: Change to ioremap_wc for dram
Dong Aisheng
2021-09-27
1
-1
/
+1
*
remoteproc: imx_rproc: Fix rsc-table name
Dong Aisheng
2021-09-27
1
-1
/
+1
*
remoteproc: imx_rproc: Fix ignoring mapping vdev regions
Dong Aisheng
2021-09-27
1
-2
/
+2
*
remoteproc: imx_rproc: Fix TCM io memory type
Dong Aisheng
2021-09-27
1
-14
/
+21
*
remoteproc: Fix the wrong default value of is_iomem
Dong Aisheng
2021-09-27
2
-2
/
+2
*
remoteproc: elf_loader: Fix loading segment when is_iomem true
Peng Fan
2021-09-27
1
-1
/
+1
*
remoteproc: qcom: q6v5: Use qmp_send to update co-processor load state
Sibi Sankar
2021-09-27
6
-110
/
+123
*
remoteproc: qcom: Loosen dependency on RPMSG_QCOM_SMD
Stephen Boyd
2021-09-13
1
-5
/
+5
*
remoteproc: qcom: wcnss: Drop unused smd include
Stephen Boyd
2021-09-13
1
-1
/
+0
*
remoteproc: q6v5_pas: Add sdm660 ADSP PIL compatible
Konrad Dybcio
2021-08-04
1
-0
/
+1
*
remoteproc: use freezable workqueue for crash notifications
Alex Elder
2021-07-28
1
-2
/
+2
*
remoteproc: fix an typo in fw_elf_get_class code comments
Dong Aisheng
2021-07-28
1
-1
/
+1
*
remoteproc: qcom: wcnss: Fix race with iris probe
Bjorn Andersson
2021-07-28
3
-84
/
+89
*
Merge tag 'rproc-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ande...
Linus Torvalds
2021-07-07
12
-106
/
+395
|
\
|
*
remoteproc: qcom: pas: Add SC8180X adsp, cdsp and mpss
Bjorn Andersson
2021-06-25
1
-0
/
+22
|
*
remoteproc: imx_rproc: support i.MX8ULP
Peng Fan
2021-06-23
1
-0
/
+13
|
*
remoteproc: stm32: fix mbox_send_message call
Arnaud Pouliquen
2021-06-23
1
-9
/
+5
|
*
remoteproc: core: Cleanup device in case of failure
Siddharth Gupta
2021-06-23
1
-3
/
+12
|
*
remoteproc: core: Fix cdev remove and rproc del
Siddharth Gupta
2021-06-23
2
-2
/
+2
|
*
remoteproc: core: Move validate before device add
Siddharth Gupta
2021-06-23
1
-4
/
+4
|
*
remoteproc: core: Move cdev add before device add
Siddharth Gupta
2021-06-23
1
-5
/
+5
|
*
remoteproc: pru: Add support for various PRU cores on K3 AM64x SoCs
Suman Anna
2021-06-23
1
-0
/
+3
|
*
remoteproc: qcom_wcnss: Use devm_qcom_smem_state_get()
Stephan Gerhold
2021-06-23
1
-3
/
+2
|
*
remoteproc: qcom_q6v5: Use devm_qcom_smem_state_get() to fix missing put()
Stephan Gerhold
2021-06-23
1
-1
/
+1
|
*
remoteproc: imx-rproc: Fix IMX_REMOTEPROC configuration
Peng Fan
2021-06-10
1
-0
/
+1
|
*
remoteproc: imx_rproc: support i.MX8MN/P
Peng Fan
2021-06-01
1
-7
/
+80
|
*
remoteproc: imx_rproc: support i.MX7ULP
Peng Fan
2021-06-01
1
-11
/
+38
|
*
remoteproc: imx_rproc: make clk optional
Peng Fan
2021-06-01
1
-15
/
+31
|
*
remoteproc: imx_rproc: initial support for mutilple start/stop method
Peng Fan
2021-06-01
1
-0
/
+13
|
*
remoteproc: imx_rproc: parse fsl,auto-boot
Peng Fan
2021-06-01
1
-0
/
+3
|
*
remoteproc: k3-r5: Fix an error message
Christophe JAILLET
2021-05-27
1
-1
/
+1
|
*
remoteproc: stm32: fix phys_addr_t format string
Arnd Bergmann
2021-05-27
1
-1
/
+1
|
*
remoteproc: k3-r5: Extend support to R5F clusters on AM64x SoCs
Suman Anna
2021-05-27
1
-29
/
+120
|
*
remoteproc: Fix various kernel-doc warnings
Suman Anna
2021-05-27
3
-20
/
+42
[next]