summaryrefslogtreecommitdiffstats
path: root/sound/core
AgeCommit message (Expand)Author
2021-11-17ALSA: mixer: fix deadlock in snd_mixer_oss_set_volumePavel Skripkin
2021-11-17ALSA: mixer: oss: Fix racy access to slotsTakashi Iwai
2021-11-17ALSA: timer: Unconditionally unlink slave instances, tooTakashi Iwai
2021-11-17ALSA: timer: Fix use-after-free problemWang Wensheng
2021-10-20ALSA: seq: Fix a potential UAF by wrong private_free call orderTakashi Iwai
2021-09-12ALSA: pcm: fix divide error in snd_pcm_lib_ioctlZubin Mithra
2021-08-12ALSA: seq: Fix racy deletion of subscriberTakashi Iwai
2021-06-10ALSA: timer: Fix master timer notificationTakashi Iwai
2021-05-14ALSA: core: remove redundant spin_lock pair in snd_card_disconnectJia Zhou
2021-01-27ALSA: seq: oss: Fix missing error check in snd_seq_oss_synth_make_info()Takashi Iwai
2021-01-06ALSA: pcm: Clear the full allocated memory at hw_paramsTakashi Iwai
2021-01-06ALSA: rawmidi: Access runtime->avail always in spinlockTakashi Iwai
2021-01-06ALSA: seq: Use bool for snd_seq_queue internal flagsTakashi Iwai
2020-12-30ALSA: core: memalloc: add page alignment for iramRobin Gong
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-11-24ALSA: ctl: fix error path at adding user-defined element setTakashi Sakamoto
2020-10-29ALSA: seq: oss: Avoid mutex lock for a long-time ioctlTakashi Iwai
2020-09-09ALSA: pcm: oss: Remove superfluous WARN_ON() for mulaw sanity checkTakashi Iwai
2020-08-11ALSA: seq: oss: Serialize ioctlsTakashi Iwai
2020-07-29ALSA: info: Drop WARN_ON() from buffer NULL sanity checkTakashi Iwai
2020-07-16ALSA: compress: fix partial_drain completion stateVinod Koul
2020-06-17ALSA: pcm: fix snd_pcm_link() lockdep splatMichał Mirosław
2020-06-17ALSA: pcm: disallow linking stream to itselfMichał Mirosław
2020-06-03ALSA: hwdep: fix a left shifting 1 by 31 UB bugChangming Liu
2020-05-27ALSA: pcm: fix incorrect hw_base increaseBrent Lu
2020-05-20ALSA: rawmidi: Fix racy buffer resize under concurrent accessesTakashi 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
2020-03-25ALSA: seq: oss: Fix running status after receiving sysexTakashi Iwai
2020-03-25ALSA: seq: virmidi: Fix running status after receiving sysexTakashi Iwai
2020-02-28ALSA: seq: Fix concurrent access to queue current tick/timeTakashi Iwai
2020-02-28ALSA: seq: Avoid concurrent access to queue flagsTakashi Iwai
2020-02-24ALSA: ctl: allow TLV read operation for callback type of element in locked caseTakashi Sakamoto
2020-01-23ALSA: seq: Fix racy access for queue timer in proc readTakashi Iwai
2020-01-09ALSA: pcm: Yet another missing check of non-cached buffer typeTakashi Iwai
2019-12-31ALSA: timer: Limit max amount of slave instancesTakashi Iwai
2019-12-31ALSA: pcm: Fix missing check of the new non-cached buffer typeTakashi Iwai
2019-12-31ALSA: pcm: Avoid possible info leaks from PCM stream buffersTakashi Iwai
2019-12-13ALSA: pcm: oss: Avoid potential buffer overflowsTakashi Iwai
2019-11-13ALSA: pcm: Fix stream lock usage in snd_pcm_period_elapsed()paulhsia
2019-11-07Merge tag 'asoc-fix-v5.4-rc6' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai
2019-11-06ALSA: timer: Fix incorrectly assigned timer instanceTakashi Iwai
2019-10-30ALSA: timer: Fix mutex deadlock at releasing cardTakashi Iwai
2019-10-21ASoC: compress: fix unsigned integer overflow checkXiaojun Sang
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-09-09Merge branch 'asoc-5.4' into asoc-nextMark Brown
2019-09-04ALSA: pcm: use dma_can_mmap() to check if a device supports dma_mmap_*Christoph Hellwig