index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
firewire
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-06
firewire: core: add common inline functions to serialize/deserialize asynchronous packet header
Takashi Sakamoto
5
-0
/
+726
2024-05-06
firewire: ohci: use pci_irq_vector() to retrieve allocated interrupt line
Takashi Sakamoto
1
-5
/
+13
2024-05-06
firewire: ohci: obsolete usage of deprecated API for MSI
Takashi Sakamoto
1
-4
/
+9
2024-05-06
firewire: ohci: replace request_irq() with request_threaded_irq()
Takashi Sakamoto
1
-4
/
+4
2024-05-06
Revert "firewire: ohci: use devres for requested IRQ"
Takashi Sakamoto
1
-6
/
+8
2024-05-06
firewire: core: option to log bus reset initiation
Adam Goldman
3
-0
/
+21
2024-04-29
firewire: ohci: fulfill timestamp for some local asynchronous transaction
Takashi Sakamoto
1
-2
/
+6
2024-04-29
firewire: nosy: ensure user_length is taken into account when fetching packet contents
Thanassis Avgerinos
1
-2
/
+4
2024-04-11
scsi: sbp2: Switch to using ->device_configure
Christoph Hellwig
1
-3
/
+4
2024-04-11
scsi: core: Add a dma_alignment field to the host and host template
Christoph Hellwig
1
-6
/
+0
2024-04-06
firewire: ohci: mask bus reset interrupts between ISR and bottom half
Adam Goldman
1
-1
/
+5
2024-03-21
firewire: core: add memo about the caller of show functions for device attributes
Takashi Sakamoto
1
-0
/
+2
2024-03-18
Revert "firewire: Kill unnecessary buf check in device_attribute.show"
Li Zhijian
1
-4
/
+12
2024-03-11
firewire: core: fix build failure due to the caller of fw_csr_string()
Takashi Sakamoto
1
-1
/
+1
2024-03-11
firewire: Convert snprintf/sprintf to sysfs_emit
Li Zhijian
1
-2
/
+2
2024-03-11
firewire: Kill unnecessary buf check in device_attribute.show
Li Zhijian
1
-11
/
+3
2024-03-06
firewire: ohci: prevent leak of left-over IRQ on unbind
Edmund Raile
1
-0
/
+2
2024-02-29
firewire: core: use long bus reset on gap count error
Takashi Sakamoto
1
-1
/
+13
2024-02-07
firewire: core: send bus reset promptly on gap count error
Takashi Sakamoto
1
-1
/
+17
2024-02-01
firewire: core: search descriptor leaf just after vendor directory entry in root directory
Takashi Sakamoto
1
-1
/
+10
2024-02-01
firewire: core: correct documentation of fw_csr_string() kernel API
Takashi Sakamoto
1
-4
/
+3
2024-01-10
firewire: core: fill model field in modalias of unit device for legacy layout of configuration ROM
Takashi Sakamoto
2
-3
/
+20
2024-01-08
firewire: core: detect model name for legacy layout of configuration ROM
Takashi Sakamoto
2
-9
/
+27
2024-01-08
firewire: core: detect numeric model identifier for legacy layout of configuration ROM
Takashi Sakamoto
2
-15
/
+49
2024-01-08
firewire: test: add test of device attributes for legacy AV/C device
Takashi Sakamoto
1
-0
/
+111
2024-01-08
firewire: test: add test of device attributes for simple AV/C device
Takashi Sakamoto
1
-0
/
+119
2024-01-08
firewire: test: add KUnit test for device attributes
Takashi Sakamoto
4
-0
/
+40
2024-01-08
firewire: core: replace magic number with macro
Takashi Sakamoto
1
-5
/
+7
2024-01-08
firewire: core: adds constant qualifier for local helper functions
Takashi Sakamoto
1
-3
/
+3
2024-01-08
firewire: make fw_bus_type const
Greg Kroah-Hartman
1
-1
/
+1
2024-01-05
firewire: ohci: suppress unexpected system reboot in AMD Ryzen machines and ASM108x/VT630x PCIe cards
Takashi Sakamoto
1
-0
/
+51
2023-12-03
Merge tag 'firewire-fixes-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394
Linus Torvalds
1
-7
/
+4
2023-11-30
firewire: core: fix possible memory leak in create_units()
Yang Yingliang
1
-7
/
+4
2023-11-24
scsi: Change SCSI device boolean fields to single bit flags
Damien Le Moal
1
-3
/
+3
2023-11-05
firewire: Annotate struct fw_node with __counted_by
Kees Cook
1
-1
/
+1
2023-10-27
scsi: sd: Introduce manage_shutdown device flag
Damien Le Moal
1
-0
/
+1
2023-09-28
scsi: sd: Differentiate system and runtime start/stop management
Damien Le Moal
1
-3
/
+6
2023-09-15
Revert "firewire: core: obsolete usage of GFP_ATOMIC at building node tree"
Takashi Sakamoto
2
-2
/
+2
2023-06-24
firewire: net: fix use after free in fwnet_finish_incoming_packet()
Zhang Shurong
1
-2
/
+4
2023-06-06
firewire: core: obsolete usage of GFP_ATOMIC at building node tree
Takashi Sakamoto
2
-2
/
+2
2023-06-06
firewire: ohci: release buffer for AR req/resp contexts when managed resource is released
Takashi Sakamoto
1
-17
/
+14
2023-06-06
firewire: ohci: use devres for content of configuration ROM
Takashi Sakamoto
1
-18
/
+9
2023-06-06
firewire: ohci: use devres for IT, IR, AT/receive, and AT/request contexts
Takashi Sakamoto
1
-15
/
+8
2023-06-06
firewire: ohci: use devres for list of isochronous contexts
Takashi Sakamoto
1
-10
/
+9
2023-06-06
firewire: ohci: use devres for requested IRQ
Takashi Sakamoto
1
-8
/
+4
2023-06-06
firewire: ohci: use devres for misc DMA buffer
Takashi Sakamoto
1
-10
/
+3
2023-06-06
firewire: ohci: use devres for MMIO region mapping
Takashi Sakamoto
1
-20
/
+6
2023-06-06
firewire: ohci: use devres for PCI-related resources
Takashi Sakamoto
1
-7
/
+3
2023-06-06
firewire: ohci: use devres for memory object of ohci structure
Takashi Sakamoto
1
-16
/
+17
2023-05-30
firewire: fix build failure due to missing module license
Takashi Sakamoto
1
-0
/
+2
[prev]
[next]