summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)Author
2018-05-26ALSA: control: fix a redundant-copy issueWenwen Wang
2018-05-26ALSA: timer: Call notifier in the same spinlockTakashi Iwai
2018-05-16ALSA: seq: Fix races at MIDI encoding in snd_virmidi_output_trigger()Takashi Iwai
2018-05-16ALSA: pcm: Check PCM state at xfern compat ioctlTakashi Iwai
2018-05-02ALSA: seq: oss: Hardening for potential Spectre v1Takashi Iwai
2018-05-02ALSA: seq: oss: Fix unbalanced use lock for synth MIDI deviceTakashi Iwai
2018-05-02ALSA: core: Report audio_tstamp in snd_pcm_sync_ptrDavid Henningsson
2018-04-24ALSA: rawmidi: Fix missing input substream checks in compat ioctlsTakashi Iwai
2018-04-24ALSA: pcm: Fix endless loop for XRUN recovery in OSS emulationTakashi Iwai
2018-04-24ALSA: pcm: Fix mutex unbalance in OSS emulation ioctlsTakashi Iwai
2018-04-24ALSA: pcm: Return -EBUSY for OSS ioctls changing busy streamsTakashi Iwai
2018-04-24ALSA: pcm: Avoid potential races between OSS ioctls and read/writeTakashi Iwai
2018-04-24ALSA: pcm: Use ERESTARTSYS instead of EINTR in OSS emulationTakashi Iwai
2018-04-24ALSA: oss: consolidate kmalloc/memset 0 call to kzallocNicholas Mc Guire
2018-04-24ALSA: pcm: Fix UAF at PCM release via PCM timer accessTakashi Iwai
2018-04-08ALSA: pcm: potential uninitialized return valuesDan Carpenter
2018-04-08ALSA: pcm: Use dma_bytes as size parameter in dma_mmap_coherent()Stefan Roese
2018-03-22ALSA: seq: Clear client entry before deleting else at closingTakashi Iwai
2018-03-22ALSA: seq: Fix possible UAF in snd_seq_check_queue()Takashi Iwai
2018-03-22ALSA: pcm: Fix UAF in snd_pcm_oss_get_formats()Takashi Iwai
2018-03-18ALSA: seq: More protection for concurrent write and ioctl racesTakashi Iwai
2018-03-18ALSA: seq: Don't allow resizing pool in useTakashi Iwai
2018-02-22ALSA: seq: Fix racy pool initializationsTakashi Iwai
2018-02-22ALSA: seq: Fix regression by incorrect ioctl_mutex usagesTakashi Iwai
2018-02-03ALSA: seq: Make ioctls race-freeTakashi Iwai
2018-01-23ALSA: pcm: Remove yet superfluous WARN_ON()Takashi Iwai
2018-01-17ALSA: pcm: Allow aborting mutex lock at OSS read/write loopsTakashi Iwai
2018-01-17ALSA: pcm: Abort properly at pending signal in OSS read/write loopsTakashi Iwai
2018-01-17ALSA: pcm: Add missing error checks in OSS emulation plugin builderTakashi Iwai
2018-01-17ALSA: pcm: Remove incorrect snd_BUG_ON() usagesTakashi Iwai
2018-01-02ALSA: rawmidi: Avoid racy info ioctl via ctl deviceTakashi Iwai
2017-12-16ALSA: seq: Remove spurious WARN_ON() at timer checkTakashi Iwai
2017-12-16ALSA: pcm: prevent UAF in snd_pcm_infoRobb Glasser
2017-11-30ALSA: timer: Remove kernel warning at compat ioctl error pathsTakashi Iwai
2017-11-30ALSA: pcm: update tstamp only if audio_tstamp changedHenrik Eriksson
2017-11-18ALSA: seq: Cancel pending autoload work at unbinding deviceTakashi Iwai
2017-11-15ALSA: seq: Fix OSS sysex delivery in OSS emulationTakashi Iwai
2017-11-08ALSA: seq: Fix nested rwsem annotation for lockdep splatTakashi Iwai
2017-11-08ALSA: timer: Add missing mutex lock for compat ioctlsTakashi Iwai
2017-10-27ALSA: seq: Enable 'use' locking in all configurationsBen Hutchings
2017-10-18ALSA: seq: Fix copy_from_user() call inside lockTakashi Iwai
2017-10-18ALSA: seq: Fix use-after-free at creating a portTakashi Iwai
2017-10-12ALSA: compress: Remove unused variableGuneshwor Singh
2017-08-30ALSA: core: Fix unexpected error at replacing user TLVTakashi Iwai
2017-08-24ALSA: seq: 2nd attempt at fixing race creating a queueDaniel Mentz
2017-06-14ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECTTakashi Iwai
2017-06-14ALSA: timer: Fix race between read and ioctlTakashi Iwai
2017-05-02ALSA: seq: Don't break snd_use_lock_sync() loop by timeoutTakashi Iwai
2017-04-08ALSA: seq: Fix race during FIFO resizeTakashi Iwai
2017-03-30ALSA: seq: Fix racy cell insertions during snd_seq_pool_done()Takashi Iwai