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