Age | Commit message (Expand) | Author | Files | Lines |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 | Thomas Gleixner | 2 | -18/+2 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 | Thomas Gleixner | 12 | -108/+12 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-03-14 | Merge tag 'rproc-v5.1' of git://github.com/andersson/remoteproc | Linus Torvalds | 10 | -92/+595 |
2019-03-13 | remoteproc: fix for "dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flag" | Stephen Rothwell | 1 | -2/+1 |
2019-02-21 | remoteproc: fix rproc_check_carveout_da() returned error and comments | Loic Pallardy | 1 | -10/+12 |
2019-02-21 | remoteproc: fix trace buffer va initialization | Loic Pallardy | 3 | -25/+40 |
2019-02-21 | remoteproc: fix rproc_alloc_carveout() for rproc with iommu domain | Loic Pallardy | 1 | -10/+16 |
2019-02-21 | remoteproc: add warning on resource table cast | Loic Pallardy | 1 | -2/+14 |
2019-02-21 | remoteproc: fix rproc_alloc_carveout() bad variable cast | Loic Pallardy | 1 | -1/+1 |
2019-02-21 | remoteproc: fix rproc_da_to_va in case of unallocated carveout | Loic Pallardy | 1 | -0/+4 |
2019-02-21 | remoteproc: correct rproc_mem_entry_init() comments | Loic Pallardy | 1 | -1/+2 |
2019-02-21 | remoteproc: fix recovery procedure | Loic Pallardy | 3 | -6/+21 |
2019-02-21 | remoteproc: st: add reserved memory support | Loic Pallardy | 1 | -11/+80 |
2019-02-21 | remoteproc: create vdev subdevice with specific dma memory pool | Loic Pallardy | 3 | -4/+86 |
2019-02-18 | remoteproc: q6v5_adsp: Remove voting for lpass_aon clock | Rohit kumar | 1 | -1/+1 |
2019-01-31 | remoteproc: q6v5-mss: Active powerdomain for SDM845 | Bjorn Andersson | 1 | -2/+29 |
2019-01-31 | remoteproc: q6v5-mss: Vote for rpmh power domains | Rajendra Nayak | 1 | -5/+114 |
2019-01-30 | remoteproc: qcom: Add support for parsing fw dt bindings | Sibi Sankar | 2 | -11/+45 |
2019-01-30 | remoteproc: qcom_q6v5: don't auto boot remote processor | Ramon Fried | 1 | -0/+2 |
2019-01-22 | remoteproc: qcom: Wait for shutdown-ack/ind on sysmon shutdown | Sibi Sankar | 1 | -1/+41 |
2019-01-22 | remoteproc: qcom: Add shutdown-ack irq | Sibi Sankar | 5 | -2/+53 |
2019-01-15 | remoteproc/qcom_sysmon.c: Remove duplicate header | Brajeswar Ghosh | 1 | -1/+0 |
2019-01-15 | virtio: don't allocate vqs when names[i] = NULL | Wei Wang | 1 | -2/+7 |
2019-01-07 | remoteproc: qcom: q6v5-mss: Add missing regulator for MSM8996 | Sibi Sankar | 1 | -0/+7 |
2019-01-07 | remoteproc: qcom: q6v5-mss: Add missing clocks for MSM8996 | Sibi Sankar | 1 | -1/+4 |
2019-01-07 | remoteproc: qcom: fix spelling mistake "Peripherial" -> "Peripheral" | Colin Ian King | 1 | -1/+1 |
2019-01-07 | remoteproc: debug: add crash debugfs node | Xiang Xiao | 1 | -0/+26 |
2018-11-27 | virtio_ring: disable packed ring on unsupported transports | Tiwei Bie | 1 | -0/+13 |
2018-10-19 | remoteproc: qcom: q6v5-mss: Register segments/dumpfn for coredump | Sibi Sankar | 1 | -0/+42 |
2018-10-19 | remoteproc: qcom: q6v5-mss: Add custom dump function for modem | Sibi Sankar | 1 | -0/+33 |
2018-10-19 | remoteproc: qcom: q6v5-mss: Refactor mba load/unload sequence | Sibi Sankar | 1 | -138/+170 |
2018-10-19 | remoteproc: Add mechanism for custom dump function assignment | Sibi Sankar | 1 | -0/+38 |
2018-10-19 | remoteproc: Introduce custom dump function for each remoteproc segment | Sibi Sankar | 1 | -7/+11 |
2018-10-15 | remoteproc: modify vring allocation to rely on centralized carveout allocator | Loic Pallardy | 3 | -30/+47 |
2018-10-10 | remoteproc: qcom: q6v5: shore up resource probe handling | Brian Norris | 1 | -8/+36 |
2018-10-10 | remoteproc: qcom: qcom_q6v5_adsp: Fix some return value check | Wei Yongjun | 1 | -8/+4 |
2018-10-10 | remoteproc: modify rproc_handle_carveout to support pre-registered region | Loic Pallardy | 1 | -0/+30 |
2018-10-10 | remoteproc: add helper function to check carveout device address | Loic Pallardy | 1 | -0/+47 |
2018-10-10 | remoteproc: add helper function to allocate rproc_mem_entry from reserved memory | Loic Pallardy | 1 | -0/+37 |
2018-10-10 | remoteproc: add alloc ops in rproc_mem_entry struct | Loic Pallardy | 1 | -93/+168 |
2018-10-10 | remoteproc: introduce rproc_find_carveout_by_name function | Loic Pallardy | 1 | -0/+42 |
2018-10-10 | remoteproc: introduce rproc_add_carveout function | Loic Pallardy | 1 | -1/+15 |
2018-10-10 | remoteproc: add helper function to allocate and init rproc_mem_entry struct | Loic Pallardy | 1 | -16/+49 |
2018-10-10 | remoteproc: add name in rproc_mem_entry struct | Loic Pallardy | 2 | -0/+2 |
2018-10-10 | remoteproc: add release ops in rproc_mem_entry struct | Loic Pallardy | 1 | -2/+21 |
2018-10-10 | remoteproc: add rproc_va_to_pa function | Loic Pallardy | 1 | -1/+17 |
2018-10-10 | remoteproc: configure IOMMU only if device address requested | Loic Pallardy | 1 | -1/+9 |
2018-10-09 | remoteproc: qcom: q6v5-mss: add SCM probe dependency | Brian Norris | 1 | -0/+3 |