summaryrefslogtreecommitdiff
path: root/sound/core/seq
AgeCommit message (Expand)Author
2020-04-02ALSA: seq: oss: Fix running status after receiving sysexTakashi Iwai
2020-04-02ALSA: seq: virmidi: Fix running status after receiving sysexTakashi Iwai
2020-02-28ALSA: seq: Fix concurrent access to queue current tick/timeTakashi Iwai
2020-02-28ALSA: seq: Avoid concurrent access to queue flagsTakashi Iwai
2020-01-23ALSA: seq: Fix racy access for queue timer in proc readTakashi Iwai
2019-11-25ALSA: seq: Do error checks at creating system portsTakashi Iwai
2019-09-06ALSA: seq: Fix potential concurrent access to the deleted poolTakashi Iwai
2019-08-04ALSA: seq: Break too long mutex context in the write loopTakashi Iwai
2019-07-10ALSA: seq: fix incorrect order of dest_client/dest_ports argumentsColin Ian King
2019-06-22Revert "ALSA: seq: Protect in-kernel ioctl calls with mutex"Takashi Iwai
2019-06-22ALSA: seq: Fix race of get-subscription call vs port-delete ioctlsTakashi Iwai
2019-06-22ALSA: seq: Protect in-kernel ioctl calls with mutexTakashi Iwai
2019-06-22ALSA: seq: Cover unsubscribe_port() in list_mutexTakashi Iwai
2019-04-17ALSA: seq: Fix OOB-reads from strlcpyZubin Mithra
2019-04-03ALSA: seq: oss: Fix Spectre v1 vulnerabilityGustavo A. R. Silva
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