index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
remoteproc
/
remoteproc_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-20
remoteproc: Fix an error code in devm_rproc_alloc()
Dan Carpenter
1
-1
/
+1
2020-05-18
remoteproc: Add support for runtime PM
Paul Cercueil
1
-1
/
+16
2020-05-12
remoteproc: Fix and restore the parenting hierarchy for vdev
Suman Anna
1
-1
/
+1
2020-05-12
remoteproc: core: Prevent system suspend during remoteproc recovery
Rishabh Bhatnagar
1
-0
/
+5
2020-04-22
remoteproc: Add prepare and unprepare ops
Loic Pallardy
1
-1
/
+14
2020-04-22
remoteproc: remove rproc_elf32_sanity_check
Clement Leger
1
-2
/
+1
2020-04-20
remoteproc: Add device-managed variants of rproc_alloc/rproc_add
Paul Cercueil
1
-0
/
+67
2020-04-20
remoteproc: Use a local copy for the name field
Suman Anna
1
-1
/
+5
2020-04-20
remoteproc: Get rid of tedious error path
Mathieu Poirier
1
-12
/
+9
2020-04-20
remoteproc: Split rproc_ops allocation from rproc_alloc()
Mathieu Poirier
1
-12
/
+21
2020-04-20
remoteproc: Restructure firmware name allocation
Mathieu Poirier
1
-7
/
+7
2020-04-20
remoteproc: Use kstrdup_const() rather than kstrdup()
Mathieu Poirier
1
-4
/
+4
2020-04-19
remoteproc: add rproc_coredump_set_elf_info
Clement Leger
1
-2
/
+30
2020-04-19
remoteproc: Simplify default name allocation
Mathieu Poirier
1
-12
/
+7
2020-04-19
remoteproc: Split firmware name allocation from rproc_alloc()
Mathieu Poirier
1
-27
/
+39
2020-04-19
remoteproc: Fix IDR initialisation in rproc_alloc()
Alex Elder
1
-2
/
+1
2020-03-25
remoteproc: Introduce "panic" callback in ops
Bjorn Andersson
1
-0
/
+43
2020-03-25
remoteproc: Traverse rproc_list under RCU read lock
Bjorn Andersson
1
-5
/
+9
2020-03-25
remoteproc: re-check state in rproc_trigger_recovery()
Alex Elder
1
-2
/
+6
2020-03-25
remoteproc: Adapt coredump to generate correct elf type
Clement Leger
1
-32
/
+35
2020-03-25
remoteproc: Allow overriding only sanity_check
Clement Leger
1
-1
/
+2
2020-03-25
remoteproc: Rename rproc_elf_sanity_check for elf32
Clement Leger
1
-1
/
+1
2020-03-25
remoteproc: Use size_t instead of int for rproc_mem_entry len
Clement Leger
1
-6
/
+8
2020-03-25
remoteproc: Use size_t type for len in da_to_va
Clement Leger
1
-1
/
+1
2020-03-25
remoteproc: fix kernel-doc warnings
Arnaud Pouliquen
1
-2
/
+8
2020-01-20
remoteproc: use struct_size() helper
Gustavo A. R. Silva
1
-2
/
+2
2020-01-20
remoteproc: Initialize rproc_class before use
Brandon Maier
1
-1
/
+1
2019-11-11
remoteproc: Fix wrong rvring index computation
Clement Leger
1
-1
/
+1
2019-11-08
remoteproc: fix argument 2 of rproc_mem_entry_init
Ben Dooks (Codethink)
1
-2
/
+3
2019-10-04
remoteproc: remove useless typedef
Clement Leger
1
-2
/
+0
2019-07-17
Merge tag 'rproc-v5.3' of git://github.com/andersson/remoteproc
Linus Torvalds
1
-0
/
+15
2019-07-01
remoteproc: copy parent dma_pfn_offset for vdev
Clement Leger
1
-0
/
+1
2019-06-29
remoteproc: add vendor resources handling
Clement Leger
1
-0
/
+14
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
1
-9
/
+1
2019-02-20
remoteproc: fix rproc_check_carveout_da() returned error and comments
Loic Pallardy
1
-10
/
+12
2019-02-20
remoteproc: fix trace buffer va initialization
Loic Pallardy
1
-20
/
+15
2019-02-20
remoteproc: fix rproc_alloc_carveout() for rproc with iommu domain
Loic Pallardy
1
-10
/
+16
2019-02-20
remoteproc: add warning on resource table cast
Loic Pallardy
1
-2
/
+14
2019-02-20
remoteproc: fix rproc_alloc_carveout() bad variable cast
Loic Pallardy
1
-1
/
+1
2019-02-20
remoteproc: fix rproc_da_to_va in case of unallocated carveout
Loic Pallardy
1
-0
/
+4
2019-02-20
remoteproc: correct rproc_mem_entry_init() comments
Loic Pallardy
1
-1
/
+2
2019-02-20
remoteproc: fix recovery procedure
Loic Pallardy
1
-1
/
+4
2019-02-20
remoteproc: create vdev subdevice with specific dma memory pool
Loic Pallardy
1
-3
/
+44
2018-10-19
remoteproc: Add mechanism for custom dump function assignment
Sibi Sankar
1
-0
/
+38
2018-10-19
remoteproc: Introduce custom dump function for each remoteproc segment
Sibi Sankar
1
-7
/
+11
2018-10-14
remoteproc: modify vring allocation to rely on centralized carveout allocator
Loic Pallardy
1
-29
/
+32
2018-10-09
remoteproc: modify rproc_handle_carveout to support pre-registered region
Loic Pallardy
1
-0
/
+30
2018-10-09
remoteproc: add helper function to check carveout device address
Loic Pallardy
1
-0
/
+47
2018-10-09
remoteproc: add helper function to allocate rproc_mem_entry from reserved memory
Loic Pallardy
1
-0
/
+37
2018-10-09
remoteproc: add alloc ops in rproc_mem_entry struct
Loic Pallardy
1
-93
/
+168
[next]