summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)Author
2016-04-21ALSA: timer: Sync timer deletion at closing the system timerTakashi Iwai
2016-04-20ALSA: timer: Use mod_timer() for rearming the system timerTakashi Iwai
2016-04-11ALSA: seq: Fix leak of pool buffer at concurrent writesTakashi Iwai
2016-04-11ALSA: rawmidi: Make snd_rawmidi_transmit() race-freeTakashi Iwai
2016-03-07ALSA: timer: Fix broken compat timer user status ioctlTakashi Iwai
2016-03-07ALSA: seq: oss: Don't drain at closing a clientTakashi Iwai
2016-03-07ALSA: timer: Fix ioctls for X32 ABITakashi Iwai
2016-03-07ALSA: rawmidi: Fix ioctls X32 ABITakashi Iwai
2016-03-07ALSA: ctl: Fix ioctls for X32 ABITakashi Iwai
2016-02-24ALSA: seq: Fix double port list deletionTakashi Iwai
2016-02-15ALSA: timer: Fix race between stop and interruptTakashi Iwai
2016-02-15ALSA: timer: Fix wrong instance passed to slave callbacksTakashi Iwai
2016-02-15ALSA: timer: Fix link corruption due to double start or stopTakashi Iwai
2016-02-15ALSA: timer: Fix leftover link at closingTakashi Iwai
2016-02-15ALSA: timer: Code cleanupTakashi Iwai
2016-02-15ALSA: seq: Fix lockdep warnings due to double mutex locksTakashi Iwai
2016-02-15ALSA: seq: Fix race at closing in virmidi driverTakashi Iwai
2016-02-15ALSA: seq: Fix yet another races among ALSA timer accessesTakashi Iwai
2016-02-15ALSA: pcm: Fix potential deadlock in OSS emulationTakashi Iwai
2016-02-15ALSA: rawmidi: Fix race at copying & updating the positionTakashi Iwai
2016-02-15ALSA: rawmidi: Remove kernel WARNING for NULL user-space buffer checkTakashi Iwai
2016-02-15ALSA: seq: Fix incorrect sanity check at snd_seq_oss_synth_cleanup()Takashi Iwai
2016-02-15ALSA: compress: Disable GET_CODEC_CAPS ioctl for some architecturesTakashi Iwai
2016-01-27ALSA: control: Avoid kernel warnings from tlv ioctl with numid 0Takashi Iwai
2016-01-27ALSA: hrtimer: Fix stall by hrtimer_cancel()Takashi Iwai
2016-01-27ALSA: pcm: Fix snd_pcm_hw_params struct copy in compat modeNicolas Boichat
2016-01-27ALSA: seq: Fix snd_seq_call_port_info_ioctl in compat modeNicolas Boichat
2016-01-27ALSA: timer: Fix double unlink of active_listTakashi Iwai
2016-01-27ALSA: timer: Fix race among timer ioctlsTakashi Iwai
2016-01-27ALSA: timer: Harden slave timer list handlingTakashi Iwai
2016-01-27ALSA: seq: Fix race at timer setup and closeTakashi Iwai
2016-01-27ALSA: seq: Fix missing NULL check at remove_events ioctlTakashi Iwai
2015-04-09ALSA: control: Add sanity checks for user ctl id name stringTakashi Iwai
2015-03-12ALSA: pcm: Don't leave PREPARED state after drainingTakashi Iwai
2015-02-08ALSA: seq-dummy: remove deadlock-causing events on closeClemens Ladisch
2014-11-13ALSA: pcm: Zero-clear reserved fields of PCM status ioctl in compat modeTakashi Iwai
2014-10-31ALSA: pcm: use the same dma mmap codepath both for arm and arm64Anatol Pomozov
2014-10-13ALSA: pcm: fix fifo_size frame calculationClemens Ladisch
2014-10-13ALSA: core: fix buffer overflow in snd_info_get_line()Clemens Ladisch
2014-07-02ALSA: control: Make sure that id->index does not overflowLars-Peter Clausen
2014-07-02ALSA: control: Handle numid overflowLars-Peter Clausen
2014-07-02ALSA: control: Don't access controls outside of protected regionsLars-Peter Clausen
2014-07-02ALSA: control: Fix replacing user controlsLars-Peter Clausen
2014-07-02ALSA: control: Protect user controls against concurrent accessLars-Peter Clausen
2014-03-31ALSA: compress: Pass through return value of open ops callbackCharles Keepax
2014-02-06ALSA: bits vs bytes bug in snd_card_create()Dan Carpenter
2014-01-09ALSA: Add SNDRV_PCM_STATE_PAUSED case in wait_for_avail functionJongHo Kim
2013-11-29ALSA: compress: fix drain calls blocking other compress functions (v6)Vinod Koul
2013-11-29ALSA: compress: fix drain calls blocking other compress functionsVinod Koul
2013-10-31ALSA: fix oops in snd_pcm_info() caused by ASoC DPCMRussell King