aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/fastrpc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-16misc: fastrpc: add ioctl for attaching to sensors pdJonathan Marek1-3/+6
2020-09-16misc: fastrpc: define names for protection domain idsJonathan Marek1-2/+7
2020-08-28misc: fastrpc: fix common struct sg_table related issuesMarek Szyprowski1-2/+2
2020-05-15misc: fastrpc: fix potential fastrpc_invoke_ctx leakSrinivas Kandagatla1-1/+8
2020-05-15misc: fastrpc: Fix an incomplete memory release in fastrpc_rpmsg_probe()Srinivas Kandagatla1-1/+3
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-8/+0
2019-11-25drm/tee_shm: Drop dma_buf_k(unmap) supportDaniel Vetter1-8/+0
2019-10-14Merge 5.4-rc3 into char-misc-nextGreg Kroah-Hartman1-0/+1
2019-10-10misc: fastrpc: revert max init file size back to 2MBJorge Ramirez-Ortiz1-1/+1
2019-10-10misc: fastrpc: handle interrupted contextsJorge Ramirez-Ortiz1-6/+7
2019-10-10misc: fastrpc: do not interrupt kernel callsJorge Ramirez-Ortiz1-2/+7
2019-10-10misc: fastrpc: fix memory leak from miscdev->nameSrinivas Kandagatla1-2/+2
2019-10-10misc: fastrpc: add mmap/unmap supportJorge Ramirez-Ortiz1-0/+181
2019-10-04misc: fastrpc: prevent memory leak in fastrpc_dma_buf_attachNavid Emamdoost1-0/+1
2019-09-04misc: fastrpc: free dma buf scatter listSrinivas Kandagatla1-0/+1
2019-09-04misc: fastrpc: fix double refcounting on dmabufSrinivas Kandagatla1-25/+0
2019-09-04misc: fastrpc: remove unused definitionJorge Ramirez-Ortiz1-1/+0
2019-09-04misc: fastrpc: Don't reference rpmsg_device after removeBjorn Andersson1-0/+4
2019-09-04misc: fastrpc: Reference count channel contextBjorn Andersson1-5/+38
2019-07-25misc: fastrpc: fix memory leak when out of memoryJorge Ramirez-Ortiz1-1/+4
2019-04-21Merge 5.1-rc6 into char-misc-nextGreg Kroah-Hartman1-1/+6
2019-04-02misc: fastrpc: add checked value for dma_set_maskBo YU1-1/+6
2019-03-28misc: fastrpc: increase max init file size to 64 MBSrinivas Kandagatla1-1/+1
2019-03-28misc: fastrpc: fix remote page size calculationSrinivas Kandagatla1-2/+9
2019-03-28misc: fastrpc: take into account of overlapping buffersSrinivas Kandagatla1-14/+98
2019-03-28misc: fastrpc: consider address offset before sending to DSPSrinivas Kandagatla1-0/+8
2019-03-28misc: fastrpc: use correct spinlock variantSrinivas Kandagatla1-19/+29
2019-03-28misc: fastrpc: make sure memory read and writes are visibleSrinivas Kandagatla1-0/+5
2019-03-28misc: fastrpc: Fix a possible double freeThierry Escande1-11/+20
2019-03-28misc: fastrpc: Avoid free of DMA buffer in interrupt contextThierry Escande1-1/+17
2019-02-19misc: fastrpc: Fix return value check in fastrpc_map_create()Wei Yongjun1-2/+2
2019-02-19misc: fastrpc: Fix device_open when no session is availableThierry Escande1-1/+10
2019-02-12misc: fastrpc: Add support for dmabuf exporterSrinivas Kandagatla1-0/+184
2019-02-12misc: fastrpc: Add support for create remote init processSrinivas Kandagatla1-0/+156
2019-02-12misc: fastrpc: Add support for context Invoke methodSrinivas Kandagatla1-0/+730
2019-02-12misc: fastrpc: Add Qualcomm fastrpc basic driver modelSrinivas Kandagatla1-0/+322