summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)Author
2018-03-03ALSA: pcm: Remove yet superfluous WARN_ON()Takashi Iwai
2018-03-03ALSA: pcm: Allow aborting mutex lock at OSS read/write loopsTakashi Iwai
2018-03-03ALSA: pcm: Abort properly at pending signal in OSS read/write loopsTakashi Iwai
2018-03-03ALSA: pcm: Add missing error checks in OSS emulation plugin builderTakashi Iwai
2018-03-03ALSA: pcm: Remove incorrect snd_BUG_ON() usagesTakashi Iwai
2018-03-03ALSA: rawmidi: Avoid racy info ioctl via ctl deviceTakashi Iwai
2018-03-03ALSA: pcm: prevent UAF in snd_pcm_infoRobb Glasser
2018-03-03ALSA: seq: Remove spurious WARN_ON() at timer checkTakashi Iwai
2018-03-03ALSA: seq: Fix regression by incorrect ioctl_mutex usagesTakashi Iwai
2018-02-13ALSA: seq: Make ioctls race-freeTakashi Iwai
2018-02-13ALSA: timer: Remove kernel warning at compat ioctl error pathsTakashi Iwai
2018-01-01ALSA: seq: Fix OSS sysex delivery in OSS emulationTakashi Iwai
2018-01-01ALSA: timer: Limit max instances per timerTakashi Iwai
2018-01-01ALSA: timer: Protect the whole snd_timer_close() with open raceTakashi Iwai
2018-01-01ALSA: seq: Fix nested rwsem annotation for lockdep splatTakashi Iwai
2018-01-01ALSA: timer: Add missing mutex lock for compat ioctlsTakashi Iwai
2018-01-01ALSA: seq: Fix copy_from_user() call inside lockTakashi Iwai
2017-11-11ALSA: seq: Enable 'use' locking in all configurationsBen Hutchings
2017-11-11ALSA: seq: Fix use-after-free at creating a portTakashi Iwai
2017-11-11ALSA: core: Fix unexpected error at replacing user TLVTakashi Iwai
2017-07-18ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECTTakashi Iwai
2017-07-18ALSA: timer: Fix race between read and ioctlTakashi Iwai
2017-07-18ALSA: seq: Don't break snd_use_lock_sync() loop by timeoutTakashi Iwai
2017-07-18ALSA: seq: Fix race during FIFO resizeTakashi Iwai
2017-07-18ALSA: seq: Fix racy cell insertions during snd_seq_pool_done()Takashi Iwai
2017-06-05ALSA: seq: Fix link corruption by event error handlingTakashi Iwai
2017-06-05ALSA: timer: Reject user params with too small ticksTakashi Iwai
2017-03-16ALSA: seq: Fix race at creating a queueTakashi Iwai
2017-03-16ALSA: seq: Don't handle loop timeout at snd_seq_pool_done()Takashi Iwai
2017-02-23ALSA: pcm : Call kill_fasync() in stream lockTakashi Iwai
2016-11-20ALSA: rawmidi: Fix possible deadlock with virmidi registrationTakashi Iwai
2016-11-20ALSA: timer: Fix zero-division by continue of uninitialized instanceTakashi Iwai
2016-11-20ALSA: timer: Code cleanupTakashi Iwai
2016-11-20ALSA: timer: fix NULL pointer dereference in read()/ioctl() raceVegard Nossum
2016-11-20ALSA: timer: fix NULL pointer dereference on memory allocation failureVegard Nossum
2016-11-20ALSA: timer: fix division by zero after SNDRV_TIMER_IOCTL_CONTINUEVegard Nossum
2016-11-20ALSA: ctl: Stop notification after disconnectionTakashi Iwai
2016-08-22ALSA: timer: Fix leak in events via snd_timer_user_tinterruptKangjie Lu
2016-08-22ALSA: timer: Fix leak in events via snd_timer_user_ccallbackKangjie Lu
2016-08-22ALSA: timer: Fix leak in SNDRV_TIMER_IOCTL_PARAMSKangjie Lu
2016-08-22ALSA: timer: Fix negative queue usage by racy accessesTakashi Iwai
2016-05-01ALSA: timer: Use mod_timer() for rearming the system timerTakashi Iwai
2016-04-01ALSA: seq: oss: Don't drain at closing a clientTakashi Iwai
2016-04-01ALSA: timer: Fix broken compat timer user status ioctlTakashi Iwai
2016-04-01ALSA: seq: Fix double port list deletionTakashi Iwai
2016-04-01ALSA: seq: Fix leak of pool buffer at concurrent writesTakashi Iwai
2016-02-27ALSA: timer: Fix race at concurrent readsTakashi Iwai
2016-02-27ALSA: timer: Fix race between stop and interruptTakashi Iwai
2016-02-27ALSA: timer: Fix wrong instance passed to slave callbacksTakashi Iwai
2016-02-27ALSA: timer: Fix leftover link at closingTakashi Iwai