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
2016-10-02
remoteproc: Refactor rproc module locking
Bjorn Andersson
1
-12
/
+8
2016-10-02
remoteproc: Split driver and consumer dereferencing
Bjorn Andersson
1
-3
/
+18
2016-10-02
remoteproc: Correct resource handling upon boot failure
Bjorn Andersson
1
-4
/
+5
2016-09-19
remoteproc: Drop unnecessary NULL check
Bjorn Andersson
1
-7
/
+0
2016-09-06
remoteproc: core: transform struct fw_rsc_vdev_vring reserved field in pa
Loic PALLARDY
1
-6
/
+0
2016-08-18
remoteproc: Only update table_ptr if we have a loaded table
Bjorn Andersson
1
-10
/
+6
2016-08-17
remoteproc: Move handling of cached table to boot/shutdown
Bjorn Andersson
1
-37
/
+18
2016-08-17
remoteproc: Move vdev handling to boot/shutdown
Bjorn Andersson
1
-22
/
+15
2016-08-17
remoteproc: Calculate max_notifyid during load
Bjorn Andersson
1
-12
/
+4
2016-08-17
remoteproc: Introduce auto-boot flag
Bjorn Andersson
1
-1
/
+27
2016-08-12
remoteproc: print hex numbers with a leading 0x format
Anna, Suman
1
-4
/
+4
2016-08-12
remoteproc: align code with open parenthesis
Anna, Suman
1
-14
/
+13
2016-08-12
remoteproc: use variable names for sizeof() operator
Anna, Suman
1
-2
/
+2
2016-08-12
remoteproc: fix couple of minor typos
Anna, Suman
1
-1
/
+1
2016-08-12
remoteproc: use proper format-specifier for printing dma_addr_t
Anna, Suman
1
-6
/
+6
2016-08-10
remoteproc: core: Remove pointless OOM print
Lee Jones
1
-1
/
+0
2016-08-10
remoteproc: core: Trivial: Improve error checking, spelling and debug prints
Lee Jones
1
-6
/
+6
2016-08-10
remoteproc: core: Ensure error message is clear
Lee Jones
1
-2
/
+3
2016-06-14
remoteproc: Fix potential race condition in rproc_add
Dave Gerlach
1
-6
/
+9
2016-05-12
remoteproc: Add additional crash reasons
Bjorn Andersson
1
-0
/
+2
2016-05-12
remoteproc: core: Make the loaded resource table optional
Bjorn Andersson
1
-6
/
+2
2016-05-06
remoteproc: core: Task sync during rproc_fw_boot()
Lee Jones
1
-2
/
+27
2016-01-29
remoteproc: report error if resource table doesn't exist
Stefan Agner
1
-1
/
+3
2015-11-26
remoteproc: fix memory leak of remoteproc ida cache layers
Suman Anna
1
-0
/
+2
2015-06-18
remoteproc: fix !CONFIG_OF build breakage
Ohad Ben-Cohen
1
-0
/
+7
2015-06-17
remoteproc: add a rproc ops for performing address translation
Suman Anna
1
-6
/
+25
2015-06-16
remoteproc: introduce rproc_get_by_phandle API
Dave Gerlach
1
-0
/
+50
2015-05-02
remoteproc: fix various checkpatch warnings
Suman Anna
1
-18
/
+9
2015-03-12
remoteproc: add IOMMU hardware capability flag
Suman Anna
1
-13
/
+2
2013-07-01
remoteproc: Cocci spatch "memdup.spatch"
Thomas Meyer
1
-2
/
+1
2013-07-01
remoteproc: free carveout memories only after unmapping them
Suman Anna
1
-7
/
+7
2013-06-30
remoteproc: fix error return code in rproc_fw_boot()
Wei Yongjun
1
-3
/
+4
2013-05-07
Merge tag 'remoteproc-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-73
/
+138
2013-04-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2013-04-24
treewide: Fix typo in printk and comments
Masanari Iida
1
-1
/
+1
2013-04-07
remoteproc: support default firmware name in rproc_alloc()
Robert Tivy
1
-4
/
+24
2013-04-07
remoteproc: set vring addresses in resource table
Sjur Brændeland
1
-2
/
+17
2013-04-07
remoteproc: support virtio config space.
Sjur Brændeland
1
-3
/
+0
2013-04-07
remoteproc: perserve resource table data
Ohad Ben-Cohen
1
-20
/
+78
2013-04-07
remoteproc: calculate max_notifyid by counting vrings
Sjur Brændeland
1
-15
/
+18
2013-04-05
remoteproc: code cleanup of resource parsing
Sjur Brændeland
1
-40
/
+12
2013-04-05
remoteproc: fix error path of handle_vdev
Sjur Brændeland
1
-1
/
+3
2013-04-05
remoteproc: fix the error check for idr_alloc
Suman Anna
1
-1
/
+1
2013-02-27
remoteproc: convert to idr_alloc()
Tejun Heo
1
-7
/
+3
2013-02-27
remoteproc: don't use idr_remove_all()
Tejun Heo
1
-1
/
+0
2012-10-02
remoteproc: Fix use of format specifyer
Emil Goode
1
-4
/
+6
2012-10-02
remoteproc: fix a potential NULL-dereference on cleanup
Dan Carpenter
1
-11
/
+11
2012-09-18
remtoteproc: maintain max notifyid
Sjur Brændeland
1
-0
/
+15
2012-09-18
remoteproc: create a 'recovery' debugfs entry
Fernando Guzman Lugo
1
-1
/
+2
2012-09-18
remoteproc: add actual recovery implementation
Fernando Guzman Lugo
1
-22
/
+62
[next]