aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-14Merge branch 'for-linus' into for-nextTakashi Iwai1-6/+3
2017-04-13ALSA: seq: Don't break snd_use_lock_sync() loop by timeoutTakashi Iwai1-6/+3
2017-04-12Merge branch 'for-linus' into for-nextTakashi Iwai4-4/+22
2017-03-31ALSA: timer: Info leak in snd_timer_user_tinterrupt()Dan Carpenter1-1/+1
2017-03-31ALSA: timer: remove some dead codeDan Carpenter1-11/+6
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 Iwai4-4/+18
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar11-2/+12
2017-03-01Merge tag 'sound-fix-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds2-3/+18
2017-02-28ALSA: seq: Fix link corruption by event error handlingTakashi Iwai1-0/+3
2017-02-28ALSA: timer: Reject user params with too small ticksTakashi Iwai1-3/+15
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-9/+6
2017-02-20Merge branch 'for-next' into for-linusTakashi Iwai2-3/+3
2017-02-08ALSA: seq: Fix race at creating a queueTakashi Iwai1-13/+20
2017-02-07Merge branch 'for-linus' into for-nextTakashi Iwai1-8/+1
2017-02-06ALSA: seq: Don't handle loop timeout at snd_seq_pool_done()Takashi Iwai1-8/+1
2017-01-12ALSA: seq: Constify snd_rawmidi_opsTakashi Iwai1-2/+2
2017-01-12ALSA: rawmidi: Add const to snd_rawmidi_opsTakashi Iwai1-1/+1
2016-12-25ktime: Get rid of the unionThomas Gleixner1-1/+1
2016-12-14Merge tag 'sound-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds2-3/+3
2016-12-12printk/sound: handle more message headersPetr Mladek1-6/+14
2016-11-12ALSA: oss: don't opencode IS_REACHABLE()Fabian Frederick1-1/+1
2016-11-12ALSA: rawmidi: don't opencode IS_REACHABLE()Fabian Frederick1-2/+2
2016-11-08ALSA: info: Return error for invalid read/writeTakashi Iwai1-1/+5
2016-11-08ALSA: info: Limit the proc text input sizeTakashi Iwai1-0/+3
2016-10-25ALSA: seq: Fix time account regressionTakashi Iwai1-2/+2
2016-10-12ALSA: seq: fix passing wrong pointer in function call of compatibility layerTakashi Sakamoto1-1/+1
2016-09-16ALSA: compress: fix some missing and misplaced \n in messagesColin Ian King1-2/+2
2016-09-13ALSA: seq: fix to copy from/to user spaceTakashi Sakamoto1-2/+2
2016-09-11Merge branch 'for-linus' into for-nextTakashi Iwai2-3/+35
2016-09-08ALSA: rawmidi: Fix possible deadlock with virmidi registrationTakashi Iwai1-1/+3
2016-09-08ALSA: timer: Fix zero-division by continue of uninitialized instanceTakashi Iwai1-0/+14
2016-09-06ALSA: pcm: Fix avail to return error if stream is suspendedJeeja KP1-1/+3
2016-09-02ALSA: timer: fix NULL pointer dereference in read()/ioctl() raceVegard Nossum1-0/+2
2016-08-31ALSA: seq: initialize whole fields of automatic variable with union typeTakashi Sakamoto1-2/+5
2016-08-29ALSA: timer: fix NULL pointer dereference on memory allocation failureVegard Nossum1-2/+15
2016-08-29ALSA: timer: fix division by zero after SNDRV_TIMER_IOCTL_CONTINUEVegard Nossum1-0/+1
2016-08-22ALSA: compress: Use memdup_user() rather than duplicating its implementationMarkus Elfring1-7/+3
2016-08-22ALSA: seq: obsolete change of address limitTakashi Sakamoto2-78/+7
2016-08-22ALSA: seq: change ioctl command operation to get data in kernel spaceTakashi Sakamoto1-358/+248
2016-08-22ALSA: seq: add an alternative way to handle ioctl requestsTakashi Sakamoto2-1/+80
2016-08-22ALSA: seq: add documentation for snd_seq_kernel_client_ctlTakashi Sakamoto1-3/+11
2016-07-26Merge tag 'asoc-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-2/+65
2016-07-25Merge branch 'for-next' into for-linusTakashi Iwai4-20/+47
2016-07-24Merge remote-tracking branches 'asoc/topic/adau', 'asoc/topic/adau7002', 'asoc/topic/adsp', 'asoc/topic/ak4613' and 'asoc/topic/ak4642' into asoc-nextMark Brown1-2/+65
2016-07-08ALSA: pcm: Free chmap at PCM free callback, tooTakashi Iwai1-4/+10
2016-07-08ALSA: ctl: Stop notification after disconnectionTakashi Iwai1-0/+2
2016-07-07ALSA: control: add dimension validator for userspace elementsTakashi Sakamoto1-0/+32
2016-07-04ALSA: timer: Fix negative queue usage by racy accessesTakashi Iwai1-1/+1
2016-06-17ALSA: seq_timer: use monotonic times internallyArnd Bergmann2-15/+10