index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firewire
/
core-cdev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-21
firewire: core: cancel using delayed work for iso_resource_once management
Takashi Sakamoto
1
-6
/
+5
2026-05-21
firewire: core: rename member name for channel mask of isoc resource
Takashi Sakamoto
1
-5
/
+5
2026-05-21
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-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
1
-7
/
+7
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-10
/
+10
2026-01-18
firewire: core: add flags member for isochronous context structure
Takashi Sakamoto
1
-1
/
+1
2026-01-18
firewire: core: add function variants for isochronous context creation
Takashi Sakamoto
1
-25
/
+3
2026-01-12
firewire: core: stop using page private to store DMA mapping address
Takashi Sakamoto
1
-4
/
+1
2026-01-12
firewire: core: use mutex instead of spinlock for client isochronous context
Takashi Sakamoto
1
-17
/
+23
2025-10-01
Merge tag 'firewire-updates-6.18' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-11
/
+25
2025-09-20
firewire: core: fix overlooked update of subsystem ABI version
Takashi Sakamoto
1
-1
/
+1
2025-09-18
firewire: core: use struct_size and flex_array_size in ioctl_add_descriptor
Thorsten Blum
1
-2
/
+3
2025-09-16
firewire: core: maintain phy packet receivers locally in cdev layer
Takashi Sakamoto
1
-7
/
+20
2025-09-15
firewire: core: use helper macro to compare against current jiffies
Takashi Sakamoto
1
-1
/
+1
2025-09-15
firewire: core: use helper macros instead of direct access to HZ
Takashi Sakamoto
1
-2
/
+2
2025-06-09
firewire: core: use from_work() macro to expand parent structure of work_struct
Takashi Sakamoto
1
-2
/
+1
2025-03-16
firewire: core: avoid -Wflex-array-member-not-at-end warning
Gustavo A. R. Silva
1
-23
/
+19
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-1
/
+0
2024-09-04
firewire: core: non-atomic memory allocation for isochronous event to user cl...
Takashi Sakamoto
1
-2
/
+2
2024-08-13
firewire: core: use xarray instead of idr to maintain client resource
Takashi Sakamoto
1
-31
/
+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-10
firewire: core: correct range of block for case of switch statement
Takashi Sakamoto
1
-1
/
+1
2024-08-05
firewire: core: use guard macro to maintain properties of fw_card
Takashi Sakamoto
1
-3
/
+1
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 access to IDR for fw_device
Takashi Sakamoto
1
-13
/
+10
2024-08-05
firewire: core: use guard macro to maintain the list of cdev clients
Takashi Sakamoto
1
-8
/
+5
2024-07-29
firewire: core: use common helper function to serialize phy configuration packet
Takashi Sakamoto
1
-1
/
+3
2024-06-15
firewire: core: record card index in async_phy_outbound_complete tracepoints ...
Takashi Sakamoto
1
-1
/
+1
2024-06-15
firewire: core: record card index in async_phy_outbound_initiate tracepoints ...
Takashi Sakamoto
1
-2
/
+2
2024-05-06
firewire: core/cdev: add tracepoints events for asynchronous phy packet
Takashi Sakamoto
1
-0
/
+7
2023-05-30
firewire: cdev: implement new event relevant to phy packet with time stamp
Takashi Sakamoto
1
-22
/
+68
[next]