summaryrefslogtreecommitdiff
path: root/drivers/remoteproc/remoteproc_core.c
AgeCommit message (Expand)Author
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
2020-11-25remoteproc: Add a rproc_set_firmware() APISuman Anna
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig
2020-09-17dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan
2020-08-04remoteproc: core: Register the character device interfaceSiddharth Gupta
2020-07-28remoteproc: Introduce rproc_of_parse_firmware() helperSuman Anna
2020-07-21remoteproc: Move coredump functionality to a new fileRishabh Bhatnagar
2020-07-17remoteproc: Make function rproc_resource_cleanup() publicMathieu Poirier
2020-07-16remoteproc: Properly handle firmware name when attachingMathieu Poirier
2020-07-16remoteproc: Refactor function rproc_free_vring()Mathieu Poirier
2020-07-16remoteproc: Refactor function rproc_trigger_auto_boot()Mathieu Poirier
2020-07-16remoteproc: Refactor function rproc_boot()Mathieu Poirier
2020-07-16remoteproc: Introducing function rproc_validate()Mathieu Poirier
2020-07-16remoteproc: Introducing function rproc_actuate()Mathieu Poirier
2020-07-16remoteproc: Introducing function rproc_attach()Mathieu Poirier
2020-07-15remoteproc: remoteproc_core: Use 'gnu_printf' format notationLee Jones
2020-07-01Revert "remoteproc: Add support for runtime PM"Mathieu Poirier
2020-05-20remoteproc: Fix an error code in devm_rproc_alloc()Dan Carpenter
2020-05-18remoteproc: Add support for runtime PMPaul Cercueil
2020-05-12remoteproc: Fix and restore the parenting hierarchy for vdevSuman Anna
2020-05-12remoteproc: core: Prevent system suspend during remoteproc recoveryRishabh Bhatnagar
2020-04-22remoteproc: Add prepare and unprepare opsLoic Pallardy
2020-04-22remoteproc: remove rproc_elf32_sanity_checkClement Leger
2020-04-20remoteproc: Add device-managed variants of rproc_alloc/rproc_addPaul Cercueil