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
/
drivers
/
firewire
Age
Commit message (
Expand
)
Author
Files
Lines
10 days
Merge tag 'firewire-updates-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394
Linus Torvalds
5
-28
/
+685
14 days
Merge tag 'x86_cpu_for_v7.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2026-08-13
firewire: ohci: fix NULL pointer dereference in ar_context_release
Aleksandr Nogikh
1
-1
/
+3
2026-08-12
firewire: core: fix memory leak in error path of build_tree()
Takashi Sakamoto
2
-13
/
+21
2026-08-12
firewire: core: validate parent port count before allocating nodes in build_tree()
Takashi Sakamoto
1
-9
/
+9
2026-08-12
firewire: core: consolidate port counting in build_tree()
Takashi Sakamoto
1
-8
/
+10
2026-08-11
firewire: core: add KUnit tests for failure of tree building
Takashi Sakamoto
1
-0
/
+84
2026-08-11
firewire: core: add KUnit tests for successful tree building
Takashi Sakamoto
1
-0
/
+508
2026-08-11
firewire: core: add KUnit test skeleton for node tree
Takashi Sakamoto
4
-0
/
+39
2026-07-27
firewire: core: validate sub-block lengths in fw_core_add_descriptor()
Sreeraj S Kurup
1
-2
/
+18
2026-07-27
firewire: core: validate overall descriptor length in fw_core_add_descriptor()
Sreeraj S Kurup
1
-5
/
+5
2026-07-13
firewire: net: Fix fragmented datagram reassembly
Ruoyu Wang
1
-17
/
+20
2026-07-06
x86/cpu: Hide and rename static_cpu_has()
Borislav Petkov (AMD)
1
-1
/
+1
2026-07-03
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)
Uwe Kleine-König (The Capable Hub)
3
-3
/
+0
2026-06-13
firewire: core: Open-code topology list walk
Kaitao Cheng
1
-1
/
+3
2026-05-21
firewire: core: cancel using delayed work for iso_resource_once management
Takashi Sakamoto
1
-6
/
+5
2026-05-21
firewire: core: rename member name for channel mask of isoc resource
Takashi Sakamoto
1
-5
/
+5
2026-05-21
firewire: core: minor code refactoring for case-dependent parameters of iso resources management
Takashi Sakamoto
1
-5
/
+3
2026-05-03
firewire: core: move allocation/reallocation paths into specific branch after isoc resource management in cdev
Takashi Sakamoto
1
-27
/
+26
2026-05-03
firewire: core: refactor notification type determination after isoc resource management in cdev
Takashi Sakamoto
1
-10
/
+17
2026-05-03
firewire: core: use switch statement for post-processing of isoc resource management in cdev
Takashi Sakamoto
1
-17
/
+20
2026-05-03
firewire: core: reduce critical section duration in pre-processing of isoc resource management in cdev
Takashi Sakamoto
1
-15
/
+19
2026-04-29
firewire: core: code cleanup for iso resource auto creation
Takashi Sakamoto
1
-33
/
+20
2026-04-29
firewire: core: append _auto suffix for non-once iso resource operations
Takashi Sakamoto
1
-38
/
+37
2026-04-29
firewire: core: code cleanup to remove old implementations for once operation
Takashi Sakamoto
1
-22
/
+15
2026-04-29
firewire: core: split functions for iso_resource once operation
Takashi Sakamoto
1
-4
/
+79
2026-04-29
firewire: core: code refactoring for helper function to fill iso_resource parameters
Takashi Sakamoto
1
-15
/
+30
2026-04-29
firewire: core: code refactoring to queue work item for iso_resource
Takashi Sakamoto
1
-3
/
+2
2026-04-29
firewire: core: code refactoring for early return at client resource allocation
Takashi Sakamoto
1
-18
/
+17
2026-03-16
bonding: prevent potential infinite loop in bond_header_parse()
Eric Dumazet
1
-2
/
+3
2026-02-28
firewire: ohci: initialize page array to use alloc_pages_bulk() correctly
Takashi Sakamoto
1
-1
/
+1
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
1
-4
/
+2
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
5
-12
/
+12
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
7
-25
/
+28
2026-02-12
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-3
/
+4
2026-02-11
Merge tag 'firewire-updates-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394
Linus Torvalds
5
-198
/
+227
2026-01-29
firewire: core: fix race condition against transaction list
Takashi Sakamoto
1
-9
/
+10
2026-01-23
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 contexts
Takashi Sakamoto
1
-1
/
+1
[next]