index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firewire
Age
Commit message (
Expand
)
Author
Files
Lines
3 days
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
1
-4
/
+2
4 days
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
4 days
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
5
-12
/
+12
4 days
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
7
-25
/
+28
13 days
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-3
/
+4
14 days
Merge tag 'firewire-updates-7.0' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
5
-198
/
+227
2026-01-29
firewire: core: fix race condition against transaction list
Takashi Sakamoto
1
-9
/
+10
2026-01-24
scsi: Change the return type of the .queuecommand() callback
Bart Van Assche
1
-3
/
+4
2026-01-18
firewire: core: provide isoc header buffer size outside card driver
Takashi Sakamoto
4
-13
/
+15
2026-01-18
firewire: ohci: allocate isoc context header by kvmalloc()
Takashi Sakamoto
1
-3
/
+3
2026-01-18
firewire: core: add flags member for isochronous context structure
Takashi Sakamoto
3
-3
/
+4
2026-01-18
firewire: ohci: use cleanup helper for isoc context header allocation
Takashi Sakamoto
1
-10
/
+7
2026-01-18
firewire: ohci: code refactoring to use union for isoc multiple channel state
Takashi Sakamoto
1
-14
/
+15
2026-01-18
firewire: ohci: refactor isoc single-channel state using a union
Takashi Sakamoto
1
-27
/
+41
2026-01-18
firewire: core: add function variants for isochronous context creation
Takashi Sakamoto
3
-30
/
+16
2026-01-15
firewire: ohci: fix index of pages for dma address to 1394 OHCI IT context
Takashi Sakamoto
1
-1
/
+1
2026-01-12
firewire: ohci: stop using page private to store DMA mapping address
Takashi Sakamoto
1
-23
/
+16
2026-01-12
firewire: ohci: split page allocation from dma mapping
Takashi Sakamoto
1
-26
/
+51
2026-01-12
firewire: ohci: use MAX macro to guarantee minimum count of pages for AR cont...
Takashi Sakamoto
1
-1
/
+1
2026-01-12
firewire: core: stop using page private to store DMA mapping address
Takashi Sakamoto
3
-39
/
+38
2026-01-12
firewire: core: use common kernel API to allocate and release a batch of pages
Takashi Sakamoto
1
-14
/
+12
2026-01-12
firewire: core: code refactoring with cleanup function for isoc pages
Takashi Sakamoto
1
-14
/
+20
2026-01-12
firewire: core: use mutex instead of spinlock for client isochronous context
Takashi Sakamoto
1
-17
/
+23
2026-01-12
firewire: core: move private function declaration from public header to inter...
Takashi Sakamoto
1
-0
/
+1
2025-12-26
firewire: nosy: Fix dma_free_coherent() size
Thomas Fourier
1
-5
/
+5
2025-12-04
Merge tag 'firewire-updates-6.19' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
5
-114
/
+276
2025-11-16
firewire: core: fix to update generation field in topology map
Takashi Sakamoto
1
-1
/
+2
2025-11-14
firewire: core: Initialize topology_map.lock
Ville Syrjälä
1
-0
/
+2
2025-11-13
firewire: core: abort pending transactions at card removal
Takashi Sakamoto
4
-5
/
+31
2025-11-12
firewire: core: add WQ_UNBOUND to alloc_workqueue users
Marco Crivellari
1
-1
/
+2
2025-11-09
firewire: core: clear sources of hardware interrupt at card removal
Takashi Sakamoto
3
-8
/
+42
2025-11-01
firewire: core: code refactoring to find and pop transaction entry
Takashi Sakamoto
1
-23
/
+22
2025-11-01
firewire: core: code refactoring to remove transaction entry
Takashi Sakamoto
1
-6
/
+10
2025-10-25
firewire: init_ohci1394_dma: add missing function parameter documentation
Nirbhay Sharma
1
-0
/
+10
2025-10-24
firewire: core: fix __must_hold() annotation
Takashi Sakamoto
1
-1
/
+1
2025-10-20
firewire: core: use cleanup function to release cached configuration ROM
Takashi Sakamoto
1
-22
/
+12
2025-10-18
firewire: core: handle device quirk of TASCAM FW-1884/FW-1804/FW-1082
Takashi Sakamoto
1
-1
/
+17
2025-10-18
firewire: core: determine transaction speed after detecting quirks
Takashi Sakamoto
1
-28
/
+25
2025-10-18
firewire: core: code refactoring to compute transaction speed
Takashi Sakamoto
1
-18
/
+17
2025-10-13
firewire: core: handle device quirk of MOTU Audio Express
Takashi Sakamoto
2
-0
/
+82
2025-10-13
firewire: core: detect device quirk when reading configuration ROM
Takashi Sakamoto
2
-16
/
+30
2025-10-01
Merge tag 'firewire-updates-6.18' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
7
-615
/
+497
2025-09-28
firewire: core: fix undefined reference error in ARM EABI
Takashi Sakamoto
1
-1
/
+1
2025-09-24
Revert "firewire: core: disable bus management work temporarily during updati...
Takashi Sakamoto
1
-8
/
+0
2025-09-24
Revert "firewire: core: shrink critical section of fw_card spinlock in bm_work"
Takashi Sakamoto
1
-8
/
+30
2025-09-24
firewire: core: suppress overflow warning when computing jiffies from isochro...
Takashi Sakamoto
1
-1
/
+1
2025-09-20
firewire: core: fix overlooked update of subsystem ABI version
Takashi Sakamoto
1
-1
/
+1
2025-09-19
firewire: core: minor code refactoring to delete useless local variable
Takashi Sakamoto
1
-11
/
+4
2025-09-19
firewire: core; eliminate pick_me goto label
Takashi Sakamoto
1
-50
/
+51
2025-09-19
firewire: core: code refactoring to split contention procedure for bus manager
Takashi Sakamoto
1
-96
/
+127
[next]