index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
sound
/
core
/
seq
/
seq_clientmgr.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-11
ALSA: seq: Fix delivery of UMP events to group ports
Takashi Iwai
1
-19
/
+33
2025-03-19
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-19
/
+39
2025-03-07
ALSA: seq: Avoid client data changes during proc reads
Takashi Iwai
1
-0
/
+2
2025-03-07
ALSA: seq: Improve data consistency at polling
Takashi Iwai
1
-4
/
+1
2025-03-02
ALSA: seq: Avoid module auto-load handling at event delivery
Takashi Iwai
1
-16
/
+30
2025-02-17
ALSA: seq: Drop UMP events when no UMP-conversion is set
Takashi Iwai
1
-3
/
+9
2025-01-20
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-4
/
+10
2025-01-12
ALSA: seq: Notify UMP EP and FB changes
Takashi Iwai
1
-0
/
+10
2025-01-12
ALSA: seq: Allow system notification in atomic
Takashi Iwai
1
-1
/
+1
2024-12-31
ALSA: seq: Check UMP support for midi_version change
Takashi Iwai
1
-4
/
+10
2024-12-02
ALSA: seq: Notify client and port info changes
Takashi Iwai
1
-0
/
+7
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-1
/
+0
2024-08-19
Merge branch 'topic/seq-filter-cleanup' into for-next
Takashi Iwai
1
-12
/
+10
2024-08-19
ALSA: seq: Drop superfluous filter argument of get_event_dest_client()
Takashi Iwai
1
-12
/
+7
2024-08-19
ALSA: seq: Skip event type filtering for UMP events
Takashi Iwai
1
-0
/
+3
2024-08-07
ALSA: seq: Print MIDI 1.0 specific port in proc output
Takashi Iwai
1
-1
/
+6
2024-07-06
ALSA: seq: Add tempo base unit for MIDI2 Set Tempo messages
Takashi Iwai
1
-0
/
+4
2023-08-17
ALSA: seq: Create device with snd_device_alloc()
Takashi Iwai
1
-7
/
+9
2023-06-05
ALSA: seq: Avoid confusion of aligned read size
Takashi Iwai
1
-1
/
+1
2023-05-23
ALSA: seq: Add UMP group filter
Takashi Iwai
1
-0
/
+2
2023-05-23
ALSA: seq: Print UMP Endpoint and Block information in proc outputs
Takashi Iwai
1
-0
/
+30
2023-05-23
ALSA: seq: Add ioctls for client UMP info query and setup
Takashi Iwai
1
-1
/
+119
2023-05-23
ALSA: seq: Allow suppressing UMP conversions
Takashi Iwai
1
-8
/
+10
2023-05-23
ALSA: seq: Automatic conversion of UMP events
Takashi Iwai
1
-14
/
+34
2023-05-23
ALSA: seq: Add port direction to snd_seq_port_info
Takashi Iwai
1
-2
/
+14
2023-05-23
ALSA: seq: Support MIDI 2.0 UMP Endpoint port
Takashi Iwai
1
-8
/
+39
2023-05-23
ALSA: seq: Add port inactive flag
Takashi Iwai
1
-0
/
+2
2023-05-23
ALSA: seq: Add UMP support
Takashi Iwai
1
-44
/
+110
2023-05-23
ALSA: seq: Introduce SNDRV_SEQ_IOCTL_USER_PVERSION ioctl
Takashi Iwai
1
-0
/
+8
2023-05-23
ALSA: seq: Prohibit creating ports with special numbers
Takashi Iwai
1
-0
/
+2
2023-05-23
ALSA: seq: Check validity before creating a port object
Takashi Iwai
1
-6
/
+2
2023-05-23
ALSA: seq: Check the conflicting port at port creation
Takashi Iwai
1
-4
/
+8
2023-05-23
ALSA: seq: Drop dead code for the old broadcast support
Takashi Iwai
1
-104
/
+1
2023-05-23
ALSA: seq: Treat snd_seq_client object directly in client drivers
Takashi Iwai
1
-0
/
+15
2022-08-24
ALSA: seq: Fix data-race at module auto-loading
Takashi Iwai
1
-7
/
+5
2021-06-09
ALSA: seq: Fix assignment in if condition
Takashi Iwai
1
-17
/
+34
2021-01-08
ALSA: Convert strlcpy to strscpy when return value is unused
Joe Perches
1
-1
/
+1
2020-11-04
ALSA: seq: remove useless function
Yu Hao
1
-1
/
+0
2020-02-14
ALSA: seq: Fix concurrent access to queue current tick/time
Takashi Iwai
1
-2
/
+2
2019-08-25
ALSA: seq: Fix potential concurrent access to the deleted pool
Takashi Iwai
1
-2
/
+1
2019-07-16
ALSA: seq: Break too long mutex context in the write loop
Takashi Iwai
1
-1
/
+10
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-16
/
+1
2019-05-09
Merge tag 'sound-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Linus Torvalds
1
-51
/
+58
2019-05-06
*: convert stream-like files from nonseekable_open -> stream_open
Kirill Smelkov
1
-1
/
+1
2019-04-15
ALSA: seq: Correct unlock sequence at snd_seq_client_ioctl_unlock()
Takashi Iwai
1
-1
/
+6
2019-04-13
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-3
/
+3
2019-04-12
ALSA: seq: Protect racy pool manipulation from OSS sequencer
Takashi Iwai
1
-3
/
+37
2019-04-12
ALSA: seq: Simplify snd_seq_kernel_client_enqueue() helper
Takashi Iwai
1
-30
/
+7
2019-04-11
Revert "ALSA: seq: Protect in-kernel ioctl calls with mutex"
Takashi Iwai
1
-7
/
+2
2019-04-09
ALSA: seq: Fix race of get-subscription call vs port-delete ioctls
Takashi Iwai
1
-8
/
+2
[next]