summaryrefslogtreecommitdiffstats
path: root/sound/core/oss/pcm_oss.c
Commit message (Expand)AuthorAgeFilesLines
* 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-181-4/+8
|/
* 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: oss: Fix assignment in if conditionTakashi Iwai2021-06-091-25/+45
* ALSA: core: avoid -Wempty-body warningsArnd Bergmann2021-03-221-2/+6
* 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: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-091-1/+1
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* ALSA: pcm: oss: Unlock mutex temporarily for sleeping at read/writeTakashi Iwai2020-02-141-0/+4
* ALSA: pcm: Use standard macros for fixing PCM format castTakashi Iwai2020-02-101-11/+8
* compat_ioctl: remove translation for sound ioctlsArnd Bergmann2019-10-231-0/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-16/+1
* 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-091-3/+3
* ALSA: pcm: Fix sparse warning wrt PCM format typeTakashi Iwai2018-07-271-1/+1
* sound: Use octal not symbolic permissionsJoe Perches2018-05-281-1/+1
* ALSA: pcm: Fix endless loop for XRUN recovery in OSS emulationTakashi Iwai2018-04-071-2/+3
* Merge branch 'for-next' into for-linusTakashi Iwai2018-04-021-36/+149
|\
| * ALSA: pcm: Fix mutex unbalance in OSS emulation ioctlsTakashi Iwai2018-03-271-25/+42
| * ALSA: pcm: Return -EBUSY for OSS ioctls changing busy streamsTakashi Iwai2018-03-231-9/+27
| * ALSA: pcm: Avoid potential races between OSS ioctls and read/writeTakashi Iwai2018-03-231-28/+106
* | ALSA: pcm: potential uninitialized return valuesDan Carpenter2018-03-271-2/+2
|/
* ALSA: pcm: Fix UAF in snd_pcm_oss_get_formats()Takashi Iwai2018-03-111-4/+6
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-2/+2
|\
| * sound: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* | ALSA: pcm: Use ERESTARTSYS instead of EINTR in OSS emulationTakashi Iwai2018-01-091-1/+1
* | Merge branch 'for-linus' into for-nextTakashi Iwai2018-01-091-14/+27
|\ \
| * | ALSA: pcm: Allow aborting mutex lock at OSS read/write loopsTakashi Iwai2018-01-081-15/+21
| * | ALSA: pcm: Abort properly at pending signal in OSS read/write loopsTakashi Iwai2018-01-081-0/+8
| * | ALSA: pcm: Remove incorrect snd_BUG_ON() usagesTakashi Iwai2018-01-021-1/+0
| |/
* / ALSA: pcm: Set config update bits only when really changedTakashi Iwai2018-01-021-5/+5
|/
* Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-07-061-77/+24
|\
| * ALSA: pcm: Build OSS writev/readv helpers conditionallyTakashi Iwai2017-06-021-6/+6
| * ALSA: pcm: Kill set_fs() in PCM OSS layerTakashi Iwai2017-06-021-65/+12
| * ALSA: pcm/oss: refer to parameters instead of copying to reduce usage of kern...Takashi Sakamoto2017-05-171-8/+8
| * ALSA: pcm: use helper function to refer parameter as read-onlyTakashi Sakamoto2017-05-171-2/+2
* | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-2/+2
|/
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* ALSA: oss: don't opencode IS_REACHABLE()Fabian Frederick2016-11-121-1/+1