aboutsummaryrefslogtreecommitdiff
path: root/drivers/remoteproc/remoteproc_core.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-13remoteproc: remove MODULE_LICENSE in non-modulesGravatar Nick Alcock 1-1/+0
2023-01-25iommu: Add a gfp parameter to iommu_map()Gravatar Jason Gunthorpe 1-2/+3
2022-12-07remoteproc: core: Do pm_relax when in RPROC_OFFLINE stateGravatar Maria Yu 1-1/+8
2022-11-21remoteproc: core: Use device_match_of_node()Gravatar ye xingchen 1-1/+1
2022-10-24remoteproc: core: Auto select rproc-virtio device idGravatar Shengjiu Wang 1-1/+7
2022-09-28remoteproc: Support attach recovery after rproc crashGravatar Peng Fan 1-19/+43
2022-09-21remoteproc: virtio: Create platform device for the remoteproc_virtioGravatar Arnaud Pouliquen 1-4/+8
2022-09-21remoteproc: Move rproc_vdev management to remoteproc_virtio.cGravatar Arnaud Pouliquen 1-154/+3
2022-09-21remoteproc: core: Introduce rproc_add_rvdev functionGravatar Arnaud Pouliquen 1-2/+14
2022-09-21remoteproc: core: Introduce rproc_rvdev_add_device functionGravatar Arnaud Pouliquen 1-64/+83
2022-09-19remoteproc: Harden rproc_handle_vdev() against integer overflowGravatar Dan Carpenter 1-2/+3
2022-09-19drivers/remoteproc: Fix repeated words in commentsGravatar wangjianli 1-1/+1
2022-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-2/+2
2022-08-11remoteproc: rename len of rpoc_vring to numGravatar Xuan Zhuo 1-2/+2
2022-07-25drivers/remoteproc: fix repeated words in commentsGravatar wangjianli 1-1/+1
2022-07-18remoteproc: Directly use ida_alloc()/free()Gravatar keliu 1-3/+3
2022-07-18remoteproc: Use unbounded workqueue for recovery workGravatar Mukesh Ojha 1-2/+13
2022-06-24remoteproc: Fix dma_mem leak after rproc_shutdownGravatar Mark-PK Tsai 1-0/+1
2022-04-14remoteproc: core: Move state checking to remoteproc_coreGravatar Shengjiu Wang 1-0/+11
2022-04-11remoteproc: Don't bother checking the return value of debugfs_create*Gravatar Manivannan Sadhasivam 1-4/+0
2022-03-11remoteproc: Change rproc_shutdown() to return a statusGravatar Suman Anna 1-3/+6
2021-11-17remoteproc: Use %pe format string to print return error codeGravatar Mark-PK Tsai 1-2/+2
2021-10-15remoteproc: Fix a memory leak in an error handling path in 'rproc_handle_vdev()'Gravatar Christophe JAILLET 1-3/+5
2021-07-28remoteproc: use freezable workqueue for crash notificationsGravatar Alex Elder 1-2/+2
2021-07-07Merge tag 'rproc-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ande...Gravatar Linus Torvalds 1-23/+49
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2021-07-01kernel.h: split out panic and oops helpersGravatar Andy Shevchenko 1-0/+1
2021-06-23remoteproc: core: Cleanup device in case of failureGravatar Siddharth Gupta 1-3/+12
2021-06-23remoteproc: core: Fix cdev remove and rproc delGravatar Siddharth Gupta 1-1/+1
2021-06-23remoteproc: core: Move validate before device addGravatar Siddharth Gupta 1-4/+4
2021-06-23remoteproc: core: Move cdev add before device addGravatar Siddharth Gupta 1-5/+5
2021-05-27remoteproc: Fix various kernel-doc warningsGravatar Suman Anna 1-14/+30
2021-05-27remoteproc: Add kernel-doc comment for is_iomemGravatar Suman Anna 1-0/+1
2021-05-13firmware: replace HOTPLUG with UEVENT in FW_ACTION definesGravatar Shawn Guo 1-1/+1
2021-03-18remoteproc: Properly deal with a stop request when attachedGravatar Mathieu Poirier 1-0/+4
2021-03-18remoteproc: Properly deal with a kernel panic when attachedGravatar Mathieu Poirier 1-1/+5
2021-03-18remoteproc: Properly deal with the resource table when stoppingGravatar Mathieu Poirier 1-1/+47
2021-03-18remoteproc: Properly deal with the resource table when detachingGravatar Mathieu Poirier 1-0/+81
2021-03-18remoteproc: Introduce function rproc_detach()Gravatar Mathieu Poirier 1-1/+57
2021-03-18remoteproc: Introduce function __rproc_detach()Gravatar Mathieu Poirier 1-0/+30
2021-03-18remoteproc: stm32: Move memory parsing to rproc_opsGravatar Arnaud POULIQUEN 1-2/+12
2021-03-18remoteproc: Add new get_loaded_rsc_table() to rproc_opsGravatar Mathieu Poirier 1-0/+32
2021-03-18remoteproc: Properly represent the attached stateGravatar Mathieu Poirier 1-19/+1
2021-03-18remoteproc: Rename function rproc_actuate()Gravatar Mathieu Poirier 1-4/+4
2021-03-18remoteproc: Remove useless check in rproc_del()Gravatar Mathieu Poirier 1-3/+1
2021-03-11remoteproc: add is_iomem to da_to_vaGravatar Peng Fan 1-2/+5
2021-03-11remoteproc: core: Remove casting to rproc_handle_resource_tGravatar Jindong Yue 1-13/+16
2021-02-09remoteproc: core: Fix rproc->firmware free in rproc_set_firmware()Gravatar Daniele Alessandrelli 1-1/+1
2020-12-10remoteproc: core: Add ops to enable custom coredump functionalityGravatar Siddharth Gupta 1-1/+5
2020-11-25remoteproc: Add a rproc_set_firmware() APIGravatar Suman Anna 1-0/+63