index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
core
/
seq
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-28
ALSA: seq: prioq: Use guard() for locking
Takashi Iwai
1
-33
/
+26
2024-02-28
ALSA: seq: virmidi: Use guard() for locking
Takashi Iwai
1
-10
/
+8
2024-02-28
ALSA: seq: ump: Use guard() for locking
Takashi Iwai
1
-8
/
+5
2024-02-28
ALSA: seq: midi: Use guard() for locking
Takashi Iwai
2
-23
/
+7
2024-02-28
ALSA: seq: timer: Use guard() for locking
Takashi Iwai
1
-101
/
+54
2024-02-28
ALSA: seq: queue: Use guard() for locking
Takashi Iwai
1
-50
/
+28
2024-02-28
ALSA: seq: ports: Use guard() for locking
Takashi Iwai
1
-65
/
+49
2024-02-28
ALSA: seq: memory: Use guard() for locking
Takashi Iwai
1
-18
/
+10
2024-02-28
ALSA: seq: fifo: Use guard() for locking
Takashi Iwai
1
-31
/
+24
2024-02-23
ALSA: seq: core: Use automatic cleanup of kfree()
Takashi Iwai
2
-18
/
+8
2024-02-23
ALSA: seq: ump: Use automatic cleanup of kfree()
Takashi Iwai
1
-21
/
+12
2024-02-23
ALSA: seq: virmidi: Use automatic cleanup of kfree()
Takashi Iwai
1
-15
/
+7
2024-02-23
ALSA: seq: oss: Use automatic cleanup of kfree()
Takashi Iwai
2
-18
/
+8
2024-02-22
ALSA: seq: prioq: Unify cell removal functions
Takashi Iwai
1
-113
/
+84
2024-02-16
ALSA: avoid 'bool' as variable name
Arnd Bergmann
2
-3
/
+3
2024-02-15
ALSA: seq: remove redundant 'tristate' for SND_SEQ_UMP_CLIENT
Masahiro Yamada
1
-1
/
+0
2024-02-13
ALSA: seq: fix function cast warnings
Takashi Iwai
2
-2
/
+15
2023-12-29
ALSA: seq: fix kvmalloc_array() arguments order
Dmitry Antipov
1
-1
/
+2
2023-09-15
ALSA: seq: midi: Fix -Wformat-truncation warning
Takashi Iwai
1
-2
/
+2
2023-09-15
ALSA: seq: ump: Fix -Wformat-truncation warning
Takashi Iwai
1
-1
/
+1
2023-09-12
ALSA: seq: Avoid delivery of events for disabled UMP groups
Takashi Iwai
2
-0
/
+24
2023-09-05
ALSA: seq: Fix snd_seq_expand_var_event() call to user-space
Takashi Iwai
1
-2
/
+7
2023-08-24
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-2
/
+1
2023-08-17
ALSA: seq: Create device with snd_device_alloc()
Takashi Iwai
1
-7
/
+9
2023-07-21
ALSA: seq: remove redundant unsigned comparison to zero
Wang Weiyang
1
-2
/
+1
2023-07-17
ALSA: seq: Fix memory leak at error path in snd_seq_create_port()
Takashi Iwai
1
-0
/
+1
2023-07-05
Merge branch 'topic/midi20' into for-linus
Takashi Iwai
1
-1
/
+1
2023-07-05
ALSA: seq: ump: fix typo in system_2p_ev_to_ump_midi1()
Minjie Du
1
-1
/
+1
2023-06-26
Merge branch 'for-next' into for-linus
Takashi Iwai
16
-213
/
+2370
2023-06-16
ALSA: seq: oss: Fix racy open/close of MIDI devices
Takashi Iwai
1
-13
/
+22
2023-06-12
ALSA: seq: ump: Notify UMP protocol change to sequencer
Takashi Iwai
1
-0
/
+10
2023-06-12
ALSA: seq: ump: Notify port changes to system port
Takashi Iwai
2
-0
/
+4
2023-06-12
ALSA: seq: ump: Handle FB info update
Takashi Iwai
1
-0
/
+61
2023-06-12
ALSA: seq: ump: Handle groupless messages
Takashi Iwai
2
-1
/
+7
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
3
-0
/
+16
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
4
-2
/
+139
2023-05-23
ALSA: seq: ump: Create UMP Endpoint port for broadcast
Takashi Iwai
1
-0
/
+60
2023-05-23
ALSA: seq: Bind UMP device
Takashi Iwai
3
-0
/
+396
2023-05-23
ALSA: seq: Allow suppressing UMP conversions
Takashi Iwai
2
-8
/
+18
2023-05-23
ALSA: seq: Automatic conversion of UMP events
Takashi Iwai
7
-14
/
+1279
2023-05-23
ALSA: seq: Add UMP group number to snd_seq_port_info
Takashi Iwai
2
-3
/
+9
2023-05-23
ALSA: seq: Add port direction to snd_seq_port_info
Takashi Iwai
6
-2
/
+35
2023-05-23
ALSA: seq: Support MIDI 2.0 UMP Endpoint port
Takashi Iwai
2
-8
/
+40
2023-05-23
ALSA: seq: Add port inactive flag
Takashi Iwai
2
-0
/
+6
2023-05-23
ALSA: seq: Add UMP support
Takashi Iwai
5
-47
/
+144
2023-05-23
ALSA: seq: Introduce SNDRV_SEQ_IOCTL_USER_PVERSION ioctl
Takashi Iwai
3
-0
/
+10
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
[next]