index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
firewire
/
ohci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
firewire: ohci: obsolete OHCI_PARAM_DEBUG_BUSRESETS from debug module parameter
Takashi Sakamoto
2024-05-06
1
-8
/
+1
*
firewire: ohci: add bus-reset event for initial set of handled irq
Takashi Sakamoto
2024-05-06
1
-6
/
+5
*
firewire: core: obsolete tcode check macros with inline functions
Takashi Sakamoto
2024-05-06
1
-3
/
+3
*
firewire: ohci: replace hard-coded values with common macros
Takashi Sakamoto
2024-05-06
1
-4
/
+14
*
firewire: ohci: replace hard-coded values with inline functions for asynchron...
Takashi Sakamoto
2024-05-06
1
-15
/
+15
*
firewire: ohci: replace local macros with common inline functions for asynchr...
Takashi Sakamoto
2024-05-06
1
-16
/
+8
*
firewire: ohci: use pci_irq_vector() to retrieve allocated interrupt line
Takashi Sakamoto
2024-05-06
1
-5
/
+13
*
firewire: ohci: obsolete usage of deprecated API for MSI
Takashi Sakamoto
2024-05-06
1
-4
/
+9
*
firewire: ohci: replace request_irq() with request_threaded_irq()
Takashi Sakamoto
2024-05-06
1
-4
/
+4
*
Revert "firewire: ohci: use devres for requested IRQ"
Takashi Sakamoto
2024-05-06
1
-6
/
+8
*
firewire: ohci: fulfill timestamp for some local asynchronous transaction
Takashi Sakamoto
2024-04-29
1
-2
/
+6
*
firewire: ohci: mask bus reset interrupts between ISR and bottom half
Adam Goldman
2024-04-06
1
-1
/
+5
*
firewire: ohci: prevent leak of left-over IRQ on unbind
Edmund Raile
2024-03-06
1
-0
/
+2
*
firewire: ohci: suppress unexpected system reboot in AMD Ryzen machines and A...
Takashi Sakamoto
2024-01-05
1
-0
/
+51
*
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: core: use union for callback of transaction completion
Takashi Sakamoto
2023-05-30
1
-2
/
+15
*
firewire: ohci: Use tasklet_disable_in_atomic() where required
Sebastian Andrzej Siewior
2021-03-17
1
-2
/
+2
*
firewire-ohci: use dma_alloc_pages
Christoph Hellwig
2020-09-25
1
-15
/
+11
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-2
/
+2
*
treewide: Remove uninitialized_var() usage
Kees Cook
2020-07-16
1
-7
/
+7
*
firewire: ohci: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-06-15
1
-1
/
+1
*
firewire: ohci: stop using get_seconds() for BUS_TIME
Arnd Bergmann
2019-11-13
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-30
1
-14
/
+1
*
drivers: Remove explicit invocations of mmiowb()
Will Deacon
2019-04-08
1
-1
/
+0
*
Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-02-02
1
-1
/
+7
|
\
|
*
firewire-ohci: work around oversized DMA reads on JMicron controllers
Hector Martin
2018-01-13
1
-1
/
+7
*
|
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2017-10-25
1
-6
/
+4
|
/
*
firewire: ohci: propagate return code from soft_reset to probe and resume
Stefan Richter
2015-11-05
1
-2
/
+3
*
firewire: ohci: fix JMicron JMB38x IT context discovery
Stefan Richter
2015-11-05
1
-0
/
+5
*
firewire: ohci: Remove unused function
Rickard Strandqvist
2015-01-22
1
-5
/
+0
*
firewire: ohci: replace vm_map_ram() with vmap()
Clemens Ladisch
2014-11-19
1
-4
/
+2
*
Merge tag 'firewire-fix-vt6315' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2014-07-27
1
-2
/
+2
|
\
|
*
firewire: ohci: disable MSI for VIA VT6315 again
Stefan Richter
2014-07-23
1
-2
/
+2
*
|
Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2014-06-04
1
-0
/
+7
|
\
|
|
*
firewire: ohci: enable MSI for VIA VT6315 rev 1, drop cycle timer quirk
Stefan Richter
2014-05-29
1
-0
/
+7
*
|
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2014-06-03
1
-1
/
+1
|
\
\
|
*
|
arch: Mass conversion of smp_mb__*()
Peter Zijlstra
2014-04-18
1
-1
/
+1
|
|
/
*
/
firewire: revert to 4 GB RDMA, fix protocols using Memory Space
Stefan Richter
2014-05-29
1
-1
/
+1
|
/
*
firewire: ohci: fix probe failure with Agere/LSI controllers
Stefan Richter
2014-03-06
1
-13
/
+2
*
firewire: Enable remote DMA above 4 GB
Stefan Richter
2014-01-20
1
-3
/
+5
*
firewire: ohci: Turn remote DMA support into a module parameter
Lubomir Rintel
2014-01-12
1
-8
/
+11
*
firewire: ohci: Fix deadlock at bus reset
Stephan Gatzka
2013-08-29
1
-1
/
+8
[next]