summaryrefslogtreecommitdiffstats
path: root/sound/core/oss
Commit message (Expand)AuthorAgeFilesLines
* ALSA: control: Introduce unlocked version for snd_ctl_find_*() helpersTakashi Iwai2023-07-201-5/+5
* ALSA: oss: avoid missing-prototype warningsArnd Bergmann2023-05-171-8/+8
* mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
* ALSA: pcm: Avoid reference to status->stateTakashi Iwai2022-09-271-21/+21
* ALSA: pcm: oss: Fix race at SNDCTL_DSP_SYNCTakashi Iwai2022-09-051-3/+3
* Merge branch 'for-next' into for-linusTakashi Iwai2022-03-211-13/+15
|\
| * ALSA: oss: Release temporary buffers upon errorsTakashi Iwai2022-03-181-13/+15
* | ALSA: oss: Fix PCM OSS buffer allocation overflowTakashi Iwai2022-03-182-5/+12
|/
* Merge branch 'for-next' into for-linusTakashi Iwai2022-01-051-1/+1
|\
| * ALSA: oss: fix compile error when OSS_DEBUG is enabledBixuan Cui2021-12-011-1/+1
* | ALSA: pcm: oss: Handle missing errors in snd_pcm_oss_change_params*()Takashi Iwai2021-12-021-2/+9
* | ALSA: pcm: oss: Limit the period size to 16MBTakashi Iwai2021-12-021-1/+1
* | ALSA: pcm: oss: Fix negative period/buffer sizesTakashi Iwai2021-12-021-9/+15
|/
* ALSA: mixer: fix deadlock in snd_mixer_oss_set_volumePavel Skripkin2021-10-261-1/+1
* ALSA: mixer: oss: Fix racy access to slotsTakashi Iwai2021-10-211-11/+33
* ALSA: oss: Fix assignment in if conditionTakashi Iwai2021-06-093-50/+91
* ALSA: core: avoid -Wempty-body warningsArnd Bergmann2021-03-221-2/+6
* ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches2021-01-081-6/+6
* ALSA: oss: Use DIV_ROUND_CLOSEST() instead of open-coding itLars-Peter Clausen2020-12-252-3/+3
* ALSA: pcm: oss: Fix a few more UBSAN fixesTakashi Iwai2020-12-181-8/+14
* ALSA: pcm: oss: Fix potential out-of-bounds shiftTakashi Iwai2020-12-141-1/+5
* ALSA: pcm: oss: Remove superfluous WARN_ON() for mulaw sanity checkTakashi Iwai2020-09-011-2/+2
* ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-092-2/+2
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* Merge branch 'for-linus' into for-nextTakashi Iwai2020-05-281-4/+6
|\
| * ALSA: pcm: oss: Place the plugin buffer overflow checks correctly (for 5.7)Takashi Iwai2020-04-241-4/+6
* | ALSA: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-071-1/+1
|/
* ALSA: pcm: oss: Fix regression by buffer overflow fix (again)Takashi Iwai2020-04-031-10/+12
* Merge branch 'for-next' into for-linusTakashi Iwai2020-03-303-76/+69
|\
| * ALSA: pcm: oss: Simplify plugin frame size calculationsTakashi Iwai2020-03-091-64/+56
| * Merge branch 'for-linus' into for-nextTakashi Iwai2020-03-091-0/+8
| |\
| * | ALSA: pcm: oss: Unlock mutex temporarily for sleeping at read/writeTakashi Iwai2020-02-141-0/+4
| * | ALSA: core: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-121-1/+1
| * | ALSA: pcm: Use standard macros for fixing PCM format castTakashi Iwai2020-02-101-11/+8
* | | ALSA: pcm: oss: Remove WARNING from snd_pcm_plug_alloc() checksTakashi Iwai2020-03-121-2/+2
| |/ |/|
* | ALSA: pcm: oss: Avoid plugin buffer overflowTakashi Iwai2020-03-091-0/+8
|/
* ALSA: oss: More constificationsTakashi Iwai2020-01-052-2/+2
* ALSA: mixer: oss: Constify snd_mixer_oss_assign_table definitionTakashi Iwai2020-01-031-6/+8
* Merge tag 'sound-fix-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-063-0/+6
|\
| * ALSA: pcm: oss: Avoid potential buffer overflowsTakashi Iwai2019-12-043-0/+6
* | compat_ioctl: remove translation for sound ioctlsArnd Bergmann2019-10-231-0/+4
|/
* Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-07-083-48/+3
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-303-48/+3
* | ALSA: pcm: oss: Use struct_size() helperGustavo A. R. Silva2019-05-241-2/+2
|/
* ALSA: core: Don't refer to snd_cards array directlyTakashi Iwai2019-04-171-4/+12
* ALSA: pcm: Fix possible OOB access in PCM oss pluginsTakashi Iwai2019-03-221-21/+22
* ALSA: pcm: Drop unused snd_pcm_substream.file fieldTakashi Iwai2019-01-241-1/+0
* ALSA: oss: Use kvzalloc() for local buffer allocationsTakashi Iwai2018-11-092-6/+6
* ALSA: pcm: signedness bug in snd_pcm_plug_alloc()Dan Carpenter2018-08-271-2/+2
* ALSA: pcm: Mark expected switch fall-throughGustavo A. R. Silva2018-08-011-0/+1