| Age | Commit message (Expand) | Author | Files | Lines |
| 11 days | firewire: core: cancel using delayed work for iso_resource_once management | Takashi Sakamoto | 1 | -6/+5 |
| 11 days | firewire: core: rename member name for channel mask of isoc resource | Takashi Sakamoto | 1 | -5/+5 |
| 11 days | firewire: core: minor code refactoring for case-dependent parameters of iso r... | Takashi Sakamoto | 1 | -5/+3 |
| 2026-05-03 | firewire: core: move allocation/reallocation paths into specific branch after... | Takashi Sakamoto | 1 | -27/+26 |
| 2026-05-03 | firewire: core: refactor notification type determination after isoc resource ... | Takashi Sakamoto | 1 | -10/+17 |
| 2026-05-03 | firewire: core: use switch statement for post-processing of isoc resource man... | Takashi Sakamoto | 1 | -17/+20 |
| 2026-05-03 | firewire: core: reduce critical section duration in pre-processing of isoc re... | 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 par... | 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... | 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 cont... | Takashi Sakamoto | 1 | -1/+1 |
| 2026-01-12 | firewire: core: stop using page private to store DMA mapping address | Takashi Sakamoto | 3 | -39/+38 |
| 2026-01-12 | firewire: core: use common kernel API to allocate and release a batch of pages | Takashi Sakamoto | 1 | -14/+12 |
| 2026-01-12 | firewire: core: code refactoring with cleanup function for isoc pages | Takashi Sakamoto | 1 | -14/+20 |
| 2026-01-12 | firewire: core: use mutex instead of spinlock for client isochronous context | Takashi Sakamoto | 1 | -17/+23 |
| 2026-01-12 | firewire: core: move private function declaration from public header to inter... | Takashi Sakamoto | 1 | -0/+1 |
| 2025-12-26 | firewire: nosy: Fix dma_free_coherent() size | Thomas Fourier | 1 | -5/+5 |
| 2025-12-04 | Merge tag 'firewire-updates-6.19' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 5 | -114/+276 |
| 2025-11-16 | firewire: core: fix to update generation field in topology map | Takashi Sakamoto | 1 | -1/+2 |
| 2025-11-14 | firewire: core: Initialize topology_map.lock | Ville Syrjälä | 1 | -0/+2 |
| 2025-11-14 | firewire: core: abort pending transactions at card removal | Takashi Sakamoto | 4 | -5/+31 |
| 2025-11-12 | firewire: core: add WQ_UNBOUND to alloc_workqueue users | Marco Crivellari | 1 | -1/+2 |
| 2025-11-09 | firewire: core: clear sources of hardware interrupt at card removal | Takashi Sakamoto | 3 | -8/+42 |
| 2025-11-01 | firewire: core: code refactoring to find and pop transaction entry | Takashi Sakamoto | 1 | -23/+22 |
| 2025-11-01 | firewire: core: code refactoring to remove transaction entry | Takashi Sakamoto | 1 | -6/+10 |
| 2025-10-25 | firewire: init_ohci1394_dma: add missing function parameter documentation | Nirbhay Sharma | 1 | -0/+10 |
| 2025-10-24 | firewire: core: fix __must_hold() annotation | Takashi Sakamoto | 1 | -1/+1 |
| 2025-10-20 | firewire: core: use cleanup function to release cached configuration ROM | Takashi Sakamoto | 1 | -22/+12 |
| 2025-10-18 | firewire: core: handle device quirk of TASCAM FW-1884/FW-1804/FW-1082 | Takashi Sakamoto | 1 | -1/+17 |
| 2025-10-18 | firewire: core: determine transaction speed after detecting quirks | Takashi Sakamoto | 1 | -28/+25 |
| 2025-10-18 | firewire: core: code refactoring to compute transaction speed | Takashi Sakamoto | 1 | -18/+17 |
| 2025-10-13 | firewire: core: handle device quirk of MOTU Audio Express | Takashi Sakamoto | 2 | -0/+82 |
| 2025-10-13 | firewire: core: detect device quirk when reading configuration ROM | Takashi Sakamoto | 2 | -16/+30 |
| 2025-10-01 | Merge tag 'firewire-updates-6.18' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 7 | -611/+493 |
| 2025-09-28 | firewire: core: fix undefined reference error in ARM EABI | Takashi Sakamoto | 1 | -1/+1 |
| 2025-09-24 | Revert "firewire: core: disable bus management work temporarily during updati... | Takashi Sakamoto | 1 | -8/+0 |
| 2025-09-24 | Revert "firewire: core: shrink critical section of fw_card spinlock in bm_work" | Takashi Sakamoto | 1 | -8/+30 |
| 2025-09-24 | firewire: core: suppress overflow warning when computing jiffies from isochro... | Takashi Sakamoto | 1 | -1/+1 |
| 2025-09-20 | firewire: core: fix overlooked update of subsystem ABI version | Takashi Sakamoto | 1 | -1/+1 |
| 2025-09-19 | firewire: core: minor code refactoring to delete useless local variable | Takashi Sakamoto | 1 | -11/+4 |
| 2025-09-19 | firewire: core; eliminate pick_me goto label | Takashi Sakamoto | 1 | -49/+50 |
| 2025-09-19 | firewire: core: code refactoring to split contention procedure for bus manager | Takashi Sakamoto | 1 | -96/+127 |
| 2025-09-19 | firewire: core: code refactoring for the case of generation mismatch | Takashi Sakamoto | 1 | -92/+90 |
| 2025-09-19 | firewire: core: use switch statement to evaluate transaction result to CSR_BU... | Takashi Sakamoto | 1 | -26/+24 |
| 2025-09-19 | firewire: core: remove useless generation check | Takashi Sakamoto | 1 | -8/+6 |
| 2025-09-18 | firewire: core: use struct_size and flex_array_size in ioctl_add_descriptor | Thorsten Blum | 1 | -2/+3 |
| 2025-09-17 | firewire: core: shrink critical section of fw_card spinlock in bm_work | Takashi Sakamoto | 1 | -22/+8 |
| 2025-09-17 | firewire: core: disable bus management work temporarily during updating topology | Takashi Sakamoto | 1 | -0/+8 |
| 2025-09-17 | firewire: core: schedule bm_work item outside of spin lock | Takashi Sakamoto | 1 | -1/+2 |
| 2025-09-16 | firewire: core: annotate fw_destroy_nodes with must-hold-lock | Takashi Sakamoto | 1 | -1/+3 |
| 2025-09-16 | firewire: core: use spin lock specific to timer for split transaction | Takashi Sakamoto | 2 | -25/+48 |
| 2025-09-16 | firewire: core: use spin lock specific to transaction | Takashi Sakamoto | 2 | -27/+44 |
| 2025-09-16 | firewire: core: use spin lock specific to topology map | Takashi Sakamoto | 2 | -9/+19 |
| 2025-09-16 | firewire: core: maintain phy packet receivers locally in cdev layer | Takashi Sakamoto | 2 | -8/+20 |
| 2025-09-16 | firewire: core: use scoped_guard() to manage critical section to update topology | Takashi Sakamoto | 1 | -36/+30 |
| 2025-09-15 | firewire: core: use helper macro to compare against current jiffies | Takashi Sakamoto | 3 | -5/+4 |
| 2025-09-15 | firewire: core: use helper macros instead of direct access to HZ | Takashi Sakamoto | 5 | -17/+16 |
| 2025-09-13 | firewire: core: use macro expression for not-registered state of BUS_MANAGER_ID | Takashi Sakamoto | 2 | -4/+11 |
| 2025-09-13 | firewire: core: use macro expression for gap count mismatch | Takashi Sakamoto | 3 | -2/+5 |
| 2025-09-12 | firewire: core: remove useless lockdep_assert_held() | Takashi Sakamoto | 1 | -2/+0 |
| 2025-09-08 | firewire: core: code refactoring whether root node is cycle master capable | Takashi Sakamoto | 1 | -5/+3 |
| 2025-09-08 | firewire: core: code refactoring to investigate root node for bus manager | Takashi Sakamoto | 1 | -29/+27 |
| 2025-09-08 | firewire: core: code refactoring to detect both IEEE 1394:1995 IRM and Canon ... | Takashi Sakamoto | 1 | -11/+11 |
| 2025-09-08 | firewire: core: refer fw_card member to initiate bus reset under acquiring lock | Takashi Sakamoto | 1 | -26/+26 |
| 2025-09-08 | firewire: core: code refactoring to evaluate transaction result to CSR_BUS_MA... | Takashi Sakamoto | 1 | -14/+16 |
| 2025-09-08 | firewire: ohci: localize transaction data and rcode per condition branch | Takashi Sakamoto | 1 | -10/+11 |
| 2025-09-08 | firewire: core: use cleanup function in bm_work | Takashi Sakamoto | 1 | -17/+16 |
| 2025-09-08 | firewire: core: add helper functions to access to fw_device data in fw_node s... | Takashi Sakamoto | 3 | -13/+23 |
| 2025-09-08 | firewire: ohci: use return value from fw_node_get() | Takashi Sakamoto | 1 | -2/+1 |
| 2025-09-08 | firewire: core: utilize cleanup function to release workqueue in error path | Takashi Sakamoto | 1 | -18/+22 |
| 2025-09-08 | firewire: ohci: use kcalloc() variant for array allocation | Takashi Sakamoto | 1 | -5/+2 |
| 2025-08-23 | firewire: ohci: remove module-local workqueue | Takashi Sakamoto | 1 | -11/+0 |
| 2025-08-23 | firewire: ohci: use threaded IRQ handler to handle SelfIDComplete event | Takashi Sakamoto | 1 | -18/+22 |
| 2025-08-23 | firewire: ohci: move self_id_complete tracepoint after validating register | Takashi Sakamoto | 1 | -8/+4 |
| 2025-08-22 | firewire: ohci: remove obsolete module-level debug parameter | Takashi Sakamoto | 1 | -10/+0 |
| 2025-08-22 | firewire: ohci: remove obsolete debug logging for AT/AR results | Takashi Sakamoto | 1 | -113/+19 |
| 2025-08-22 | firewire: ohci: remove obsolete debug logging for selfID sequence | Takashi Sakamoto | 1 | -72/+0 |
| 2025-08-22 | firewire: ohci: remove obsolete debug logging for IRQ events | Takashi Sakamoto | 1 | -33/+1 |
| 2025-08-03 | firewire: core: reallocate buffer for FCP address handlers when more than 4 a... | Takashi Sakamoto | 1 | -4/+32 |
| 2025-08-03 | firewire: core: call FCP address handlers outside RCU read-side critical section | Takashi Sakamoto | 1 | -6/+19 |
| 2025-08-03 | firewire: core: call handler for exclusive regions outside RCU read-side crit... | Takashi Sakamoto | 1 | -7/+9 |
| 2025-08-11 | firewire: core: use reference counting to invoke address handlers safely | Takashi Sakamoto | 1 | -2/+30 |
| 2025-07-12 | firewire: ohci: reduce the size of common context structure by extracting mem... | Takashi Sakamoto | 1 | -43/+49 |
| 2025-06-17 | firewire: core: minor code refactoring to localize table of gap count | Takashi Sakamoto | 1 | -4/+3 |
| 2025-06-15 | firewire: ohci: use workqueue to handle events of AT request/response contexts | Takashi Sakamoto | 2 | -18/+26 |
| 2025-06-15 | firewire: ohci: use workqueue to handle events of AR request/response contexts | Takashi Sakamoto | 2 | -19/+15 |
| 2025-06-15 | firewire: core: allocate workqueue for AR/AT request/response contexts | Takashi Sakamoto | 1 | -14/+34 |
| 2025-06-09 | firewire: core: use from_work() macro to expand parent structure of work_struct | Takashi Sakamoto | 3 | -14/+8 |
| 2025-06-09 | firewire: ohci: use from_work() macro to expand parent structure of work_struct | Takashi Sakamoto | 1 | -3/+2 |
| 2025-06-09 | firewire: ohci: correct code comments about bus_reset tasklet | Takashi Sakamoto | 1 | -3/+3 |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of() | Ingo Molnar | 1 | -1/+1 |
| 2025-06-04 | Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
| 2025-05-08 | treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack() | Ingo Molnar | 1 | -1/+1 |
| 2025-04-23 | PCI: Add CONFIG_MMU dependency | Arnd Bergmann | 1 | -1/+1 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -1/+1 |
| 2025-03-16 | firewire: core: avoid -Wflex-array-member-not-at-end warning | Gustavo A. R. Silva | 1 | -23/+19 |
| 2025-01-28 | Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+2 |
| 2025-01-26 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -5/+5 |
| 2025-01-13 | firewire: test: Fix potential null dereference in firewire kunit test | Charles Han | 1 | -0/+2 |
| 2025-01-03 | driver core: Constify API device_find_child() and adapt for various usages | Zijun Hu | 1 | -2/+2 |
| 2024-12-08 | firewire: ohci: use generic power management | Vaibhav Gupta | 1 | -31/+13 |
| 2024-12-04 | scsi: Rename .device_configure() into .sdev_configure() | Bart Van Assche | 1 | -3/+3 |
| 2024-12-04 | scsi: Rename .slave_alloc() and .slave_destroy() | Bart Van Assche | 1 | -2/+2 |
| 2024-11-25 | Merge tag 'firewire-updates-6.13' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -8/+7 |
| 2024-10-28 | firewire: ohci: Replace deprecated PCI functions | Philipp Stanner | 1 | -3/+2 |
| 2024-10-27 | firewire: core: fix invalid port index for parent device | Takashi Sakamoto | 1 | -1/+1 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
| 2024-10-01 | firewire: Correct some typos | Shen Lichuan | 3 | -5/+5 |
| 2024-09-27 | [tree-wide] finally take no_llseek out | Al Viro | 1 | -1/+0 |
| 2024-09-12 | firewire: core: rename cause flag of tracepoints event | Takashi Sakamoto | 1 | -3/+3 |
| 2024-09-12 | firewire: core: update documentation of kernel APIs for flushing completions | Takashi Sakamoto | 1 | -3/+6 |
| 2024-09-12 | firewire: core: add helper function to retire descriptors | Takashi Sakamoto | 1 | -36/+9 |
| 2024-09-12 | Revert "firewire: core: move workqueue handler from 1394 OHCI driver to core ... | Takashi Sakamoto | 3 | -12/+64 |
| 2024-09-12 | Revert "firewire: core: use mutex to coordinate concurrent calls to flush com... | Takashi Sakamoto | 2 | -23/+25 |
| 2024-09-09 | firewire: core: use mutex to coordinate concurrent calls to flush completions | Takashi Sakamoto | 2 | -25/+23 |
| 2024-09-09 | firewire: core: move workqueue handler from 1394 OHCI driver to core function | Takashi Sakamoto | 3 | -64/+12 |
| 2024-09-08 | firewire: core: fulfill documentation of fw_iso_context_flush_completions() | Takashi Sakamoto | 1 | -0/+11 |
| 2024-09-08 | firewire: core: expose kernel API to schedule work item to process isochronou... | Takashi Sakamoto | 2 | -7/+2 |
| 2024-09-05 | firewire: core: use WARN_ON_ONCE() to avoid superfluous dumps | Takashi Sakamoto | 1 | -2/+2 |
| 2024-09-04 | firewire: core: non-atomic memory allocation for isochronous event to user cl... | Takashi Sakamoto | 1 | -2/+2 |
| 2024-09-04 | firewire: ohci: operate IT/IR events in sleepable work process instead of tas... | Takashi Sakamoto | 1 | -10/+45 |
| 2024-09-04 | firewire: core: add local API to queue work item to workqueue specific to iso... | Takashi Sakamoto | 2 | -2/+38 |
| 2024-09-04 | firewire: core: allocate workqueue to handle isochronous contexts in card | Takashi Sakamoto | 3 | -6/+33 |
| 2024-09-03 | firewire: ohci: obsolete direct usage of printk_ratelimit() | Takashi Sakamoto | 1 | -6/+3 |
| 2024-09-03 | firewire: ohci: deprecate debug parameter | Takashi Sakamoto | 1 | -1/+6 |
| 2024-08-20 | firewire: core: update fw_device outside of device_find_child() | Takashi Sakamoto | 1 | -57/+59 |
| 2024-08-17 | firewire: ohci: fix error path to detect initiated reset in TI TSB41BA3D phy | Takashi Sakamoto | 1 | -5/+10 |
| 2024-08-14 | firewire: core/ohci: minor refactoring for computation of configuration ROM size | Takashi Sakamoto | 2 | -2/+3 |
| 2024-08-14 | firewire: ohci: remove unused wrapper macro for dev_info() | Takashi Sakamoto | 1 | -1/+0 |
| 2024-08-14 | firewire: ohci: use helper macro for compiler aligned attribute | Takashi Sakamoto | 1 | -1/+1 |
| 2024-08-13 | firewire: core: use xarray instead of idr to maintain client resource | Takashi Sakamoto | 2 | -32/+35 |
| 2024-08-13 | firewire: core: code refactoring to use idr_for_each_entry() macro instead of... | Takashi Sakamoto | 1 | -34/+30 |
| 2024-08-13 | firewire: core: add helper function to detect data of iso resource structure | Takashi Sakamoto | 1 | -1/+6 |
| 2024-08-13 | firewire: core: add helper functions to convert to parent resource structure | Takashi Sakamoto | 1 | -12/+26 |
| 2024-08-13 | firewire: core: minor code refactoring to release client resource | Takashi Sakamoto | 1 | -8/+7 |
| 2024-08-12 | firewire: core: use lock in Xarray instead of local R/W semaphore | Takashi Sakamoto | 1 | -13/+6 |
| 2024-08-12 | firewire: core: replace IDR with XArray to maintain fw_device | Takashi Sakamoto | 3 | -13/+14 |
| 2024-08-10 | firewire: core: correct range of block for case of switch statement | Takashi Sakamoto | 1 | -1/+1 |
| 2024-08-05 | firewire: ohci: use guard macro to serialize operations for isochronous contexts | Takashi Sakamoto | 1 | -105/+77 |
| 2024-08-05 | firewire: ohci: use guard macro to maintain image of configuration ROM | Takashi Sakamoto | 1 | -64/+46 |
| 2024-08-05 | firewire: ohci: use guard macro to maintain bus time | Takashi Sakamoto | 1 | -18/+12 |
| 2024-08-05 | firewire: core: use guard macro to maintain properties of fw_card | Takashi Sakamoto | 6 | -33/+19 |
| 2024-08-05 | firewire: core: use guard macro to maintain list of asynchronous transaction | Takashi Sakamoto | 1 | -51/+34 |
| 2024-08-05 | firewire: core: use guard macro to maintain list of receivers for phy configu... | Takashi Sakamoto | 1 | -12/+5 |
| 2024-08-05 | firewire: core: use guard macro to maintain isochronous context for userspace... | Takashi Sakamoto | 1 | -14/+11 |
| 2024-08-05 | firewire: core: use guard macro to maintain IDR of isochronous resources for ... | Takashi Sakamoto | 1 | -72/+59 |
| 2024-08-05 | firewire: core: use guard macro to maintain list of events for userspace clients | Takashi Sakamoto | 1 | -15/+12 |
| 2024-08-05 | firewire: core: use guard macro to disable local IRQ | Takashi Sakamoto | 1 | -7/+5 |
| 2024-08-05 | firewire: core: use guard macro to maintain the list of address handler for t... | Takashi Sakamoto | 1 | -6/+4 |
| 2024-08-05 | firewire: core: use guard macro to access to IDR for fw_device | Takashi Sakamoto | 2 | -55/+41 |
| 2024-08-05 | firewire: core: use guard macro to maintain RCU scope for transaction address... | Takashi Sakamoto | 1 | -20/+15 |
| 2024-08-05 | firewire: ohci: use guard macro to serialize accesses to phy registers | Takashi Sakamoto | 1 | -35/+36 |
| 2024-08-05 | firewire: core: use guard macro to maintain the list of cdev clients | Takashi Sakamoto | 1 | -8/+5 |
| 2024-08-05 | firewire: core: use guard macro to maintain the list of card | Takashi Sakamoto | 1 | -26/+18 |
| 2024-08-05 | firewire: core: use guard macro to maintain static packet data for phy config... | Takashi Sakamoto | 1 | -3/+1 |
| 2024-08-02 | firewire: ohci: use static inline functions to serialize data of IT DMA | Takashi Sakamoto | 1 | -18/+16 |
| 2024-08-02 | firewire: ohci: add static inline functions to serialize/deserialize data of ... | Takashi Sakamoto | 2 | -0/+116 |
| 2024-08-02 | firewire: ohci: use static inline functions to serialize data of AT DMA | Takashi Sakamoto | 1 | -14/+18 |
| 2024-08-02 | firewire: ohci: add static inline functions to serialize/deserialize data of ... | Takashi Sakamoto | 2 | -0/+149 |
| 2024-08-01 | firewire: core: utilize kref to maintain fw_node with reference counting | Takashi Sakamoto | 2 | -5/+12 |
| 2024-07-29 | firewire: core: use common helper function to serialize phy configuration packet | Takashi Sakamoto | 2 | -2/+4 |
| 2024-07-29 | firewire: ohci: minor code refactoring to localize text table | Takashi Sakamoto | 1 | -10/+18 |
| 2024-07-29 | firewire: ohci: use TCODE_LINK_INTERNAL consistently | Takashi Sakamoto | 2 | -6/+4 |
| 2024-07-25 | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -3/+3 |
| 2024-07-12 | firewire: core: move copy_port_status() helper function to TP_fast_assign() b... | Takashi Sakamoto | 1 | -11/+0 |
| 2024-07-08 | Revert "firewire: ohci: use common macro to interpret be32 data in le32 buffer" | Takashi Sakamoto | 1 | -1/+1 |
| 2024-07-04 | firewire: ohci: add tracepoints event for data of Self-ID DMA | Takashi Sakamoto | 1 | -1/+10 |
| 2024-07-04 | firewire: ohci: use inline functions to operate data of self-ID DMA | Takashi Sakamoto | 2 | -6/+7 |
| 2024-07-04 | firewire: ohci: add static inline functions to deserialize for Self-ID DMA op... | Takashi Sakamoto | 5 | -0/+116 |
| 2024-07-04 | firewire: ohci: use static function to handle endian issue on PowerPC platform | Takashi Sakamoto | 1 | -12/+27 |
| 2024-07-04 | firewire: ohci: use common macro to interpret be32 data in le32 buffer | Takashi Sakamoto | 1 | -1/+1 |
| 2024-07-03 | driver core: have match() callback in struct bus_type take a const * | Greg Kroah-Hartman | 1 | -3/+3 |
| 2024-06-25 | firewire: ohci: add tracepoints event for hardIRQ event | Takashi Sakamoto | 1 | -0/+1 |
| 2024-06-25 | firewire: ohci: add support for Linux kernel tracepoints | Takashi Sakamoto | 1 | -0/+3 |
| 2024-06-25 | firewire: core: add tracepoints events for completions of packets in isochron... | Takashi Sakamoto | 2 | -6/+21 |
| 2024-06-25 | firewire: core: add tracepoints events for queueing packets of isochronous co... | Takashi Sakamoto | 1 | -0/+4 |