summaryrefslogtreecommitdiff
path: root/drivers/firewire
AgeCommit message (Expand)Author
32 hoursMerge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
3 daysMerge 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
2025-10-25firewire: init_ohci1394_dma: add missing function parameter documentationNirbhay Sharma
2025-10-24firewire: core: fix __must_hold() annotationTakashi Sakamoto
2025-10-20firewire: core: use cleanup function to release cached configuration ROMTakashi Sakamoto
2025-10-18firewire: core: handle device quirk of TASCAM FW-1884/FW-1804/FW-1082Takashi Sakamoto
2025-10-18firewire: core: determine transaction speed after detecting quirksTakashi Sakamoto
2025-10-18firewire: core: code refactoring to compute transaction speedTakashi Sakamoto
2025-10-13firewire: core: handle device quirk of MOTU Audio ExpressTakashi Sakamoto
2025-10-13firewire: core: detect device quirk when reading configuration ROMTakashi Sakamoto
2025-10-01Merge tag 'firewire-updates-6.18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-09-28firewire: core: fix undefined reference error in ARM EABITakashi Sakamoto
2025-09-24Revert "firewire: core: disable bus management work temporarily during updati...Takashi Sakamoto
2025-09-24Revert "firewire: core: shrink critical section of fw_card spinlock in bm_work"Takashi Sakamoto
2025-09-24firewire: core: suppress overflow warning when computing jiffies from isochro...Takashi Sakamoto
2025-09-20firewire: core: fix overlooked update of subsystem ABI versionTakashi Sakamoto
2025-09-19firewire: core: minor code refactoring to delete useless local variableTakashi Sakamoto
2025-09-19firewire: core; eliminate pick_me goto labelTakashi Sakamoto
2025-09-19firewire: core: code refactoring to split contention procedure for bus managerTakashi Sakamoto
2025-09-19firewire: core: code refactoring for the case of generation mismatchTakashi Sakamoto
2025-09-19firewire: core: use switch statement to evaluate transaction result to CSR_BU...Takashi Sakamoto
2025-09-19firewire: core: remove useless generation checkTakashi Sakamoto
2025-09-18firewire: core: use struct_size and flex_array_size in ioctl_add_descriptorThorsten Blum