index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
firewire
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-08
treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()
Ingo Molnar
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/git/gregkh/driver-core
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/kernel/git/ieee1394/linux1394
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 function"
Takashi Sakamoto
3
-12
/
+64
2024-09-12
Revert "firewire: core: use mutex to coordinate concurrent calls to flush completions"
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 isochronous context
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 client
Takashi Sakamoto
1
-2
/
+2
2024-09-04
firewire: ohci: operate IT/IR events in sleepable work process instead of tasklet softIRQ
Takashi Sakamoto
1
-10
/
+45
2024-09-04
firewire: core: add local API to queue work item to workqueue specific to isochronous contexts
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 idr_for_each() function
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
-67
/
+49
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
[next]