| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'rproc-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ande... | Linus Torvalds | 2020-10-22 | 11 | -58/+1757 |
|\ |
|
| * | remoteproc/mediatek: Remove non-standard dsb() | Bjorn Andersson | 2020-10-15 | 1 | -4/+0 |
| * | remoteproc: Add recovery configuration to the sysfs interface | Rishabh Bhatnagar | 2020-10-13 | 1 | -0/+56 |
| * | remoteproc: Add coredump as part of sysfs interface | Rishabh Bhatnagar | 2020-10-13 | 1 | -0/+63 |
| * | remoteproc: Change default dump configuration to "disabled" | Rishabh Bhatnagar | 2020-10-13 | 2 | -14/+13 |
| * | remoteproc: k3-r5: Add loading support for on-chip SRAM regions | Suman Anna | 2020-10-13 | 1 | -0/+79 |
| * | remoteproc: k3-r5: Initialize TCM memories for ECC | Suman Anna | 2020-10-13 | 1 | -2/+15 |
| * | remoteproc: k3-r5: Add a remoteproc driver for R5F subsystem | Suman Anna | 2020-10-13 | 3 | -0/+1317 |
| * | remoteproc/mediatek: Add support for mt8192 SCP | Pi-Hsun Shih | 2020-09-25 | 3 | -36/+204 |
| * | remoteproc: Fixup coredump debugfs disable request | Sibi Sankar | 2020-09-25 | 1 | -1/+1 |
| * | remoteproc: qcom_q6v5: Assign mpss region to Q6 before MBA boot | Sibi Sankar | 2020-09-25 | 1 | -3/+13 |
| * | remoteproc/mediatek: fix null pointer dereference on null scp pointer | Colin Ian King | 2020-09-25 | 1 | -3/+1 |
| * | remoteproc: stm32: Fix pointer assignement | Mathieu Poirier | 2020-09-15 | 1 | -1/+1 |
| * | remoteproc: scp: add COMPILE_TEST dependency | Alexandre Courbot | 2020-09-15 | 1 | -1/+1 |
* | | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2020-10-15 | 2 | -2/+25 |
|\ \ |
|
| * | | dma-mapping: split <linux/dma-mapping.h> | Christoph Hellwig | 2020-10-06 | 2 | -1/+2 |
| * | | dma-mapping: introduce DMA range map, supplanting dma_pfn_offset | Jim Quinlan | 2020-09-17 | 1 | -1/+23 |
* | | | remoteproc: scp: add COMPILE_TEST dependency | Alexandre Courbot | 2020-09-26 | 1 | -1/+1 |
|/ / |
|
* | | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-23 | 1 | -1/+0 |
|/ |
|
* | Merge tag 'rproc-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ander... | Linus Torvalds | 2020-08-11 | 24 | -487/+2379 |
|\ |
|
| * | remoteproc: core: Register the character device interface | Siddharth Gupta | 2020-08-04 | 1 | -0/+7 |
| * | remoteproc: Add remoteproc character device interface | Siddharth Gupta | 2020-08-04 | 4 | -0/+162 |
| * | remoteproc: kill IPA notify code | Alex Elder | 2020-07-28 | 4 | -128/+0 |
| * | remoteproc: k3-dsp: Add support for C71x DSPs | Suman Anna | 2020-07-28 | 1 | -2/+18 |
| * | remoteproc: k3-dsp: Add support for L2RAM loading on C66x DSPs | Suman Anna | 2020-07-28 | 1 | -0/+72 |
| * | remoteproc: k3-dsp: Add a remoteproc driver of K3 C66x DSPs | Suman Anna | 2020-07-28 | 3 | -0/+713 |
| * | remoteproc: k3: Add TI-SCI processor control helper functions | Suman Anna | 2020-07-28 | 1 | -0/+104 |
| * | remoteproc: Introduce rproc_of_parse_firmware() helper | Suman Anna | 2020-07-28 | 2 | -0/+25 |
| * | remoteproc: qcom_q6v5_mss: Remove redundant running state | Sibi Sankar | 2020-07-27 | 1 | -5/+0 |
| * | remoteproc: qcom: q6v5: Update running state before requesting stop | Sibi Sankar | 2020-07-27 | 1 | -0/+2 |
| * | remoteproc: qcom_q6v5_mss: Add modem debug policy support | Sibi Sankar | 2020-07-27 | 1 | -1/+24 |
| * | remoteproc: qcom_q6v5_mss: Validate modem blob firmware size before load | Sibi Sankar | 2020-07-27 | 1 | -3/+2 |
| * | remoteproc: qcom_q6v5_mss: Validate MBA firmware size before load | Sibi Sankar | 2020-07-27 | 1 | -0/+6 |
| * | remoteproc: qcom_q6v5_mss: Add MBA log extraction support | Sibi Sankar | 2020-07-21 | 1 | -1/+37 |
| * | remoteproc: Add coredump debugfs entry | Rishabh Bhatnagar | 2020-07-21 | 1 | -0/+90 |
| * | remoteproc: Add inline coredump functionality | Rishabh Bhatnagar | 2020-07-21 | 1 | -18/+138 |
| * | remoteproc: Pass size and offset as arguments to segment dump function | Rishabh Bhatnagar | 2020-07-21 | 2 | -7/+8 |
| * | remoteproc: qcom_q6v5_mss: Replace mask based tracking with size | Sibi Sankar | 2020-07-21 | 1 | -9/+8 |
| * | remoteproc: Move coredump functionality to a new file | Rishabh Bhatnagar | 2020-07-21 | 4 | -191/+209 |
| * | remoteproc: stm32: Update M4 state in stm32_rproc_stop() | Mathieu Poirier | 2020-07-17 | 1 | -0/+12 |
| * | remoteproc: stm32: Introduce new attach() operation | Mathieu Poirier | 2020-07-17 | 1 | -0/+8 |
| * | remoteproc: stm32: Properly handle the resource table when attaching | Mathieu Poirier | 2020-07-17 | 1 | -0/+76 |
| * | remoteproc: stm32: Parse memory regions when attaching to M4 | Mathieu Poirier | 2020-07-17 | 1 | -3/+20 |
| * | remoteproc: Make function rproc_resource_cleanup() public | Mathieu Poirier | 2020-07-17 | 1 | -1/+2 |
| * | remoteproc: stm32: Properly set co-processor state when attaching | Mathieu Poirier | 2020-07-17 | 1 | -0/+31 |
| * | remoteproc: stm32: Parse syscon that will manage M4 synchronisation | Mathieu Poirier | 2020-07-17 | 1 | -0/+26 |
| * | remoteproc: stm32: Remove memory translation from DT parsing | Mathieu Poirier | 2020-07-17 | 1 | -1/+5 |
| * | remoteproc: stm32: Decouple rproc from DT parsing | Mathieu Poirier | 2020-07-17 | 1 | -11/+12 |
| * | remoteproc: stm32: Request IRQ with platform device | Mathieu Poirier | 2020-07-17 | 1 | -2/+3 |
| * | remoteproc: stm32: Decouple rproc from memory translation | Mathieu Poirier | 2020-07-17 | 1 | -4/+4 |