summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)AuthorFilesLines
2022-06-14ALSA: jack: Access input_dev under mutexAmadeusz Sławiński1-7/+27
2022-05-12ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lockTakashi Iwai3-11/+38
2022-05-12ALSA: pcm: Fix races among concurrent prealloc proc writesTakashi Iwai1-4/+7
2022-05-12ALSA: pcm: Fix races among concurrent prepare and hw_params/hw_free callsTakashi Iwai1-14/+18
2022-05-12ALSA: pcm: Fix races among concurrent read/write and buffer changesTakashi Iwai1-0/+4
2022-05-12ALSA: pcm: Fix races among concurrent hw_params and hw_free callsTakashi Iwai2-19/+38
2022-04-20ALSA: pcm: Test for "silence" field in struct "pcm_format_data"Fabio M. De Francesco1-1/+1
2022-03-28ALSA: oss: Fix PCM OSS buffer allocation overflowTakashi Iwai2-5/+12
2022-03-28ALSA: pcm: Add stream lock during PCM reset ioctl operationsTakashi Iwai1-0/+4
2022-01-27ALSA: seq: Set upper limit of processed eventsTakashi Iwai1-2/+12
2022-01-27ALSA: oss: fix compile error when OSS_DEBUG is enabledBixuan Cui1-1/+1
2022-01-27ALSA: PCM: Add missing rwsem around snd_ctl_remove() callsTakashi Iwai1-1/+5
2022-01-27ALSA: jack: Add missing rwsem around snd_ctl_remove() callsTakashi Iwai1-0/+3
2021-12-29ALSA: jack: Check the return value of kstrdup()Xiaoke Wang1-0/+4
2021-12-14ALSA: pcm: oss: Handle missing errors in snd_pcm_oss_change_params*()Takashi Iwai1-2/+9
2021-12-14ALSA: pcm: oss: Limit the period size to 16MBTakashi Iwai1-1/+1
2021-12-14ALSA: pcm: oss: Fix negative period/buffer sizesTakashi Iwai1-9/+15
2021-12-14ALSA: ctl: Fix copy of updated id with element read/writeAlan Young1-0/+3
2021-11-26ALSA: ISA: not for M68KRandy Dunlap1-0/+2
2021-11-17ALSA: mixer: fix deadlock in snd_mixer_oss_set_volumePavel Skripkin1-1/+1
2021-11-17ALSA: mixer: oss: Fix racy access to slotsTakashi Iwai1-10/+33
2021-11-17ALSA: timer: Unconditionally unlink slave instances, tooTakashi Iwai1-7/+6
2021-11-17ALSA: timer: Fix use-after-free problemWang Wensheng1-2/+2
2021-10-20ALSA: seq: Fix a potential UAF by wrong private_free call orderTakashi Iwai1-5/+3
2021-09-12ALSA: pcm: fix divide error in snd_pcm_lib_ioctlZubin Mithra1-1/+1
2021-08-12ALSA: seq: Fix racy deletion of subscriberTakashi Iwai1-12/+27
2021-06-10ALSA: timer: Fix master timer notificationTakashi Iwai1-1/+2
2021-05-14ALSA: core: remove redundant spin_lock pair in snd_card_disconnectJia Zhou1-2/+0
2021-01-27ALSA: seq: oss: Fix missing error check in snd_seq_oss_synth_make_info()Takashi Iwai1-1/+2
2021-01-06ALSA: pcm: Clear the full allocated memory at hw_paramsTakashi Iwai1-2/+7
2021-01-06ALSA: rawmidi: Access runtime->avail always in spinlockTakashi Iwai1-14/+35
2021-01-06ALSA: seq: Use bool for snd_seq_queue internal flagsTakashi Iwai1-4/+4
2020-12-30ALSA: core: memalloc: add page alignment for iramRobin Gong1-1/+2
2020-12-30ALSA: pcm: oss: Fix a few more UBSAN fixesTakashi Iwai1-8/+14
2020-12-21ALSA: pcm: oss: Fix potential out-of-bounds shiftTakashi Iwai1-1/+5
2020-11-24ALSA: ctl: fix error path at adding user-defined element setTakashi Sakamoto1-1/+1
2020-10-29ALSA: seq: oss: Avoid mutex lock for a long-time ioctlTakashi Iwai1-2/+5
2020-09-09ALSA: pcm: oss: Remove superfluous WARN_ON() for mulaw sanity checkTakashi Iwai1-2/+2
2020-08-11ALSA: seq: oss: Serialize ioctlsTakashi Iwai1-1/+7
2020-07-29ALSA: info: Drop WARN_ON() from buffer NULL sanity checkTakashi Iwai1-1/+3
2020-07-16ALSA: compress: fix partial_drain completion stateVinod Koul1-0/+4
2020-06-17ALSA: pcm: fix snd_pcm_link() lockdep splatMichał Mirosław1-2/+12
2020-06-17ALSA: pcm: disallow linking stream to itselfMichał Mirosław1-0/+6
2020-06-03ALSA: hwdep: fix a left shifting 1 by 31 UB bugChangming Liu1-2/+2
2020-05-27ALSA: pcm: fix incorrect hw_base increaseBrent Lu1-0/+1
2020-05-20ALSA: rawmidi: Fix racy buffer resize under concurrent accessesTakashi Iwai1-4/+27
2020-05-06ALSA: pcm: oss: Place the plugin buffer overflow checks correctlyTakashi Iwai1-8/+12
2020-04-17ALSA: pcm: oss: Fix regression by buffer overflow fixTakashi Iwai1-8/+24
2020-03-25ALSA: pcm: oss: Remove WARNING from snd_pcm_plug_alloc() checksTakashi Iwai1-2/+2
2020-03-25ALSA: pcm: oss: Avoid plugin buffer overflowTakashi Iwai1-0/+8