index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
remoteproc
/
remoteproc_core.c
Age
Commit message (
Expand
)
Author
2020-03-25
remoteproc: Introduce "panic" callback in ops
Bjorn Andersson
2020-03-25
remoteproc: Traverse rproc_list under RCU read lock
Bjorn Andersson
2020-03-25
remoteproc: re-check state in rproc_trigger_recovery()
Alex Elder
2020-03-25
remoteproc: Adapt coredump to generate correct elf type
Clement Leger
2020-03-25
remoteproc: Allow overriding only sanity_check
Clement Leger
2020-03-25
remoteproc: Rename rproc_elf_sanity_check for elf32
Clement Leger
2020-03-25
remoteproc: Use size_t instead of int for rproc_mem_entry len
Clement Leger
2020-03-25
remoteproc: Use size_t type for len in da_to_va
Clement Leger
2020-03-25
remoteproc: fix kernel-doc warnings
Arnaud Pouliquen
2020-01-20
remoteproc: use struct_size() helper
Gustavo A. R. Silva
2020-01-20
remoteproc: Initialize rproc_class before use
Brandon Maier
2019-11-11
remoteproc: Fix wrong rvring index computation
Clement Leger
2019-11-08
remoteproc: fix argument 2 of rproc_mem_entry_init
Ben Dooks (Codethink)
2019-10-04
remoteproc: remove useless typedef
Clement Leger
2019-07-17
Merge tag 'rproc-v5.3' of git://github.com/andersson/remoteproc
Linus Torvalds
2019-07-01
remoteproc: copy parent dma_pfn_offset for vdev
Clement Leger
2019-06-29
remoteproc: add vendor resources handling
Clement Leger
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
2019-02-20
remoteproc: fix rproc_check_carveout_da() returned error and comments
Loic Pallardy
2019-02-20
remoteproc: fix trace buffer va initialization
Loic Pallardy
2019-02-20
remoteproc: fix rproc_alloc_carveout() for rproc with iommu domain
Loic Pallardy
2019-02-20
remoteproc: add warning on resource table cast
Loic Pallardy
2019-02-20
remoteproc: fix rproc_alloc_carveout() bad variable cast
Loic Pallardy
2019-02-20
remoteproc: fix rproc_da_to_va in case of unallocated carveout
Loic Pallardy
2019-02-20
remoteproc: correct rproc_mem_entry_init() comments
Loic Pallardy
2019-02-20
remoteproc: fix recovery procedure
Loic Pallardy
2019-02-20
remoteproc: create vdev subdevice with specific dma memory pool
Loic Pallardy
2018-10-19
remoteproc: Add mechanism for custom dump function assignment
Sibi Sankar
2018-10-19
remoteproc: Introduce custom dump function for each remoteproc segment
Sibi Sankar
2018-10-14
remoteproc: modify vring allocation to rely on centralized carveout allocator
Loic Pallardy
2018-10-09
remoteproc: modify rproc_handle_carveout to support pre-registered region
Loic Pallardy
2018-10-09
remoteproc: add helper function to check carveout device address
Loic Pallardy
2018-10-09
remoteproc: add helper function to allocate rproc_mem_entry from reserved memory
Loic Pallardy
2018-10-09
remoteproc: add alloc ops in rproc_mem_entry struct
Loic Pallardy
2018-10-09
remoteproc: introduce rproc_find_carveout_by_name function
Loic Pallardy
2018-10-09
remoteproc: introduce rproc_add_carveout function
Loic Pallardy
2018-10-09
remoteproc: add helper function to allocate and init rproc_mem_entry struct
Loic Pallardy
2018-10-09
remoteproc: add name in rproc_mem_entry struct
Loic Pallardy
2018-10-09
remoteproc: add release ops in rproc_mem_entry struct
Loic Pallardy
2018-10-09
remoteproc: add rproc_va_to_pa function
Loic Pallardy
2018-10-09
remoteproc: configure IOMMU only if device address requested
Loic Pallardy
2018-07-30
remoteproc: replace "%p" with "%pK"
Loic Pallardy
2018-07-30
remoteproc: Reset table_ptr in rproc_start() failure paths
Suman Anna
2018-06-26
remoteproc: Introduce prepare and unprepare for subdevices
Bjorn Andersson
2018-06-26
remoteproc: rename subdev probe and remove functions
Alex Elder
2018-06-26
remoteproc: Make client initialize ops in rproc_subdev
Bjorn Andersson
2018-06-26
remoteproc: Make start and stop in subdev optional
Bjorn Andersson
2018-06-26
remoteproc: Rename subdev functions to start/stop
Bjorn Andersson
2018-04-25
remoteproc: fix crashed parameter logic on stop call
Arnaud Pouliquen
2018-02-12
remoteproc: Pass type of shutdown to subdev remove
Bjorn Andersson
[next]