summaryrefslogtreecommitdiff
path: root/sound/core/oss/pcm_oss.c
AgeCommit message (Expand)Author
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2022-09-27ALSA: pcm: Avoid reference to status->stateTakashi Iwai
2022-09-05ALSA: pcm: oss: Fix race at SNDCTL_DSP_SYNCTakashi Iwai
2022-03-21Merge branch 'for-next' into for-linusTakashi Iwai
2022-03-18ALSA: oss: Release temporary buffers upon errorsTakashi Iwai
2022-03-18ALSA: oss: Fix PCM OSS buffer allocation overflowTakashi Iwai
2022-01-05Merge branch 'for-next' into for-linusTakashi Iwai
2021-12-02ALSA: pcm: oss: Handle missing errors in snd_pcm_oss_change_params*()Takashi Iwai
2021-12-02ALSA: pcm: oss: Limit the period size to 16MBTakashi Iwai
2021-12-02ALSA: pcm: oss: Fix negative period/buffer sizesTakashi Iwai
2021-12-01ALSA: oss: fix compile error when OSS_DEBUG is enabledBixuan Cui
2021-06-09ALSA: oss: Fix assignment in if conditionTakashi Iwai
2021-03-22ALSA: core: avoid -Wempty-body warningsArnd Bergmann
2020-12-18ALSA: pcm: oss: Fix a few more UBSAN fixesTakashi Iwai
2020-12-14ALSA: pcm: oss: Fix potential out-of-bounds shiftTakashi Iwai
2020-07-09ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-02-14ALSA: pcm: oss: Unlock mutex temporarily for sleeping at read/writeTakashi Iwai
2020-02-10ALSA: pcm: Use standard macros for fixing PCM format castTakashi Iwai
2019-10-23compat_ioctl: remove translation for sound ioctlsArnd Bergmann
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-03-22ALSA: pcm: Fix possible OOB access in PCM oss pluginsTakashi Iwai
2019-01-24ALSA: pcm: Drop unused snd_pcm_substream.file fieldTakashi Iwai
2018-11-09ALSA: oss: Use kvzalloc() for local buffer allocationsTakashi Iwai
2018-07-27ALSA: pcm: Fix sparse warning wrt PCM format typeTakashi Iwai
2018-05-28sound: Use octal not symbolic permissionsJoe Perches
2018-04-07ALSA: pcm: Fix endless loop for XRUN recovery in OSS emulationTakashi Iwai
2018-04-02Merge branch 'for-next' into for-linusTakashi Iwai
2018-03-27ALSA: pcm: Fix mutex unbalance in OSS emulation ioctlsTakashi Iwai
2018-03-27ALSA: pcm: potential uninitialized return valuesDan Carpenter
2018-03-23ALSA: pcm: Return -EBUSY for OSS ioctls changing busy streamsTakashi Iwai
2018-03-23ALSA: pcm: Avoid potential races between OSS ioctls and read/writeTakashi Iwai
2018-03-11ALSA: pcm: Fix UAF in snd_pcm_oss_get_formats()Takashi Iwai
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-09ALSA: pcm: Use ERESTARTSYS instead of EINTR in OSS emulationTakashi Iwai
2018-01-09Merge branch 'for-linus' into for-nextTakashi Iwai
2018-01-08ALSA: pcm: Allow aborting mutex lock at OSS read/write loopsTakashi Iwai
2018-01-08ALSA: pcm: Abort properly at pending signal in OSS read/write loopsTakashi Iwai
2018-01-02ALSA: pcm: Set config update bits only when really changedTakashi Iwai
2018-01-02ALSA: pcm: Remove incorrect snd_BUG_ON() usagesTakashi Iwai
2017-11-27sound: annotate ->poll() instancesAl Viro
2017-07-06Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-06-02ALSA: pcm: Build OSS writev/readv helpers conditionallyTakashi Iwai
2017-06-02ALSA: pcm: Kill set_fs() in PCM OSS layerTakashi Iwai
2017-05-17ALSA: pcm/oss: refer to parameters instead of copying to reduce usage of kern...Takashi Sakamoto
2017-05-17ALSA: pcm: use helper function to refer parameter as read-onlyTakashi Sakamoto
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-11-12ALSA: oss: don't opencode IS_REACHABLE()Fabian Frederick