summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/remoteproc_core.c
Commit message (Expand)AuthorAgeFilesLines
* remoteproc: Make rproc_get_by_phandle() work for clustersMathieu Poirier2024-02-061-2/+27
* remoteproc: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-131-1/+0
* iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe2023-01-251-2/+3
* remoteproc: core: Do pm_relax when in RPROC_OFFLINE stateMaria Yu2022-12-071-1/+8
* remoteproc: core: Use device_match_of_node()ye xingchen2022-11-211-1/+1
* remoteproc: core: Auto select rproc-virtio device idShengjiu Wang2022-10-241-1/+7
* remoteproc: Support attach recovery after rproc crashPeng Fan2022-09-281-19/+43
* remoteproc: virtio: Create platform device for the remoteproc_virtioArnaud Pouliquen2022-09-211-4/+8
* remoteproc: Move rproc_vdev management to remoteproc_virtio.cArnaud Pouliquen2022-09-211-154/+3
* remoteproc: core: Introduce rproc_add_rvdev functionArnaud Pouliquen2022-09-211-2/+14
* remoteproc: core: Introduce rproc_rvdev_add_device functionArnaud Pouliquen2022-09-211-64/+83
* remoteproc: Harden rproc_handle_vdev() against integer overflowDan Carpenter2022-09-191-2/+3
* drivers/remoteproc: Fix repeated words in commentswangjianli2022-09-191-1/+1
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-08-121-2/+2
|\
| * remoteproc: rename len of rpoc_vring to numXuan Zhuo2022-08-111-2/+2
* | drivers/remoteproc: fix repeated words in commentswangjianli2022-07-251-1/+1
* | remoteproc: Directly use ida_alloc()/free()keliu2022-07-181-3/+3
* | remoteproc: Use unbounded workqueue for recovery workMukesh Ojha2022-07-181-2/+13
* | remoteproc: Fix dma_mem leak after rproc_shutdownMark-PK Tsai2022-06-241-0/+1
|/
* remoteproc: core: Move state checking to remoteproc_coreShengjiu Wang2022-04-141-0/+11
* remoteproc: Don't bother checking the return value of debugfs_create*Manivannan Sadhasivam2022-04-111-4/+0
* remoteproc: Change rproc_shutdown() to return a statusSuman Anna2022-03-111-3/+6
* remoteproc: Use %pe format string to print return error codeMark-PK Tsai2021-11-171-2/+2
* remoteproc: Fix a memory leak in an error handling path in 'rproc_handle_vdev()'Christophe JAILLET2021-10-151-3/+5
* remoteproc: use freezable workqueue for crash notificationsAlex Elder2021-07-281-2/+2
* Merge tag 'rproc-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ande...Linus Torvalds2021-07-071-23/+49
|\
| * remoteproc: core: Cleanup device in case of failureSiddharth Gupta2021-06-231-3/+12
| * remoteproc: core: Fix cdev remove and rproc delSiddharth Gupta2021-06-231-1/+1
| * remoteproc: core: Move validate before device addSiddharth Gupta2021-06-231-4/+4
| * remoteproc: core: Move cdev add before device addSiddharth Gupta2021-06-231-5/+5
| * remoteproc: Fix various kernel-doc warningsSuman Anna2021-05-271-14/+30
| * remoteproc: Add kernel-doc comment for is_iomemSuman Anna2021-05-271-0/+1
* | Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-07-051-1/+1
|\ \
| * | firmware: replace HOTPLUG with UEVENT in FW_ACTION definesShawn Guo2021-05-131-1/+1
| |/
* / kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-0/+1
|/
* remoteproc: Properly deal with a stop request when attachedMathieu Poirier2021-03-181-0/+4
* remoteproc: Properly deal with a kernel panic when attachedMathieu Poirier2021-03-181-1/+5
* remoteproc: Properly deal with the resource table when stoppingMathieu Poirier2021-03-181-1/+47
* remoteproc: Properly deal with the resource table when detachingMathieu Poirier2021-03-181-0/+81
* remoteproc: Introduce function rproc_detach()Mathieu Poirier2021-03-181-1/+57
* remoteproc: Introduce function __rproc_detach()Mathieu Poirier2021-03-181-0/+30
* remoteproc: stm32: Move memory parsing to rproc_opsArnaud POULIQUEN2021-03-181-2/+12
* remoteproc: Add new get_loaded_rsc_table() to rproc_opsMathieu Poirier2021-03-181-0/+32
* remoteproc: Properly represent the attached stateMathieu Poirier2021-03-181-19/+1
* remoteproc: Rename function rproc_actuate()Mathieu Poirier2021-03-181-4/+4
* remoteproc: Remove useless check in rproc_del()Mathieu Poirier2021-03-181-3/+1
* remoteproc: add is_iomem to da_to_vaPeng Fan2021-03-111-2/+5
* remoteproc: core: Remove casting to rproc_handle_resource_tJindong Yue2021-03-111-13/+16
* remoteproc: core: Fix rproc->firmware free in rproc_set_firmware()Daniele Alessandrelli2021-02-091-1/+1
* remoteproc: core: Add ops to enable custom coredump functionalitySiddharth Gupta2020-12-101-1/+5