summaryrefslogtreecommitdiff
path: root/drivers/misc/fastrpc.c
AgeCommit message (Expand)Author
2024-03-05misc: fastrpc: Convert to platform remove callback returning voidUwe Kleine-König
2024-01-30misc: fastrpc: Mark all sessions as invalid in cb_removeEkansh Gupta
2023-10-16misc: fastrpc: Unmap only if buffer is unmapped from DSPEkansh Gupta
2023-10-16misc: fastrpc: Clean buffers on remote invocation failuresEkansh Gupta
2023-10-16misc: fastrpc: Free DMA handles for RPC calls with no argumentsEkansh Gupta
2023-10-16misc: fastrpc: Reset metadata buffer to avoid incorrect freeEkansh Gupta
2023-08-22misc: fastrpc: Pass proper scm arguments for static process initEkansh Gupta
2023-08-22misc: fastrpc: Fix incorrect DMA mapping unmap requestEkansh Gupta
2023-08-22misc: fastrpc: Fix remote heap allocation requestEkansh Gupta
2023-08-04misc: Explicitly include correct DT includesRob Herring
2023-06-19misc: fastrpc: check return value of devm_kasprintf()Claudiu Beznea
2023-06-15misc: fastrpc: Create fastrpc scalar with correct buffer countEkansh Gupta
2023-05-29misc: fastrpc: reject new invocations during device removalRichard Acayan
2023-05-29misc: fastrpc: return -EPIPE to invocations on device removalRichard Acayan
2023-05-29misc: fastrpc: Reassign memory ownership only for remote heapEkansh Gupta
2023-05-29misc: fastrpc: Pass proper scm arguments for secure map requestEkansh Gupta
2023-03-15firmware: qcom_scm: Use fixed width src vm bitmapElliot Berman
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-02-08firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/Elliot Berman
2023-01-22Merge 6.2-rc5 into char-misc-nextGreg Kroah-Hartman
2023-01-20misc: fastrpc: Pass bitfield into qcom_scm_assign_memElliot Berman
2023-01-20misc: fastrpc: Fix use-after-free race condition for mapsOla Jeppsson
2023-01-20misc: fastrpc: Don't remove map on creater_process and device_releaseAbel Vesa
2023-01-20misc: fastrpc: Fix use-after-free and race in fastrpc_map_findAbel Vesa
2023-01-20misc: fastrpc: fix error code in fastrpc_req_mmap()Dan Carpenter
2023-01-20misc: fastrpc: Fix an error handling path in fastrpc_rpmsg_probe()Christophe JAILLET
2022-12-16Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-11-25misc: fastrpc: Add dma_mask to fastrpc_channel_ctxAbel Vesa
2022-11-25misc: fastrpc: Add mmap request assigning for static PD poolAbel Vesa
2022-11-25misc: fastrpc: Safekeep mmaps on interrupted invokeAbel Vesa
2022-11-25misc: fastrpc: Add support for audiopdAbel Vesa
2022-11-25misc: fastrpc: Rework fastrpc_req_munmapAbel Vesa
2022-11-25misc: fastrpc: Use fastrpc_map_put in fastrpc_map_create on failAbel Vesa
2022-11-25misc: fastrpc: Add fastrpc_remote_heap_allocAbel Vesa
2022-11-25misc: fastrpc: Add reserved mem supportAbel Vesa
2022-11-25misc: fastrpc: Rename audio protection domain to rootAbel Vesa
2022-11-11fastrpc: Assert held reservation lock for dma-buf mmappingDmitry Osipenko
2022-10-18Merge drm/drm-next into drm-misc-nextMaxime Ripard
2022-10-18misc: fastrpc: Prepare to dynamic dma-buf locking specificationDmitry Osipenko
2022-09-05Merge 6.0-rc4 into char-misc-nextGreg Kroah-Hartman
2022-09-01misc: fastrpc: Use USER_PD define in fastrpc_get_info_from_dspAbel Vesa
2022-09-01misc: fastrpc: increase maximum session countJohan Hovold
2022-09-01misc: fastrpc: fix memory corruption on openJohan Hovold
2022-09-01misc: fastrpc: fix memory corruption on probeJohan Hovold
2022-05-19misc: fastrpc: fix list iterator in fastrpc_req_mem_unmap_implSrinivas Kandagatla
2022-04-24misc: fastrpc: fix an incorrect NULL check on list iteratorXiaomeng Tong
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-18misc: fastrpc: Add dma handle implementationVamsi Krishna Gattupalli
2022-03-18misc: fastrpc: Add fdlist implementationVamsi Krishna Gattupalli
2022-03-18misc: fastrpc: Add helper function to get list and pageVamsi Krishna Gattupalli