summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* ALSA: seq: Remove spurious WARN_ON() at timer checkTakashi Iwai2017-12-161-1/+1
* ALSA: pcm: prevent UAF in snd_pcm_infoRobb Glasser2017-12-161-0/+2
* ALSA: timer: Remove kernel warning at compat ioctl error pathsTakashi Iwai2017-11-301-6/+6
* ALSA: pcm: update tstamp only if audio_tstamp changedHenrik Eriksson2017-11-301-2/+4
* ALSA: seq: Cancel pending autoload work at unbinding deviceTakashi Iwai2017-11-181-0/+3
* ALSA: seq: Fix OSS sysex delivery in OSS emulationTakashi Iwai2017-11-153-3/+32
* ALSA: seq: Fix nested rwsem annotation for lockdep splatTakashi Iwai2017-11-081-1/+1
* ALSA: timer: Add missing mutex lock for compat ioctlsTakashi Iwai2017-11-081-2/+15
* ALSA: seq: Enable 'use' locking in all configurationsBen Hutchings2017-10-272-16/+0
* 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: compress: Remove unused variableGuneshwor Singh2017-10-121-2/+1
* ALSA: core: Fix unexpected error at replacing user TLVTakashi Iwai2017-08-301-1/+1
* ALSA: seq: 2nd attempt at fixing race creating a queueDaniel Mentz2017-08-243-15/+14
* ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECTTakashi Iwai2017-06-141-0/+1
* ALSA: timer: Fix race between read and ioctlTakashi Iwai2017-06-141-2/+4
* ALSA: seq: Don't break snd_use_lock_sync() loop by timeoutTakashi Iwai2017-05-021-6/+3
* ALSA: seq: Fix race during FIFO resizeTakashi Iwai2017-04-081-0/+4
* ALSA: seq: Fix racy cell insertions during snd_seq_pool_done()Takashi Iwai2017-03-304-4/+18
* ALSA: seq: Fix link corruption by event error handlingTakashi Iwai2017-03-121-0/+3
* ALSA: timer: Reject user params with too small ticksTakashi Iwai2017-03-121-3/+15
* ALSA: seq: Don't handle loop timeout at snd_seq_pool_done()Takashi Iwai2017-02-141-8/+1
* ALSA: seq: Fix race at creating a queueTakashi Iwai2017-02-141-13/+20
* ALSA: pcm : Call kill_fasync() in stream lockTakashi Iwai2016-12-081-1/+1
* ALSA: info: Limit the proc text input sizeTakashi Iwai2016-11-181-0/+3
* ALSA: info: Return error for invalid read/writeTakashi Iwai2016-11-181-1/+5
* ALSA: timer: fix NULL pointer dereference on memory allocation failureVegard Nossum2016-09-151-2/+15
* ALSA: timer: fix division by zero after SNDRV_TIMER_IOCTL_CONTINUEVegard Nossum2016-09-151-0/+1
* ALSA: timer: fix NULL pointer dereference in read()/ioctl() raceVegard Nossum2016-09-151-0/+2
* ALSA: rawmidi: Fix possible deadlock with virmidi registrationTakashi Iwai2016-09-151-1/+3
* ALSA: timer: Fix leak in events via snd_timer_user_tinterruptKangjie Lu2016-08-101-0/+1
* ALSA: timer: Fix leak in events via snd_timer_user_ccallbackKangjie Lu2016-08-101-0/+1
* ALSA: timer: Fix leak in SNDRV_TIMER_IOCTL_PARAMSKangjie Lu2016-08-101-0/+1
* ALSA: ctl: Stop notification after disconnectionTakashi Iwai2016-07-271-0/+2
* ALSA: pcm: Free chmap at PCM free callback, tooTakashi Iwai2016-07-271-4/+10
* ALSA: timer: Fix negative queue usage by racy accessesTakashi Iwai2016-07-271-1/+1
* ALSA: timer: Use mod_timer() for rearming the system timerTakashi Iwai2016-04-201-2/+2
* ALSA: pcm: Avoid "BUG:" string for warnings againTakashi Iwai2016-04-121-1/+1
* ALSA: timer: Fix broken compat timer user status ioctlTakashi Iwai2016-03-091-2/+3
* ALSA: seq: oss: Don't drain at closing a clientTakashi Iwai2016-03-093-19/+0
* ALSA: pcm: Fix ioctls for X32 ABITakashi Iwai2016-03-091-1/+176
* ALSA: timer: Fix ioctls for X32 ABITakashi Iwai2016-03-091-0/+13
* ALSA: rawmidi: Fix ioctls X32 ABITakashi Iwai2016-03-091-0/+53
* ALSA: ctl: Fix ioctls for X32 ABITakashi Iwai2016-03-091-16/+74
* ALSA: seq: Fix double port list deletionTakashi Iwai2016-02-251-5/+8
* ALSA: seq: Fix leak of pool buffer at concurrent writesTakashi Iwai2016-02-251-4/+9
* ALSA: pcm: Fix rwsem deadlock for non-atomic PCM streamTakashi Iwai2016-02-251-2/+14
* ALSA: timer: Fix race between stop and interruptTakashi Iwai2016-02-171-0/+4
* ALSA: timer: Fix wrong instance passed to slave callbacksTakashi Iwai2016-02-171-1/+1
* ALSA: timer: Fix race at concurrent readsTakashi Iwai2016-02-171-19/+15