index
:
linux-stable.git
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.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
/
usb
/
host
/
ehci-sched.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: host: ehci-sched: try to turn on io watchdog as long as periodic_count > 0
Xu Yang
2023-08-12
1
-1
/
+2
*
usb: host: ehci-sched: Use struct_size() in kzalloc()
Gustavo A. R. Silva
2022-01-26
1
-3
/
+1
*
usb: host: ehci-sched: add comment about find_tt() not returning error
Sudip Mukherjee
2020-10-28
1
-0
/
+12
*
usb: host: ehci-sched: Remove ununsed function tt_start_uframe()
YueHaibing
2020-09-14
1
-20
/
+0
*
usb: host: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-10
1
-1
/
+1
*
usb: host: ehci-sched: remove redundant pointer dev
Colin Ian King
2018-07-13
1
-4
/
+0
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-2
/
+3
*
Revert "usb: host: ehci: Use dma_pool_zalloc()"
Greg Kroah-Hartman
2018-05-04
1
-2
/
+4
*
usb: host: ehci: Use dma_pool_zalloc()
Souptick Joarder
2018-02-22
1
-4
/
+2
*
USB: host: ehci: Remove redundant license text
Greg Kroah-Hartman
2017-11-07
1
-14
/
+0
*
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
2017-11-04
1
-0
/
+1
*
usb: host: remove unnecessary null check
Gustavo A. R. Silva
2017-05-17
1
-1
/
+1
*
usb: host: ehci: remove unnecessary max_packet() macro
Felipe Balbi
2016-11-03
1
-1
/
+0
*
usb: host: ehci: make use of new usb_endpoint_maxp_mult()
Felipe Balbi
2016-11-03
1
-1
/
+1
*
usb: host: ehci-sched: remove unnecessary braces
Geyslan G. Bem
2016-02-03
1
-5
/
+1
*
usb: host: ehci-sched: use sizeof operator with parens
Geyslan G. Bem
2016-02-03
1
-4
/
+4
*
usb: host: ehci-sched: add line after declarations
Geyslan G. Bem
2016-02-03
1
-0
/
+2
*
usb: host: ehci-sched: use C89-style comments
Geyslan G. Bem
2016-02-03
1
-12
/
+14
*
usb: host: ehci-sched: remove useless else branch
Geyslan G. Bem
2016-02-03
1
-3
/
+2
*
usb: host: ehci-sched: remove prohibited spaces
Geyslan G. Bem
2016-02-03
1
-132
/
+133
*
usb: host: ehci-sched: add spaces around operators
Geyslan G. Bem
2016-02-03
1
-1
/
+1
*
usb: host: ehci-sched: remove useless initializations
Geyslan G. Bem
2016-02-03
1
-2
/
+2
*
usb: host: ehci-sched: move constants to right
Geyslan G. Bem
2016-02-03
1
-3
/
+3
*
usb: host: ehci-sched: refactor scan_isoc function
Geyslan G. Bem
2016-02-03
1
-101
/
+101
*
USB: EHCI: store reason for unlinking a QH
Alan Stern
2016-02-03
1
-1
/
+1
*
USB: EHCI: adjust error return code
Alan Stern
2015-01-09
1
-3
/
+3
*
USB: EHCI: fix initialization bug in iso_stream_schedule()
Alan Stern
2015-01-09
1
-4
/
+4
*
USB: EHCI: fix sparse errors
Alan Stern
2013-10-19
1
-3
/
+5
*
USB: EHCI: fix type mismatch in check_intr_schedule
Alan Stern
2013-10-19
1
-1
/
+1
*
USB: EHCI: start new isochronous streams ASAP
Alan Stern
2013-10-14
1
-21
/
+23
*
USB: EHCI: create per-TT bandwidth tables
Alan Stern
2013-10-14
1
-85
/
+209
*
USB: EHCI: use a bandwidth-allocation table
Alan Stern
2013-10-11
1
-234
/
+248
*
USB: EHCI: create a "periodic schedule info" struct
Alan Stern
2013-10-11
1
-83
/
+84
*
USB: EHCI: use consistent NO_FRAME value
Alan Stern
2013-10-11
1
-4
/
+4
*
USB: EHCI: No SSPLIT allowed in uframe 7
Alan Stern
2013-10-11
1
-0
/
+4
*
USB: EHCI: compute full-speed bandwidth usage correctly
Alan Stern
2013-10-11
1
-1
/
+1
*
USB: EHCI: check the right uframes for CSPLIT
Alan Stern
2013-10-11
1
-1
/
+1
*
USB: EHCI: handle isochronous underruns with tasklets
Alan Stern
2013-09-17
1
-55
/
+95
*
USB: EHCI: code rearrangement in iso_stream_schedule()
Alan Stern
2013-09-17
1
-45
/
+47
*
ehci: enable debugging code when CONFIG_DYNAMIC_DEBUG is set
Xenia Ragiadakou
2013-08-30
1
-1
/
+1
*
ehci: remove ehci_vdbg() verbose debugging statements
Xenia Ragiadakou
2013-08-30
1
-49
/
+7
*
Merge 3.11-rc6 into usb-next
Greg Kroah-Hartman
2013-08-18
1
-7
/
+6
|
\
|
*
USB: EHCI: accept very late isochronous URBs
Alan Stern
2013-08-12
1
-7
/
+6
*
|
USB: EHCI: improve interrupt qh unlink
Ming Lei
2013-08-12
1
-2
/
+45
|
/
*
USB: EHCI: fix regression related to qh_refresh()
Alan Stern
2013-05-30
1
-1
/
+6
*
USB: revert periodic scheduling bugfix
Alan Stern
2013-05-29
1
-1
/
+1
*
Merge branch 'usb-linus' into usb-next
Greg Kroah-Hartman
2013-03-28
1
-0
/
+2
|
\
|
*
USB: EHCI: fix bug in iTD/siTD DMA pool allocation
Soeren Moch
2013-03-25
1
-0
/
+2
*
|
USB: EHCI: convert singly-linked lists to list_heads
Alan Stern
2013-03-25
1
-6
/
+2
*
|
USB: EHCI: split needs_rescan into two flags
Alan Stern
2013-03-25
1
-8
/
+3
[next]