aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/seq/seq_fifo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-09ALSA: seq: Fix assignment in if conditionTakashi Iwai1-1/+2
2019-08-25ALSA: seq: Fix potential concurrent access to the deleted poolTakashi Iwai1-0/+17
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-16/+1
2019-04-09ALSA: seq: Remove superfluous irqsave flagsTakashi Iwai1-6/+4
2019-04-09ALSA: seq: Align temporary re-locking with irqsave versionTakashi Iwai1-2/+2
2018-03-08ALSA: seq: More protection for concurrent write and ioctl racesTakashi Iwai1-1/+1
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-03-24ALSA: seq: Fix race during FIFO resizeTakashi Iwai1-0/+4
2017-03-21ALSA: seq: Fix racy cell insertions during snd_seq_pool_done()Takashi Iwai1-0/+3
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+2
2017-02-28ALSA: seq: Fix link corruption by event error handlingTakashi Iwai1-0/+3
2015-03-10ALSA: seq: Drop superfluous error/debug messages after malloc failuresTakashi Iwai1-3/+1
2014-06-04ALSA: seq: correctly detect input buffer overflowAdam Goode1-1/+1
2014-02-14ALSA: seq: Use standard printk helpersTakashi Iwai1-1/+1
2008-08-13ALSA: Kill snd_assert() in sound/core/*Takashi Iwai1-5/+10
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2006-01-03[ALSA] Remove xxx_t typedefs: SequencerTakashi Iwai1-18/+22
2005-09-12[ALSA] Replace with kzalloc() - seq stuffTakashi Iwai1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+264