index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
core
/
seq
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-13
ALSA: seq: midi: Serialize input teardown with event_input
John Keeping
1
-6
/
+31
2026-08-13
ALSA: seq: midi: Optimize event_input locking with RCU
Takashi Iwai
1
-13
/
+11
2026-08-12
ALSA: seq: Drop the dead struct snd_seq_event_bounce
HyeongJun An
1
-3
/
+2
2026-08-11
ALSA: seq: Don't leak the extension cell pointer in the bounce payload
HyeongJun An
1
-6
/
+10
2026-08-10
ALSA: seq: Use RCU for the UMP client output substream
Takashi Iwai
1
-16
/
+22
2026-08-10
ALSA: seq: Use RCU for the virmidi file list
Takashi Iwai
1
-8
/
+11
2026-08-10
ALSA: seq: Use RCU for the client table
Takashi Iwai
1
-13
/
+30
2026-08-10
ALSA: seq: Use RCU for the client port list
Takashi Iwai
3
-30
/
+23
2026-08-10
ALSA: seq: Use RCU for the port subscriber list
Takashi Iwai
3
-44
/
+41
2026-07-30
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-6
/
+16
2026-07-25
ALSA: seq: Fix division by zero in initialize_timer()
Norbert Szetei
1
-5
/
+4
2026-07-14
ALSA: seq: close a re-opened queue timer in the destructor
Norbert Szetei
1
-1
/
+12
2026-07-13
ALSA: core: Clean up file_operations definitions
bui duc phuc
2
-21
/
+19
2026-07-03
ALSA: seq: Drop redundant stream_open() return check
bui duc phuc
1
-4
/
+1
2026-06-24
ALSA: seq: Fix uninitialised heap leak in snd_seq_event_dup()
HyeongJun An
1
-1
/
+1
2026-06-14
ALSA: seq: avoid stale FIFO cells during resize
Cen Zhang
1
-15
/
+37
2026-06-14
ALSA: seq: oss: Serialize readq reset state with q->lock
Cen Zhang
1
-25
/
+52
2026-06-12
ALSA: seq: Don't re-bounce the error event
Takashi Iwai
1
-0
/
+4
2026-06-12
ALSA: seq: Fix kernel heap address leak in bounce_error_event()
HanQuan
1
-5
/
+27
2026-06-10
ALSA: timer: Manage timer object with kref
Takashi Iwai
1
-3
/
+8
2026-06-07
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-6
/
+9
2026-06-07
ALSA: seq: Clear variable event pointer on read
Kyle Zeng
1
-0
/
+1
2026-06-06
ALSA: seq: Fix partial userptr event expansion
HyeongJun An
1
-1
/
+1
2026-06-05
ALSA: seq: dummy: fix UMP event stack overread
Kyle Zeng
1
-6
/
+9
2026-06-04
ALSA: seq: oss: Use scoped cleanup for temporary MIDI use lock
Cássio Gabriel
3
-9
/
+7
2026-06-02
ALSA: seq: oss: Reject reads that cannot fit the next event
Cássio Gabriel
1
-1
/
+2
2026-06-02
ALSA: seq: Restore created port information after insertion
Cássio Gabriel
2
-3
/
+3
2026-05-27
ALSA: seq: midi: Serialize output teardown with event_input
Zhang Cen
1
-14
/
+41
2026-05-27
ALSA: seq: oss: Fix UAF at handling events with embedded SysEx data
Takashi Iwai
6
-7
/
+20
2026-05-26
ALSA: seq: Remove arbitrary prioq insertion limit
Cássio Gabriel
1
-6
/
+8
2026-05-25
ALSA: core: Mark some variables as __ro_after_init
Len Bao
2
-3
/
+3
2026-05-25
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-4
/
+18
2026-05-20
ALSA: seq: Serialize UMP output teardown with event_input
Zhang Cen
1
-4
/
+18
2026-05-20
ALSA: seq: Register kernel port with full information
Takashi Iwai
3
-11
/
+28
2026-05-19
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-2
/
+5
2026-05-19
ALSA: seq: avoid past-the-end iterator in snd_seq_create_port()
Maoyi Xie
1
-2
/
+5
2026-05-15
Merge branch 'for-linus' into for-next
Takashi Iwai
3
-3
/
+6
2026-05-15
ALSA: seq: Use flexible array for MIDI channels
Rosen Penev
1
-27
/
+11
2026-05-06
ALSA: seq: Fix UMP group 16 filtering
Cássio Gabriel
3
-3
/
+6
2026-05-04
ALSA: seq: oss/rw: allocate evrec with main struct
Rosen Penev
2
-12
/
+4
2026-03-27
ALSA: seq_oss: return full count for successful SEQ_FULLSIZE writes
Cássio Gabriel
1
-3
/
+3
2026-03-27
ALSA: core/seq: Optimize the return logic in cc_ev_to_ump_midi2
songxiebing
1
-14
/
+21
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
1
-1
/
+1
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
19
-34
/
+34
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
20
-38
/
+38
2025-12-17
ALSA: seq: Relax __free() variable declarations
Takashi Iwai
7
-122
/
+126
2025-12-17
ALSA: seq: oss: Relax __free() variable declarations
Takashi Iwai
3
-36
/
+36
2025-12-14
ALSA: seq: oss: Convert to snd_seq bus probe mechanism
Uwe Kleine-König
3
-12
/
+8
2025-12-14
ALSA: seq: ump: Convert to snd_seq bus probe mechanism
Uwe Kleine-König
1
-7
/
+4
[next]