index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
firewire
Commit message (
Expand
)
Author
Age
Files
Lines
*
firewire: core: search descriptor leaf just after vendor directory entry in r...
Takashi Sakamoto
2024-02-01
1
-1
/
+10
*
firewire: core: correct documentation of fw_csr_string() kernel API
Takashi Sakamoto
2024-02-01
1
-4
/
+3
*
firewire: core: fill model field in modalias of unit device for legacy layout...
Takashi Sakamoto
2024-01-10
2
-3
/
+20
*
firewire: core: detect model name for legacy layout of configuration ROM
Takashi Sakamoto
2024-01-08
2
-9
/
+27
*
firewire: core: detect numeric model identifier for legacy layout of configur...
Takashi Sakamoto
2024-01-08
2
-15
/
+49
*
firewire: test: add test of device attributes for legacy AV/C device
Takashi Sakamoto
2024-01-08
1
-0
/
+111
*
firewire: test: add test of device attributes for simple AV/C device
Takashi Sakamoto
2024-01-08
1
-0
/
+119
*
firewire: test: add KUnit test for device attributes
Takashi Sakamoto
2024-01-08
4
-0
/
+40
*
firewire: core: replace magic number with macro
Takashi Sakamoto
2024-01-08
1
-5
/
+7
*
firewire: core: adds constant qualifier for local helper functions
Takashi Sakamoto
2024-01-08
1
-3
/
+3
*
firewire: make fw_bus_type const
Greg Kroah-Hartman
2024-01-08
1
-1
/
+1
*
firewire: ohci: suppress unexpected system reboot in AMD Ryzen machines and A...
Takashi Sakamoto
2024-01-05
1
-0
/
+51
*
Merge tag 'firewire-fixes-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2023-12-03
1
-7
/
+4
|
\
|
*
firewire: core: fix possible memory leak in create_units()
Yang Yingliang
2023-11-30
1
-7
/
+4
*
|
scsi: Change SCSI device boolean fields to single bit flags
Damien Le Moal
2023-11-24
1
-3
/
+3
|
/
*
firewire: Annotate struct fw_node with __counted_by
Kees Cook
2023-11-05
1
-1
/
+1
*
scsi: sd: Introduce manage_shutdown device flag
Damien Le Moal
2023-10-27
1
-0
/
+1
*
scsi: sd: Differentiate system and runtime start/stop management
Damien Le Moal
2023-09-28
1
-3
/
+6
*
Revert "firewire: core: obsolete usage of GFP_ATOMIC at building node tree"
Takashi Sakamoto
2023-09-15
2
-2
/
+2
*
firewire: net: fix use after free in fwnet_finish_incoming_packet()
Zhang Shurong
2023-06-24
1
-2
/
+4
*
firewire: core: obsolete usage of GFP_ATOMIC at building node tree
Takashi Sakamoto
2023-06-06
2
-2
/
+2
*
firewire: ohci: release buffer for AR req/resp contexts when managed resource...
Takashi Sakamoto
2023-06-06
1
-17
/
+14
*
firewire: ohci: use devres for content of configuration ROM
Takashi Sakamoto
2023-06-06
1
-18
/
+9
*
firewire: ohci: use devres for IT, IR, AT/receive, and AT/request contexts
Takashi Sakamoto
2023-06-06
1
-15
/
+8
*
firewire: ohci: use devres for list of isochronous contexts
Takashi Sakamoto
2023-06-06
1
-10
/
+9
*
firewire: ohci: use devres for requested IRQ
Takashi Sakamoto
2023-06-06
1
-8
/
+4
*
firewire: ohci: use devres for misc DMA buffer
Takashi Sakamoto
2023-06-06
1
-10
/
+3
*
firewire: ohci: use devres for MMIO region mapping
Takashi Sakamoto
2023-06-06
1
-20
/
+6
*
firewire: ohci: use devres for PCI-related resources
Takashi Sakamoto
2023-06-06
1
-7
/
+3
*
firewire: ohci: use devres for memory object of ohci structure
Takashi Sakamoto
2023-06-06
1
-16
/
+17
*
firewire: fix build failure due to missing module license
Takashi Sakamoto
2023-05-30
1
-0
/
+2
*
firewire: cdev: implement new event relevant to phy packet with time stamp
Takashi Sakamoto
2023-05-30
1
-22
/
+68
*
firewire: cdev: add new event to notify phy packet with time stamp
Takashi Sakamoto
2023-05-30
1
-0
/
+14
*
firewire: cdev: code refactoring to dispatch event for phy packet
Takashi Sakamoto
2023-05-30
1
-27
/
+51
*
firewire: cdev: implement new event to notify response subaction with time stamp
Takashi Sakamoto
2023-05-30
1
-31
/
+65
*
firewire: cdev: add new event to notify response subaction with time stamp
Takashi Sakamoto
2023-05-30
1
-0
/
+15
*
firewire: cdev: code refactoring to operate event of response
Takashi Sakamoto
2023-05-30
1
-12
/
+15
*
firewire: core: implement variations to send request and wait for response wi...
Takashi Sakamoto
2023-05-30
1
-14
/
+27
*
firewire: core: use union for callback of transaction completion
Takashi Sakamoto
2023-05-30
3
-14
/
+68
*
firewire: cdev: implement new event to notify request subaction with time stamp
Takashi Sakamoto
2023-05-30
1
-1
/
+17
*
firewire: cdev: add new event to notify request subaction with time stamp
Takashi Sakamoto
2023-05-30
1
-0
/
+20
*
firewire: cdev: add new version of ABI to notify time stamp at request/respon...
Takashi Sakamoto
2023-05-30
1
-0
/
+1
*
firewire: add KUnit test to check layout of UAPI structures
Takashi Sakamoto
2023-05-30
4
-0
/
+61
*
firewire: net: fix unexpected release of object for asynchronous request packet
Takashi Sakamoto
2023-05-11
1
-10
/
+11
*
Merge tag 'firewire-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-04-27
1
-2
/
+2
|
\
|
*
firewire: init_ohci1394_dma: use correct function names in comments
Randy Dunlap
2023-04-24
1
-2
/
+2
*
|
scsi: firewire: sbp2: Declare the SCSI host template const
Bart Van Assche
2023-03-24
1
-2
/
+2
|
/
*
Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-02-24
1
-4
/
+4
|
\
|
*
driver core: make struct device_type.uevent() take a const *
Greg Kroah-Hartman
2023-01-27
1
-4
/
+4
*
|
firewire: cdev: use single object to dispatch event for request to IEC 61883-...
Takashi Sakamoto
2023-01-23
1
-16
/
+9
[next]