summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* ALSA: seq: Fix a potential UAF by wrong private_free call orderTakashi Iwai2021-10-201-5/+3
* ALSA: pcm: fix divide error in snd_pcm_lib_ioctlZubin Mithra2021-09-121-1/+1
* ALSA: seq: Fix racy deletion of subscriberTakashi Iwai2021-08-121-12/+27
* ALSA: timer: Fix master timer notificationTakashi Iwai2021-06-101-1/+2
* ALSA: core: remove redundant spin_lock pair in snd_card_disconnectJia Zhou2021-05-141-2/+0
* ALSA: seq: oss: Fix missing error check in snd_seq_oss_synth_make_info()Takashi Iwai2021-01-271-1/+2
* ALSA: pcm: Clear the full allocated memory at hw_paramsTakashi Iwai2021-01-061-2/+7
* ALSA: rawmidi: Access runtime->avail always in spinlockTakashi Iwai2021-01-061-14/+35
* ALSA: seq: Use bool for snd_seq_queue internal flagsTakashi Iwai2021-01-061-4/+4
* ALSA: core: memalloc: add page alignment for iramRobin Gong2020-12-301-1/+2
* ALSA: pcm: oss: Fix a few more UBSAN fixesTakashi Iwai2020-12-301-8/+14
* ALSA: pcm: oss: Fix potential out-of-bounds shiftTakashi Iwai2020-12-211-1/+5
* ALSA: ctl: fix error path at adding user-defined element setTakashi Sakamoto2020-11-241-1/+1
* ALSA: seq: oss: Avoid mutex lock for a long-time ioctlTakashi Iwai2020-10-291-2/+5
* ALSA: pcm: oss: Remove superfluous WARN_ON() for mulaw sanity checkTakashi Iwai2020-09-091-2/+2
* ALSA: seq: oss: Serialize ioctlsTakashi Iwai2020-08-111-1/+7
* ALSA: info: Drop WARN_ON() from buffer NULL sanity checkTakashi Iwai2020-07-291-1/+3
* ALSA: compress: fix partial_drain completion stateVinod Koul2020-07-161-0/+4
* ALSA: pcm: fix snd_pcm_link() lockdep splatMichał Mirosław2020-06-171-2/+12
* ALSA: pcm: disallow linking stream to itselfMichał Mirosław2020-06-171-0/+6
* ALSA: hwdep: fix a left shifting 1 by 31 UB bugChangming Liu2020-06-031-2/+2
* ALSA: pcm: fix incorrect hw_base increaseBrent Lu2020-05-271-0/+1
* ALSA: rawmidi: Fix racy buffer resize under concurrent accessesTakashi Iwai2020-05-201-4/+27
* ALSA: pcm: oss: Place the plugin buffer overflow checks correctlyTakashi Iwai2020-05-061-8/+12
* ALSA: pcm: oss: Fix regression by buffer overflow fixTakashi Iwai2020-04-171-8/+24
* ALSA: pcm: oss: Remove WARNING from snd_pcm_plug_alloc() checksTakashi Iwai2020-03-251-2/+2
* ALSA: pcm: oss: Avoid plugin buffer overflowTakashi Iwai2020-03-251-0/+8
* ALSA: seq: oss: Fix running status after receiving sysexTakashi Iwai2020-03-251-0/+1
* ALSA: seq: virmidi: Fix running status after receiving sysexTakashi Iwai2020-03-251-0/+1
* ALSA: seq: Fix concurrent access to queue current tick/timeTakashi Iwai2020-02-284-9/+20
* ALSA: seq: Avoid concurrent access to queue flagsTakashi Iwai2020-02-281-4/+16
* ALSA: ctl: allow TLV read operation for callback type of element in locked caseTakashi Sakamoto2020-02-241-2/+3
* ALSA: seq: Fix racy access for queue timer in proc readTakashi Iwai2020-01-231-5/+9
* ALSA: pcm: Yet another missing check of non-cached buffer typeTakashi Iwai2020-01-091-1/+2
* ALSA: timer: Limit max amount of slave instancesTakashi Iwai2019-12-311-0/+10
* ALSA: pcm: Fix missing check of the new non-cached buffer typeTakashi Iwai2019-12-311-1/+2
* ALSA: pcm: Avoid possible info leaks from PCM stream buffersTakashi Iwai2019-12-311-0/+4
* ALSA: pcm: oss: Avoid potential buffer overflowsTakashi Iwai2019-12-133-0/+6
* ALSA: pcm: Fix stream lock usage in snd_pcm_period_elapsed()paulhsia2019-11-131-2/+6
* Merge tag 'asoc-fix-v5.4-rc6' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2019-11-071-1/+1
|\
| * ASoC: compress: fix unsigned integer overflow checkXiaojun Sang2019-10-211-1/+1
* | ALSA: timer: Fix incorrectly assigned timer instanceTakashi Iwai2019-11-061-3/+3
* | ALSA: timer: Fix mutex deadlock at releasing cardTakashi Iwai2019-10-301-7/+17
* | Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-191-7/+6
|\ \
| * | ALSA: pcm: use dma_can_mmap() to check if a device supports dma_mmap_*Christoph Hellwig2019-09-041-7/+6
* | | Merge branch 'asoc-5.4' into asoc-nextMark Brown2019-09-091-1/+1
|\ \ \ | | |/ | |/|
| * | ALSA: pcm: add support for 352.8KHz and 384KHz sample rateVidyakumar Athota2019-08-281-1/+1
* | | ALSA: seq: Fix potential concurrent access to the deleted poolTakashi Iwai2019-08-253-2/+20
| |/ |/|
* | ALSA: pcm: fix lost wakeup event scenarios in snd_pcm_drainYuki Tsunashima2019-07-291-1/+2
* | ALSA: compress: Be more restrictive about when a drain is allowedCharles Keepax2019-07-231-0/+6