summaryrefslogtreecommitdiffstats
path: root/sound/core
AgeCommit message (Expand)Author
2020-06-08ALSA: hwdep: fix a left shifting 1 by 31 UB bugChangming Liu
2020-06-08ALSA: pcm: fix incorrect hw_base increaseBrent Lu
2020-06-08ALSA: rawmidi: Fix racy buffer resize under concurrent accessesTakashi Iwai
2020-05-21ALSA: pcm: oss: Place the plugin buffer overflow checks correctlyTakashi Iwai
2020-05-21ALSA: pcm: oss: Fix regression by buffer overflow fixTakashi Iwai
2020-05-21ALSA: pcm: oss: Remove WARNING from snd_pcm_plug_alloc() checksTakashi Iwai
2020-05-21ALSA: pcm: oss: Avoid plugin buffer overflowTakashi Iwai
2020-05-21ALSA: seq: oss: Fix running status after receiving sysexTakashi Iwai
2020-05-21ALSA: seq: virmidi: Fix running status after receiving sysexTakashi Iwai
2020-05-15ALSA: seq: Fix concurrent access to queue current tick/timeTakashi Iwai
2020-05-15ALSA: seq: Avoid concurrent access to queue flagsTakashi Iwai
2020-05-15ALSA: ctl: allow TLV read operation for callback type of element in locked caseTakashi Sakamoto
2020-04-12ALSA: seq: Fix racy access for queue timer in proc readTakashi Iwai
2020-03-20ALSA: pcm: Yet another missing check of non-cached buffer typeTakashi Iwai
2020-02-24ALSA: timer: Limit max amount of slave instancesTakashi Iwai
2020-02-24ALSA: pcm: Avoid possible info leaks from PCM stream buffersTakashi Iwai
2020-01-19ALSA: pcm: oss: Avoid potential buffer overflowsTakashi Iwai
2020-01-19ALSA: pcm: Fix stream lock usage in snd_pcm_period_elapsed()paulhsia
2020-01-19ASoC: compress: fix unsigned integer overflow checkXiaojun Sang
2019-12-29ALSA: timer: Fix incorrectly assigned timer instanceTakashi Iwai
2019-12-10ALSA: timer: Fix mutex deadlock at releasing cardTakashi Iwai
2019-09-06ALSA: seq: Fix potential concurrent access to the deleted poolTakashi Iwai
2019-08-25ALSA: pcm: fix lost wakeup event scenarios in snd_pcm_drainYuki Tsunashima
2019-08-16ALSA: compress: Be more restrictive about when a drain is allowedCharles Keepax
2019-08-16ALSA: compress: Don't allow paritial drain operations on capture streamsCharles Keepax
2019-08-16ALSA: compress: Prevent bypasses of set_paramsCharles Keepax
2019-08-16ALSA: compress: Fix regression on compressed capture streamsCharles Keepax
2019-07-31ALSA: pcm: Fix refcount_inc() on zero usageTakashi Iwai
2019-07-26ALSA: seq: Break too long mutex context in the write loopTakashi Iwai
2019-07-05Merge tag 'sound-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds
2019-06-28ALSA: seq: fix incorrect order of dest_client/dest_ports argumentsColin Ian King
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 151Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-09Merge tag 'sound-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov
2019-05-06Merge branch 'for-linus' into for-nextTakashi Iwai
2019-04-17ALSA: core: Don't refer to snd_cards array directlyTakashi Iwai
2019-04-16ALSA: core: Fix card races between register and disconnectTakashi Iwai
2019-04-16ALSA: info: Fix racy addition/deletion of nodesTakashi Iwai
2019-04-15ALSA: seq: Correct unlock sequence at snd_seq_client_ioctl_unlock()Takashi Iwai
2019-04-13Merge branch 'for-linus' into for-nextTakashi Iwai
2019-04-12ALSA: seq: Protect racy pool manipulation from OSS sequencerTakashi Iwai
2019-04-12ALSA: seq: Simplify snd_seq_kernel_client_enqueue() helperTakashi Iwai
2019-04-12ALSA: seq: Cover unsubscribe_port() in list_mutexTakashi Iwai