index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-12
ALSA: seq: Fix link corruption by event error handling
Takashi Iwai
1
-0
/
+3
2017-03-12
ALSA: timer: Reject user params with too small ticks
Takashi Iwai
1
-3
/
+15
2017-02-14
ALSA: seq: Don't handle loop timeout at snd_seq_pool_done()
Takashi Iwai
1
-8
/
+1
2017-02-14
ALSA: seq: Fix race at creating a queue
Takashi Iwai
1
-13
/
+20
2016-12-08
ALSA: pcm : Call kill_fasync() in stream lock
Takashi Iwai
1
-1
/
+1
2016-11-18
ALSA: info: Limit the proc text input size
Takashi Iwai
1
-0
/
+3
2016-11-18
ALSA: info: Return error for invalid read/write
Takashi Iwai
1
-1
/
+5
2016-09-15
ALSA: timer: fix NULL pointer dereference on memory allocation failure
Vegard Nossum
1
-2
/
+15
2016-09-15
ALSA: timer: fix division by zero after SNDRV_TIMER_IOCTL_CONTINUE
Vegard Nossum
1
-0
/
+1
2016-09-15
ALSA: timer: fix NULL pointer dereference in read()/ioctl() race
Vegard Nossum
1
-0
/
+2
2016-09-15
ALSA: rawmidi: Fix possible deadlock with virmidi registration
Takashi Iwai
1
-1
/
+3
2016-08-10
ALSA: timer: Fix leak in events via snd_timer_user_tinterrupt
Kangjie Lu
1
-0
/
+1
2016-08-10
ALSA: timer: Fix leak in events via snd_timer_user_ccallback
Kangjie Lu
1
-0
/
+1
2016-08-10
ALSA: timer: Fix leak in SNDRV_TIMER_IOCTL_PARAMS
Kangjie Lu
1
-0
/
+1
2016-07-27
ALSA: ctl: Stop notification after disconnection
Takashi Iwai
1
-0
/
+2
2016-07-27
ALSA: pcm: Free chmap at PCM free callback, too
Takashi Iwai
1
-4
/
+10
2016-07-27
ALSA: timer: Fix negative queue usage by racy accesses
Takashi Iwai
1
-1
/
+1
2016-04-20
ALSA: timer: Use mod_timer() for rearming the system timer
Takashi Iwai
1
-2
/
+2
2016-04-12
ALSA: pcm: Avoid "BUG:" string for warnings again
Takashi Iwai
1
-1
/
+1
2016-03-09
ALSA: timer: Fix broken compat timer user status ioctl
Takashi Iwai
1
-2
/
+3
2016-03-09
ALSA: seq: oss: Don't drain at closing a client
Takashi Iwai
3
-19
/
+0
2016-03-09
ALSA: pcm: Fix ioctls for X32 ABI
Takashi Iwai
1
-1
/
+176
2016-03-09
ALSA: timer: Fix ioctls for X32 ABI
Takashi Iwai
1
-0
/
+13
2016-03-09
ALSA: rawmidi: Fix ioctls X32 ABI
Takashi Iwai
1
-0
/
+53
2016-03-09
ALSA: ctl: Fix ioctls for X32 ABI
Takashi Iwai
1
-16
/
+74
2016-02-25
ALSA: seq: Fix double port list deletion
Takashi Iwai
1
-5
/
+8
2016-02-25
ALSA: seq: Fix leak of pool buffer at concurrent writes
Takashi Iwai
1
-4
/
+9
2016-02-25
ALSA: pcm: Fix rwsem deadlock for non-atomic PCM stream
Takashi Iwai
1
-2
/
+14
2016-02-17
ALSA: timer: Fix race between stop and interrupt
Takashi Iwai
1
-0
/
+4
2016-02-17
ALSA: timer: Fix wrong instance passed to slave callbacks
Takashi Iwai
1
-1
/
+1
2016-02-17
ALSA: timer: Fix race at concurrent reads
Takashi Iwai
1
-19
/
+15
2016-02-17
ALSA: timer: Fix link corruption due to double start or stop
Takashi Iwai
1
-2
/
+28
2016-02-17
ALSA: timer: Fix leftover link at closing
Takashi Iwai
1
-2
/
+2
2016-02-17
ALSA: timer: Code cleanup
Takashi Iwai
1
-17
/
+11
2016-02-17
ALSA: seq: Fix lockdep warnings due to double mutex locks
Takashi Iwai
2
-103
/
+133
2016-02-17
ALSA: seq: Fix race at closing in virmidi driver
Takashi Iwai
1
-1
/
+5
2016-02-17
ALSA: seq: Fix yet another races among ALSA timer accesses
Takashi Iwai
1
-20
/
+67
2016-02-17
ALSA: pcm: Fix potential deadlock in OSS emulation
Takashi Iwai
1
-6
/
+15
2016-02-17
ALSA: rawmidi: Fix race at copying & updating the position
Takashi Iwai
1
-12
/
+22
2016-02-17
ALSA: rawmidi: Remove kernel WARNING for NULL user-space buffer check
Takashi Iwai
1
-1
/
+1
2016-02-17
ALSA: rawmidi: Make snd_rawmidi_transmit() race-free
Takashi Iwai
2
-31
/
+84
2016-02-17
ALSA: seq: Degrade the error message for too many opens
Takashi Iwai
1
-1
/
+1
2016-02-17
ALSA: seq: Fix incorrect sanity check at snd_seq_oss_synth_cleanup()
Takashi Iwai
1
-1
/
+1
2016-02-17
ALSA: compress: Disable GET_CODEC_CAPS ioctl for some architectures
Takashi Iwai
1
-0
/
+11
2016-01-31
ALSA: timer: Handle disconnection more safely
Takashi Iwai
1
-0
/
+48
2016-01-31
ALSA: control: Avoid kernel warnings from tlv ioctl with numid 0
Takashi Iwai
1
-0
/
+2
2016-01-31
ALSA: hrtimer: Fix stall by hrtimer_cancel()
Takashi Iwai
1
-1
/
+2
2016-01-31
ALSA: pcm: Fix snd_pcm_hw_params struct copy in compat mode
Nicolas Boichat
1
-4
/
+9
2016-01-31
ALSA: seq: Fix snd_seq_call_port_info_ioctl in compat mode
Nicolas Boichat
1
-4
/
+5
2016-01-31
ALSA: timer: Fix double unlink of active_list
Takashi Iwai
1
-1
/
+1
[next]