aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/fastrpc.c
AgeCommit message (Expand)Author
2024-02-23misc: fastrpc: Mark all sessions as invalid in cb_removeEkansh Gupta
2023-07-27misc: fastrpc: Create fastrpc scalar with correct buffer countEkansh Gupta
2023-06-09misc: fastrpc: reject new invocations during device removalRichard Acayan
2023-06-09misc: fastrpc: return -EPIPE to invocations on device removalRichard Acayan
2023-01-24misc: fastrpc: Fix use-after-free race condition for mapsOla Jeppsson
2023-01-24misc: fastrpc: Don't remove map on creater_process and device_releaseAbel Vesa
2022-09-15misc: fastrpc: fix memory corruption on openJohan Hovold
2022-09-15misc: fastrpc: fix memory corruption on probeJohan Hovold
2022-02-16misc: fastrpc: avoid double fput() on failed usercopyMathias Krause
2021-12-14misc: fastrpc: fix improper packet size calculationJeya R
2021-03-17misc: fastrpc: restrict user apps from sending kernel RPC messagesDmitry Baryshkov
2020-06-24misc: fastrpc: fix potential fastrpc_invoke_ctx leakSrinivas Kandagatla
2020-06-24misc: fastrpc: Fix an incomplete memory release in fastrpc_rpmsg_probe()Srinivas Kandagatla
2019-12-31misc: fastrpc: fix memory leak from miscdev->nameSrinivas Kandagatla
2019-10-04misc: fastrpc: prevent memory leak in fastrpc_dma_buf_attachNavid Emamdoost
2019-09-04misc: fastrpc: free dma buf scatter listSrinivas Kandagatla
2019-09-04misc: fastrpc: fix double refcounting on dmabufSrinivas Kandagatla
2019-09-04misc: fastrpc: remove unused definitionJorge Ramirez-Ortiz
2019-09-04misc: fastrpc: Don't reference rpmsg_device after removeBjorn Andersson
2019-09-04misc: fastrpc: Reference count channel contextBjorn Andersson
2019-07-25misc: fastrpc: fix memory leak when out of memoryJorge Ramirez-Ortiz
2019-04-21Merge 5.1-rc6 into char-misc-nextGreg Kroah-Hartman
2019-04-02misc: fastrpc: add checked value for dma_set_maskBo YU
2019-03-28misc: fastrpc: increase max init file size to 64 MBSrinivas Kandagatla
2019-03-28misc: fastrpc: fix remote page size calculationSrinivas Kandagatla
2019-03-28misc: fastrpc: take into account of overlapping buffersSrinivas Kandagatla
2019-03-28misc: fastrpc: consider address offset before sending to DSPSrinivas Kandagatla
2019-03-28misc: fastrpc: use correct spinlock variantSrinivas Kandagatla
2019-03-28misc: fastrpc: make sure memory read and writes are visibleSrinivas Kandagatla
2019-03-28misc: fastrpc: Fix a possible double freeThierry Escande
2019-03-28misc: fastrpc: Avoid free of DMA buffer in interrupt contextThierry Escande
2019-02-19misc: fastrpc: Fix return value check in fastrpc_map_create()Wei Yongjun
2019-02-19misc: fastrpc: Fix device_open when no session is availableThierry Escande
2019-02-12misc: fastrpc: Add support for dmabuf exporterSrinivas Kandagatla
2019-02-12misc: fastrpc: Add support for create remote init processSrinivas Kandagatla
2019-02-12misc: fastrpc: Add support for context Invoke methodSrinivas Kandagatla
2019-02-12misc: fastrpc: Add Qualcomm fastrpc basic driver modelSrinivas Kandagatla