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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-20
ALSA: timer: drain a slave's callback before its master detaches it
Norbert Szetei
1
-2
/
+12
2026-07-20
ALSA: timer: don't re-enter an instance callback that is still running
Norbert Szetei
1
-2
/
+5
2026-07-14
ALSA: seq: close a re-opened queue timer in the destructor
Norbert Szetei
1
-1
/
+12
2026-06-24
ALSA: seq: Fix uninitialised heap leak in snd_seq_event_dup()
HyeongJun An
1
-1
/
+1
2026-06-18
ALSA: pcm: fix __le32 cast warning in snd_pcm_set_sync_per_card
Ben Dooks
1
-1
/
+1
2026-06-17
ALSA: compress: Fix task creation error unwind
Cássio Gabriel
1
-4
/
+9
2026-06-14
ALSA: timer: Fix racy timeri->timer changes with rwlock
Takashi Iwai
1
-9
/
+11
2026-06-14
ALSA: core: Fix unintuitive behavior of snd_power_ref_and_wait()
Takashi Iwai
1
-3
/
+8
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-11
ALSA: core: Use the new helper for the power refcount
Takashi Iwai
1
-2
/
+1
2026-06-11
ALSA: Add simple refcount helper functions
Takashi Iwai
1
-0
/
+24
2026-06-10
ALSA: pcm: Fix unlocked state reads in read/write file ops
Cássio Gabriel
1
-8
/
+12
2026-06-10
ALSA: timer: Disable work at freeing timer object
Takashi Iwai
1
-0
/
+2
2026-06-10
Revert "ALSA: timer: Fix UAF at snd_timer_user_params()"
Takashi Iwai
1
-1
/
+0
2026-06-10
ALSA: timer: Manage timer object with kref
Takashi Iwai
3
-31
/
+89
2026-06-07
Merge branch 'for-linus' into for-next
Takashi Iwai
3
-17
/
+22
2026-06-07
ALSA: seq: Clear variable event pointer on read
Kyle Zeng
1
-0
/
+1
2026-06-07
ALSA: timer: Fix UAF at snd_timer_user_params()
Takashi Iwai
1
-0
/
+1
2026-06-07
ALSA: timer: Forcibly close timer instances at closing
Takashi Iwai
1
-7
/
+9
2026-06-06
ALSA: pcm: Fix unlocked runtime state reads in xfer ioctls
Cássio Gabriel
2
-6
/
+5
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: PCM: Fix wait queue list corruption in snd_pcm_drain() on linked streams
Ji'an Zhou
1
-4
/
+3
2026-06-04
ALSA: seq: oss: Use scoped cleanup for temporary MIDI use lock
Cássio Gabriel
3
-9
/
+7
2026-06-04
ALSA: core: Add scoped cleanup helper for card references
Cássio Gabriel
2
-10
/
+7
2026-06-04
ALSA: control: Use scoped cleanup for user control buffers
Cássio Gabriel
1
-16
/
+14
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-06-01
ALSA: core: Use flexible array for card private data
Cássio Gabriel
1
-3
/
+4
2026-06-01
ALSA: seq: Use flexible array for device arguments
Cássio Gabriel
1
-1
/
+4
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
5
-8
/
+8
2026-05-25
Merge branch 'for-linus' into for-next
Takashi Iwai
2
-11
/
+29
2026-05-25
ALSA: pcm: oss: Fix setup list UAF on proc write error
Cássio Gabriel
1
-7
/
+11
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
4
-9
/
+24
2026-05-19
ALSA: oss: Use flexible allocation for PCM plugins
Rosen Penev
1
-1
/
+1
2026-05-19
ALSA: seq: avoid past-the-end iterator in snd_seq_create_port()
Maoyi Xie
1
-2
/
+5
2026-05-19
ALSA: timer: avoid past-the-end iterator in snd_timer_dev_register()
Maoyi Xie
1
-5
/
+14
2026-05-17
ALSA: pcm: Don't setup bogus iov_iter for silencing
Takashi Iwai
1
-0
/
+3
2026-05-16
ALSA: pcm_drm_eld: rate-limit ELD parsing errors
Francesco Saverio Pavone
1
-2
/
+2
2026-05-15
Merge branch 'for-linus' into for-next
Takashi Iwai
5
-11
/
+35
2026-05-15
ALSA: seq: Use flexible array for MIDI channels
Rosen Penev
1
-27
/
+11
2026-05-07
ALSA: pcm: use snd_pcm_get_state() in remaining ioctl checks
Cen Zhang
1
-6
/
+8
[next]