summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ALSA: timer: Fix link corruption due to double start or stopTakashi Iwai2016-02-171-2/+28
* ALSA: timer: Fix leftover link at closingTakashi Iwai2016-02-171-2/+2
* ALSA: timer: Code cleanupTakashi Iwai2016-02-171-17/+11
* ALSA: seq: Fix lockdep warnings due to double mutex locksTakashi Iwai2016-02-172-103/+133
* ALSA: seq: Fix race at closing in virmidi driverTakashi Iwai2016-02-171-1/+5
* ALSA: seq: Fix yet another races among ALSA timer accessesTakashi Iwai2016-02-171-20/+67
* ALSA: pcm: Fix potential deadlock in OSS emulationTakashi Iwai2016-02-171-6/+15
* ALSA: rawmidi: Fix race at copying & updating the positionTakashi Iwai2016-02-171-12/+22
* ALSA: rawmidi: Remove kernel WARNING for NULL user-space buffer checkTakashi Iwai2016-02-171-1/+1
* ALSA: rawmidi: Make snd_rawmidi_transmit() race-freeTakashi Iwai2016-02-172-31/+84
* ALSA: seq: Degrade the error message for too many opensTakashi Iwai2016-02-171-1/+1
* ALSA: seq: Fix incorrect sanity check at snd_seq_oss_synth_cleanup()Takashi Iwai2016-02-171-1/+1
* ALSA: compress: Disable GET_CODEC_CAPS ioctl for some architecturesTakashi Iwai2016-02-171-0/+11
* ALSA: timer: Handle disconnection more safelyTakashi Iwai2016-01-311-0/+48
* ALSA: control: Avoid kernel warnings from tlv ioctl with numid 0Takashi Iwai2016-01-311-0/+2
* ALSA: hrtimer: Fix stall by hrtimer_cancel()Takashi Iwai2016-01-311-1/+2
* ALSA: pcm: Fix snd_pcm_hw_params struct copy in compat modeNicolas Boichat2016-01-311-4/+9