index
:
drm/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
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
core
/
seq
Age
Commit message (
Expand
)
Author
Files
Lines
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
2023-05-23
ALSA: seq: Check the conflicting port at port creation
Takashi Iwai
3
-15
/
+27
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
2
-0
/
+19
2023-05-23
ALSA: seq: Add snd_seq_expand_var_event_at() helper
Takashi Iwai
1
-19
/
+67
2023-05-23
ALSA: seq: Clear padded bytes at expanding events
Takashi Iwai
1
-5
/
+9
2023-05-23
ALSA: rawmidi: Pass rawmidi directly to snd_rawmidi_kernel_open()
Takashi Iwai
1
-4
/
+4
2022-11-19
ALSA: seq: Fix function prototype mismatch in snd_seq_expand_var_event
Kees Cook
1
-4
/
+7
2022-08-24
ALSA: seq: Fix data-race at module auto-loading
Takashi Iwai
1
-7
/
+5
2022-08-23
ALSA: seq: oss: Fix data-race for max_midi_devs access
Takashi Iwai
1
-0
/
+2
2022-05-17
ALSA: seq: replace ternary operator with max()
Guo Zhengkui
1
-1
/
+1
2022-03-14
ALSA: seq: oss: fix typo
Julia Lawall
1
-1
/
+1
2022-03-13
ALSA: seq: oss: use kzalloc
Julia Lawall
1
-2
/
+1
2022-01-06
ALSA: seq: virmidi: Add a drain operation
Stefan Sauer
1
-0
/
+11
2021-12-07
ALSA: seq: Set upper limit of processed events
Takashi Iwai
1
-2
/
+12
2021-08-09
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-12
/
+27
2021-08-03
ALSA: seq: Fix racy deletion of subscriber
Takashi Iwai
1
-12
/
+27
2021-07-27
ALSA: seq: Fix comments of wrong client number for MIDI Passthrough
Takashi Iwai
1
-4
/
+4
2021-07-01
Merge branch 'for-next' into for-linus
Takashi Iwai
13
-73
/
+131
2021-06-17
ALSA: seq: oss: Fix error check at system port creation
Takashi Iwai
1
-3
/
+2
2021-06-10
ALSA: seq: Fix race of snd_seq_timer_open()
Takashi Iwai
1
-1
/
+9
2021-06-09
ALSA: seq: Fix assignment in if condition
Takashi Iwai
13
-72
/
+131
2021-01-18
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-1
/
+2
2021-01-15
ALSA: seq: oss: Fix missing error check in snd_seq_oss_synth_make_info()
Takashi Iwai
1
-1
/
+2
2021-01-08
ALSA: Convert strlcpy to strscpy when return value is unused
Joe Perches
4
-9
/
+9
2020-12-25
ALSA: core: Use DIV_ROUND_UP() instead of open-coding it
Lars-Peter Clausen
1
-1
/
+1
2020-12-06
ALSA: seq: Use bool for snd_seq_queue internal flags
Takashi Iwai
1
-4
/
+4
2020-11-04
ALSA: seq: remove useless function
Yu Hao
3
-31
/
+0
2020-09-23
ALSA: seq: oss: Avoid mutex lock for a long-time ioctl
Takashi Iwai
1
-2
/
+5
[next]