summaryrefslogtreecommitdiff
path: root/sound/core/seq
AgeCommit message (Expand)Author
2018-08-24ALSA: seq: Fix UBSAN warning at SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT ioctlTakashi Iwai
2018-08-22ALSA: virmidi: Fix too long output trigger loopTakashi Iwai
2018-05-09ALSA: seq: Fix races at MIDI encoding in snd_virmidi_output_trigger()Takashi Iwai
2018-05-01ALSA: seq: oss: Hardening for potential Spectre v1Takashi Iwai
2018-05-01ALSA: seq: oss: Fix unbalanced use lock for synth MIDI deviceTakashi Iwai
2018-03-22ALSA: seq: Clear client entry before deleting else at closingTakashi Iwai
2018-03-22ALSA: seq: Fix possible UAF in snd_seq_check_queue()Takashi Iwai
2018-03-18ALSA: seq: More protection for concurrent write and ioctl racesTakashi Iwai
2018-03-18ALSA: seq: Don't allow resizing pool in useTakashi Iwai
2018-02-22ALSA: seq: Fix racy pool initializationsTakashi Iwai
2018-01-23ALSA: seq: Make ioctls race-freeTakashi Iwai
2017-12-14ALSA: seq: Remove spurious WARN_ON() at timer checkTakashi Iwai
2017-11-18ALSA: seq: Cancel pending autoload work at unbinding deviceTakashi Iwai
2017-11-15ALSA: seq: Fix OSS sysex delivery in OSS emulationTakashi Iwai
2017-11-08ALSA: seq: Fix nested rwsem annotation for lockdep splatTakashi Iwai
2017-10-27ALSA: seq: Enable 'use' locking in all configurationsBen Hutchings
2017-10-18ALSA: seq: Fix copy_from_user() call inside lockTakashi Iwai
2017-10-18ALSA: seq: Fix use-after-free at creating a portTakashi Iwai
2017-08-24ALSA: seq: 2nd attempt at fixing race creating a queueDaniel Mentz
2017-05-03ALSA: seq: Don't break snd_use_lock_sync() loop by timeoutTakashi Iwai
2017-04-08ALSA: seq: Fix race during FIFO resizeTakashi Iwai
2017-03-30ALSA: seq: Fix racy cell insertions during snd_seq_pool_done()Takashi Iwai
2017-03-12ALSA: seq: Fix link corruption by event error handlingTakashi Iwai
2017-02-14ALSA: seq: Don't handle loop timeout at snd_seq_pool_done()Takashi Iwai
2017-02-14ALSA: seq: Fix race at creating a queueTakashi Iwai
2016-10-25ALSA: seq: Fix time account regressionTakashi Iwai
2016-10-12ALSA: seq: fix passing wrong pointer in function call of compatibility layerTakashi Sakamoto
2016-09-13ALSA: seq: fix to copy from/to user spaceTakashi Sakamoto
2016-08-31ALSA: seq: initialize whole fields of automatic variable with union typeTakashi Sakamoto
2016-08-22ALSA: seq: obsolete change of address limitTakashi Sakamoto
2016-08-22ALSA: seq: change ioctl command operation to get data in kernel spaceTakashi Sakamoto
2016-08-22ALSA: seq: add an alternative way to handle ioctl requestsTakashi Sakamoto
2016-08-22ALSA: seq: add documentation for snd_seq_kernel_client_ctlTakashi Sakamoto
2016-06-17ALSA: seq_timer: use monotonic times internallyArnd Bergmann
2016-06-15ALSA: seq_oss: Change structure initialisation to C99 styleAmitoj Kaur Chawla
2016-04-25ALSA: timer: remove legacy rtctimerAlexandre Belloni
2016-03-08ALSA: seq: Provide card number / PID via sequencer client infoMartin Koegler
2016-03-01ALSA: seq: oss: Don't drain at closing a clientTakashi Iwai
2016-02-16ALSA: seq: Fix double port list deletionTakashi Iwai
2016-02-15ALSA: seq: Fix leak of pool buffer at concurrent writesTakashi Iwai
2016-02-03ALSA: seq: Fix lockdep warnings due to double mutex locksTakashi Iwai
2016-02-03ALSA: rawmidi: Make snd_rawmidi_transmit() race-freeTakashi Iwai
2016-02-01ALSA: seq: Fix yet another races among ALSA timer accessesTakashi Iwai
2016-02-01ALSA: seq: Fix race at closing in virmidi driverTakashi Iwai
2016-01-25ALSA: seq: Degrade the error message for too many opensTakashi Iwai
2016-01-25ALSA: seq: Fix incorrect sanity check at snd_seq_oss_synth_cleanup()Takashi Iwai
2016-01-18ALSA: seq: Fix snd_seq_call_port_info_ioctl in compat modeNicolas Boichat
2016-01-12ALSA: seq: Fix race at timer setup and closeTakashi Iwai
2016-01-12ALSA: seq: Fix missing NULL check at remove_events ioctlTakashi Iwai
2015-12-03ALSA: Fix compat_ioctl handling for OSS emulationsTakashi Iwai