summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)Author
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
2016-02-27ALSA: seq: Fix lockdep warnings due to double mutex locksTakashi Iwai
2016-02-27ALSA: rawmidi: Fix race at copying & updating the positionTakashi Iwai
2016-02-27ALSA: rawmidi: Make snd_rawmidi_transmit() race-freeTakashi Iwai
2016-02-27ALSA: timer: Fix link corruption due to double start or stopTakashi Iwai
2016-02-27ALSA: seq: Fix yet another races among ALSA timer accessesTakashi Iwai
2016-02-27ALSA: pcm: Fix potential deadlock in OSS emulationTakashi Iwai
2016-02-27ALSA: rawmidi: Remove kernel WARNING for NULL user-space buffer checkTakashi Iwai
2016-02-27ALSA: seq: Fix race at closing in virmidi driverTakashi Iwai
2016-02-27ALSA: seq: Degrade the error message for too many opensTakashi Iwai
2016-02-27ALSA: seq: Fix incorrect sanity check at snd_seq_oss_synth_cleanup()Takashi Iwai
2016-02-13ALSA: control: Avoid kernel warnings from tlv ioctl with numid 0Takashi Iwai
2016-02-13ALSA: seq: Fix snd_seq_call_port_info_ioctl in compat modeNicolas Boichat
2016-02-13ALSA: pcm: Fix snd_pcm_hw_params struct copy in compat modeNicolas Boichat
2016-02-13ALSA: hrtimer: Fix stall by hrtimer_cancel()Takashi Iwai
2016-02-13ALSA: timer: Harden slave timer list handlingTakashi Iwai
2016-02-13ALSA: timer: Fix race among timer ioctlsTakashi Iwai
2016-02-13ALSA: timer: Fix double unlink of active_listTakashi Iwai
2016-02-13ALSA: seq: Fix race at timer setup and closeTakashi Iwai
2016-02-13ALSA: seq: Fix missing NULL check at remove_events ioctlTakashi Iwai
2015-05-09ALSA: control: Add sanity checks for user ctl id name stringTakashi Iwai