aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/seq/seq_queue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-07ALSA: seq: Set upper limit of processed eventsTakashi Iwai1-2/+12
2021-06-09ALSA: seq: Fix assignment in if conditionTakashi Iwai1-7/+14
2020-11-04ALSA: seq: remove useless functionYu Hao1-27/+0
2020-02-14ALSA: seq: Fix concurrent access to queue current tick/timeTakashi Iwai1-3/+6
2020-02-14ALSA: seq: Avoid concurrent access to queue flagsTakashi Iwai1-4/+16
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2018-08-01ALSA: seq: Fix leftovers at probe error pathTakashi Iwai1-11/+1
2018-03-10ALSA: seq: Fix possible UAF in snd_seq_check_queue()Takashi Iwai1-19/+9
2018-01-15ALSA: seq: Process queue tempo/ppq change in a shotTakashi Iwai1-3/+1
2017-08-15ALSA: seq: 2nd attempt at fixing race creating a queueDaniel Mentz1-5/+9
2017-02-08ALSA: seq: Fix race at creating a queueTakashi Iwai1-13/+20
2016-01-12ALSA: seq: Fix race at timer setup and closeTakashi Iwai1-0/+2
2015-05-27ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSJie Yang1-2/+2
2015-03-10ALSA: seq: Drop superfluous error/debug messages after malloc failuresTakashi Iwai1-3/+1
2014-02-14ALSA: seq: Use standard printk helpersTakashi Iwai1-1/+1
2011-05-26ALSA: core: remove unused variables.Luca Tettamanti1-2/+0
2008-08-13ALSA: Kill snd_assert() in sound/core/*Takashi Iwai1-2/+4
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2006-03-22[ALSA] semaphore -> mutex (core part)Ingo Molnar1-3/+3
2006-01-03[ALSA] Optimize for config without PROC_FS (seq and oss parts)Takashi Iwai1-0/+3
2006-01-03[ALSA] Remove xxx_t typedefs: SequencerTakashi Iwai1-49/+56
2005-09-12[ALSA] Replace with kzalloc() - seq stuffTakashi Iwai1-1/+1
2005-05-29[ALSA] sound/core/: possible cleanupsAdrian Bunk1-1/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+783