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
/
firewire
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-14
ALSA: firewire: amdtp-stream: fix enum kernel-doc warnings
Randy Dunlap
1
-1
/
+1
2025-08-30
ALSA: firewire: motu: Use guard() for spin locks
Takashi Iwai
6
-75
/
+27
2025-08-30
ALSA: firewire: lib: Use guard() for spin locks
Takashi Iwai
2
-19
/
+16
2025-08-30
ALSA: firewire: tascam: Use guard() for spin locks
Takashi Iwai
4
-59
/
+26
2025-08-30
ALSA: firewire: oxfw: Use guard() for spin locks
Takashi Iwai
3
-50
/
+18
2025-08-30
ALSA: firewire: fireworks: Use guard() for spin locks
Takashi Iwai
5
-85
/
+42
2025-08-30
ALSA: firewire: fireface: Use guard() for spin locks
Takashi Iwai
4
-53
/
+19
2025-08-30
ALSA: firewire: digi00x: Use guard() for spin locks
Takashi Iwai
4
-55
/
+21
2025-08-30
ALSA: firewire: dice: Use guard() for spin locks
Takashi Iwai
4
-54
/
+21
2025-08-30
ALSA: firewire: bebob: Use guard() for spin locks
Takashi Iwai
3
-50
/
+18
2025-08-30
ALSA: firewire: lib: Use guard() for mutex locks
Takashi Iwai
3
-77
/
+38
2025-08-30
ALSA: firewire: isight: Use guard() for mutex locks
Takashi Iwai
1
-13
/
+7
2025-08-30
ALSA: firewire: fireface: Use guard() for mutex locks
Takashi Iwai
1
-53
/
+39
2025-08-30
ALSA: firewire: tascam: Use guard() for mutex locks
Takashi Iwai
2
-47
/
+31
2025-08-30
ALSA: firewire: oxfw: Use guard() for mutex locks
Takashi Iwai
3
-86
/
+61
2025-08-30
ALSA: firewire: motu: Use guard() for mutex locks
Takashi Iwai
2
-65
/
+55
2025-08-30
ALSA: firewire: fireworks: Use guard() for mutex locks
Takashi Iwai
3
-78
/
+61
2025-08-30
ALSA: firewire: digi00x: Use guard() for mutex locks
Takashi Iwai
3
-60
/
+44
2025-08-30
ALSA: firewire: dice: Use guard() for mutex locks
Takashi Iwai
3
-70
/
+54
2025-08-30
ALSA: firewire: bebob: Use guard() for mutex locks
Takashi Iwai
4
-99
/
+73
2025-08-30
ALSA: firewire-motu: drop EPOLLOUT from poll return values as write is not supported
Takashi Sakamoto
1
-1
/
+1
2025-07-11
ALSA: firewire: tascam: Use safer strscpy() instead of strcpy()
Takashi Iwai
2
-4
/
+4
2025-07-11
ALSA: firewire: oxfw: Use safer strscpy() instead of strcpy()
Takashi Iwai
3
-5
/
+5
2025-07-11
ALSA: firewire: motu: Use safer strscpy() instead of strcpy()
Takashi Iwai
3
-5
/
+5
2025-07-11
ALSA: firewire: isight: Use safer strscpy() instead of strcpy()
Takashi Iwai
1
-4
/
+4
2025-07-11
ALSA: firewire: fireworks: Use safer strscpy() instead of strcpy()
Takashi Iwai
2
-4
/
+4
2025-07-11
ALSA: firewire: fireface: Use safer strscpy() instead of strcpy()
Takashi Iwai
2
-4
/
+4
2025-07-11
ALSA: firewire: digi00x: Use safer strscpy() instead of strcpy()
Takashi Iwai
2
-4
/
+4
2025-07-11
ALSA: firewire: dice: Use safer strscpy() instead of strcpy()
Takashi Iwai
3
-7
/
+7
2025-07-11
ALSA: firewire: bebob: Use safer strscpy() instead of strcpy()
Takashi Iwai
2
-4
/
+4
2025-01-08
ALSA: firewire: Simplify with str_on_off()
Takashi Iwai
1
-2
/
+2
2024-11-05
Merge branch 'for-linus' into for-next
Takashi Iwai
2
-1
/
+4
2024-11-04
ALSA: firewire-lib: fix return value on fail in amdtp_tscm_init()
Murad Masimov
1
-1
/
+1
2024-10-21
ALSA: firewire-lib: Avoid division by zero in apply_constraint_to_size()
Andrey Shumilin
1
-0
/
+3
2024-10-10
ALSA: firewire: Remove unused cmp_connection_update
Dr. David Alan Gilbert
2
-48
/
+0
2024-09-04
ALSA: firewire: use nonatomic PCM operation
Takashi Sakamoto
10
-7
/
+36
2024-08-02
Merge tag 'sound-6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Linus Torvalds
2
-14
/
+25
2024-07-31
Revert "ALSA: firewire-lib: operate for period elapse event in process context"
Edmund Raile
1
-14
/
+9
2024-07-31
Revert "ALSA: firewire-lib: obsolete workqueue for period update"
Edmund Raile
2
-0
/
+16
2024-07-27
ALSA: firewire-lib: fix wrong value as length of header for CIP_NO_HEADER case
Takashi Sakamoto
1
-2
/
+1
2024-05-08
ALSA: firewire: Use *-y instead of *-objs in Makefile
Takashi Iwai
9
-10
/
+10
2024-03-26
ALSA: firewire-lib: Avoid -Wflex-array-member-not-at-end warning
Gustavo A. R. Silva
1
-6
/
+4
2024-02-21
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-1
/
+1
2024-02-19
ALSA: firewire-lib: fix to check cycle continuity
Takashi Sakamoto
1
-1
/
+1
2024-02-19
ALSA: oxfw: add support for Miglia Harmony Audio
Takashi Sakamoto
3
-1
/
+14
2024-02-19
ALSA: firewire-lib: handle quirk to calculate payload quadlets as data block counter
Takashi Sakamoto
2
-4
/
+12
2024-02-19
ALSA: oxfw: support the case that AV/C Stream Format Information command is not available
Takashi Sakamoto
2
-23
/
+75
2024-02-19
ALSA: oxfw: use const qualifier for immutable argument
Takashi Sakamoto
2
-2
/
+2
2024-01-29
ALSA: firewire-motu: add support for MOTU 896 mk3 FireWire and Hybrid
Takashi Sakamoto
4
-0
/
+14
2023-09-15
ALSA: firewire: Fix -Wformat-truncation warning for MIDI stream names
Takashi Iwai
8
-27
/
+27
[next]