summaryrefslogtreecommitdiff
path: root/sound/core/oss
AgeCommit message (Expand)Author
2021-03-22ALSA: core: avoid -Wempty-body warningsArnd Bergmann
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches
2020-12-25ALSA: oss: Use DIV_ROUND_CLOSEST() instead of open-coding itLars-Peter Clausen
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-09-01ALSA: pcm: oss: Remove superfluous WARN_ON() for mulaw sanity checkTakashi Iwai
2020-07-09ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-05-28Merge branch 'for-linus' into for-nextTakashi Iwai
2020-05-07ALSA: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-04-24ALSA: pcm: oss: Place the plugin buffer overflow checks correctly (for 5.7)Takashi Iwai
2020-04-03ALSA: pcm: oss: Fix regression by buffer overflow fix (again)Takashi Iwai
2020-03-30Merge branch 'for-next' into for-linusTakashi Iwai
2020-03-12ALSA: pcm: oss: Remove WARNING from snd_pcm_plug_alloc() checksTakashi Iwai
2020-03-09ALSA: pcm: oss: Simplify plugin frame size calculationsTakashi Iwai
2020-03-09Merge branch 'for-linus' into for-nextTakashi Iwai
2020-03-09ALSA: pcm: oss: Avoid plugin buffer overflowTakashi Iwai
2020-02-14ALSA: pcm: oss: Unlock mutex temporarily for sleeping at read/writeTakashi Iwai
2020-02-12ALSA: core: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-10ALSA: pcm: Use standard macros for fixing PCM format castTakashi Iwai
2020-01-05ALSA: oss: More constificationsTakashi Iwai
2020-01-03ALSA: mixer: oss: Constify snd_mixer_oss_assign_table definitionTakashi Iwai
2019-12-06Merge tag 'sound-fix-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-12-04ALSA: pcm: oss: Avoid potential buffer overflowsTakashi Iwai
2019-10-23compat_ioctl: remove translation for sound ioctlsArnd Bergmann
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