index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
ALSA: memalloc: Workaround for Xen PV
Takashi Iwai
2023-01-27
1
-18
/
+69
*
ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent UAF
Clement Lecigne
2023-01-13
1
-9
/
+15
*
ALSA: control-led: use strscpy in set_led_id()
Jaroslav Kysela
2023-01-09
1
-3
/
+2
*
ALSA: memalloc: don't use GFP_COMP for non-coherent dma allocations
Christoph Hellwig
2022-12-21
1
-2
/
+2
*
Merge tag 'sound-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2022-12-13
4
-30
/
+46
|
\
|
*
ALSA: pcm: Handle XRUN at trigger START
Takashi Iwai
2022-12-05
1
-1
/
+7
|
*
ALSA: pcm: Set missing stop_operating flag at undoing trigger start
Takashi Iwai
2022-12-05
1
-1
/
+3
|
*
ALSA: pcm: fix tracing reason in hw_ptr_error
John Keeping
2022-11-28
1
-3
/
+3
|
*
ALSA: pcm: avoid nused-but-set-variable warning
Kuninori Morimoto
2022-11-16
1
-6
/
+6
|
*
ALSA: memalloc: Allocate more contiguous pages for fallback case
Takashi Iwai
2022-11-16
1
-17
/
+27
|
*
Merge branch 'for-linus' into for-next
Takashi Iwai
2022-11-16
2
-7
/
+31
|
|
\
|
*
|
ALSA: rawmidi: remove variable dest_frames
Colin Ian King
2022-10-24
1
-2
/
+0
*
|
|
Merge tag 'dma-mapping-6.2-2022-12-13' of git://git.infradead.org/users/hch/d...
Linus Torvalds
2022-12-13
1
-3
/
+2
|
\
\
\
|
*
|
|
ALSA: memalloc: don't pass bogus GFP_ flags to dma_alloc_*
Christoph Hellwig
2022-11-21
1
-3
/
+2
*
|
|
|
ALSA: seq: Fix function prototype mismatch in snd_seq_expand_var_event
Kees Cook
2022-11-19
1
-4
/
+7
|
|
_
|
/
|
/
|
|
*
|
|
ALSA: memalloc: Try dma_alloc_noncontiguous() at first
Takashi Iwai
2022-11-12
1
-4
/
+3
*
|
|
ALSA: memalloc: Don't fall back for SG-buffer with IOMMU
Takashi Iwai
2022-11-10
1
-9
/
+11
|
/
/
*
/
ALSA: control: add snd_ctl_rename()
Maciej S. Szmigiero
2022-10-21
1
-0
/
+23
|
/
*
ALSA: oss: Fix potential deadlock at unregistration
Takashi Iwai
2022-10-11
1
-4
/
+9
*
ALSA: rawmidi: Drop register_mutex in snd_rawmidi_free()
Takashi Iwai
2022-10-11
1
-2
/
+0
*
ALSA: dmaengine: increment buffer pointer atomically
Andreas Pape
2022-09-27
1
-3
/
+5
*
ALSA: pcm: Make mmap status read-only
Takashi Iwai
2022-09-27
1
-0
/
+1
*
ALSA: pcm: Avoid reference to status->state
Takashi Iwai
2022-09-27
5
-98
/
+100
*
ALSA: memalloc: use __GFP_RETRY_MAYFAIL for DMA mem allocs
Kai Vehmanen
2022-09-26
1
-1
/
+1
*
Merge branch 'for-linus' into for-next
Takashi Iwai
2022-09-20
1
-5
/
+5
|
\
|
*
ALSA: core: Fix double-free at snd_card_new()
Takashi Iwai
2022-09-19
1
-5
/
+5
*
|
ALSA: memalloc: remove snd_dma_sg_ops declaration
Gaosheng Cui
2022-09-09
1
-4
/
+0
*
|
Merge branch 'for-linus' into for-next
Takashi Iwai
2022-09-06
2
-5
/
+10
|
\
|
|
*
ALSA: hda: Once again fix regression of page allocations with IOMMU
Takashi Iwai
2022-09-06
1
-2
/
+7
|
*
ALSA: pcm: oss: Fix race at SNDCTL_DSP_SYNC
Takashi Iwai
2022-09-05
1
-3
/
+3
*
|
Merge branch 'for-linus' into for-next
Takashi Iwai
2022-09-01
1
-3
/
+3
|
\
|
|
*
ALSA: control: Re-order bounds checking in get_ctl_id_hash()
Dan Carpenter
2022-08-26
1
-1
/
+1
|
*
ALSA: control: Fix an out-of-bounds bug in get_ctl_id_hash()
Zheyu Ma
2022-08-24
1
-3
/
+3
*
|
ALSA: memalloc: Drop special handling of GFP for CONTINUOUS allocation
Takashi Iwai
2022-08-24
1
-65
/
+48
|
/
*
ALSA: seq: Fix data-race at module auto-loading
Takashi Iwai
2022-08-24
1
-7
/
+5
*
ALSA: seq: oss: Fix data-race for max_midi_devs access
Takashi Iwai
2022-08-23
1
-0
/
+2
*
ALSA: memalloc: Revive x86-specific WC page allocations again
Takashi Iwai
2022-08-22
1
-16
/
+71
*
Merge tag 'sound-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2022-08-19
1
-3
/
+3
|
\
|
*
ALSA: info: Fix llseek return value when using callback
Amadeusz Sławiński
2022-08-17
1
-3
/
+3
*
|
Merge tag 'sound-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2022-08-06
18
-227
/
+606
|
\
|
|
*
ALSA: pcm: Replace sprintf() with sysfs_emit()
Takashi Iwai
2022-08-02
1
-1
/
+1
|
*
ALSA: core: Replace scnprintf() with sysfs_emit()
Takashi Iwai
2022-08-02
1
-2
/
+2
|
*
ALSA: control-led: Replace sprintf() with sysfs_emit()
Takashi Iwai
2022-08-02
1
-17
/
+12
|
*
ALSA: control: Use deferred fasync helper
Takashi Iwai
2022-07-29
1
-3
/
+4
|
*
ALSA: pcm: Use deferred fasync helper
Takashi Iwai
2022-07-29
3
-2
/
+3
|
*
ALSA: timer: Use deferred fasync helper
Takashi Iwai
2022-07-29
1
-5
/
+6
|
*
ALSA: core: Add async signal helpers
Takashi Iwai
2022-07-29
1
-0
/
+94
|
*
ALSA: core: Fix missing return value comments for kernel docs
Takashi Iwai
2022-07-13
5
-2
/
+18
|
*
ALSA: memalloc: Fix missing return value comments for kernel docs
Takashi Iwai
2022-07-13
1
-1
/
+9
|
*
ALSA: control: Fix missing return value comments for kernel docs
Takashi Iwai
2022-07-13
1
-2
/
+14
[next]