summaryrefslogtreecommitdiff
path: root/drivers/firewire
AgeCommit message (Expand)Author
2026-06-13firewire: core: Open-code topology list walkKaitao Cheng
2026-05-21firewire: core: cancel using delayed work for iso_resource_once managementTakashi Sakamoto
2026-05-21firewire: core: rename member name for channel mask of isoc resourceTakashi Sakamoto
2026-05-21firewire: core: minor code refactoring for case-dependent parameters of iso r...Takashi Sakamoto
2026-05-03firewire: core: move allocation/reallocation paths into specific branch after...Takashi Sakamoto
2026-05-03firewire: core: refactor notification type determination after isoc resource ...Takashi Sakamoto
2026-05-03firewire: core: use switch statement for post-processing of isoc resource man...Takashi Sakamoto
2026-05-03firewire: core: reduce critical section duration in pre-processing of isoc re...Takashi Sakamoto
2026-04-29firewire: core: code cleanup for iso resource auto creationTakashi Sakamoto
2026-04-29firewire: core: append _auto suffix for non-once iso resource operationsTakashi Sakamoto
2026-04-29firewire: core: code cleanup to remove old implementations for once operationTakashi Sakamoto
2026-04-29firewire: core: split functions for iso_resource once operationTakashi Sakamoto
2026-04-29firewire: core: code refactoring for helper function to fill iso_resource par...Takashi Sakamoto
2026-04-29firewire: core: code refactoring to queue work item for iso_resourceTakashi Sakamoto
2026-04-29firewire: core: code refactoring for early return at client resource allocationTakashi Sakamoto
2026-03-16bonding: prevent potential infinite loop in bond_header_parse()Eric Dumazet
2026-02-28firewire: ohci: initialize page array to use alloc_pages_bulk() correctlyTakashi Sakamoto
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2026-02-11Merge tag 'firewire-updates-7.0' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2026-01-29firewire: core: fix race condition against transaction listTakashi Sakamoto
2026-01-23scsi: Change the return type of the .queuecommand() callbackBart Van Assche
2026-01-18firewire: core: provide isoc header buffer size outside card driverTakashi Sakamoto
2026-01-18firewire: ohci: allocate isoc context header by kvmalloc()Takashi Sakamoto
2026-01-18firewire: core: add flags member for isochronous context structureTakashi Sakamoto
2026-01-18firewire: ohci: use cleanup helper for isoc context header allocationTakashi Sakamoto
2026-01-18firewire: ohci: code refactoring to use union for isoc multiple channel stateTakashi Sakamoto
2026-01-18firewire: ohci: refactor isoc single-channel state using a unionTakashi Sakamoto
2026-01-18firewire: core: add function variants for isochronous context creationTakashi Sakamoto
2026-01-15firewire: ohci: fix index of pages for dma address to 1394 OHCI IT contextTakashi Sakamoto
2026-01-12firewire: ohci: stop using page private to store DMA mapping addressTakashi Sakamoto
2026-01-12firewire: ohci: split page allocation from dma mappingTakashi Sakamoto
2026-01-12firewire: ohci: use MAX macro to guarantee minimum count of pages for AR cont...Takashi Sakamoto
2026-01-12firewire: core: stop using page private to store DMA mapping addressTakashi Sakamoto
2026-01-12firewire: core: use common kernel API to allocate and release a batch of pagesTakashi Sakamoto
2026-01-12firewire: core: code refactoring with cleanup function for isoc pagesTakashi Sakamoto
2026-01-12firewire: core: use mutex instead of spinlock for client isochronous contextTakashi Sakamoto
2026-01-12firewire: core: move private function declaration from public header to inter...Takashi Sakamoto
2025-12-26firewire: nosy: Fix dma_free_coherent() sizeThomas Fourier
2025-12-04Merge tag 'firewire-updates-6.19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-11-16firewire: core: fix to update generation field in topology mapTakashi Sakamoto
2025-11-14firewire: core: Initialize topology_map.lockVille Syrjälä
2025-11-14firewire: core: abort pending transactions at card removalTakashi Sakamoto
2025-11-12firewire: core: add WQ_UNBOUND to alloc_workqueue usersMarco Crivellari
2025-11-09firewire: core: clear sources of hardware interrupt at card removalTakashi Sakamoto
2025-11-01firewire: core: code refactoring to find and pop transaction entryTakashi Sakamoto
2025-11-01firewire: core: code refactoring to remove transaction entryTakashi Sakamoto