summaryrefslogtreecommitdiffstats
path: root/sound/core/oss
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-25/+25
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-26/+27
2026-02-18ALSA: core: Add SPDX license id to filesTim Bird-111/+7
2026-02-09ALSA: mixer: oss: Add card disconnect checkpointsTakashi Iwai-0/+16
2026-02-06ALSA: oss: delete self assignmentDan Carpenter-1/+1
2026-01-08Merge branch 'for-linus' into for-nextTakashi Iwai-1/+3
2026-01-08ALSA: pcm: Improve the fix for race of buffer access at PCM OSS layerJaroslav Kysela-1/+3
2025-12-17ALSA: oss: Relax __free() variable declarationsTakashi Iwai-38/+45
2025-08-27ALSA: pcm: oss: Use guard() for spin locksTakashi Iwai-2/+1
2025-06-23ALSA: mixer_oss: Remove deprecated strcpy() function callsThorsten Blum-5/+5
2025-05-16ALSA: pcm: Fix race of buffer access at PCM OSS layerTakashi Iwai-2/+1
2024-10-02Merge tag 'asoc-fix-v6.12-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai-2/+0
2024-09-30ALSA: mixer_oss: Remove some incorrect kfree_const() usagesChristophe JAILLET-2/+2
2024-09-30ALSA: Fix typos in comments across various filesYu Jiaoliang-1/+1
2024-09-27[tree-wide] finally take no_llseek outAl Viro-2/+0
2024-08-16ALSA: oss: Remove unused declarationsYue Haibing-3/+0
2024-08-09Merge branch 'topic/control-lookup-rwlock' into for-nextTakashi Iwai-5/+5
2024-08-09ALSA: control: Optimize locking for look-upTakashi Iwai-5/+5
2024-08-08ALSA: pcm: oss: Use pr_debug()Takashi Iwai-1/+1
2024-05-08ALSA: core: Use *-y instead of *-objs in MakefileTakashi Iwai-1/+1
2024-02-28ALSA: pcm: oss: Use guard() for setupTakashi Iwai-9/+3
2024-02-28ALSA: pcm: Use guard() for PCM stream locksTakashi Iwai-15/+14
2024-02-28ALSA: mixer_oss: Use guard() for lockingTakashi Iwai-142/+86
2024-02-23ALSA: pcm_oss: ump: Use automatic cleanup of kfree()Takashi Iwai-23/+10
2024-02-23ALSA: mixer_oss: ump: Use automatic cleanup of kfree()Takashi Iwai-41/+18
2023-07-20ALSA: control: Introduce unlocked version for snd_ctl_find_*() helpersTakashi Iwai-5/+5
2023-05-17ALSA: oss: avoid missing-prototype warningsArnd Bergmann-8/+8
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan-1/+1
2022-09-27ALSA: pcm: Avoid reference to status->stateTakashi Iwai-21/+21
2022-09-05ALSA: pcm: oss: Fix race at SNDCTL_DSP_SYNCTakashi Iwai-3/+3
2022-03-21Merge branch 'for-next' into for-linusTakashi Iwai-13/+15
2022-03-18ALSA: oss: Release temporary buffers upon errorsTakashi Iwai-13/+15
2022-03-18ALSA: oss: Fix PCM OSS buffer allocation overflowTakashi Iwai-5/+12
2022-01-05Merge branch 'for-next' into for-linusTakashi Iwai-1/+1
2021-12-02ALSA: pcm: oss: Handle missing errors in snd_pcm_oss_change_params*()Takashi Iwai-2/+9
2021-12-02ALSA: pcm: oss: Limit the period size to 16MBTakashi Iwai-1/+1
2021-12-02ALSA: pcm: oss: Fix negative period/buffer sizesTakashi Iwai-9/+15
2021-12-01ALSA: oss: fix compile error when OSS_DEBUG is enabledBixuan Cui-1/+1
2021-10-26ALSA: mixer: fix deadlock in snd_mixer_oss_set_volumePavel Skripkin-1/+1
2021-10-21ALSA: mixer: oss: Fix racy access to slotsTakashi Iwai-11/+33
2021-06-09ALSA: oss: Fix assignment in if conditionTakashi Iwai-50/+91
2021-03-22ALSA: core: avoid -Wempty-body warningsArnd Bergmann-2/+6
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches-6/+6
2020-12-25ALSA: oss: Use DIV_ROUND_CLOSEST() instead of open-coding itLars-Peter Clausen-3/+3
2020-12-18ALSA: pcm: oss: Fix a few more UBSAN fixesTakashi Iwai-8/+14
2020-12-14ALSA: pcm: oss: Fix potential out-of-bounds shiftTakashi Iwai-1/+5
2020-09-01ALSA: pcm: oss: Remove superfluous WARN_ON() for mulaw sanity checkTakashi Iwai-2/+2
2020-07-09ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva-2/+2
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse-1/+1