summaryrefslogtreecommitdiff
path: root/drivers/misc/fastrpc.c
AgeCommit message (Expand)Author
2025-01-10misc: fastrpc: Fix copy buffer page sizeEkansh Gupta
2025-01-10misc: fastrpc: Fix registered buffer page addressEkansh Gupta
2025-01-10misc: fastrpc: Deregister device nodes properly in error scenariosAnandu Krishnan E
2025-01-10misc: fastrpc: Rename tgid and pid to client_idEkansh Gupta
2025-01-10misc: fastrpc: Add support for multiple PD from one processEkansh Gupta
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds
2024-09-09Merge 6.11-rc7 into char-misc-nextGreg Kroah-Hartman
2024-09-03misc: fastrpc: Fix double free of 'buf' in error pathSukrut Bellary
2024-09-03misc: fastrpc: Add support for cdsp1 remoteprocLing Xu
2024-08-15Revert "misc: fastrpc: Restrict untrusted app to attach to privileged PD"Griffin Kroah-Hartman
2024-07-19Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-07-05misc: fastrpc: use coherent pool for untranslated Compute BanksDylan Van Assche
2024-07-05misc: fastrpc: support complete DMA pool access to the DSPDylan Van Assche
2024-07-05misc: fastrpc: add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-07-05misc: fastrpc: Add missing dev_err newlinesEkansh Gupta
2024-07-05misc: fastrpc: Use memdup_user()Thorsten Blum
2024-07-03misc: fastrpc: Restrict untrusted app to attach to privileged PDEkansh Gupta
2024-07-03misc: fastrpc: Fix ownership reassignment of remote heapEkansh Gupta
2024-07-03misc: fastrpc: Fix memory leak in audio daemon attach operationEkansh Gupta
2024-07-03misc: fastrpc: Avoid updating PD type for capability requestEkansh Gupta
2024-07-03misc: fastrpc: Copy the complete capability structure to userEkansh Gupta
2024-07-03misc: fastrpc: Fix DSP capabilities requestEkansh Gupta
2024-03-21Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-05misc: fastrpc: Pass proper arguments to scm callEkansh Gupta
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