summaryrefslogtreecommitdiff
path: root/drivers/misc/fastrpc.c
AgeCommit message (Expand)Author
10 daysmisc: fastrpc: fix use-after-free race in fastrpc_map_createZhenghang Xiao
10 daysmisc: fastrpc: Fix NULL pointer dereference in rpmsg callbackMukesh Ojha
10 daysmisc: fastrpc: fix DMA address corruption due to find_vma misuseJunrui Luo
10 daysmisc: fastrpc: fix use-after-free of fastrpc_user in workqueue contextAnandu Krishnan E
2026-04-02misc: fastrpc: check qcom_scm_assign_mem() return in rpmsg_probeXingjing Deng
2026-04-02misc: fastrpc: possible double-free of cctx->remote_heapXingjing Deng
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2025-12-29misc: fastrpc: Update dma_bits for CDSP support on Kaanapali SoCKumari Pallavi
2025-12-29misc: fastrpc: Add support for new DSP IOVA formattingKumari Pallavi
2025-12-29misc: fastrpc: Rename phys to dma_addr for clarityKumari Pallavi
2025-10-22misc: fastrpc: Fix dma_buf object leak in fastrpc_map_lookupJunhao Xie
2025-10-07Merge tag 'char-misc-6.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-09-12misc: fastrpc: Skip reference for DMA handlesLing Xu
2025-09-12misc: fastrpc: fix possible map leak in fastrpc_put_argsLing Xu
2025-09-12misc: fastrpc: Fix fastrpc_map_lookup operationLing Xu
2025-09-12misc: fastrpc: Save actual DMA size in fastrpc_map structureLing Xu
2025-09-12misc: fastrpc: add support for gdsp remoteprocLing Xu
2025-09-12misc: fastrpc: Cleanup the domain namesLing Xu
2025-09-12misc: fastrpc: Remove kernel-side domain checks from capability ioctlLing Xu
2025-07-16misc: fastrpc: Use of_reserved_mem_region_to_resource() for "memory-region"Rob Herring (Arm)
2025-04-15misc: fastrpc: Add meaningful labels for exit pathsAnandu Krishnan E
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