summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)AuthorFilesLines
2018-02-25ALSA: seq: Fix racy pool initializationsTakashi Iwai1-2/+6
2018-02-25ALSA: seq: Fix regression by incorrect ioctl_mutex usagesTakashi Iwai1-8/+7
2018-02-07ALSA: seq: Make ioctls race-freeTakashi Iwai2-2/+9
2018-01-31ALSA: pcm: Remove yet superfluous WARN_ON()Takashi Iwai1-1/+0
2018-01-17ALSA: pcm: Allow aborting mutex lock at OSS read/write loopsTakashi Iwai1-15/+21
2018-01-17ALSA: pcm: Abort properly at pending signal in OSS read/write loopsTakashi Iwai1-0/+8
2018-01-17ALSA: pcm: Add missing error checks in OSS emulation plugin builderTakashi Iwai1-3/+11
2018-01-17ALSA: pcm: Remove incorrect snd_BUG_ON() usagesTakashi Iwai2-3/+2
2018-01-02ALSA: rawmidi: Avoid racy info ioctl via ctl deviceTakashi Iwai1-3/+12
2017-12-16ALSA: seq: Remove spurious WARN_ON() at timer checkTakashi Iwai1-1/+1
2017-12-16ALSA: pcm: prevent UAF in snd_pcm_infoRobb Glasser1-0/+2
2017-11-30ALSA: timer: Remove kernel warning at compat ioctl error pathsTakashi Iwai1-6/+6
2017-11-15ALSA: seq: Fix OSS sysex delivery in OSS emulationTakashi Iwai3-3/+32
2017-11-08ALSA: seq: Fix nested rwsem annotation for lockdep splatTakashi Iwai1-1/+1
2017-11-08ALSA: timer: Add missing mutex lock for compat ioctlsTakashi Iwai1-2/+15
2017-10-27ALSA: seq: Enable 'use' locking in all configurationsBen Hutchings2-16/+0
2017-10-18ALSA: seq: Fix missing NULL check at remove_events ioctlTakashi Iwai1-1/+1
2017-10-18ALSA: seq: Fix copy_from_user() call inside lockTakashi Iwai1-8/+19
2017-10-18ALSA: seq: Fix use-after-free at creating a portTakashi Iwai2-3/+10
2017-08-30ALSA: core: Fix unexpected error at replacing user TLVTakashi Iwai1-1/+1
2017-06-14ALSA: timer: Fix race between read and ioctlTakashi Iwai1-0/+4
2017-06-14ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECTTakashi Iwai1-0/+1
2017-05-20ALSA: timer: Fix leak in events via snd_timer_user_tinterruptKangjie Lu1-0/+1
2017-05-20ALSA: timer: Fix leak in events via snd_timer_user_ccallbackKangjie Lu1-0/+1
2017-05-20ALSA: timer: Fix leak in SNDRV_TIMER_IOCTL_PARAMSKangjie Lu1-0/+1
2017-05-20ALSA: timer: Fix race among timer ioctlsTakashi Iwai1-13/+19
2017-05-20ALSA: seq: Fix race at timer setup and closeTakashi Iwai1-0/+2
2017-05-08ALSA: pcm : Call kill_fasync() in stream lockTakashi Iwai1-1/+1
2017-05-08ALSA: seq: Don't break snd_use_lock_sync() loop by timeoutTakashi Iwai1-6/+3
2017-04-22ALSA: seq: Fix race during FIFO resizeTakashi Iwai1-0/+4
2017-04-22ALSA: seq: Fix racy cell insertions during snd_seq_pool_done()Takashi Iwai4-4/+18
2016-10-05ALSA: timer: Fix zero-division by continue of uninitialized instanceTakashi Iwai1-0/+14
2016-10-05ALSA: timer: Call notifier in the same spinlockTakashi Iwai1-118/+102
2016-10-04ALSA: timer: fix NULL pointer dereference on memory allocation failureVegard Nossum1-2/+15
2016-10-04ALSA: timer: fix division by zero after SNDRV_TIMER_IOCTL_CONTINUEVegard Nossum1-0/+1
2016-08-07ALSA: ctl: Stop notification after disconnectionTakashi Iwai1-0/+2
2016-07-19ALSA: timer: Fix negative queue usage by racy accessesTakashi Iwai1-1/+1
2016-07-12ALSA: timer: Use mod_timer() for rearming the system timerTakashi Iwai1-2/+2
2016-03-11ALSA: seq: oss: Don't drain at closing a clientTakashi Iwai3-19/+0
2016-03-11ALSA: timer: Fix ioctls for X32 ABITakashi Iwai1-0/+13
2016-03-11ALSA: timer: Fix broken compat timer user status ioctlTakashi Iwai1-2/+3
2016-03-11ALSA: rawmidi: Fix ioctls X32 ABITakashi Iwai1-0/+53
2016-03-11ALSA: ctl: Fix ioctls for X32 ABITakashi Iwai1-16/+74
2016-03-04ALSA: pcm: Fix rwsem deadlock for non-atomic PCM streamTakashi Iwai1-2/+14
2016-03-04ALSA: pcm: More kerneldoc updatesTakashi Iwai2-2/+66
2016-03-04ALSA: seq: Fix double port list deletionTakashi Iwai1-5/+8
2016-03-04ALSA: seq: Fix leak of pool buffer at concurrent writesTakashi Iwai1-4/+9
2016-03-04ALSA: seq: Drop superfluous error/debug messages after malloc failuresTakashi Iwai6-21/+7
2016-03-04ALSA: timer: Fix race at concurrent readsTakashi Iwai1-19/+15
2016-03-04ALSA: timer: Handle disconnection more safelyTakashi Iwai1-0/+48