summaryrefslogtreecommitdiffstats
path: root/drivers/misc/fastrpc.c
Commit message (Expand)AuthorAgeFilesLines
* misc: fastrpc: Mark all sessions as invalid in cb_removeEkansh Gupta2024-01-301-1/+1
* misc: fastrpc: Unmap only if buffer is unmapped from DSPEkansh Gupta2023-10-161-3/+5
* misc: fastrpc: Clean buffers on remote invocation failuresEkansh Gupta2023-10-161-5/+5
* misc: fastrpc: Free DMA handles for RPC calls with no argumentsEkansh Gupta2023-10-161-13/+10
* misc: fastrpc: Reset metadata buffer to avoid incorrect freeEkansh Gupta2023-10-161-0/+1
* misc: fastrpc: Pass proper scm arguments for static process initEkansh Gupta2023-08-221-4/+9
* misc: fastrpc: Fix incorrect DMA mapping unmap requestEkansh Gupta2023-08-221-3/+5
* misc: fastrpc: Fix remote heap allocation requestEkansh Gupta2023-08-221-7/+7
* misc: Explicitly include correct DT includesRob Herring2023-08-041-0/+1
* misc: fastrpc: check return value of devm_kasprintf()Claudiu Beznea2023-06-191-0/+3
* misc: fastrpc: Create fastrpc scalar with correct buffer countEkansh Gupta2023-06-151-1/+1
* misc: fastrpc: reject new invocations during device removalRichard Acayan2023-05-291-1/+2
* misc: fastrpc: return -EPIPE to invocations on device removalRichard Acayan2023-05-291-1/+3
* misc: fastrpc: Reassign memory ownership only for remote heapEkansh Gupta2023-05-291-1/+1
* misc: fastrpc: Pass proper scm arguments for secure map requestEkansh Gupta2023-05-291-5/+17
* firmware: qcom_scm: Use fixed width src vm bitmapElliot Berman2023-03-151-1/+1
* Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-271-1/+1
|\
| * firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/Elliot Berman2023-02-081-1/+1
* | Merge 6.2-rc5 into char-misc-nextGreg Kroah-Hartman2023-01-221-42/+41
|\ \
| * | misc: fastrpc: Pass bitfield into qcom_scm_assign_memElliot Berman2023-01-201-9/+6
| * | misc: fastrpc: Fix use-after-free race condition for mapsOla Jeppsson2023-01-201-3/+5
| * | misc: fastrpc: Don't remove map on creater_process and device_releaseAbel Vesa2023-01-201-9/+9
| * | misc: fastrpc: Fix use-after-free and race in fastrpc_map_findAbel Vesa2023-01-201-20/+21
| * | misc: fastrpc: fix error code in fastrpc_req_mmap()Dan Carpenter2023-01-201-1/+0
| |/
* / misc: fastrpc: Fix an error handling path in fastrpc_rpmsg_probe()Christophe JAILLET2023-01-201-1/+12
|/
* Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-161-32/+228
|\
| * misc: fastrpc: Add dma_mask to fastrpc_channel_ctxAbel Vesa2022-11-251-0/+2
| * misc: fastrpc: Add mmap request assigning for static PD poolAbel Vesa2022-11-251-1/+18
| * misc: fastrpc: Safekeep mmaps on interrupted invokeAbel Vesa2022-11-251-0/+15
| * misc: fastrpc: Add support for audiopdAbel Vesa2022-11-251-0/+135
| * misc: fastrpc: Rework fastrpc_req_munmapAbel Vesa2022-11-251-24/+23
| * misc: fastrpc: Use fastrpc_map_put in fastrpc_map_create on failAbel Vesa2022-11-251-2/+3
| * misc: fastrpc: Add fastrpc_remote_heap_allocAbel Vesa2022-11-251-3/+26
| * misc: fastrpc: Add reserved mem supportAbel Vesa2022-11-251-0/+4
| * misc: fastrpc: Rename audio protection domain to rootAbel Vesa2022-11-251-2/+2
* | fastrpc: Assert held reservation lock for dma-buf mmappingDmitry Osipenko2022-11-111-0/+3
* | Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-10-181-6/+10
|\|
| * Merge 6.0-rc4 into char-misc-nextGreg Kroah-Hartman2022-09-051-5/+9
| |\
| | * misc: fastrpc: increase maximum session countJohan Hovold2022-09-011-1/+1
| | * misc: fastrpc: fix memory corruption on openJohan Hovold2022-09-011-4/+3
| | * misc: fastrpc: fix memory corruption on probeJohan Hovold2022-09-011-0/+5
| * | misc: fastrpc: Use USER_PD define in fastrpc_get_info_from_dspAbel Vesa2022-09-011-1/+1
| |/
* / misc: fastrpc: Prepare to dynamic dma-buf locking specificationDmitry Osipenko2022-10-181-3/+3
|/
* 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