summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
...
* ALSA: seq: Fix copy_from_user() call inside lockTakashi Iwai2017-10-181-8/+19
* ALSA: seq: Fix use-after-free at creating a portTakashi Iwai2017-10-182-3/+10
* ALSA: core: Fix unexpected error at replacing user TLVTakashi Iwai2017-08-301-1/+1
* ALSA: timer: Fix race between read and ioctlTakashi Iwai2017-06-141-0/+4
* ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECTTakashi Iwai2017-06-141-0/+1
* ALSA: timer: Fix leak in events via snd_timer_user_tinterruptKangjie Lu2017-05-201-0/+1
* ALSA: timer: Fix leak in events via snd_timer_user_ccallbackKangjie Lu2017-05-201-0/+1
* ALSA: timer: Fix leak in SNDRV_TIMER_IOCTL_PARAMSKangjie Lu2017-05-201-0/+1
* ALSA: timer: Fix race among timer ioctlsTakashi Iwai2017-05-201-13/+19
* ALSA: seq: Fix race at timer setup and closeTakashi Iwai2017-05-201-0/+2
* ALSA: pcm : Call kill_fasync() in stream lockTakashi Iwai2017-05-081-1/+1
* ALSA: seq: Don't break snd_use_lock_sync() loop by timeoutTakashi Iwai2017-05-081-6/+3
* ALSA: seq: Fix race during FIFO resizeTakashi Iwai2017-04-221-0/+4
* ALSA: seq: Fix racy cell insertions during snd_seq_pool_done()Takashi Iwai2017-04-224-4/+18
* ALSA: timer: Fix zero-division by continue of uninitialized instanceTakashi Iwai2016-10-051-0/+14
* ALSA: timer: Call notifier in the same spinlockTakashi Iwai2016-10-051-118/+102
* ALSA: timer: fix NULL pointer dereference on memory allocation failureVegard Nossum2016-10-041-2/+15
* ALSA: timer: fix division by zero after SNDRV_TIMER_IOCTL_CONTINUEVegard Nossum2016-10-041-0/+1
* ALSA: ctl: Stop notification after disconnectionTakashi Iwai2016-08-071-0/+2
* ALSA: timer: Fix negative queue usage by racy accessesTakashi Iwai2016-07-191-1/+1
* ALSA: timer: Use mod_timer() for rearming the system timerTakashi Iwai2016-07-121-2/+2
* ALSA: seq: oss: Don't drain at closing a clientTakashi Iwai2016-03-113-19/+0
* ALSA: timer: Fix ioctls for X32 ABITakashi Iwai2016-03-111-0/+13
* ALSA: timer: Fix broken compat timer user status ioctlTakashi Iwai2016-03-111-2/+3
* ALSA: rawmidi: Fix ioctls X32 ABITakashi Iwai2016-03-111-0/+53
* ALSA: ctl: Fix ioctls for X32 ABITakashi Iwai2016-03-111-16/+74
* ALSA: pcm: Fix rwsem deadlock for non-atomic PCM streamTakashi Iwai2016-03-041-2/+14
* ALSA: pcm: More kerneldoc updatesTakashi Iwai2016-03-042-2/+66
* ALSA: seq: Fix double port list deletionTakashi Iwai2016-03-041-5/+8
* ALSA: seq: Fix leak of pool buffer at concurrent writesTakashi Iwai2016-03-041-4/+9
* ALSA: seq: Drop superfluous error/debug messages after malloc failuresTakashi Iwai2016-03-046-21/+7
* ALSA: timer: Fix race at concurrent readsTakashi Iwai2016-03-041-19/+15
* ALSA: timer: Handle disconnection more safelyTakashi Iwai2016-03-041-0/+48
* ALSA: timer: Fix race between stop and interruptTakashi Iwai2016-03-041-0/+4
* ALSA: timer: Fix wrong instance passed to slave callbacksTakashi Iwai2016-03-041-1/+1
* ALSA: timer: Fix leftover link at closingTakashi Iwai2016-02-151-2/+2
* ALSA: timer: Fix double unlink of active_listTakashi Iwai2016-02-151-1/+1
* ALSA: seq: Fix lockdep warnings due to double mutex locksTakashi Iwai2016-02-152-103/+133
* ALSA: rawmidi: Fix race at copying & updating the positionTakashi Iwai2016-02-151-12/+22
* ALSA: rawmidi: Make snd_rawmidi_transmit() race-freeTakashi Iwai2016-02-152-31/+84
* ALSA: timer: Fix link corruption due to double start or stopTakashi Iwai2016-02-151-2/+28
* ALSA: timer: Code cleanupTakashi Iwai2016-02-151-17/+11
* ALSA: timer: Harden slave timer list handlingTakashi Iwai2016-02-151-4/+14
* ALSA: seq: Fix yet another races among ALSA timer accessesTakashi Iwai2016-02-151-20/+67
* ALSA: pcm: Fix potential deadlock in OSS emulationTakashi Iwai2016-02-151-6/+15
* ALSA: rawmidi: Remove kernel WARNING for NULL user-space buffer checkTakashi Iwai2016-02-151-1/+1
* ALSA: seq: Fix race at closing in virmidi driverTakashi Iwai2016-02-151-1/+5
* ALSA: compress: Disable GET_CODEC_CAPS ioctl for some architecturesTakashi Iwai2016-02-151-0/+11
* ALSA: seq: Degrade the error message for too many opensTakashi Iwai2016-02-151-1/+1
* ALSA: seq: Fix incorrect sanity check at snd_seq_oss_synth_cleanup()Takashi Iwai2016-02-151-1/+1