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
/
usb
/
host
/
ohci-hcd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: fix a few cases of -Wfallthrough
Nick Desaulniers
2020-11-13
1
-1
/
+1
*
usb: ohci: Make distrust_firmware param default to false
Hamish Martin
2020-09-14
1
-1
/
+1
*
usb: ohci: Default to per-port over-current protection
Hamish Martin
2020-09-14
1
-6
/
+10
*
USB: ohci: Replace HTTP links with HTTPS ones
Alexander A. Klimov
2020-07-15
1
-1
/
+1
*
USB: OHCI: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-10
1
-2
/
+2
*
Merge 5.3-rc7 into usb-next
Greg Kroah-Hartman
2019-09-02
1
-3
/
+12
|
\
|
*
usb: host: ohci: fix a race condition between shutdown and irq
Yoshihiro Shimoda
2019-08-28
1
-3
/
+12
*
|
usb: add a HCD_DMA flag instead of guestimating DMA capabilities
Christoph Hellwig
2019-08-21
1
-1
/
+1
|
/
*
usb: host: Fix excessive alignment restriction for local memory allocations
Fredrik Noring
2019-06-28
1
-2
/
+2
*
USB: drop HCD_LOCAL_MEM flag
Laurentiu Tudor
2019-06-03
1
-1
/
+1
*
USB: use genalloc for USB HCs with local memory
Laurentiu Tudor
2019-06-03
1
-5
/
+18
*
USB: ohci: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2018-05-31
1
-5
/
+0
*
Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...
Linus Torvalds
2018-04-02
1
-18
/
+0
|
\
|
*
usb: host: remove tilegx platform glue
Arnd Bergmann
2018-03-26
1
-18
/
+0
*
|
USB: OHCI: Fix NULL dereference in HCDs using HCD_LOCAL_MEM
Fredrik Noring
2018-03-09
1
-1
/
+2
|
/
*
ohci-hcd: Fix race condition caused by ohci_urb_enqueue() and io_watchdog_func()
Shigeru Yoshida
2018-02-15
1
-3
/
+7
*
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-21
1
-5
/
+4
*
Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2017-11-13
1
-1
/
+2
|
\
|
*
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
2017-11-04
1
-0
/
+1
|
*
usb: host: ohci-hcd: mark expected switch fall-through
Gustavo A. R. Silva
2017-11-01
1
-1
/
+1
*
|
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2017-10-25
1
-1
/
+1
|
/
*
ohci-pci: add qemu quirk
Gerd Hoffmann
2017-03-23
1
-1
/
+2
*
usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HW
yuan linyu
2017-03-17
1
-1
/
+1
*
lib/vsprintf.c: remove %Z support
Alexey Dobriyan
2017-02-27
1
-1
/
+1
*
Merge 4.9-rc3 into usb-next
Greg Kroah-Hartman
2016-10-30
1
-1
/
+1
|
\
|
*
usb: increase ohci watchdog delay to 275 msec
Bryan Paluch
2016-10-24
1
-1
/
+1
*
|
USB: OHCI: make ohci-da8xx a separate driver
Manjunath Goudar
2016-10-27
1
-18
/
+0
|
/
*
timers: Remove set_timer_slack() leftovers
Thomas Gleixner
2016-07-07
1
-1
/
+0
*
USB: ohci-jz4740: Remove obsolete driver
Maarten ter Huurne
2016-05-13
1
-5
/
+0
*
usb: ehci: ohci: fix bool assignments
Geyslan G. Bem
2015-12-04
1
-2
/
+2
*
USB: ohci-hcd.c: move assignment out of if () block
Greg Kroah-Hartman
2015-05-10
1
-1
/
+2
*
USB: host: Remove ehci-octeon and ohci-octeon drivers
Alan Stern
2014-11-25
1
-5
/
+0
*
usb: hub: rename khubd to hub_wq in documentation and comments
Petr Mladek
2014-09-23
1
-3
/
+3
*
USB: OHCI: add check for stopped frame counter
Alan Stern
2014-07-18
1
-2
/
+34
*
USB: OHCI: add I/O watchdog for orphan TDs
Alan Stern
2014-07-18
1
-0
/
+125
*
USB: OHCI: make URB completions single-threaded
Alan Stern
2014-07-18
1
-6
/
+4
*
USB: OHCI: redesign the TD done list
Alan Stern
2014-07-18
1
-7
/
+5
*
USB: OHCI: no shortcut for unlinking URBS from a dead controller
Alan Stern
2014-07-18
1
-14
/
+8
*
USB: OHCI: revert the ZF Micro orphan-TD quirk
Alan Stern
2014-07-18
1
-133
/
+1
*
USB: OHCI: fix bugs in debug routines
Alan Stern
2014-07-17
1
-5
/
+5
*
USB: OHCI: add SG support
Alan Stern
2014-07-17
1
-6
/
+32
*
USB: OHCI: don't allocate HCCA atomically
Vladimir Zapolskiy
2014-07-09
1
-1
/
+1
*
usb: ohci-da8xx can only be built-in
Arnd Bergmann
2014-05-27
1
-1
/
+1
*
USB: OHCI: Properly handle OHCI controller suspend
Majunath Goudar
2013-12-08
1
-1
/
+8
*
USB: kill #undef VERBOSE_DEBUG
Oliver Neukum
2013-12-03
1
-2
/
+0
*
ohci:always register debug files
Oliver Neukum
2013-12-03
1
-6
/
+0
*
ohci: kill ohci_vdbg
Oliver Neukum
2013-12-03
1
-2
/
+2
*
ohci: remove conditional compilation
Oliver Neukum
2013-12-03
1
-8
/
+0
*
Revert "USB: OHCI: Properly handle OHCI controller suspend"
Greg Kroah-Hartman
2013-10-14
1
-8
/
+1
*
USB: OHCI: Properly handle OHCI controller suspend
Manjunath Goudar
2013-10-05
1
-1
/
+8
[next]