summaryrefslogtreecommitdiffstats
path: root/sound/core/seq
Commit message (Expand)AuthorAgeFilesLines
* ALSA: seq: 2nd attempt at fixing race creating a queueDaniel Mentz2017-08-153-15/+14
* ALSA: seq: Fix CONFIG_SND_SEQ_MIDI dependencyTakashi Iwai2017-08-111-2/+2
* Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-07-0611-374/+78
|\
| * ALSA: seq: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai2017-06-167-33/+13
| * ALSA: seq: Allow the modular sequencer registrationTakashi Iwai2017-06-123-318/+2
| * ALSA: seq: Reorganize kconfig and buildTakashi Iwai2017-06-092-20/+61
| * ALSA: seq: Allow the tristate build of OSS emulationTakashi Iwai2017-06-092-5/+4
* | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-202-2/+2
|/
* ALSA: seq: Don't break snd_use_lock_sync() loop by timeoutTakashi Iwai2017-04-131-6/+3
* ALSA: seq: Fix race during FIFO resizeTakashi Iwai2017-03-241-0/+4
* ALSA: seq: Fix racy cell insertions during snd_seq_pool_done()Takashi Iwai2017-03-214-4/+18
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-024-1/+5
* ALSA: seq: Fix link corruption by event error handlingTakashi Iwai2017-02-281-0/+3
* Merge branch 'for-next' into for-linusTakashi Iwai2017-02-201-2/+2
|\
| * Merge branch 'for-linus' into for-nextTakashi Iwai2017-02-071-8/+1
| |\
| * | ALSA: seq: Constify snd_rawmidi_opsTakashi Iwai2017-01-121-2/+2
* | | ALSA: seq: Fix race at creating a queueTakashi Iwai2017-02-081-13/+20
| |/ |/|
* | ALSA: seq: Don't handle loop timeout at snd_seq_pool_done()Takashi Iwai2017-02-061-8/+1
|/
* ALSA: seq: Fix time account regressionTakashi Iwai2016-10-251-2/+2
* ALSA: seq: fix passing wrong pointer in function call of compatibility layerTakashi Sakamoto2016-10-121-1/+1
* ALSA: seq: fix to copy from/to user spaceTakashi Sakamoto2016-09-131-2/+2
* ALSA: seq: initialize whole fields of automatic variable with union typeTakashi Sakamoto2016-08-311-2/+5
* ALSA: seq: obsolete change of address limitTakashi Sakamoto2016-08-222-78/+7
* ALSA: seq: change ioctl command operation to get data in kernel spaceTakashi Sakamoto2016-08-221-358/+248
* ALSA: seq: add an alternative way to handle ioctl requestsTakashi Sakamoto2016-08-222-1/+80
* ALSA: seq: add documentation for snd_seq_kernel_client_ctlTakashi Sakamoto2016-08-221-3/+11
* ALSA: seq_timer: use monotonic times internallyArnd Bergmann2016-06-172-15/+10
* ALSA: seq_oss: Change structure initialisation to C99 styleAmitoj Kaur Chawla2016-06-151-5/+5
* ALSA: timer: remove legacy rtctimerAlexandre Belloni2016-04-251-2/+0
* ALSA: seq: Provide card number / PID via sequencer client infoMartin Koegler2016-03-082-0/+16
* ALSA: seq: oss: Don't drain at closing a clientTakashi Iwai2016-03-013-19/+0
* ALSA: seq: Fix double port list deletionTakashi Iwai2016-02-161-5/+8
* ALSA: seq: Fix leak of pool buffer at concurrent writesTakashi Iwai2016-02-151-4/+9
* ALSA: seq: Fix lockdep warnings due to double mutex locksTakashi Iwai2016-02-032-103/+133
* ALSA: rawmidi: Make snd_rawmidi_transmit() race-freeTakashi Iwai2016-02-031-5/+12
* ALSA: seq: Fix yet another races among ALSA timer accessesTakashi Iwai2016-02-011-20/+67
* ALSA: seq: Fix race at closing in virmidi driverTakashi Iwai2016-02-011-1/+5
* ALSA: seq: Degrade the error message for too many opensTakashi Iwai2016-01-251-1/+1
* ALSA: seq: Fix incorrect sanity check at snd_seq_oss_synth_cleanup()Takashi Iwai2016-01-251-1/+1
* ALSA: seq: Fix snd_seq_call_port_info_ioctl in compat modeNicolas Boichat2016-01-181-4/+5
* ALSA: seq: Fix race at timer setup and closeTakashi Iwai2016-01-121-0/+2
* ALSA: seq: Fix missing NULL check at remove_events ioctlTakashi Iwai2016-01-121-1/+1
* ALSA: Fix compat_ioctl handling for OSS emulationsTakashi Iwai2015-12-031-1/+6
* ALSA: midi: constify snd_rawmidi_global_ops structuresJulia Lawall2015-11-221-1/+1
* ALSA: seq_oss: fix waitqueue_active without memory barrier in snd-seq-ossKosuke Tatsukawa2015-10-092-7/+3
* ALSA: core: Fix randconfig build wrt CONFIG_PROC_FSTakashi Iwai2015-05-292-3/+3
* ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSJie Yang2015-05-2710-20/+19
* ALSA: core: Build conditionally and remove superfluous ifdefsTakashi Iwai2015-04-242-3/+2
* ALSA: core: Don't ignore errors at creating proc filesTakashi Iwai2015-04-241-3/+14
* ALSA: seq: fill client ID in return value of pool operationTakashi Sakamoto2015-04-111-0/+1
OpenPOWER on IntegriCloud