summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* ALSA: pcm: Fix missing fixup call in compat hw_refine ioctlTakashi Iwai2023-09-231-2/+6
* ALSA: seq: oss: Fix racy open/close of MIDI devicesTakashi Iwai2023-09-231-13/+22
* ALSA: jack: Fix mutex call in snd_jack_report()Takashi Iwai2023-08-111-8/+7
* treewide: Remove uninitialized_var() usageKees Cook2023-08-111-1/+1
* ALSA: oss: avoid missing-prototype warningsArnd Bergmann2023-06-091-8/+8
* ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent UAFClement Lecigne2023-01-181-0/+4
* ALSA: seq: Fix function prototype mismatch in snd_seq_expand_var_eventKees Cook2022-12-141-4/+7
* ALSA: dmaengine: increment buffer pointer atomicallyAndreas Pape2022-10-261-3/+5
* ALSA: rawmidi: Drop register_mutex in snd_rawmidi_free()Takashi Iwai2022-10-261-2/+0
* ALSA: oss: Fix potential deadlock at unregistrationTakashi Iwai2022-10-261-4/+9
* ALSA: seq: Fix data-race at module auto-loadingTakashi Iwai2022-09-151-7/+5
* ALSA: seq: oss: Fix data-race for max_midi_devs accessTakashi Iwai2022-09-151-0/+2
* ALSA: timer: Use deferred fasync helperTakashi Iwai2022-08-251-5/+6
* ALSA: core: Add async signal helpersTakashi Iwai2022-08-251-0/+94
* ALSA: info: Fix llseek return value when using callbackAmadeusz Sławiński2022-08-251-3/+3
* ALSA: memalloc: Align buffer allocations in page sizeTakashi Iwai2022-07-291-0/+1
* ALSA: jack: Access input_dev under mutexAmadeusz Sławiński2022-06-141-7/+27
* ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lockTakashi Iwai2022-05-153-11/+38
* ALSA: pcm: Fix races among concurrent prealloc proc writesTakashi Iwai2022-05-151-4/+7
* ALSA: pcm: Fix races among concurrent prepare and hw_params/hw_free callsTakashi Iwai2022-05-151-14/+18
* ALSA: pcm: Fix races among concurrent read/write and buffer changesTakashi Iwai2022-05-151-0/+4
* ALSA: pcm: Fix races among concurrent hw_params and hw_free callsTakashi Iwai2022-05-152-19/+38
* ALSA: pcm: Test for "silence" field in struct "pcm_format_data"Fabio M. De Francesco2022-04-201-1/+1
* ALSA: pcm: Add stream lock during PCM reset ioctl operationsTakashi Iwai2022-03-281-0/+4
* ALSA: oss: Fix PCM OSS buffer allocation overflowTakashi Iwai2022-03-282-5/+12
* ALSA: seq: Set upper limit of processed eventsTakashi Iwai2022-01-271-2/+12
* ALSA: oss: fix compile error when OSS_DEBUG is enabledBixuan Cui2022-01-271-1/+1
* ALSA: PCM: Add missing rwsem around snd_ctl_remove() callsTakashi Iwai2022-01-271-1/+5
* ALSA: jack: Add missing rwsem around snd_ctl_remove() callsTakashi Iwai2022-01-271-0/+3
* ALSA: jack: Check the return value of kstrdup()Xiaoke Wang2021-12-291-0/+4
* ALSA: pcm: oss: Handle missing errors in snd_pcm_oss_change_params*()Takashi Iwai2021-12-141-2/+9
* ALSA: pcm: oss: Limit the period size to 16MBTakashi Iwai2021-12-141-1/+1
* ALSA: pcm: oss: Fix negative period/buffer sizesTakashi Iwai2021-12-141-9/+15
* ALSA: ctl: Fix copy of updated id with element read/writeAlan Young2021-12-141-0/+3
* ALSA: ISA: not for M68KRandy Dunlap2021-11-261-0/+2
* ALSA: mixer: fix deadlock in snd_mixer_oss_set_volumePavel Skripkin2021-11-261-1/+1
* ALSA: mixer: oss: Fix racy access to slotsTakashi Iwai2021-11-261-10/+33
* ALSA: timer: Unconditionally unlink slave instances, tooTakashi Iwai2021-11-261-7/+6
* ALSA: timer: Fix use-after-free problemWang Wensheng2021-11-261-2/+2
* 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-221-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-221-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: pcm: oss: Fix a few more UBSAN fixesTakashi Iwai2020-12-301-8/+14
* ALSA: pcm: oss: Fix potential out-of-bounds shiftTakashi Iwai2020-12-301-1/+5