summaryrefslogtreecommitdiff
path: root/drivers/misc/fastrpc.c
AgeCommit message (Expand)Author
2022-02-03misc: fastrpc: avoid double fput() on failed usercopyMathias Krause
2021-12-03misc: fastrpc: fix improper packet size calculationJeya R
2021-10-25dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman
2021-10-18Merge 5.15-rc6 into char-misc-nextGreg Kroah-Hartman
2021-10-05misc: fastrpc: copy to user only for non-DMA-BUF heap buffersJeya R
2021-10-05misc: fastrpc: Update number of max fastrpc sessionsJeya R
2021-10-05misc: fastrpc: Add missing lock before accessing find_vma()Srinivas Kandagatla
2021-03-10misc: fastrpc: restrict user apps from sending kernel RPC messagesDmitry Baryshkov
2021-02-09misc: fastrpc: fix incorrect usage of dma_map_sgtableJonathan Marek
2020-11-04Merge tag 'drm-misc-next-2020-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-09-29dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfacesThomas Zimmermann
2020-09-16misc: fastrpc: add ioctl for attaching to sensors pdJonathan Marek
2020-09-16misc: fastrpc: define names for protection domain idsJonathan Marek
2020-08-28misc: fastrpc: fix common struct sg_table related issuesMarek Szyprowski
2020-05-15misc: fastrpc: fix potential fastrpc_invoke_ctx leakSrinivas Kandagatla
2020-05-15misc: fastrpc: Fix an incomplete memory release in fastrpc_rpmsg_probe()Srinivas Kandagatla
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter
2019-11-25drm/tee_shm: Drop dma_buf_k(unmap) supportDaniel Vetter
2019-10-14Merge 5.4-rc3 into char-misc-nextGreg Kroah-Hartman
2019-10-10misc: fastrpc: revert max init file size back to 2MBJorge Ramirez-Ortiz
2019-10-10misc: fastrpc: handle interrupted contextsJorge Ramirez-Ortiz
2019-10-10misc: fastrpc: do not interrupt kernel callsJorge Ramirez-Ortiz
2019-10-10misc: fastrpc: fix memory leak from miscdev->nameSrinivas Kandagatla
2019-10-10misc: fastrpc: add mmap/unmap supportJorge Ramirez-Ortiz
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