index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
core
/
pcm_native.c
Age
Commit message (
Expand
)
Author
Files
Lines
10 days
treewide: refresh kmalloc_obj() conversions
Kees Cook
1
-1
/
+1
2026-08-31
ALSA: pcm: Serialize PCM mmap with buffer reallocation to fix page UAF
Yilin Zhang
1
-10
/
+25
2026-08-31
ALSA: pcm: Fix race between non-atomic ops and trigger-start
Takashi Iwai
1
-0
/
+2
2026-08-13
ALSA: pcm: Drop __force casts
Takashi Iwai
1
-14
/
+14
2026-07-30
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-0
/
+7
2026-07-28
ALSA: pcm: wake linked drain waiters on unlink
Norbert Szetei
1
-0
/
+7
2026-07-13
ALSA: core: Clean up file_operations definitions
bui duc phuc
1
-22
/
+22
2026-07-08
ALSA: pcm: Return -ENODEV instead of -EFAULT in snd_pcm_open()
bui duc phuc
1
-1
/
+1
2026-07-03
ALSA: pcm: Drop redundant nonseekable_open() return check
bui duc phuc
1
-6
/
+8
2026-06-29
ALSA: pcm: Notify disconnected state at mmap data fault, too
Takashi Iwai
1
-0
/
+2
2026-06-10
ALSA: pcm: Fix unlocked state reads in read/write file ops
Cássio Gabriel
1
-8
/
+12
2026-06-07
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-4
/
+3
2026-06-06
ALSA: pcm: Fix unlocked runtime state reads in xfer ioctls
Cássio Gabriel
1
-4
/
+3
2026-06-04
ALSA: PCM: Fix wait queue list corruption in snd_pcm_drain() on linked streams
Ji'an Zhou
1
-4
/
+3
2026-05-07
ALSA: pcm: use snd_pcm_get_state() in remaining ioctl checks
Cen Zhang
1
-6
/
+8
2026-04-01
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-3
/
+16
2026-03-27
ALSA: pcm: Serialize snd_pcm_suspend_all() with open_mutex
Cássio Gabriel
1
-1
/
+5
2026-03-16
ALSA: pcm: oss: use proper stream lock for runtime->state access
Cen Zhang
1
-2
/
+21
2026-03-09
ALSA: pcm: fix use-after-free on linked stream runtime in snd_pcm_drain()
Mehul Rao
1
-3
/
+16
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-4
/
+4
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-4
/
+4
2026-01-08
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-2
/
+7
2026-01-08
ALSA: pcm: Improve the fix for race of buffer access at PCM OSS layer
Jaroslav Kysela
1
-2
/
+7
2026-01-07
ALSA: pcm: Revert bufs move in snd_pcm_xfern_frames_ioctl()
Nathan Chancellor
1
-2
/
+2
2025-12-17
ALSA: pcm: Relax __free() variable declarations
Takashi Iwai
1
-24
/
+26
2025-09-16
ALSA: pcm: Disable bottom softirqs as part of spin_lock_irq() on PREEMPT_RT
Sebastian Andrzej Siewior
1
-8
/
+13
2025-06-16
ALSA: pcm: Convert snd_pcm_sync_ptr() to user_access_begin/user_access_end()
Christophe Leroy
1
-20
/
+18
2025-06-16
ALSA: pcm: Replace [audio_]tstamp_[n]sec by struct __snd_timespec in struct s...
Christophe Leroy
1
-8
/
+6
2025-06-14
ALSA: pcm: Convert SNDRV_PCM_IOCTL_SYNC_PTR to user_access_begin/user_access_...
Christophe Leroy
1
-16
/
+28
2025-06-14
ALSA: pcm: refactor copy from/to user in SNDRV_PCM_IOCTL_SYNC_PTR
Christophe Leroy
1
-12
/
+30
2025-06-09
ALSA: pcm: Rewrite recalculate_boundary() to avoid costly loop
Christophe Leroy
1
-4
/
+15
2025-05-16
ALSA: pcm: Fix race of buffer access at PCM OSS layer
Takashi Iwai
1
-0
/
+11
2025-01-28
ALSA: pcm: use new array-copying-wrapper
Chenyuan Yang
1
-1
/
+1
2024-11-29
Merge tag 'sound-fix-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+4
2024-11-21
Merge tag 'sound-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-0
/
+20
2024-11-21
ALSA: pcm: Add sanity NULL check for the default mmap fault handler
Takashi Iwai
1
-2
/
+4
2024-11-13
ALSA: pcm: Define snd_pcm_mmap_data_{open|close}() locally
Takashi Iwai
1
-0
/
+20
2024-11-03
deal with the last remaing boolean uses of fd_file()
Al Viro
1
-1
/
+1
2024-10-02
Merge tag 'asoc-fix-v6.12-rc1' of https://git.kernel.org/pub/scm/linux/kernel...
Takashi Iwai
1
-5
/
+3
2024-09-30
ALSA: Fix typos in comments across various files
Yu Jiaoliang
1
-1
/
+1
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-2
/
+0
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+3
2024-09-11
ALSA: pcm: Fix breakage of PCM rates used for topology
Takashi Iwai
1
-3
/
+7
2024-09-06
ALSA: pcm: add more sample rate definitions
Jerome Brunet
1
-3
/
+3
2024-09-02
ALSA: core: Drop superfluous no_free_ptr() for memdup_user() errors
Takashi Iwai
1
-5
/
+5
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
1
-3
/
+3
2024-07-02
ALSA: pcm: reinvent the stream synchronization ID API
Jaroslav Kysela
1
-0
/
+6
2024-06-25
ALSA: PCM: Allow resume only for suspended streams
Takashi Iwai
1
-0
/
+2
2024-04-18
ALSA: pcm: add support for 705.6kHz and 768kHz sample rates
Pavel Hofman
1
-1
/
+1
2024-03-11
Merge branch 'for-next' into for-linus
Takashi Iwai
1
-268
/
+189
[next]