index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-14
dt-bindings: remoteproc: stm32-rproc: add new mailbox channel for detach
Arnaud Pouliquen
1
-2
/
+9
2021-04-13
remoteproc: imx_rproc: support remote cores booted before Linux Kernel
Peng Fan
1
-0
/
+45
2021-04-13
remoteproc: imx_rproc: move memory parsing to rproc_ops
Peng Fan
1
-5
/
+3
2021-04-13
remoteproc: imx_rproc: enlarge IMX7D_RPROC_MEM_MAX
Peng Fan
1
-5
/
+5
2021-04-13
remoteproc: imx_rproc: add missing of_node_put
Peng Fan
1
-0
/
+2
2021-04-13
remoteproc: imx_rproc: fix build error without CONFIG_MAILBOX
Wei Yongjun
1
-0
/
+1
2021-04-13
remoteproc: qcom: wcss: Remove unnecessary PTR_ERR()
Junlin Yang
1
-8
/
+8
2021-04-13
remoteproc: qcom: wcss: Fix wrong pointer passed to PTR_ERR()
Wei Yongjun
1
-1
/
+1
2021-04-13
remoteproc: qcom: pas: Add modem support for SDX55
Manivannan Sadhasivam
1
-0
/
+17
2021-04-13
dt-bindings: remoteproc: qcom: pas: Add binding for SDX55
Manivannan Sadhasivam
1
-0
/
+4
2021-04-13
remoteproc: qcom: wcss: Fix return value check in q6v5_wcss_init_mmio()
Wei Yongjun
1
-2
/
+2
2021-04-13
remoteproc: pru: Fix and cleanup firmware interrupt mapping logic
Suman Anna
1
-5
/
+17
2021-04-13
remoteproc: pru: Fix wrong success return value for fw events
Suman Anna
1
-2
/
+4
2021-04-13
remoteproc: pru: Fixup interrupt-parent logic for fw events
Suman Anna
1
-3
/
+12
2021-03-18
remoteproc: qcom: wcnss: Allow specifying firmware-name
Bjorn Andersson
2
-1
/
+13
2021-03-18
remoteproc: qcom: wcss: explicitly request exclusive reset control
Govind Singh
1
-3
/
+3
2021-03-18
remoteproc: qcom: wcss: Add non pas wcss Q6 support for QCS404
Govind Singh
1
-38
/
+528
2021-03-18
dt-bindings: remoteproc: qcom: Add Q6V5 Modem PIL binding for QCS404
Govind Singh
1
-0
/
+15
2021-03-18
remoteproc: qcom: wcss: populate hardcoded param using driver data
Govind Singh
1
-5
/
+24
2021-03-18
remoteproc: Refactor function rproc_cdev_release()
Mathieu Poirier
1
-2
/
+8
2021-03-18
remoteproc: Properly deal with a detach request when attached
Mathieu Poirier
2
-0
/
+10
2021-03-18
remoteproc: Properly deal with a stop request when attached
Mathieu Poirier
3
-2
/
+8
2021-03-18
remoteproc: Properly deal with a start request when attached
Mathieu Poirier
2
-2
/
+4
2021-03-18
remoteproc: Properly deal with a kernel panic when attached
Mathieu Poirier
1
-1
/
+5
2021-03-18
remoteproc: Properly deal with the resource table when stopping
Mathieu Poirier
1
-1
/
+47
2021-03-18
remoteproc: Properly deal with the resource table when detaching
Mathieu Poirier
2
-0
/
+84
2021-03-18
remoteproc: Introduce function rproc_detach()
Mathieu Poirier
2
-1
/
+58
2021-03-18
remoteproc: Introduce function __rproc_detach()
Mathieu Poirier
1
-0
/
+30
2021-03-18
remoteproc: Add new detach() remoteproc operation
Mathieu Poirier
1
-0
/
+2
2021-03-18
remoteproc: stm32: Move memory parsing to rproc_ops
Arnaud POULIQUEN
2
-23
/
+18
2021-03-18
remoteproc: stm32: Move resource table setup to rproc_ops
Mathieu Poirier
1
-73
/
+68
2021-03-18
remoteproc: Add new get_loaded_rsc_table() to rproc_ops
Mathieu Poirier
3
-1
/
+47
2021-03-18
remoteproc: Properly represent the attached state
Mathieu Poirier
3
-25
/
+2
2021-03-18
remoteproc: Add new RPROC_ATTACHED state
Mathieu Poirier
2
-2
/
+6
2021-03-18
remoteproc: Rename function rproc_actuate()
Mathieu Poirier
1
-4
/
+4
2021-03-18
remoteproc: Remove useless check in rproc_del()
Mathieu Poirier
1
-3
/
+1
2021-03-18
remoteproc: qcom_q6v5_mss: Validate p_filesz in ELF loader
Bjorn Andersson
1
-0
/
+18
2021-03-18
remoteproc: qcom_q6v5_mss: Provide errors for firmware-name parsing
Bjorn Andersson
1
-2
/
+6
2021-03-12
remoteproc: imx_rproc: fix return value check in imx_rproc_addr_init()
Wei Yongjun
1
-3
/
+2
2021-03-11
remoteproc: imx_proc: enable virtio/mailbox
Peng Fan
1
-3
/
+113
2021-03-11
remoteproc: imx_rproc: ignore mapping vdev regions
Peng Fan
1
-0
/
+3
2021-03-11
remoteproc: imx_rproc: support i.MX8MQ/M
Peng Fan
2
-4
/
+43
2021-03-11
remoteproc: imx_rproc: add i.MX specific parse fw hook
Peng Fan
1
-0
/
+93
2021-03-11
remoteproc: imx_rproc: use devm_ioremap
Peng Fan
1
-1
/
+2
2021-03-11
remoteproc: imx_rproc: correct err message
Peng Fan
1
-2
/
+2
2021-03-11
remoteproc: add is_iomem to da_to_va
Peng Fan
20
-29
/
+45
2021-03-11
remoteproc: introduce is_iomem to rproc_mem_entry
Peng Fan
1
-0
/
+2
2021-03-11
dt-bindings: remoteproc: imx_rproc: add i.MX8MQ/M support
Peng Fan
1
-1
/
+30
2021-03-11
dt-bindings: remoteproc: convert imx rproc bindings to json-schema
Peng Fan
2
-33
/
+61
2021-03-11
remoteproc: core: Remove casting to rproc_handle_resource_t
Jindong Yue
1
-13
/
+16
[next]