aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/seq/seq_memory.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-09ALSA: seq: Fix assignment in if conditionTakashi Iwai1-2/+4
2020-12-25ALSA: core: Use DIV_ROUND_UP() instead of open-coding itLars-Peter Clausen1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2019-04-09ALSA: seq: Remove superfluous irqsave flagsTakashi Iwai1-9/+7
2019-04-09ALSA: seq: Align temporary re-locking with irqsave versionTakashi Iwai1-2/+2
2019-04-09ALSA: seq: Use kvmalloc() for cell poolsTakashi Iwai1-5/+5
2018-08-01ALSA: seq: Remove dead codesTakashi Iwai1-12/+0
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+2
2018-03-08ALSA: seq: More protection for concurrent write and ioctl racesTakashi Iwai1-4/+10
2017-07-06Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-2/+0
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-06-16ALSA: seq: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai1-2/+0
2017-03-21ALSA: seq: Fix racy cell insertions during snd_seq_pool_done()Takashi Iwai1-4/+13
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-02-06ALSA: seq: Don't handle loop timeout at snd_seq_pool_done()Takashi Iwai1-8/+1
2016-02-15ALSA: seq: Fix leak of pool buffer at concurrent writesTakashi Iwai1-4/+9
2015-03-10ALSA: seq: Drop superfluous error/debug messages after malloc failuresTakashi Iwai1-6/+2
2014-06-23ALSA: seq: seq_memory.c: Fix closing brace followed by ifRasmus Villemoes1-2/+2
2014-02-14ALSA: seq: Use standard printk helpersTakashi Iwai1-4/+4
2011-10-31sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededPaul Gortmaker1-0/+1
2011-02-14ALSA: core: sparse cleanupsClemens Ladisch1-3/+3
2008-08-13ALSA: Kill snd_assert() in sound/core/*Takashi Iwai1-4/+8
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-1/+1
2006-12-20[ALSA] use the roundup macroClemens Ladisch1-1/+1
2006-06-22[ALSA] Clean up EXPORT_SYMBOL()s in snd-seq moduleTakashi Iwai1-0/+3
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-4/+0
2006-01-03[ALSA] Remove xxx_t typedefs: SequencerTakashi Iwai1-31/+40
2005-11-04[ALSA] Fix schedule_timeout usageNishanth Aravamudan1-2/+1
2005-09-12[ALSA] Replace with kzalloc() - seq stuffTakashi Iwai1-1/+1
2005-07-27[PATCH] clean up inline static vs static inlineJesper Juhl1-2/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+510