summaryrefslogtreecommitdiff
path: root/sound/core/pcm_native.c
AgeCommit message (Expand)Author
2026-03-09ALSA: pcm: fix use-after-free on linked stream runtime in snd_pcm_drain()Mehul Rao
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
2026-01-08Merge branch 'for-linus' into for-nextTakashi Iwai
2026-01-08ALSA: pcm: Improve the fix for race of buffer access at PCM OSS layerJaroslav Kysela
2026-01-07ALSA: pcm: Revert bufs move in snd_pcm_xfern_frames_ioctl()Nathan Chancellor
2025-12-17ALSA: pcm: Relax __free() variable declarationsTakashi Iwai
2025-09-16ALSA: pcm: Disable bottom softirqs as part of spin_lock_irq() on PREEMPT_RTSebastian Andrzej Siewior
2025-06-16ALSA: pcm: Convert snd_pcm_sync_ptr() to user_access_begin/user_access_end()Christophe Leroy
2025-06-16ALSA: pcm: Replace [audio_]tstamp_[n]sec by struct __snd_timespec in struct s...Christophe Leroy
2025-06-14ALSA: pcm: Convert SNDRV_PCM_IOCTL_SYNC_PTR to user_access_begin/user_access_...Christophe Leroy
2025-06-14ALSA: pcm: refactor copy from/to user in SNDRV_PCM_IOCTL_SYNC_PTRChristophe Leroy
2025-06-09ALSA: pcm: Rewrite recalculate_boundary() to avoid costly loopChristophe Leroy
2025-05-16ALSA: pcm: Fix race of buffer access at PCM OSS layerTakashi Iwai
2025-01-28ALSA: pcm: use new array-copying-wrapperChenyuan Yang
2024-11-29Merge tag 'sound-fix-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-11-21Merge tag 'sound-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2024-11-21ALSA: pcm: Add sanity NULL check for the default mmap fault handlerTakashi Iwai
2024-11-13ALSA: pcm: Define snd_pcm_mmap_data_{open|close}() locallyTakashi Iwai
2024-11-03deal with the last remaing boolean uses of fd_file()Al Viro
2024-10-02Merge tag 'asoc-fix-v6.12-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai
2024-09-30ALSA: Fix typos in comments across various filesYu Jiaoliang
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-09-11ALSA: pcm: Fix breakage of PCM rates used for topologyTakashi Iwai
2024-09-06ALSA: pcm: add more sample rate definitionsJerome Brunet
2024-09-02ALSA: core: Drop superfluous no_free_ptr() for memdup_user() errorsTakashi Iwai
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro
2024-07-02ALSA: pcm: reinvent the stream synchronization ID APIJaroslav Kysela
2024-06-25ALSA: PCM: Allow resume only for suspended streamsTakashi Iwai
2024-04-18ALSA: pcm: add support for 705.6kHz and 768kHz sample ratesPavel Hofman
2024-03-11Merge branch 'for-next' into for-linusTakashi Iwai
2024-02-28ALSA: pcm: Use guard() for PCM stream locksTakashi Iwai
2024-02-28ALSA: pcm: Use guard() for lockingTakashi Iwai
2024-02-23ALSA: pcm: Use CLASS() for fdget()/fdput()Takashi Iwai
2024-02-23ALSA: pcm: Use automatic cleanup of kfree()Takashi Iwai
2024-02-23ALSA: pcm: clarify and fix default msbits value for all formatsJaroslav Kysela
2023-11-27ALSA: pcm: Introduce MSBITS subformat interfaceJaroslav Kysela
2023-11-02Merge tag 'sound-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2023-10-26ALSA: pcm: Replace with __packed attributeTakashi Iwai
2023-09-25sound: Fix snd_pcm_readv()/writev() to use iov access functionsDavid Howells
2023-08-18ALSA: pcm: Drop obsoleted PCM copy_user and copy_kernel opsTakashi Iwai
2023-08-18ALSA: pcm: Add copy ops with iov_iterTakashi Iwai
2023-05-18Revert "ALSA: emu10k1 - delay the PCM interrupts (add pcm_irq_delay parameter)"Oswald Buddenhagen
2023-05-06Merge tag 'sound-fix-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-05-05ALSA: pcm: Revert "ALSA: pcm: rewrite snd_pcm_playback_silence()"Jaroslav Kysela
2023-04-27Merge tag 'sound-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2023-04-21ALSA: pcm: rewrite snd_pcm_playback_silence()Oswald Buddenhagen
2023-04-08ALSA: pcm: fix wait_time calculationsOswald Buddenhagen
2023-03-30ALSA: pcm: check for user backed iterator, not specific iterator typeJens Axboe