aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/firewire
AgeCommit message (Expand)AuthorFilesLines
10 daysMerge tag 'firewire-updates-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394Linus Torvalds5-28/+685
14 daysMerge tag 'x86_cpu_for_v7.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2026-08-13firewire: ohci: fix NULL pointer dereference in ar_context_releaseAleksandr Nogikh1-1/+3
2026-08-12firewire: core: fix memory leak in error path of build_tree()Takashi Sakamoto2-13/+21
2026-08-12firewire: core: validate parent port count before allocating nodes in build_tree()Takashi Sakamoto1-9/+9
2026-08-12firewire: core: consolidate port counting in build_tree()Takashi Sakamoto1-8/+10
2026-08-11firewire: core: add KUnit tests for failure of tree buildingTakashi Sakamoto1-0/+84
2026-08-11firewire: core: add KUnit tests for successful tree buildingTakashi Sakamoto1-0/+508
2026-08-11firewire: core: add KUnit test skeleton for node treeTakashi Sakamoto4-0/+39
2026-07-27firewire: core: validate sub-block lengths in fw_core_add_descriptor()Sreeraj S Kurup1-2/+18
2026-07-27firewire: core: validate overall descriptor length in fw_core_add_descriptor()Sreeraj S Kurup1-5/+5
2026-07-13firewire: net: Fix fragmented datagram reassemblyRuoyu Wang1-17/+20
2026-07-06x86/cpu: Hide and rename static_cpu_has()Borislav Petkov (AMD)1-1/+1
2026-07-03Replace <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-13firewire: core: Open-code topology list walkKaitao Cheng1-1/+3
2026-05-21firewire: core: cancel using delayed work for iso_resource_once managementTakashi Sakamoto1-6/+5
2026-05-21firewire: core: rename member name for channel mask of isoc resourceTakashi Sakamoto1-5/+5
2026-05-21firewire: core: minor code refactoring for case-dependent parameters of iso resources managementTakashi Sakamoto1-5/+3
2026-05-03firewire: core: move allocation/reallocation paths into specific branch after isoc resource management in cdevTakashi Sakamoto1-27/+26
2026-05-03firewire: core: refactor notification type determination after isoc resource management in cdevTakashi Sakamoto1-10/+17
2026-05-03firewire: core: use switch statement for post-processing of isoc resource management in cdevTakashi Sakamoto1-17/+20
2026-05-03firewire: core: reduce critical section duration in pre-processing of isoc resource management in cdevTakashi Sakamoto1-15/+19
2026-04-29firewire: core: code cleanup for iso resource auto creationTakashi Sakamoto1-33/+20
2026-04-29firewire: core: append _auto suffix for non-once iso resource operationsTakashi Sakamoto1-38/+37
2026-04-29firewire: core: code cleanup to remove old implementations for once operationTakashi Sakamoto1-22/+15
2026-04-29firewire: core: split functions for iso_resource once operationTakashi Sakamoto1-4/+79
2026-04-29firewire: core: code refactoring for helper function to fill iso_resource parametersTakashi Sakamoto1-15/+30
2026-04-29firewire: core: code refactoring to queue work item for iso_resourceTakashi Sakamoto1-3/+2
2026-04-29firewire: core: code refactoring for early return at client resource allocationTakashi Sakamoto1-18/+17
2026-03-16bonding: prevent potential infinite loop in bond_header_parse()Eric Dumazet1-2/+3
2026-02-28firewire: ohci: initialize page array to use alloc_pages_bulk() correctlyTakashi Sakamoto1-1/+1
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-4/+2
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds5-12/+12
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook7-25/+28
2026-02-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+4
2026-02-11Merge tag 'firewire-updates-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394Linus Torvalds5-198/+227
2026-01-29firewire: core: fix race condition against transaction listTakashi Sakamoto1-9/+10
2026-01-23scsi: Change the return type of the .queuecommand() callbackBart Van Assche1-3/+4
2026-01-18firewire: core: provide isoc header buffer size outside card driverTakashi Sakamoto4-13/+15
2026-01-18firewire: ohci: allocate isoc context header by kvmalloc()Takashi Sakamoto1-3/+3
2026-01-18firewire: core: add flags member for isochronous context structureTakashi Sakamoto3-3/+4
2026-01-18firewire: ohci: use cleanup helper for isoc context header allocationTakashi Sakamoto1-10/+7
2026-01-18firewire: ohci: code refactoring to use union for isoc multiple channel stateTakashi Sakamoto1-14/+15
2026-01-18firewire: ohci: refactor isoc single-channel state using a unionTakashi Sakamoto1-27/+41
2026-01-18firewire: core: add function variants for isochronous context creationTakashi Sakamoto3-30/+16
2026-01-15firewire: ohci: fix index of pages for dma address to 1394 OHCI IT contextTakashi Sakamoto1-1/+1
2026-01-12firewire: ohci: stop using page private to store DMA mapping addressTakashi Sakamoto1-23/+16
2026-01-12firewire: ohci: split page allocation from dma mappingTakashi Sakamoto1-26/+51
2026-01-12firewire: ohci: use MAX macro to guarantee minimum count of pages for AR contextsTakashi Sakamoto1-1/+1