index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
isa
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-20
ALSA: wavefront: copy userspace array safely
Philipp Stanner
1
-3
/
+3
2023-09-15
ALSA: cs4231: Fix -Wformat-truncation warning for longname string
Takashi Iwai
1
-6
/
+6
2023-09-15
ALSA: ad1848: Fix -Wformat-truncation warning for longname string
Takashi Iwai
1
-6
/
+6
2023-09-15
ALSA: opti9x: Fix -Wformat-truncation warning
Takashi Iwai
2
-12
/
+12
2023-09-15
ALSA: es1688: Fix -Wformat-truncation warning
Takashi Iwai
1
-3
/
+3
2023-09-15
ALSA: cs4236: Fix -Wformat-truncation warning
Takashi Iwai
1
-7
/
+7
2023-09-15
ALSA: sscape: Fix -Wformat-truncation warning
Takashi Iwai
1
-1
/
+1
2023-09-02
ALSA: sb: Fix wrong argument in commented code
Takashi Iwai
1
-1
/
+1
2023-08-18
ALSA: emu8000: Convert to generic PCM copy ops
Takashi Iwai
1
-58
/
+16
2023-08-18
ALSA: gus: Convert to generic PCM copy ops
Takashi Iwai
1
-20
/
+3
2023-07-20
ALSA: control: Take controls_rwsem lock in snd_ctl_remove()
Takashi Iwai
2
-4
/
+0
2023-06-26
Merge branch 'for-next' into for-linus
Takashi Iwai
1
-0
/
+1
2023-06-06
ALSA: gus: Fix kctl->id initialization
Takashi Iwai
1
-1
/
+1
2023-05-22
ALSA: add HAS_IOPORT dependencies
Niklas Schnelle
1
-0
/
+1
2022-09-29
ALSA: sb: Use DIV_ROUND_UP() instead of open-coding it
Shang XiaoJing
1
-1
/
+1
2022-09-20
ALSA: es18xx: Remove the unneeded result variable
ye xingchen
1
-4
/
+1
2022-07-04
ALSA: wavefront: remove redundant assignment to pointer end
Colin Ian King
1
-2
/
+0
2022-05-30
Merge tag 'm68knommu-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2022-05-16
m68k: coldfire: drop ISA_DMA_API support
Arnd Bergmann
1
-1
/
+1
2022-05-10
ALSA: wavefront: Proper check of get_user() error
Takashi Iwai
1
-1
/
+2
2022-04-12
ALSA: sc6000: Fix the missing snd_card_free() call at probe error
Takashi Iwai
1
-1
/
+6
2022-04-12
ALSA: galaxy: Fix the missing snd_card_free() call at probe error
Takashi Iwai
1
-1
/
+6
2022-03-27
ALSA: cs4236: fix an incorrect NULL check on list iterator
Xiaomeng Tong
1
-3
/
+5
2021-12-13
ALSA: gus: Fix memory leaks at memory allocator error paths
Takashi Iwai
1
-12
/
+12
2021-12-13
ALSA: gus: Fix erroneous memory allocation
Takashi Iwai
1
-1
/
+1
2021-12-13
ALSA: sound/isa/gus: check the return value of kstrdup()
Xiaoke Wang
1
-2
/
+6
2021-10-26
ALSA: gus: fix null pointer dereference on pointer block
Chengfeng Ye
1
-0
/
+2
2021-10-17
ALSA: ISA: not for M68K
Randy Dunlap
1
-1
/
+1
2021-09-07
ALSA: gus: Fix repeated probe for ISA interwave card
Takashi Iwai
1
-30
/
+31
2021-09-07
ALSA: gus: Fix repeated probes of snd_gus_create()
Takashi Iwai
1
-13
/
+31
2021-08-09
ALSA: msnd: Use proper mmap method
Takashi Iwai
1
-2
/
+6
2021-08-05
ALSA: es1688: Avoid devres management for es1688 object creation
Takashi Iwai
1
-9
/
+20
2021-08-02
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-0
/
+4
2021-07-21
ALSA: sc6000: Use explicit cast for __iomem pointer
Takashi Iwai
1
-2
/
+2
2021-07-20
ALSA: sc6000: Assign vport directly on card's private_data
Takashi Iwai
1
-10
/
+9
2021-07-20
ALSA: sc6000: Fix incorrect sizeof operator
Colin Ian King
1
-1
/
+1
2021-07-20
ALSA: opti9xx: fix missing { } around an if block
Colin Ian King
1
-1
/
+2
2021-07-19
ALSA: wavefront: Allocate resources with device-managed APIs
Takashi Iwai
1
-37
/
+9
2021-07-19
ALSA: sscape: Allocate resources with device-managed APIs
Takashi Iwai
1
-72
/
+20
2021-07-19
ALSA: sc6000: Allocate resources with device-managed APIs
Takashi Iwai
1
-47
/
+26
2021-07-19
ALSA: opl3sa2: Allocate resources with device-managed APIs
Takashi Iwai
1
-49
/
+11
2021-07-19
ALSA: opti9xx: Allocate resources with device-managed APIs
Takashi Iwai
2
-112
/
+44
2021-07-19
ALSA: msnd: Allocate resources with device-managed APIs
Takashi Iwai
1
-91
/
+28
2021-07-19
ALSA: gus: Allocate resources with device-managed APIs
Takashi Iwai
5
-161
/
+68
2021-07-19
ALSA: galaxy: Allocate resources with device-managed APIs
Takashi Iwai
1
-49
/
+33
2021-07-19
ALSA: es18xx: Allocate resources with device-managed APIs
Takashi Iwai
1
-92
/
+20
2021-07-19
ALSA: es1688: Allocate resources with device-managed APIs
Takashi Iwai
2
-44
/
+18
2021-07-19
ALSA: cs423x: Allocate resources with device-managed APIs
Takashi Iwai
2
-60
/
+13
2021-07-19
ALSA: cmi8330: Allocate resources with device-managed APIs
Takashi Iwai
1
-23
/
+4
2021-07-19
ALSA: cmi8328: Allocate resources with device-managed APIs
Takashi Iwai
1
-21
/
+10
[next]