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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-23
Merge tag 'rproc-v5.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-17
/
+24
2020-04-17
remoteproc: pull in slab.h
Michael S. Tsirkin
1
-0
/
+1
2020-04-17
remoteproc: pull in slab.h
Michael S. Tsirkin
1
-0
/
+1
2020-04-16
remoteproc: mtk_scp: use dma_addr_t for DMA API
Arnd Bergmann
2
-4
/
+4
2020-04-16
remoteproc: qcom_q6v5_mss: fix q6v5_probe() error paths
Alex Elder
1
-12
/
+19
2020-04-16
remoteproc: qcom_q6v5_mss: fix a bug in q6v5_probe()
Alex Elder
1
-1
/
+1
2020-04-03
remoteproc/omap: Fix set_load call in omap_rproc_request_timer
Nathan Chancellor
1
-1
/
+1
2020-04-02
Merge tag 'rproc-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...
Linus Torvalds
23
-218
/
+1745
2020-03-25
remoteproc/omap: Switch to SPDX license identifiers
Suman Anna
1
-26
/
+1
2020-03-25
remoteproc/omap: Add watchdog functionality for remote processors
Suman Anna
2
-11
/
+167
2020-03-25
remoteproc/omap: Report device exceptions and trigger recovery
Suman Anna
1
-1
/
+5
2020-03-25
remoteproc/omap: Add support for runtime auto-suspend/resume
Suman Anna
1
-9
/
+203
2020-03-25
remoteproc/omap: Add support for system suspend/resume
Suman Anna
2
-2
/
+207
2020-03-25
remoteproc/omap: Request a timer(s) for remoteproc usage
Suman Anna
1
-1
/
+290
2020-03-25
remoteproc/omap: Check for undefined mailbox messages
Suman Anna
2
-0
/
+13
2020-03-25
remoteproc/omap: Add support for DRA7xx remote processors
Suman Anna
2
-2
/
+38
2020-03-25
remoteproc/omap: Initialize and assign reserved memory node
Suman Anna
1
-1
/
+12
2020-03-25
remoteproc/omap: Add the rproc ops .da_to_va() implementation
Suman Anna
1
-0
/
+40
2020-03-25
remoteproc/omap: Add support to parse internal memories from DT
Suman Anna
1
-0
/
+94
2020-03-25
remoteproc/omap: Add a sanity check for DSP boot address alignment
Suman Anna
1
-4
/
+16
2020-03-25
remoteproc/omap: Add device tree support
Suman Anna
1
-17
/
+160
2020-03-25
remoteproc: qcom: Introduce panic handler for PAS and ADSP
Bjorn Andersson
2
-0
/
+16
2020-03-25
remoteproc: qcom: q6v5: Add common panic handler
Bjorn Andersson
2
-0
/
+21
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: Fix NULL pointer dereference in rproc_virtio_notify
Nikita Shubin
1
-0
/
+7
2020-03-25
remoteproc: return error for bad "recovery" debugfs input
Alex Elder
1
-0
/
+2
2020-03-25
remoteproc: remoteproc debugfs file fixes
Alex Elder
1
-7
/
+5
2020-03-25
remoteproc: re-check state in rproc_trigger_recovery()
Alex Elder
1
-2
/
+6
2020-03-25
remoteproc: stm32: demote warning about optional property absence
Ahmad Fatoum
1
-1
/
+1
2020-03-25
remoteproc/mediatek: Use size_t type for len in scp_da_to_va
Nathan Chancellor
1
-1
/
+1
2020-03-25
remoteproc: Adapt coredump to generate correct elf type
Clement Leger
2
-32
/
+38
2020-03-25
remoteproc: Allow overriding only sanity_check
Clement Leger
1
-1
/
+2
2020-03-25
remoteproc: Add elf64 support in elf loader
Clement Leger
2
-56
/
+140
2020-03-25
remoteproc: Rename rproc_elf_sanity_check for elf32
Clement Leger
6
-8
/
+8
2020-03-25
remoteproc: Add elf helpers to access elf64 and elf32 fields
Clement Leger
1
-0
/
+96
2020-03-25
remoteproc: Use u64 type for boot_addr
Clement Leger
3
-4
/
+4
2020-03-25
remoteproc: Use size_t instead of int for rproc_mem_entry len
Clement Leger
2
-7
/
+9
2020-03-25
remoteproc: Use size_t type for len in da_to_va
Clement Leger
11
-18
/
+19
2020-03-25
remoteproc: fix kernel-doc warnings
Arnaud Pouliquen
2
-2
/
+9
2020-03-25
remoteproc: qcom_q6v5_mss: Reload the mba region on coredump
Sibi Sankar
1
-1
/
+18
2020-03-25
remoteproc: qcom_q6v5_mss: Validate each segment during loading
Bjorn Andersson
1
-25
/
+58
2020-03-25
remoteproc: qcom_q6v5_mss: Don't reassign mpss region on shutdown
Bjorn Andersson
1
-11
/
+24
2020-03-16
remoteproc: clean up notification config
Alex Elder
1
-3
/
+1
2020-03-08
remoteproc: add IPA notification to q6v5 driver
Alex Elder
4
-0
/
+130
2020-01-24
remoteproc: qcom: q6v5-mss: Improve readability of reset_assert
Sibi Sankar
1
-3
/
+12
2020-01-24
remoteproc: qcom: q6v5-mss: Use regmap_read_poll_timeout
Sibi Sankar
1
-20
/
+7
2020-01-21
remoteproc: qcom: q6v5-mss: Rename boot status timeout
Sibi Sankar
1
-2
/
+2
2020-01-21
remoteproc: qcom: q6v5-mss: Improve readability across clk handling
Sibi Sankar
1
-14
/
+18
2020-01-20
remoteproc: use struct_size() helper
Gustavo A. R. Silva
1
-2
/
+2
[next]