index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
remoteproc.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
remoteproc: add vendor resources handling
Clement Leger
2019-06-29
1
-6
/
+26
*
remoteproc: fix recovery procedure
Loic Pallardy
2019-02-20
1
-2
/
+1
*
remoteproc: create vdev subdevice with specific dma memory pool
Loic Pallardy
2019-02-20
1
-0
/
+1
*
remoteproc: fix kernel-doc comment for parse_fw
Fabien Dessenne
2019-01-06
1
-2
/
+2
*
remoteproc: Add mechanism for custom dump function assignment
Sibi Sankar
2018-10-19
1
-0
/
+6
*
remoteproc: Introduce custom dump function for each remoteproc segment
Sibi Sankar
2018-10-19
1
-0
/
+6
*
remoteproc: modify vring allocation to rely on centralized carveout allocator
Loic Pallardy
2018-10-14
1
-2
/
+4
*
remoteproc: add helper function to allocate rproc_mem_entry from reserved memory
Loic Pallardy
2018-10-09
1
-0
/
+6
*
remoteproc: add alloc ops in rproc_mem_entry struct
Loic Pallardy
2018-10-09
1
-0
/
+7
*
remoteproc: introduce rproc_add_carveout function
Loic Pallardy
2018-10-09
1
-0
/
+2
*
remoteproc: add helper function to allocate and init rproc_mem_entry struct
Loic Pallardy
2018-10-09
1
-0
/
+6
*
remoteproc: add name in rproc_mem_entry struct
Loic Pallardy
2018-10-09
1
-0
/
+2
*
remoteproc: add release ops in rproc_mem_entry struct
Loic Pallardy
2018-10-09
1
-1
/
+4
*
remoteproc: Add missing kernel-doc comment for auto-boot
Suman Anna
2018-10-05
1
-0
/
+1
*
remoteproc: Introduce prepare and unprepare for subdevices
Bjorn Andersson
2018-06-26
1
-0
/
+4
*
remoteproc: Make client initialize ops in rproc_subdev
Bjorn Andersson
2018-06-26
1
-4
/
+1
*
remoteproc: Rename subdev functions to start/stop
Bjorn Andersson
2018-06-26
1
-7
/
+7
*
remoteproc: fix crashed parameter logic on stop call
Arnaud Pouliquen
2018-04-25
1
-1
/
+1
*
remoteproc: Pass type of shutdown to subdev remove
Bjorn Andersson
2018-02-12
1
-3
/
+4
*
remoteproc: Rename "load_rsc_table" to "parse_fw"
Bjorn Andersson
2018-02-12
1
-1
/
+1
*
remoteproc: Add remote processor coredump support
Sarangdhar Joshi
2018-02-12
1
-0
/
+18
*
remoteproc: Drop dangling find_rsc_table dummies
Bjorn Andersson
2018-01-15
1
-4
/
+0
*
remoteproc: Move resource table load logic to find
Bjorn Andersson
2018-01-15
1
-0
/
+2
*
remoteproc: Merge rproc_ops and rproc_fw_ops
Bjorn Andersson
2018-01-15
1
-2
/
+15
*
remoteproc: Clone rproc_ops in rproc_alloc()
Bjorn Andersson
2018-01-15
1
-1
/
+1
*
remoteproc: Cache resource table size
Bjorn Andersson
2018-01-15
1
-0
/
+2
*
remoteproc: Remove depricated crash completion
Bjorn Andersson
2018-01-15
1
-2
/
+0
*
remoteproc: Introduce rproc handle accessor for children
Bjorn Andersson
2017-09-01
1
-0
/
+2
*
remoteproc: Drop firmware_loading_complete
Sarangdhar Joshi
2017-01-30
1
-2
/
+0
*
remoteproc: Add RPROC_DELETED state
Sarangdhar Joshi
2017-01-30
1
-1
/
+3
*
Revert "remoteproc: Merge table_ptr and cached_table pointers"
Bjorn Andersson
2016-12-30
1
-1
/
+3
*
remoteproc: Merge table_ptr and cached_table pointers
Bjorn Andersson
2016-11-14
1
-3
/
+1
*
remoteproc: Decouple vdev resources and devices
Bjorn Andersson
2016-11-14
1
-0
/
+5
*
remoteproc: Assign kref to rproc_vdev
Bjorn Andersson
2016-11-14
1
-0
/
+3
*
remoteproc: Introduce subdevices
Bjorn Andersson
2016-11-09
1
-0
/
+22
*
remoteproc: Keep local copy of firmware name
Matt Redfearn
2016-10-18
1
-1
/
+1
*
remoteproc: Split driver and consumer dereferencing
Bjorn Andersson
2016-10-02
1
-0
/
+1
*
remoteproc: core: transform struct fw_rsc_vdev_vring reserved field in pa
Loic PALLARDY
2016-09-06
1
-2
/
+2
*
remoteproc: Modify FW_RSC_ADDR_ANY definition
Loic PALLARDY
2016-09-06
1
-1
/
+1
*
remoteproc: Move handling of cached table to boot/shutdown
Bjorn Andersson
2016-08-17
1
-2
/
+0
*
remoteproc: Introduce auto-boot flag
Bjorn Andersson
2016-08-17
1
-0
/
+1
*
remoteproc: align code with open parenthesis
Anna, Suman
2016-08-12
1
-2
/
+2
*
remoteproc: fix bare unsigned type usage
Anna, Suman
2016-08-12
1
-1
/
+1
*
remoteproc: Add additional crash reasons
Bjorn Andersson
2016-05-12
1
-0
/
+4
*
remoteproc: add a rproc ops for performing address translation
Suman Anna
2015-06-17
1
-0
/
+2
*
remoteproc: introduce rproc_get_by_phandle API
Dave Gerlach
2015-06-16
1
-3
/
+4
*
remoteproc: add IOMMU hardware capability flag
Suman Anna
2015-03-12
1
-0
/
+2
*
remoteproc: support virtio config space.
Sjur Brændeland
2013-04-07
1
-4
/
+0
*
remoteproc: perserve resource table data
Ohad Ben-Cohen
2013-04-07
1
-0
/
+9
*
remtoteproc: maintain max notifyid
Sjur Brændeland
2012-09-18
1
-0
/
+2
[next]