summaryrefslogtreecommitdiffstats
path: root/drivers/misc/fastrpc.c
Commit message (Expand)AuthorAgeFilesLines
* misc: fastrpc: restrict user apps from sending kernel RPC messagesDmitry Baryshkov2021-03-101-0/+5
* misc: fastrpc: fix incorrect usage of dma_map_sgtableJonathan Marek2021-02-091-3/+4
* Merge tag 'drm-misc-next-2020-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-11-041-2/+4
|\
| * dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfacesThomas Zimmermann2020-09-291-2/+4
* | misc: fastrpc: add ioctl for attaching to sensors pdJonathan Marek2020-09-161-3/+6
* | misc: fastrpc: define names for protection domain idsJonathan Marek2020-09-161-2/+7
* | misc: fastrpc: fix common struct sg_table related issuesMarek Szyprowski2020-08-281-2/+2
|/
* misc: fastrpc: fix potential fastrpc_invoke_ctx leakSrinivas Kandagatla2020-05-151-1/+8
* misc: fastrpc: Fix an incomplete memory release in fastrpc_rpmsg_probe()Srinivas Kandagatla2020-05-151-1/+3
* Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-12-171-8/+0
|\
| * drm/tee_shm: Drop dma_buf_k(unmap) supportDaniel Vetter2019-11-251-8/+0
* | Merge 5.4-rc3 into char-misc-nextGreg Kroah-Hartman2019-10-141-0/+1
|\|
| * misc: fastrpc: prevent memory leak in fastrpc_dma_buf_attachNavid Emamdoost2019-10-041-0/+1
* | misc: fastrpc: revert max init file size back to 2MBJorge Ramirez-Ortiz2019-10-101-1/+1
* | misc: fastrpc: handle interrupted contextsJorge Ramirez-Ortiz2019-10-101-6/+7
* | misc: fastrpc: do not interrupt kernel callsJorge Ramirez-Ortiz2019-10-101-2/+7
* | misc: fastrpc: fix memory leak from miscdev->nameSrinivas Kandagatla2019-10-101-2/+2
* | misc: fastrpc: add mmap/unmap supportJorge Ramirez-Ortiz2019-10-101-0/+181
|/
* misc: fastrpc: free dma buf scatter listSrinivas Kandagatla2019-09-041-0/+1
* misc: fastrpc: fix double refcounting on dmabufSrinivas Kandagatla2019-09-041-25/+0
* misc: fastrpc: remove unused definitionJorge Ramirez-Ortiz2019-09-041-1/+0
* misc: fastrpc: Don't reference rpmsg_device after removeBjorn Andersson2019-09-041-0/+4
* misc: fastrpc: Reference count channel contextBjorn Andersson2019-09-041-5/+38
* misc: fastrpc: fix memory leak when out of memoryJorge Ramirez-Ortiz2019-07-251-1/+4
* Merge 5.1-rc6 into char-misc-nextGreg Kroah-Hartman2019-04-211-1/+6
|\
| * misc: fastrpc: add checked value for dma_set_maskBo YU2019-04-021-1/+6
* | misc: fastrpc: increase max init file size to 64 MBSrinivas Kandagatla2019-03-281-1/+1
* | misc: fastrpc: fix remote page size calculationSrinivas Kandagatla2019-03-281-2/+9
* | misc: fastrpc: take into account of overlapping buffersSrinivas Kandagatla2019-03-281-14/+98
* | misc: fastrpc: consider address offset before sending to DSPSrinivas Kandagatla2019-03-281-0/+8
* | misc: fastrpc: use correct spinlock variantSrinivas Kandagatla2019-03-281-19/+29
* | misc: fastrpc: make sure memory read and writes are visibleSrinivas Kandagatla2019-03-281-0/+5
* | misc: fastrpc: Fix a possible double freeThierry Escande2019-03-281-11/+20
* | misc: fastrpc: Avoid free of DMA buffer in interrupt contextThierry Escande2019-03-281-1/+17
|/
* misc: fastrpc: Fix return value check in fastrpc_map_create()Wei Yongjun2019-02-191-2/+2
* misc: fastrpc: Fix device_open when no session is availableThierry Escande2019-02-191-1/+10
* misc: fastrpc: Add support for dmabuf exporterSrinivas Kandagatla2019-02-121-0/+184
* misc: fastrpc: Add support for create remote init processSrinivas Kandagatla2019-02-121-0/+156
* misc: fastrpc: Add support for context Invoke methodSrinivas Kandagatla2019-02-121-0/+730
* misc: fastrpc: Add Qualcomm fastrpc basic driver modelSrinivas Kandagatla2019-02-121-0/+322