index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
fastrpc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-25
dma-buf: move dma-buf symbols into the DMA_BUF module namespace
Greg Kroah-Hartman
1
-0
/
+1
2021-10-18
Merge 5.15-rc6 into char-misc-next
Greg Kroah-Hartman
1
-0
/
+2
2021-10-05
misc: fastrpc: copy to user only for non-DMA-BUF heap buffers
Jeya R
1
-8
/
+10
2021-10-05
misc: fastrpc: Update number of max fastrpc sessions
Jeya R
1
-1
/
+1
2021-10-05
misc: fastrpc: Add missing lock before accessing find_vma()
Srinivas Kandagatla
1
-0
/
+2
2021-03-10
misc: fastrpc: restrict user apps from sending kernel RPC messages
Dmitry Baryshkov
1
-0
/
+5
2021-02-09
misc: fastrpc: fix incorrect usage of dma_map_sgtable
Jonathan Marek
1
-3
/
+4
2020-11-04
Merge tag 'drm-misc-next-2020-10-27' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-2
/
+4
2020-09-29
dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfaces
Thomas Zimmermann
1
-2
/
+4
2020-09-16
misc: fastrpc: add ioctl for attaching to sensors pd
Jonathan Marek
1
-3
/
+6
2020-09-16
misc: fastrpc: define names for protection domain ids
Jonathan Marek
1
-2
/
+7
2020-08-28
misc: fastrpc: fix common struct sg_table related issues
Marek Szyprowski
1
-2
/
+2
2020-05-15
misc: fastrpc: fix potential fastrpc_invoke_ctx leak
Srinivas Kandagatla
1
-1
/
+8
2020-05-15
misc: fastrpc: Fix an incomplete memory release in fastrpc_rpmsg_probe()
Srinivas Kandagatla
1
-1
/
+3
2019-12-17
Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
1
-8
/
+0
2019-11-26
drm/tee_shm: Drop dma_buf_k(unmap) support
Daniel Vetter
1
-8
/
+0
2019-10-14
Merge 5.4-rc3 into char-misc-next
Greg Kroah-Hartman
1
-0
/
+1
2019-10-10
misc: fastrpc: revert max init file size back to 2MB
Jorge Ramirez-Ortiz
1
-1
/
+1
2019-10-10
misc: fastrpc: handle interrupted contexts
Jorge Ramirez-Ortiz
1
-6
/
+7
2019-10-10
misc: fastrpc: do not interrupt kernel calls
Jorge Ramirez-Ortiz
1
-2
/
+7
2019-10-10
misc: fastrpc: fix memory leak from miscdev->name
Srinivas Kandagatla
1
-2
/
+2
2019-10-10
misc: fastrpc: add mmap/unmap support
Jorge Ramirez-Ortiz
1
-0
/
+181
2019-10-04
misc: fastrpc: prevent memory leak in fastrpc_dma_buf_attach
Navid Emamdoost
1
-0
/
+1
2019-09-04
misc: fastrpc: free dma buf scatter list
Srinivas Kandagatla
1
-0
/
+1
2019-09-04
misc: fastrpc: fix double refcounting on dmabuf
Srinivas Kandagatla
1
-25
/
+0
2019-09-04
misc: fastrpc: remove unused definition
Jorge Ramirez-Ortiz
1
-1
/
+0
2019-09-04
misc: fastrpc: Don't reference rpmsg_device after remove
Bjorn Andersson
1
-0
/
+4
2019-09-04
misc: fastrpc: Reference count channel context
Bjorn Andersson
1
-5
/
+38
2019-07-25
misc: fastrpc: fix memory leak when out of memory
Jorge Ramirez-Ortiz
1
-1
/
+4
2019-04-22
Merge 5.1-rc6 into char-misc-next
Greg Kroah-Hartman
1
-1
/
+6
2019-04-02
misc: fastrpc: add checked value for dma_set_mask
Bo YU
1
-1
/
+6
2019-03-27
misc: fastrpc: increase max init file size to 64 MB
Srinivas Kandagatla
1
-1
/
+1
2019-03-27
misc: fastrpc: fix remote page size calculation
Srinivas Kandagatla
1
-2
/
+9
2019-03-27
misc: fastrpc: take into account of overlapping buffers
Srinivas Kandagatla
1
-14
/
+98
2019-03-27
misc: fastrpc: consider address offset before sending to DSP
Srinivas Kandagatla
1
-0
/
+8
2019-03-27
misc: fastrpc: use correct spinlock variant
Srinivas Kandagatla
1
-19
/
+29
2019-03-27
misc: fastrpc: make sure memory read and writes are visible
Srinivas Kandagatla
1
-0
/
+5
2019-03-27
misc: fastrpc: Fix a possible double free
Thierry Escande
1
-11
/
+20
2019-03-27
misc: fastrpc: Avoid free of DMA buffer in interrupt context
Thierry Escande
1
-1
/
+17
2019-02-19
misc: fastrpc: Fix return value check in fastrpc_map_create()
Wei Yongjun
1
-2
/
+2
2019-02-19
misc: fastrpc: Fix device_open when no session is available
Thierry Escande
1
-1
/
+10
2019-02-12
misc: fastrpc: Add support for dmabuf exporter
Srinivas Kandagatla
1
-0
/
+184
2019-02-12
misc: fastrpc: Add support for create remote init process
Srinivas Kandagatla
1
-0
/
+156
2019-02-12
misc: fastrpc: Add support for context Invoke method
Srinivas Kandagatla
1
-0
/
+730
2019-02-12
misc: fastrpc: Add Qualcomm fastrpc basic driver model
Srinivas Kandagatla
1
-0
/
+322