aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-14dt-bindings: remoteproc: stm32-rproc: add new mailbox channel for detachArnaud Pouliquen1-2/+9
2021-04-13remoteproc: imx_rproc: support remote cores booted before Linux KernelPeng Fan1-0/+45
2021-04-13remoteproc: imx_rproc: move memory parsing to rproc_opsPeng Fan1-5/+3
2021-04-13remoteproc: imx_rproc: enlarge IMX7D_RPROC_MEM_MAXPeng Fan1-5/+5
2021-04-13remoteproc: imx_rproc: add missing of_node_putPeng Fan1-0/+2
2021-04-13remoteproc: imx_rproc: fix build error without CONFIG_MAILBOXWei Yongjun1-0/+1
2021-04-13remoteproc: qcom: wcss: Remove unnecessary PTR_ERR()Junlin Yang1-8/+8
2021-04-13remoteproc: qcom: wcss: Fix wrong pointer passed to PTR_ERR()Wei Yongjun1-1/+1
2021-04-13remoteproc: qcom: pas: Add modem support for SDX55Manivannan Sadhasivam1-0/+17
2021-04-13dt-bindings: remoteproc: qcom: pas: Add binding for SDX55Manivannan Sadhasivam1-0/+4
2021-04-13remoteproc: qcom: wcss: Fix return value check in q6v5_wcss_init_mmio()Wei Yongjun1-2/+2
2021-04-13remoteproc: pru: Fix and cleanup firmware interrupt mapping logicSuman Anna1-5/+17
2021-04-13remoteproc: pru: Fix wrong success return value for fw eventsSuman Anna1-2/+4
2021-04-13remoteproc: pru: Fixup interrupt-parent logic for fw eventsSuman Anna1-3/+12
2021-03-18remoteproc: qcom: wcnss: Allow specifying firmware-nameBjorn Andersson2-1/+13
2021-03-18remoteproc: qcom: wcss: explicitly request exclusive reset controlGovind Singh1-3/+3
2021-03-18remoteproc: qcom: wcss: Add non pas wcss Q6 support for QCS404Govind Singh1-38/+528
2021-03-18dt-bindings: remoteproc: qcom: Add Q6V5 Modem PIL binding for QCS404Govind Singh1-0/+15
2021-03-18remoteproc: qcom: wcss: populate hardcoded param using driver dataGovind Singh1-5/+24
2021-03-18remoteproc: Refactor function rproc_cdev_release()Mathieu Poirier1-2/+8
2021-03-18remoteproc: Properly deal with a detach request when attachedMathieu Poirier2-0/+10
2021-03-18remoteproc: Properly deal with a stop request when attachedMathieu Poirier3-2/+8
2021-03-18remoteproc: Properly deal with a start request when attachedMathieu Poirier2-2/+4
2021-03-18remoteproc: Properly deal with a kernel panic when attachedMathieu Poirier1-1/+5
2021-03-18remoteproc: Properly deal with the resource table when stoppingMathieu Poirier1-1/+47
2021-03-18remoteproc: Properly deal with the resource table when detachingMathieu Poirier2-0/+84
2021-03-18remoteproc: Introduce function rproc_detach()Mathieu Poirier2-1/+58
2021-03-18remoteproc: Introduce function __rproc_detach()Mathieu Poirier1-0/+30
2021-03-18remoteproc: Add new detach() remoteproc operationMathieu Poirier1-0/+2
2021-03-18remoteproc: stm32: Move memory parsing to rproc_opsArnaud POULIQUEN2-23/+18
2021-03-18remoteproc: stm32: Move resource table setup to rproc_opsMathieu Poirier1-73/+68
2021-03-18remoteproc: Add new get_loaded_rsc_table() to rproc_opsMathieu Poirier3-1/+47
2021-03-18remoteproc: Properly represent the attached stateMathieu Poirier3-25/+2
2021-03-18remoteproc: Add new RPROC_ATTACHED stateMathieu Poirier2-2/+6
2021-03-18remoteproc: Rename function rproc_actuate()Mathieu Poirier1-4/+4
2021-03-18remoteproc: Remove useless check in rproc_del()Mathieu Poirier1-3/+1
2021-03-18remoteproc: qcom_q6v5_mss: Validate p_filesz in ELF loaderBjorn Andersson1-0/+18
2021-03-18remoteproc: qcom_q6v5_mss: Provide errors for firmware-name parsingBjorn Andersson1-2/+6
2021-03-12remoteproc: imx_rproc: fix return value check in imx_rproc_addr_init()Wei Yongjun1-3/+2
2021-03-11remoteproc: imx_proc: enable virtio/mailboxPeng Fan1-3/+113
2021-03-11remoteproc: imx_rproc: ignore mapping vdev regionsPeng Fan1-0/+3
2021-03-11remoteproc: imx_rproc: support i.MX8MQ/MPeng Fan2-4/+43
2021-03-11remoteproc: imx_rproc: add i.MX specific parse fw hookPeng Fan1-0/+93
2021-03-11remoteproc: imx_rproc: use devm_ioremapPeng Fan1-1/+2
2021-03-11remoteproc: imx_rproc: correct err messagePeng Fan1-2/+2
2021-03-11remoteproc: add is_iomem to da_to_vaPeng Fan20-29/+45
2021-03-11remoteproc: introduce is_iomem to rproc_mem_entryPeng Fan1-0/+2
2021-03-11dt-bindings: remoteproc: imx_rproc: add i.MX8MQ/M supportPeng Fan1-1/+30
2021-03-11dt-bindings: remoteproc: convert imx rproc bindings to json-schemaPeng Fan2-33/+61
2021-03-11remoteproc: core: Remove casting to rproc_handle_resource_tJindong Yue1-13/+16