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
2024-03-21
Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-4
/
+2
2024-03-05
misc: fastrpc: Pass proper arguments to scm call
Ekansh Gupta
1
-4
/
+6
2024-03-05
misc: fastrpc: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2024-01-31
misc: fastrpc: Mark all sessions as invalid in cb_remove
Ekansh Gupta
1
-1
/
+1
2023-10-16
misc: fastrpc: Unmap only if buffer is unmapped from DSP
Ekansh Gupta
1
-3
/
+5
2023-10-16
misc: fastrpc: Clean buffers on remote invocation failures
Ekansh Gupta
1
-5
/
+5
2023-10-16
misc: fastrpc: Free DMA handles for RPC calls with no arguments
Ekansh Gupta
1
-13
/
+10
2023-10-16
misc: fastrpc: Reset metadata buffer to avoid incorrect free
Ekansh Gupta
1
-0
/
+1
2023-08-22
misc: fastrpc: Pass proper scm arguments for static process init
Ekansh Gupta
1
-4
/
+9
2023-08-22
misc: fastrpc: Fix incorrect DMA mapping unmap request
Ekansh Gupta
1
-3
/
+5
2023-08-22
misc: fastrpc: Fix remote heap allocation request
Ekansh Gupta
1
-7
/
+7
2023-08-04
misc: Explicitly include correct DT includes
Rob Herring
1
-0
/
+1
2023-06-19
misc: fastrpc: check return value of devm_kasprintf()
Claudiu Beznea
1
-0
/
+3
2023-06-15
misc: fastrpc: Create fastrpc scalar with correct buffer count
Ekansh Gupta
1
-1
/
+1
2023-05-29
misc: fastrpc: reject new invocations during device removal
Richard Acayan
1
-1
/
+2
2023-05-29
misc: fastrpc: return -EPIPE to invocations on device removal
Richard Acayan
1
-1
/
+3
2023-05-29
misc: fastrpc: Reassign memory ownership only for remote heap
Ekansh Gupta
1
-1
/
+1
2023-05-29
misc: fastrpc: Pass proper scm arguments for secure map request
Ekansh Gupta
1
-5
/
+17
2023-03-16
firmware: qcom_scm: Use fixed width src vm bitmap
Elliot Berman
1
-1
/
+1
2023-02-27
Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2023-02-09
firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/
Elliot Berman
1
-1
/
+1
2023-01-22
Merge 6.2-rc5 into char-misc-next
Greg Kroah-Hartman
1
-42
/
+41
2023-01-20
misc: fastrpc: Pass bitfield into qcom_scm_assign_mem
Elliot Berman
1
-9
/
+6
2023-01-20
misc: fastrpc: Fix use-after-free race condition for maps
Ola Jeppsson
1
-3
/
+5
2023-01-20
misc: fastrpc: Don't remove map on creater_process and device_release
Abel Vesa
1
-9
/
+9
2023-01-20
misc: fastrpc: Fix use-after-free and race in fastrpc_map_find
Abel Vesa
1
-20
/
+21
2023-01-20
misc: fastrpc: fix error code in fastrpc_req_mmap()
Dan Carpenter
1
-1
/
+0
2023-01-20
misc: fastrpc: Fix an error handling path in fastrpc_rpmsg_probe()
Christophe JAILLET
1
-1
/
+12
2022-12-16
Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-32
/
+228
2022-11-25
misc: fastrpc: Add dma_mask to fastrpc_channel_ctx
Abel Vesa
1
-0
/
+2
2022-11-25
misc: fastrpc: Add mmap request assigning for static PD pool
Abel Vesa
1
-1
/
+18
2022-11-25
misc: fastrpc: Safekeep mmaps on interrupted invoke
Abel Vesa
1
-0
/
+15
2022-11-25
misc: fastrpc: Add support for audiopd
Abel Vesa
1
-0
/
+135
2022-11-25
misc: fastrpc: Rework fastrpc_req_munmap
Abel Vesa
1
-24
/
+23
2022-11-25
misc: fastrpc: Use fastrpc_map_put in fastrpc_map_create on fail
Abel Vesa
1
-2
/
+3
2022-11-25
misc: fastrpc: Add fastrpc_remote_heap_alloc
Abel Vesa
1
-3
/
+26
2022-11-25
misc: fastrpc: Add reserved mem support
Abel Vesa
1
-0
/
+4
2022-11-25
misc: fastrpc: Rename audio protection domain to root
Abel Vesa
1
-2
/
+2
2022-11-11
fastrpc: Assert held reservation lock for dma-buf mmapping
Dmitry Osipenko
1
-0
/
+3
2022-10-18
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-6
/
+10
2022-10-18
misc: fastrpc: Prepare to dynamic dma-buf locking specification
Dmitry Osipenko
1
-3
/
+3
2022-09-05
Merge 6.0-rc4 into char-misc-next
Greg Kroah-Hartman
1
-5
/
+9
2022-09-01
misc: fastrpc: Use USER_PD define in fastrpc_get_info_from_dsp
Abel Vesa
1
-1
/
+1
2022-09-01
misc: fastrpc: increase maximum session count
Johan Hovold
1
-1
/
+1
2022-09-01
misc: fastrpc: fix memory corruption on open
Johan Hovold
1
-4
/
+3
2022-09-01
misc: fastrpc: fix memory corruption on probe
Johan Hovold
1
-0
/
+5
2022-05-19
misc: fastrpc: fix list iterator in fastrpc_req_mem_unmap_impl
Srinivas Kandagatla
1
-4
/
+5
2022-04-24
misc: fastrpc: fix an incorrect NULL check on list iterator
Xiaomeng Tong
1
-4
/
+5
2022-03-28
Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-47
/
+509
2022-03-18
misc: fastrpc: Add dma handle implementation
Vamsi Krishna Gattupalli
1
-19
/
+33
[next]