aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/fastrpc.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-21Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+2
2024-03-05misc: fastrpc: Pass proper arguments to scm callEkansh Gupta1-4/+6
2024-03-05misc: fastrpc: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-01-30misc: fastrpc: Mark all sessions as invalid in cb_removeEkansh Gupta1-1/+1
2023-10-16misc: fastrpc: Unmap only if buffer is unmapped from DSPEkansh Gupta1-3/+5
2023-10-16misc: fastrpc: Clean buffers on remote invocation failuresEkansh Gupta1-5/+5
2023-10-16misc: fastrpc: Free DMA handles for RPC calls with no argumentsEkansh Gupta1-13/+10
2023-10-16misc: fastrpc: Reset metadata buffer to avoid incorrect freeEkansh Gupta1-0/+1
2023-08-22misc: fastrpc: Pass proper scm arguments for static process initEkansh Gupta1-4/+9
2023-08-22misc: fastrpc: Fix incorrect DMA mapping unmap requestEkansh Gupta1-3/+5
2023-08-22misc: fastrpc: Fix remote heap allocation requestEkansh Gupta1-7/+7
2023-08-04misc: Explicitly include correct DT includesRob Herring1-0/+1
2023-06-19misc: fastrpc: check return value of devm_kasprintf()Claudiu Beznea1-0/+3
2023-06-15misc: fastrpc: Create fastrpc scalar with correct buffer countEkansh Gupta1-1/+1
2023-05-29misc: fastrpc: reject new invocations during device removalRichard Acayan1-1/+2
2023-05-29misc: fastrpc: return -EPIPE to invocations on device removalRichard Acayan1-1/+3
2023-05-29misc: fastrpc: Reassign memory ownership only for remote heapEkansh Gupta1-1/+1
2023-05-29misc: fastrpc: Pass proper scm arguments for secure map requestEkansh Gupta1-5/+17
2023-03-15firmware: qcom_scm: Use fixed width src vm bitmapElliot Berman1-1/+1
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-02-08firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/Elliot Berman1-1/+1
2023-01-22Merge 6.2-rc5 into char-misc-nextGreg Kroah-Hartman1-42/+41
2023-01-20misc: fastrpc: Pass bitfield into qcom_scm_assign_memElliot Berman1-9/+6
2023-01-20misc: fastrpc: Fix use-after-free race condition for mapsOla Jeppsson1-3/+5
2023-01-20misc: fastrpc: Don't remove map on creater_process and device_releaseAbel Vesa1-9/+9
2023-01-20misc: fastrpc: Fix use-after-free and race in fastrpc_map_findAbel Vesa1-20/+21
2023-01-20misc: fastrpc: fix error code in fastrpc_req_mmap()Dan Carpenter1-1/+0
2023-01-20misc: fastrpc: Fix an error handling path in fastrpc_rpmsg_probe()Christophe JAILLET1-1/+12
2022-12-16Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-32/+228
2022-11-25misc: fastrpc: Add dma_mask to fastrpc_channel_ctxAbel Vesa1-0/+2
2022-11-25misc: fastrpc: Add mmap request assigning for static PD poolAbel Vesa1-1/+18
2022-11-25misc: fastrpc: Safekeep mmaps on interrupted invokeAbel Vesa1-0/+15
2022-11-25misc: fastrpc: Add support for audiopdAbel Vesa1-0/+135
2022-11-25misc: fastrpc: Rework fastrpc_req_munmapAbel Vesa1-24/+23
2022-11-25misc: fastrpc: Use fastrpc_map_put in fastrpc_map_create on failAbel Vesa1-2/+3
2022-11-25misc: fastrpc: Add fastrpc_remote_heap_allocAbel Vesa1-3/+26
2022-11-25misc: fastrpc: Add reserved mem supportAbel Vesa1-0/+4
2022-11-25misc: fastrpc: Rename audio protection domain to rootAbel Vesa1-2/+2
2022-11-11fastrpc: Assert held reservation lock for dma-buf mmappingDmitry Osipenko1-0/+3
2022-10-18Merge drm/drm-next into drm-misc-nextMaxime Ripard1-6/+10
2022-10-18misc: fastrpc: Prepare to dynamic dma-buf locking specificationDmitry Osipenko1-3/+3
2022-09-05Merge 6.0-rc4 into char-misc-nextGreg Kroah-Hartman1-5/+9
2022-09-01misc: fastrpc: Use USER_PD define in fastrpc_get_info_from_dspAbel Vesa1-1/+1
2022-09-01misc: fastrpc: increase maximum session countJohan Hovold1-1/+1
2022-09-01misc: fastrpc: fix memory corruption on openJohan Hovold1-4/+3
2022-09-01misc: fastrpc: fix memory corruption on probeJohan Hovold1-0/+5
2022-05-19misc: fastrpc: fix list iterator in fastrpc_req_mem_unmap_implSrinivas Kandagatla1-4/+5
2022-04-24misc: fastrpc: fix an incorrect NULL check on list iteratorXiaomeng Tong1-4/+5
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-47/+509
2022-03-18misc: fastrpc: Add dma handle implementationVamsi Krishna Gattupalli1-19/+33
2022-03-18misc: fastrpc: Add fdlist implementationVamsi Krishna Gattupalli1-4/+32
2022-03-18misc: fastrpc: Add helper function to get list and pageVamsi Krishna Gattupalli1-3/+12
2022-03-18misc: fastrpc: Add support to secure memory mapVamsi Krishna Gattupalli1-9/+56
2022-03-18misc: fastrpc: check before loading process to the DSPJeya R1-0/+33
2022-03-18misc: fastrpc: add secure domain supportSrinivas Kandagatla1-9/+46
2022-03-18misc: fastrpc: Add support to get DSP capabilitiesJeya R1-0/+112
2022-03-18misc: fastrpc: add support for FASTRPC_IOCTL_MEM_MAP/UNMAPJeya R1-0/+154
2022-03-18misc: fastrpc: separate fastrpc device from channel contextSrinivas Kandagatla1-9/+37
2022-02-14Backmerge tag 'v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie1-1/+8
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi1-2/+2
2022-02-03misc: fastrpc: avoid double fput() on failed usercopyMathias Krause1-1/+8
2021-12-03misc: fastrpc: fix improper packet size calculationJeya R1-4/+6
2021-10-25dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman1-0/+1
2021-10-18Merge 5.15-rc6 into char-misc-nextGreg Kroah-Hartman1-0/+2
2021-10-05misc: fastrpc: copy to user only for non-DMA-BUF heap buffersJeya R1-8/+10
2021-10-05misc: fastrpc: Update number of max fastrpc sessionsJeya R1-1/+1
2021-10-05misc: fastrpc: Add missing lock before accessing find_vma()Srinivas Kandagatla1-0/+2
2021-03-10misc: fastrpc: restrict user apps from sending kernel RPC messagesDmitry Baryshkov1-0/+5
2021-02-09misc: fastrpc: fix incorrect usage of dma_map_sgtableJonathan Marek1-3/+4
2020-11-04Merge tag 'drm-misc-next-2020-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-2/+4
2020-09-29dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfacesThomas Zimmermann1-2/+4
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...Daniel 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