summaryrefslogtreecommitdiffstats
path: root/sound/core
AgeCommit message (Expand)Author
2022-09-08ALSA: seq: Fix data-race at module auto-loadingTakashi Iwai
2022-09-08ALSA: seq: oss: Fix data-race for max_midi_devs accessTakashi Iwai
2022-08-25ALSA: control: Use deferred fasync helperTakashi Iwai
2022-08-25ALSA: timer: Use deferred fasync helperTakashi Iwai
2022-08-25ALSA: core: Add async signal helpersTakashi Iwai
2022-08-25ALSA: info: Fix llseek return value when using callbackAmadeusz Sławiński
2022-07-29ALSA: memalloc: Align buffer allocations in page sizeTakashi Iwai
2022-06-09ALSA: pcm: Check for null pointer of pointer substream before dereferencing itColin Ian King
2022-06-09ALSA: jack: Access input_dev under mutexAmadeusz Sławiński
2022-04-20ALSA: pcm: Test for "silence" field in struct "pcm_format_data"Fabio M. De Francesco
2022-04-08ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lockTakashi Iwai
2022-03-28ALSA: pcm: Add stream lock during PCM reset ioctl operationsTakashi Iwai
2022-03-28ALSA: pcm: Fix races among concurrent prealloc proc writesTakashi Iwai
2022-03-28ALSA: pcm: Fix races among concurrent prepare and hw_params/hw_free callsTakashi Iwai
2022-03-28ALSA: pcm: Fix races among concurrent read/write and buffer changesTakashi Iwai
2022-03-28ALSA: pcm: Fix races among concurrent hw_params and hw_free callsTakashi Iwai
2022-03-28ALSA: oss: Fix PCM OSS buffer allocation overflowTakashi Iwai
2022-01-27ALSA: seq: Set upper limit of processed eventsTakashi Iwai
2022-01-27ALSA: oss: fix compile error when OSS_DEBUG is enabledBixuan Cui
2022-01-27ALSA: PCM: Add missing rwsem around snd_ctl_remove() callsTakashi Iwai
2022-01-27ALSA: jack: Add missing rwsem around snd_ctl_remove() callsTakashi Iwai
2021-12-29ALSA: jack: Check the return value of kstrdup()Xiaoke Wang
2021-12-14ALSA: pcm: oss: Handle missing errors in snd_pcm_oss_change_params*()Takashi Iwai
2021-12-14ALSA: pcm: oss: Limit the period size to 16MBTakashi Iwai
2021-12-14ALSA: pcm: oss: Fix negative period/buffer sizesTakashi Iwai
2021-12-14ALSA: ctl: Fix copy of updated id with element read/writeAlan Young
2021-11-26ALSA: ISA: not for M68KRandy Dunlap
2021-11-18ALSA: mixer: fix deadlock in snd_mixer_oss_set_volumePavel Skripkin
2021-11-18ALSA: mixer: oss: Fix racy access to slotsTakashi Iwai
2021-11-18ALSA: timer: Unconditionally unlink slave instances, tooTakashi Iwai
2021-11-18ALSA: timer: Fix use-after-free problemWang Wensheng
2021-10-20ALSA: seq: Fix a potential UAF by wrong private_free call orderTakashi Iwai
2021-10-20ALSA: pcm: Workaround for a wrong offset in SYNC_PTR compat ioctlTakashi Iwai
2021-09-08ALSA: pcm: fix divide error in snd_pcm_lib_ioctlZubin Mithra
2021-08-15ALSA: pcm: Fix mmap breakage without explicit buffer setupTakashi Iwai
2021-08-12ALSA: pcm - fix mmap capability check for the snd-dummy driverJaroslav Kysela
2021-08-12ALSA: seq: Fix racy deletion of subscriberTakashi Iwai
2021-07-28ALSA: pcm: Fix mmap capability checkTakashi Iwai
2021-07-28ALSA: pcm: Call substream ack() method upon compat mmap commitAlan Young
2021-06-16ALSA: seq: Fix race of snd_seq_timer_open()Takashi 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-03-04ALSA: pcm: Don't call sync_stop if it hasn't been stoppedTakashi Iwai
2021-03-04ALSA: pcm: Assure sync with the pending stop operation at suspendTakashi Iwai
2021-03-04ALSA: pcm: Call sync_stop at disconnectionTakashi Iwai
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