summaryrefslogtreecommitdiff
path: root/sound/core/oss
AgeCommit message (Expand)Author
2022-03-28ALSA: oss: Fix PCM OSS buffer allocation overflowTakashi Iwai
2022-01-27ALSA: oss: fix compile error when OSS_DEBUG is enabledBixuan Cui
2021-12-14ALSA: pcm: oss: Handle missing errors in snd_pcm_oss_change_params*()Takashi Iwai
2021-12-14ALSA: pcm: oss: Limit the period size to 16MBTakashi Iwai
2021-12-14ALSA: pcm: oss: Fix negative period/buffer sizesTakashi Iwai
2021-11-17ALSA: mixer: fix deadlock in snd_mixer_oss_set_volumePavel Skripkin
2021-11-17ALSA: mixer: oss: Fix racy access to slotsTakashi Iwai
2020-12-30ALSA: pcm: oss: Fix a few more UBSAN fixesTakashi Iwai
2020-12-21ALSA: pcm: oss: Fix potential out-of-bounds shiftTakashi Iwai
2020-09-09ALSA: pcm: oss: Remove superfluous WARN_ON() for mulaw sanity checkTakashi Iwai
2020-05-06ALSA: pcm: oss: Place the plugin buffer overflow checks correctlyTakashi Iwai
2020-04-17ALSA: pcm: oss: Fix regression by buffer overflow fixTakashi Iwai
2020-03-25ALSA: pcm: oss: Remove WARNING from snd_pcm_plug_alloc() checksTakashi Iwai
2020-03-25ALSA: pcm: oss: Avoid plugin buffer overflowTakashi Iwai
2019-12-13ALSA: pcm: oss: Avoid potential buffer overflowsTakashi Iwai
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-24ALSA: pcm: oss: Use struct_size() helperGustavo A. R. Silva
2019-04-17ALSA: core: Don't refer to snd_cards array directlyTakashi Iwai
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-08-27ALSA: pcm: signedness bug in snd_pcm_plug_alloc()Dan Carpenter
2018-08-01ALSA: pcm: Mark expected switch fall-throughGustavo A. R. Silva
2018-07-27ALSA: pcm: Fix sparse warning wrt PCM format typeTakashi Iwai
2018-07-26ALSA: pcm: Use standard lower_32_bits() and upper_32_bits()Takashi 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-04ALSA: pcm: Add missing error checks in OSS emulation plugin builderTakashi 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-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
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-16ALSA: core: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai
2017-06-02ALSA: pcm: Build OSS writev/readv helpers conditionallyTakashi Iwai
2017-06-02ALSA: pcm: Kill set_fs() in PCM OSS layerTakashi Iwai