summaryrefslogtreecommitdiff
path: root/drivers/firewire
AgeCommit message (Expand)AuthorFilesLines
3 daysConvert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-4/+2
4 daysConvert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds5-12/+12
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook7-25/+28
13 daysMerge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+4
14 daysMerge tag 'firewire-updates-7.0' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-198/+227
2026-01-29firewire: core: fix race condition against transaction listTakashi Sakamoto1-9/+10
2026-01-24scsi: 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 cont...Takashi Sakamoto1-1/+1
2026-01-12firewire: core: stop using page private to store DMA mapping addressTakashi Sakamoto3-39/+38
2026-01-12firewire: core: use common kernel API to allocate and release a batch of pagesTakashi Sakamoto1-14/+12
2026-01-12firewire: core: code refactoring with cleanup function for isoc pagesTakashi Sakamoto1-14/+20
2026-01-12firewire: core: use mutex instead of spinlock for client isochronous contextTakashi Sakamoto1-17/+23
2026-01-12firewire: core: move private function declaration from public header to inter...Takashi Sakamoto1-0/+1
2025-12-26firewire: nosy: Fix dma_free_coherent() sizeThomas Fourier1-5/+5
2025-12-04Merge tag 'firewire-updates-6.19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-114/+276
2025-11-16firewire: core: fix to update generation field in topology mapTakashi Sakamoto1-1/+2
2025-11-14firewire: core: Initialize topology_map.lockVille Syrjälä1-0/+2
2025-11-13firewire: core: abort pending transactions at card removalTakashi Sakamoto4-5/+31
2025-11-12firewire: core: add WQ_UNBOUND to alloc_workqueue usersMarco Crivellari1-1/+2
2025-11-09firewire: core: clear sources of hardware interrupt at card removalTakashi Sakamoto3-8/+42
2025-11-01firewire: core: code refactoring to find and pop transaction entryTakashi Sakamoto1-23/+22
2025-11-01firewire: core: code refactoring to remove transaction entryTakashi Sakamoto1-6/+10
2025-10-25firewire: init_ohci1394_dma: add missing function parameter documentationNirbhay Sharma1-0/+10
2025-10-24firewire: core: fix __must_hold() annotationTakashi Sakamoto1-1/+1
2025-10-20firewire: core: use cleanup function to release cached configuration ROMTakashi Sakamoto1-22/+12
2025-10-18firewire: core: handle device quirk of TASCAM FW-1884/FW-1804/FW-1082Takashi Sakamoto1-1/+17
2025-10-18firewire: core: determine transaction speed after detecting quirksTakashi Sakamoto1-28/+25
2025-10-18firewire: core: code refactoring to compute transaction speedTakashi Sakamoto1-18/+17
2025-10-13firewire: core: handle device quirk of MOTU Audio ExpressTakashi Sakamoto2-0/+82
2025-10-13firewire: core: detect device quirk when reading configuration ROMTakashi Sakamoto2-16/+30
2025-10-01Merge tag 'firewire-updates-6.18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-615/+497
2025-09-28firewire: core: fix undefined reference error in ARM EABITakashi Sakamoto1-1/+1
2025-09-24Revert "firewire: core: disable bus management work temporarily during updati...Takashi Sakamoto1-8/+0
2025-09-24Revert "firewire: core: shrink critical section of fw_card spinlock in bm_work"Takashi Sakamoto1-8/+30
2025-09-24firewire: core: suppress overflow warning when computing jiffies from isochro...Takashi Sakamoto1-1/+1
2025-09-20firewire: core: fix overlooked update of subsystem ABI versionTakashi Sakamoto1-1/+1
2025-09-19firewire: core: minor code refactoring to delete useless local variableTakashi Sakamoto1-11/+4
2025-09-19firewire: core; eliminate pick_me goto labelTakashi Sakamoto1-50/+51
2025-09-19firewire: core: code refactoring to split contention procedure for bus managerTakashi Sakamoto1-96/+127