index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
fastrpc.c
Age
Commit message (
Expand
)
Author
8 days
Merge drm/drm-fixes into drm-misc-fixes
Maxime Ripard
2026-08-25
Merge tag 'char-misc-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2026-08-24
misc: fastrpc: don't publish fd before copy_to_user() succeeds
Baineng Shou
2026-07-31
misc: Unify style of of_device_id arrays
Uwe Kleine-König (The Capable Hub)
2026-07-31
misc: fastrpc: Drop unhandled DSP PD exit notification
Shawn Guo
2026-07-31
misc: fastrpc: Add polling mode support for fastRPC driver
Ekansh Gupta
2026-07-31
misc: fastrpc: Expand context ID mask for DSP polling mode support
Ekansh Gupta
2026-07-31
misc: fastrpc: Replace hardcoded ctxid mask with GENMASK
Ekansh Gupta
2026-07-31
misc: fastrpc: Move fdlist to invoke context structure
Ekansh Gupta
2026-07-31
misc: fastrpc: Allow fastrpc_buf_free() to accept NULL
Ekansh Gupta
2026-07-31
misc: fastrpc: Move prints outside spinlock in fastrpc_cb_probe
Mukesh Ojha
2026-07-31
misc: fastrpc: fix memory leak in fastrpc_channel_ctx_free
Eddie Lin
2026-07-31
misc: fastrpc: fix channel ctx ref leak when session alloc fails
Anandu Krishnan E
2026-07-31
misc: fastrpc: take fl->lock when moving mmaps on interrupted invoke
Junrui Luo
2026-07-31
misc: fastrpc: Remove buffer from list prior to unmap operation
Ekansh Gupta
2026-07-31
misc: fastrpc: Fix initial memory allocation for Audio PD memory pool
Ekansh Gupta
2026-06-05
misc: fastrpc: fix use-after-free race in fastrpc_map_create
Zhenghang Xiao
2026-06-05
misc: fastrpc: Fix NULL pointer dereference in rpmsg callback
Mukesh Ojha
2026-06-05
misc: fastrpc: fix DMA address corruption due to find_vma misuse
Junrui Luo
2026-06-05
misc: fastrpc: fix use-after-free of fastrpc_user in workqueue context
Anandu Krishnan E
2026-04-02
misc: fastrpc: check qcom_scm_assign_mem() return in rpmsg_probe
Xingjing Deng
2026-04-02
misc: fastrpc: possible double-free of cctx->remote_heap
Xingjing Deng
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-12-29
misc: fastrpc: Update dma_bits for CDSP support on Kaanapali SoC
Kumari Pallavi
2025-12-29
misc: fastrpc: Add support for new DSP IOVA formatting
Kumari Pallavi
2025-12-29
misc: fastrpc: Rename phys to dma_addr for clarity
Kumari Pallavi
2025-10-22
misc: fastrpc: Fix dma_buf object leak in fastrpc_map_lookup
Junhao Xie
2025-10-07
Merge tag 'char-misc-6.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-09-12
misc: fastrpc: Skip reference for DMA handles
Ling Xu
2025-09-12
misc: fastrpc: fix possible map leak in fastrpc_put_args
Ling Xu
2025-09-12
misc: fastrpc: Fix fastrpc_map_lookup operation
Ling Xu
2025-09-12
misc: fastrpc: Save actual DMA size in fastrpc_map structure
Ling Xu
2025-09-12
misc: fastrpc: add support for gdsp remoteproc
Ling Xu
2025-09-12
misc: fastrpc: Cleanup the domain names
Ling Xu
2025-09-12
misc: fastrpc: Remove kernel-side domain checks from capability ioctl
Ling Xu
2025-07-16
misc: fastrpc: Use of_reserved_mem_region_to_resource() for "memory-region"
Rob Herring (Arm)
2025-04-15
misc: fastrpc: Add meaningful labels for exit paths
Anandu Krishnan E
2025-01-10
misc: fastrpc: Fix copy buffer page size
Ekansh Gupta
2025-01-10
misc: fastrpc: Fix registered buffer page address
Ekansh Gupta
2025-01-10
misc: fastrpc: Deregister device nodes properly in error scenarios
Anandu Krishnan E
2025-01-10
misc: fastrpc: Rename tgid and pid to client_id
Ekansh Gupta
2025-01-10
misc: fastrpc: Add support for multiple PD from one process
Ekansh Gupta
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
2024-09-09
Merge 6.11-rc7 into char-misc-next
Greg Kroah-Hartman
2024-09-03
misc: fastrpc: Fix double free of 'buf' in error path
Sukrut Bellary
2024-09-03
misc: fastrpc: Add support for cdsp1 remoteproc
Ling Xu
2024-08-15
Revert "misc: fastrpc: Restrict untrusted app to attach to privileged PD"
Griffin Kroah-Hartman
[next]