aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/remoteproc_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-15Revert "remoteproc: core: Clear table_sz when rproc_shutdown"Bjorn Andersson1-1/+0
2025-05-06remoteproc: core: Release rproc->clean_table after rproc_attach() failsXiaolei Wang1-0/+1
2025-05-06remoteproc: core: Cleanup acquired resources when rproc_handle_resources() fails in rproc_attach()Xiaolei Wang1-3/+2
2025-03-22remoteproc: core: Clear table_sz when rproc_shutdownPeng Fan1-0/+1
2024-12-02remoteproc: core: Fix ida_free call while not allocatedArnaud Pouliquen1-7/+7
2024-10-29remoteproc: Use iommu_paging_domain_alloc()Lu Baolu1-3/+3
2024-02-06remoteproc: Make rproc_get_by_phandle() work for clustersMathieu Poirier1-2/+27
2023-04-13remoteproc: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-01-25iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe1-2/+3
2022-12-07remoteproc: core: Do pm_relax when in RPROC_OFFLINE stateMaria Yu1-1/+8
2022-11-21remoteproc: core: Use device_match_of_node()ye xingchen1-1/+1
2022-10-24remoteproc: core: Auto select rproc-virtio device idShengjiu Wang1-1/+7
2022-09-28remoteproc: Support attach recovery after rproc crashPeng Fan1-19/+43
2022-09-21remoteproc: virtio: Create platform device for the remoteproc_virtioArnaud Pouliquen1-4/+8
2022-09-21remoteproc: Move rproc_vdev management to remoteproc_virtio.cArnaud Pouliquen1-154/+3
2022-09-21remoteproc: core: Introduce rproc_add_rvdev functionArnaud Pouliquen1-2/+14
2022-09-21remoteproc: core: Introduce rproc_rvdev_add_device functionArnaud Pouliquen1-64/+83
2022-09-19remoteproc: Harden rproc_handle_vdev() against integer overflowDan Carpenter1-2/+3
2022-09-19drivers/remoteproc: Fix repeated words in commentswangjianli1-1/+1
2022-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+2
2022-08-11remoteproc: rename len of rpoc_vring to numXuan Zhuo1-2/+2
2022-07-25drivers/remoteproc: fix repeated words in commentswangjianli1-1/+1
2022-07-18remoteproc: Directly use ida_alloc()/free()keliu1-3/+3
2022-07-18remoteproc: Use unbounded workqueue for recovery workMukesh Ojha1-2/+13
2022-06-24remoteproc: Fix dma_mem leak after rproc_shutdownMark-PK Tsai1-0/+1
2022-04-14remoteproc: core: Move state checking to remoteproc_coreShengjiu Wang1-0/+11
2022-04-11remoteproc: Don't bother checking the return value of debugfs_create*Manivannan Sadhasivam1-4/+0
2022-03-11remoteproc: Change rproc_shutdown() to return a statusSuman Anna1-3/+6
2021-11-17remoteproc: Use %pe format string to print return error codeMark-PK Tsai1-2/+2
2021-10-15remoteproc: Fix a memory leak in an error handling path in 'rproc_handle_vdev()'Christophe JAILLET1-3/+5
2021-07-28remoteproc: use freezable workqueue for crash notificationsAlex Elder1-2/+2
2021-07-07Merge tag 'rproc-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteprocLinus Torvalds1-23/+49
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-06-23remoteproc: core: Cleanup device in case of failureSiddharth Gupta1-3/+12
2021-06-23remoteproc: core: Fix cdev remove and rproc delSiddharth Gupta1-1/+1
2021-06-23remoteproc: core: Move validate before device addSiddharth Gupta1-4/+4
2021-06-23remoteproc: core: Move cdev add before device addSiddharth Gupta1-5/+5
2021-05-27remoteproc: Fix various kernel-doc warningsSuman Anna1-14/+30
2021-05-27remoteproc: Add kernel-doc comment for is_iomemSuman Anna1-0/+1
2021-05-13firmware: replace HOTPLUG with UEVENT in FW_ACTION definesShawn Guo1-1/+1
2021-03-18remoteproc: Properly deal with a stop request when attachedMathieu Poirier1-0/+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 Poirier1-0/+81
2021-03-18remoteproc: Introduce function rproc_detach()Mathieu Poirier1-1/+57
2021-03-18remoteproc: Introduce function __rproc_detach()Mathieu Poirier1-0/+30
2021-03-18remoteproc: stm32: Move memory parsing to rproc_opsArnaud POULIQUEN1-2/+12
2021-03-18remoteproc: Add new get_loaded_rsc_table() to rproc_opsMathieu Poirier1-0/+32
2021-03-18remoteproc: Properly represent the attached stateMathieu Poirier1-19/+1