summaryrefslogtreecommitdiffstats
path: root/drivers/misc/fastrpc.c
Commit message (Expand)AuthorAgeFilesLines
* misc: fastrpc: fix list iterator in fastrpc_req_mem_unmap_implSrinivas Kandagatla2022-05-191-4/+5
* misc: fastrpc: fix an incorrect NULL check on list iteratorXiaomeng Tong2022-04-241-4/+5
* Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-281-47/+509
|\
| * misc: fastrpc: Add dma handle implementationVamsi Krishna Gattupalli2022-03-181-19/+33
| * misc: fastrpc: Add fdlist implementationVamsi Krishna Gattupalli2022-03-181-4/+32
| * misc: fastrpc: Add helper function to get list and pageVamsi Krishna Gattupalli2022-03-181-3/+12
| * misc: fastrpc: Add support to secure memory mapVamsi Krishna Gattupalli2022-03-181-9/+56
| * misc: fastrpc: check before loading process to the DSPJeya R2022-03-181-0/+33
| * misc: fastrpc: add secure domain supportSrinivas Kandagatla2022-03-181-9/+46
| * misc: fastrpc: Add support to get DSP capabilitiesJeya R2022-03-181-0/+112
| * misc: fastrpc: add support for FASTRPC_IOCTL_MEM_MAP/UNMAPJeya R2022-03-181-0/+154
| * misc: fastrpc: separate fastrpc device from channel contextSrinivas Kandagatla2022-03-181-9/+37
* | Backmerge tag 'v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie2022-02-141-1/+8
|\|
| * misc: fastrpc: avoid double fput() on failed usercopyMathias Krause2022-02-031-1/+8
* | dma-buf-map: Rename to iosys-mapLucas De Marchi2022-02-071-2/+2
|/
* misc: fastrpc: fix improper packet size calculationJeya R2021-12-031-4/+6
* dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman2021-10-251-0/+1
* Merge 5.15-rc6 into char-misc-nextGreg Kroah-Hartman2021-10-181-0/+2
|\
| * misc: fastrpc: Add missing lock before accessing find_vma()Srinivas Kandagatla2021-10-051-0/+2
* | misc: fastrpc: copy to user only for non-DMA-BUF heap buffersJeya R2021-10-051-8/+10
* | misc: fastrpc: Update number of max fastrpc sessionsJeya R2021-10-051-1/+1
|/
* 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