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: 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: pcm: Free chmap at PCM free callback, tooTakashi Iwai
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: compress: fix an integer overflow checkDan Carpenter
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-03-24ALSA: seq: oss: Don't drain at closing a clientTakashi Iwai
2016-03-24ALSA: timer: Fix ioctls for X32 ABITakashi Iwai
2016-03-24ALSA: timer: Fix broken compat timer user status ioctlTakashi Iwai
2016-03-24ALSA: rawmidi: Fix ioctls X32 ABITakashi Iwai
2016-03-24ALSA: ctl: Fix ioctls for X32 ABITakashi Iwai
2016-03-04ALSA: seq: Fix double port list deletionTakashi Iwai
2016-03-04ALSA: seq: Fix leak of pool buffer at concurrent writesTakashi Iwai
2016-03-04ALSA: seq: Drop superfluous error/debug messages after malloc failuresTakashi Iwai
2016-02-25ALSA: timer: Fix race at concurrent readsTakashi Iwai
2016-02-25ALSA: timer: Fix race between stop and interruptTakashi Iwai
2016-02-25ALSA: timer: Fix wrong instance passed to slave callbacksTakashi Iwai
2016-02-25ALSA: timer: Fix leftover link at closingTakashi Iwai
2016-02-25ALSA: seq: Fix lockdep warnings due to double mutex locksTakashi Iwai
2016-02-25ALSA: rawmidi: Fix race at copying & updating the positionTakashi Iwai
2016-02-25ALSA: rawmidi: Make snd_rawmidi_transmit() race-freeTakashi Iwai
2016-02-25ALSA: timer: Fix link corruption due to double start or stopTakashi Iwai
2016-02-25ALSA: timer: Code cleanupTakashi Iwai
2016-02-25ALSA: seq: Fix yet another races among ALSA timer accessesTakashi Iwai
2016-02-25ALSA: pcm: Fix potential deadlock in OSS emulationTakashi Iwai
2016-02-25ALSA: rawmidi: Remove kernel WARNING for NULL user-space buffer checkTakashi Iwai
2016-02-25ALSA: seq: Fix race at closing in virmidi driverTakashi Iwai
2016-02-17ALSA: compress: Disable GET_CODEC_CAPS ioctl for some architecturesTakashi Iwai
2016-02-17ALSA: seq: Degrade the error message for too many opensTakashi Iwai
2016-02-17ALSA: seq: Fix incorrect sanity check at snd_seq_oss_synth_cleanup()Takashi Iwai
2016-02-02ALSA: timer: Handle disconnection more safelyTakashi Iwai
2016-02-02ALSA: control: Avoid kernel warnings from tlv ioctl with numid 0Takashi Iwai
2016-02-02ALSA: seq: Fix snd_seq_call_port_info_ioctl in compat modeNicolas Boichat