summaryrefslogtreecommitdiff
path: root/sound/core/seq/seq_clientmgr.c
AgeCommit message (Expand)Author
2023-08-17ALSA: seq: Create device with snd_device_alloc()Takashi Iwai
2023-06-05ALSA: seq: Avoid confusion of aligned read sizeTakashi Iwai
2023-05-23ALSA: seq: Add UMP group filterTakashi Iwai
2023-05-23ALSA: seq: Print UMP Endpoint and Block information in proc outputsTakashi Iwai
2023-05-23ALSA: seq: Add ioctls for client UMP info query and setupTakashi Iwai
2023-05-23ALSA: seq: Allow suppressing UMP conversionsTakashi Iwai
2023-05-23ALSA: seq: Automatic conversion of UMP eventsTakashi Iwai
2023-05-23ALSA: seq: Add port direction to snd_seq_port_infoTakashi Iwai
2023-05-23ALSA: seq: Support MIDI 2.0 UMP Endpoint portTakashi Iwai
2023-05-23ALSA: seq: Add port inactive flagTakashi Iwai
2023-05-23ALSA: seq: Add UMP supportTakashi Iwai
2023-05-23ALSA: seq: Introduce SNDRV_SEQ_IOCTL_USER_PVERSION ioctlTakashi Iwai
2023-05-23ALSA: seq: Prohibit creating ports with special numbersTakashi Iwai
2023-05-23ALSA: seq: Check validity before creating a port objectTakashi Iwai
2023-05-23ALSA: seq: Check the conflicting port at port creationTakashi Iwai
2023-05-23ALSA: seq: Drop dead code for the old broadcast supportTakashi Iwai
2023-05-23ALSA: seq: Treat snd_seq_client object directly in client driversTakashi Iwai
2022-08-24ALSA: seq: Fix data-race at module auto-loadingTakashi Iwai
2021-06-09ALSA: seq: Fix assignment in if conditionTakashi Iwai
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches
2020-11-04ALSA: seq: remove useless functionYu Hao
2020-02-14ALSA: seq: Fix concurrent access to queue current tick/timeTakashi Iwai
2019-08-25ALSA: seq: Fix potential concurrent access to the deleted poolTakashi Iwai
2019-07-16ALSA: seq: Break too long mutex context in the write loopTakashi Iwai
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-09Merge tag 'sound-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov
2019-04-15ALSA: seq: Correct unlock sequence at snd_seq_client_ioctl_unlock()Takashi Iwai
2019-04-13Merge branch 'for-linus' into for-nextTakashi Iwai
2019-04-12ALSA: seq: Protect racy pool manipulation from OSS sequencerTakashi Iwai
2019-04-12ALSA: seq: Simplify snd_seq_kernel_client_enqueue() helperTakashi Iwai
2019-04-11Revert "ALSA: seq: Protect in-kernel ioctl calls with mutex"Takashi Iwai
2019-04-09ALSA: seq: Fix race of get-subscription call vs port-delete ioctlsTakashi Iwai
2019-04-09ALSA: seq: Protect in-kernel ioctl calls with mutexTakashi Iwai
2019-04-09ALSA: seq: Remove superfluous irqsave flagsTakashi Iwai
2019-04-05ALSA: seq: Fix OOB-reads from strlcpyZubin Mithra
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-08-01ALSA: seq: Use no intrruptible mutex_lockTakashi Iwai
2018-08-01ALSA: seq: Fix leftovers at probe error pathTakashi Iwai
2018-07-26ALSA: seq: Fix poll() error returnTakashi Iwai
2018-06-25ALSA: seq: Fix UBSAN warning at SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT ioctlTakashi Iwai
2018-03-10ALSA: seq: Clear client entry before deleting else at closingTakashi Iwai
2018-03-08ALSA: seq: Remove superfluous snd_seq_queue_client_leave_cells() callTakashi Iwai
2018-03-08ALSA: seq: More protection for concurrent write and ioctl racesTakashi Iwai
2018-03-08ALSA: seq: Don't allow resizing pool in useTakashi Iwai
2018-02-14ALSA: seq: Fix racy pool initializationsTakashi Iwai
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-11ALSA: seq: Make ioctls race-freeTakashi Iwai
2017-11-27sound: annotate ->poll() instancesAl Viro