index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
core
/
seq
Age
Commit message (
Expand
)
Author
Lines
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-1
/
+1
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-34
/
+34
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-38
/
+38
2025-12-17
ALSA: seq: Relax __free() variable declarations
Takashi Iwai
-122
/
+126
2025-12-17
ALSA: seq: oss: Relax __free() variable declarations
Takashi Iwai
-36
/
+36
2025-12-14
ALSA: seq: oss: Convert to snd_seq bus probe mechanism
Uwe Kleine-König
-12
/
+8
2025-12-14
ALSA: seq: ump: Convert to snd_seq bus probe mechanism
Uwe Kleine-König
-7
/
+4
2025-12-14
ALSA: seq: midi: Convert to snd_seq bus probe mechanism
Uwe Kleine-König
-9
/
+6
2025-09-17
ALSA: seq: Fix KCSAN data-race warning at snd_seq_fifo_poll_wait()
Takashi Iwai
-0
/
+1
2025-08-29
ALSA: seq: oss/rw: Cleanup with guard
Takashi Iwai
-12
/
+3
2025-08-29
ALSA: seq: oss/synth: Clean up with guard and auto cleanup
Takashi Iwai
-73
/
+52
2025-08-29
ALSA: seq: oss/midi: Cleanup with guard and auto-cleanup
Takashi Iwai
-80
/
+36
2025-08-29
ALSA: seq: oss: Clean up core code with guard()
Takashi Iwai
-17
/
+7
2025-08-29
ALSA: seq: Clean up fifo locking with guard
Takashi Iwai
-13
/
+6
2025-08-29
ALSA: seq: Clean up queue locking with auto cleanup
Takashi Iwai
-81
/
+39
2025-08-29
ALSA: seq: Clean up port locking with auto cleanup
Takashi Iwai
-93
/
+53
2025-08-29
ALSA: seq: Use auto-cleanup for client refcounting
Takashi Iwai
-146
/
+86
2025-08-29
ALSA: seq: Use guard() for mutex and rwsem locks
Takashi Iwai
-120
/
+110
2025-08-29
ALSA: seq: Clean up spin lock with guard()
Takashi Iwai
-44
/
+47
2025-08-29
ALSA: seq: Simplify internal command operation from OSS layer
Takashi Iwai
-52
/
+35
2025-07-11
ALSA: seq: Use safer strscpy() instead of strcpy()
Takashi Iwai
-8
/
+8
2025-05-16
Merge branch 'for-linus' into for-next
Takashi Iwai
-19
/
+52
2025-05-11
ALSA: seq: Fix delivery of UMP events to group ports
Takashi Iwai
-19
/
+52
2025-05-05
ALSA: seq: Remove unused snd_seq_queue_client_leave_cells
Dr. David Alan Gilbert
-17
/
+0
2025-03-19
Merge branch 'for-linus' into for-next
Takashi Iwai
-19
/
+39
2025-03-07
ALSA: seq: Avoid client data changes during proc reads
Takashi Iwai
-0
/
+2
2025-03-07
ALSA: seq: Improve data consistency at polling
Takashi Iwai
-4
/
+2
2025-03-02
ALSA: seq: Avoid module auto-load handling at event delivery
Takashi Iwai
-16
/
+30
2025-02-28
ALSA: seq: seq_oss_event: fix inconsistent indenting warning in note_on_event()
Charles Han
-5
/
+3
2025-02-17
ALSA: seq: Drop UMP events when no UMP-conversion is set
Takashi Iwai
-3
/
+9
2025-01-20
Merge branch 'for-linus' into for-next
Takashi Iwai
-4
/
+10
2025-01-12
ALSA: seq: Notify UMP EP and FB changes
Takashi Iwai
-2
/
+58
2025-01-12
ALSA: seq: Allow system notification in atomic
Takashi Iwai
-13
/
+19
2025-01-07
ALSA: seq: oss: Simplify with str_enabled_disabled()
Takashi Iwai
-12
/
+2
2025-01-01
ALSA: seq: Make dependency on UMP clearer
Takashi Iwai
-2
/
+2
2024-12-31
ALSA: seq: Check UMP support for midi_version change
Takashi Iwai
-4
/
+10
2024-12-31
ALSA: seq: oss: Send fragmented SysEx messages immediately
Takashi Iwai
-67
/
+14
2024-12-31
Merge branch 'for-linus' into for-next
Takashi Iwai
-0
/
+2
2024-12-30
ALSA: seq: oss: Fix races at processing SysEx messages
Takashi Iwai
-0
/
+2
2024-12-06
ALSA: seq: oss: fix typo in seq_oss_init.c
Zhu Jun
-1
/
+1
2024-12-02
ALSA: seq: Skip notifications unless subscribed to announce port
Takashi Iwai
-2
/
+23
2024-12-02
ALSA: seq: Notify client and port info changes
Takashi Iwai
-2
/
+7
2024-11-29
ALSA: seq: ump: Fix seq port updates per FB info notify
Takashi Iwai
-3
/
+3
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
-1
/
+0
2024-08-19
Merge branch 'topic/seq-filter-cleanup' into for-next
Takashi Iwai
-12
/
+10
2024-08-19
ALSA: seq: Drop superfluous filter argument of get_event_dest_client()
Takashi Iwai
-12
/
+7
2024-08-19
ALSA: seq: Skip event type filtering for UMP events
Takashi Iwai
-0
/
+3
2024-08-17
ALSA: seq: Remove unused declarations
Yue Haibing
-7
/
+0
2024-08-09
Merge branch 'topic/control-lookup-rwlock' into for-next
Takashi Iwai
-47
/
+62
[next]