aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/oss/pcm_oss.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-27ALSA: pcm: Avoid reference to status->stateTakashi Iwai1-21/+21
2022-09-05ALSA: pcm: oss: Fix race at SNDCTL_DSP_SYNCTakashi Iwai1-3/+3
2022-03-21Merge branch 'for-next' into for-linusTakashi Iwai1-13/+15
2022-03-18ALSA: oss: Release temporary buffers upon errorsTakashi Iwai1-13/+15
2022-03-18ALSA: oss: Fix PCM OSS buffer allocation overflowTakashi Iwai1-4/+8
2022-01-05Merge branch 'for-next' into for-linusTakashi Iwai1-1/+1
2021-12-02ALSA: pcm: oss: Handle missing errors in snd_pcm_oss_change_params*()Takashi Iwai1-2/+9
2021-12-02ALSA: pcm: oss: Limit the period size to 16MBTakashi Iwai1-1/+1
2021-12-02ALSA: pcm: oss: Fix negative period/buffer sizesTakashi Iwai1-9/+15
2021-12-01ALSA: oss: fix compile error when OSS_DEBUG is enabledBixuan Cui1-1/+1
2021-06-09ALSA: oss: Fix assignment in if conditionTakashi Iwai1-25/+45
2021-03-22ALSA: core: avoid -Wempty-body warningsArnd Bergmann1-2/+6
2020-12-18ALSA: pcm: oss: Fix a few more UBSAN fixesTakashi Iwai1-8/+14
2020-12-14ALSA: pcm: oss: Fix potential out-of-bounds shiftTakashi Iwai1-1/+5
2020-07-09ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2020-02-14ALSA: pcm: oss: Unlock mutex temporarily for sleeping at read/writeTakashi Iwai1-0/+4
2020-02-10ALSA: pcm: Use standard macros for fixing PCM format castTakashi Iwai1-11/+8
2019-10-23compat_ioctl: remove translation for sound ioctlsArnd Bergmann1-0/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-16/+1
2019-03-22ALSA: pcm: Fix possible OOB access in PCM oss pluginsTakashi Iwai1-21/+22
2019-01-24ALSA: pcm: Drop unused snd_pcm_substream.file fieldTakashi Iwai1-1/+0
2018-11-09ALSA: oss: Use kvzalloc() for local buffer allocationsTakashi Iwai1-3/+3
2018-07-27ALSA: pcm: Fix sparse warning wrt PCM format typeTakashi Iwai1-1/+1
2018-05-28sound: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-04-07ALSA: pcm: Fix endless loop for XRUN recovery in OSS emulationTakashi Iwai1-2/+3
2018-04-02Merge branch 'for-next' into for-linusTakashi Iwai1-36/+149
2018-03-27ALSA: pcm: Fix mutex unbalance in OSS emulation ioctlsTakashi Iwai1-25/+42
2018-03-27ALSA: pcm: potential uninitialized return valuesDan Carpenter1-2/+2
2018-03-23ALSA: pcm: Return -EBUSY for OSS ioctls changing busy streamsTakashi Iwai1-9/+27
2018-03-23ALSA: pcm: Avoid potential races between OSS ioctls and read/writeTakashi Iwai1-28/+106
2018-03-11ALSA: pcm: Fix UAF in snd_pcm_oss_get_formats()Takashi Iwai1-4/+6
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2018-01-09ALSA: pcm: Use ERESTARTSYS instead of EINTR in OSS emulationTakashi Iwai1-1/+1
2018-01-09Merge branch 'for-linus' into for-nextTakashi Iwai1-14/+27
2018-01-08ALSA: pcm: Allow aborting mutex lock at OSS read/write loopsTakashi Iwai1-15/+21
2018-01-08ALSA: pcm: Abort properly at pending signal in OSS read/write loopsTakashi Iwai1-0/+8
2018-01-02ALSA: pcm: Set config update bits only when really changedTakashi Iwai1-5/+5
2018-01-02ALSA: pcm: Remove incorrect snd_BUG_ON() usagesTakashi Iwai1-1/+0
2017-11-27sound: annotate ->poll() instancesAl Viro1-2/+2
2017-07-06Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-77/+24
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-2/+2
2017-06-02ALSA: pcm: Build OSS writev/readv helpers conditionallyTakashi Iwai1-6/+6
2017-06-02ALSA: pcm: Kill set_fs() in PCM OSS layerTakashi Iwai1-65/+12
2017-05-17ALSA: pcm/oss: refer to parameters instead of copying to reduce usage of kernel stackTakashi Sakamoto1-8/+8
2017-05-17ALSA: pcm: use helper function to refer parameter as read-onlyTakashi Sakamoto1-2/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2016-11-12ALSA: oss: don't opencode IS_REACHABLE()Fabian Frederick1-1/+1
2016-02-01ALSA: pcm: Fix potential deadlock in OSS emulationTakashi Iwai1-6/+15