aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/remoteproc_core.c
AgeCommit message (Expand)Author
2024-02-06remoteproc: Make rproc_get_by_phandle() work for clustersMathieu Poirier
2023-04-13remoteproc: remove MODULE_LICENSE in non-modulesNick Alcock
2023-01-25iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe
2022-12-07remoteproc: core: Do pm_relax when in RPROC_OFFLINE stateMaria Yu
2022-11-21remoteproc: core: Use device_match_of_node()ye xingchen
2022-10-24remoteproc: core: Auto select rproc-virtio device idShengjiu Wang
2022-09-28remoteproc: Support attach recovery after rproc crashPeng Fan
2022-09-21remoteproc: virtio: Create platform device for the remoteproc_virtioArnaud Pouliquen
2022-09-21remoteproc: Move rproc_vdev management to remoteproc_virtio.cArnaud Pouliquen
2022-09-21remoteproc: core: Introduce rproc_add_rvdev functionArnaud Pouliquen
2022-09-21remoteproc: core: Introduce rproc_rvdev_add_device functionArnaud Pouliquen
2022-09-19remoteproc: Harden rproc_handle_vdev() against integer overflowDan Carpenter
2022-09-19drivers/remoteproc: Fix repeated words in commentswangjianli
2022-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-08-11remoteproc: rename len of rpoc_vring to numXuan Zhuo
2022-07-25drivers/remoteproc: fix repeated words in commentswangjianli
2022-07-18remoteproc: Directly use ida_alloc()/free()keliu
2022-07-18remoteproc: Use unbounded workqueue for recovery workMukesh Ojha
2022-06-24remoteproc: Fix dma_mem leak after rproc_shutdownMark-PK Tsai
2022-04-14remoteproc: core: Move state checking to remoteproc_coreShengjiu Wang
2022-04-11remoteproc: Don't bother checking the return value of debugfs_create*Manivannan Sadhasivam
2022-03-11remoteproc: Change rproc_shutdown() to return a statusSuman Anna
2021-11-17remoteproc: Use %pe format string to print return error codeMark-PK Tsai
2021-10-15remoteproc: Fix a memory leak in an error handling path in 'rproc_handle_vdev()'Christophe JAILLET
2021-07-28remoteproc: use freezable workqueue for crash notificationsAlex Elder
2021-07-07Merge tag 'rproc-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ande...Linus Torvalds
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko
2021-06-23remoteproc: core: Cleanup device in case of failureSiddharth Gupta
2021-06-23remoteproc: core: Fix cdev remove and rproc delSiddharth Gupta
2021-06-23remoteproc: core: Move validate before device addSiddharth Gupta
2021-06-23remoteproc: core: Move cdev add before device addSiddharth Gupta
2021-05-27remoteproc: Fix various kernel-doc warningsSuman Anna
2021-05-27remoteproc: Add kernel-doc comment for is_iomemSuman Anna
2021-05-13firmware: replace HOTPLUG with UEVENT in FW_ACTION definesShawn Guo
2021-03-18remoteproc: Properly deal with a stop request when attachedMathieu Poirier
2021-03-18remoteproc: Properly deal with a kernel panic when attachedMathieu Poirier
2021-03-18remoteproc: Properly deal with the resource table when stoppingMathieu Poirier
2021-03-18remoteproc: Properly deal with the resource table when detachingMathieu Poirier
2021-03-18remoteproc: Introduce function rproc_detach()Mathieu Poirier
2021-03-18remoteproc: Introduce function __rproc_detach()Mathieu Poirier
2021-03-18remoteproc: stm32: Move memory parsing to rproc_opsArnaud POULIQUEN
2021-03-18remoteproc: Add new get_loaded_rsc_table() to rproc_opsMathieu Poirier
2021-03-18remoteproc: Properly represent the attached stateMathieu Poirier
2021-03-18remoteproc: Rename function rproc_actuate()Mathieu Poirier
2021-03-18remoteproc: Remove useless check in rproc_del()Mathieu Poirier
2021-03-11remoteproc: add is_iomem to da_to_vaPeng Fan
2021-03-11remoteproc: core: Remove casting to rproc_handle_resource_tJindong Yue
2021-02-09remoteproc: core: Fix rproc->firmware free in rproc_set_firmware()Daniele Alessandrelli
2020-12-10remoteproc: core: Add ops to enable custom coredump functionalitySiddharth Gupta