index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
xhci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-08
xhci: Add grace period after xHC start to prevent premature runtime suspend.
Mathias Nyman
1
-1
/
+3
2022-09-08
Revert "xhci: turn off port power in shutdown"
Mathias Nyman
1
-13
/
+2
2022-06-23
xhci: turn off port power in shutdown
Mathias Nyman
1
-2
/
+13
2022-06-23
xhci: Keep interrupt disabled in initialization until host is running.
Hongyu Xie
1
-13
/
+22
2022-06-10
xhci: Fix null pointer dereference in resume if xhci has only one roothub
Mathias Nyman
1
-10
/
+5
2022-05-19
xhci: Don't defer primary roothub registration if there is only one roothub
Mathias Nyman
1
-2
/
+2
2022-05-12
xhci: prevent U2 link power state if Intel tier policy prevented U1
Mathias Nyman
1
-7
/
+4
2022-05-12
xhci: use generic command timer for stop endpoint commands.
Mathias Nyman
1
-6
/
+1
2022-05-12
xhci: prepare for operation w/o shared hcd
Heiner Kallweit
1
-19
/
+34
2022-05-12
xhci: factor out parts of xhci_gen_setup()
Heiner Kallweit
1
-50
/
+54
2022-05-12
xhci: Set HCD flag to defer primary roothub registration
Kishon Vijay Abraham I
1
-0
/
+2
2022-04-09
xhci: stop polling roothubs after shutdown
Henry Lin
1
-0
/
+11
2022-03-03
usb: host: xhci: Remove some unnecessary return value initializations
Linyu Yuan
1
-4
/
+4
2022-03-03
usb: host: xhci: add blank line in xhci_halt()
Linyu Yuan
1
-0
/
+3
2022-03-03
usb: host: xhci: update hci_version operation in xhci_gen_setup()
Linyu Yuan
1
-2
/
+1
2022-03-03
xhci: make xhci_handshake timeout for xhci_reset() adjustable
Mathias Nyman
1
-11
/
+9
2022-02-28
Merge 5.17-rc6 into usb-next
Greg Kroah-Hartman
1
-9
/
+19
2022-02-17
usb: host: xhci: drop redundant checks
Sergey Shtylyov
1
-4
/
+0
2022-02-17
xhci: Allocate separate command structures for each LPM command
Mathias Nyman
1
-13
/
+8
2022-02-17
xhci: dbc: Don't call dbc_tty_init() on every dbc tty probe
Mathias Nyman
1
-0
/
+2
2022-02-17
xhci: dbc: Rename xhci_dbc_init and xhci_dbc_exit
Mathias Nyman
1
-2
/
+2
2022-02-15
xhci: Prevent futile URB re-submissions due to incorrect return value.
Hongyu Xie
1
-3
/
+6
2022-02-15
xhci: re-initialize the HC during resume if HCE was set
Puma Hsu
1
-6
/
+13
2021-12-21
xhci: use max() to make code cleaner
Changcheng Deng
1
-4
/
+2
2021-12-10
xhci: avoid race between disable slot command and host runtime suspend
Mathias Nyman
1
-7
/
+15
2021-12-10
xhci: Remove CONFIG_USB_DEFAULT_PERSIST to prevent xHCI from runtime suspending
Kai-Heng Feng
1
-4
/
+0
2021-11-05
Revert "xhci: Set HCD flag to defer primary roothub registration"
Greg Kroah-Hartman
1
-1
/
+0
2021-10-11
xhci: guard accesses to ep_state in xhci_endpoint_reset()
Jonathan Bell
1
-0
/
+5
2021-09-14
xhci: Set HCD flag to defer primary roothub registration
Kishon Vijay Abraham I
1
-0
/
+1
2021-08-26
xhci: Add bus number to some debug messages
Mathias Nyman
1
-2
/
+4
2021-08-26
Revert "USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk...
Mathias Nyman
1
-12
/
+12
2021-06-21
xhci: remove redundant continue statement
Colin Ian King
1
-1
/
+0
2021-06-17
xhci: handle failed buffer copy to URB sg list and fix a W=1 copiler warning
Mathias Nyman
1
-2
/
+7
2021-05-13
xhci: Do not use GFP_KERNEL in (potentially) atomic context
Christophe JAILLET
1
-3
/
+3
2021-04-06
xhci: fix potential array out of bounds with several interrupters
Mathias Nyman
1
-1
/
+5
2021-04-06
xhci: check control context is valid before dereferencing it.
Mathias Nyman
1
-0
/
+8
2021-03-23
usb: xhci: Init root hub SSP rate
Thinh Nguyen
1
-0
/
+2
2021-03-15
Merge 5.12-rc3 into usb-next
Greg Kroah-Hartman
1
-35
/
+43
2021-03-11
xhci: Fix repeated xhci wake after suspend due to uncleared internal wake state
Mathias Nyman
1
-32
/
+30
2021-03-11
xhci: Improve detection of device initiated wake signal.
Mathias Nyman
1
-3
/
+13
2021-03-10
usb: xhci-mtk: support to build xhci-mtk-hcd.ko
Chunfeng Yun
1
-17
/
+13
2021-02-08
Merge 5.11-rc7 into usb-next
Greg Kroah-Hartman
1
-2
/
+6
2021-01-29
xhci: split handling halted endpoints into two steps
Mathias Nyman
1
-88
/
+6
2021-01-26
usb: xhci-mtk: fix unreleased bandwidth data
Ikjoon Jang
1
-2
/
+6
2020-12-28
USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk set
Michael Grzeschik
1
-12
/
+12
2020-12-09
usb: xhci: Use temporary buffer to consolidate SG
Tejas Joglekar
1
-1
/
+128
2020-11-02
Merge 5.10-rc2 into usb-next
Greg Kroah-Hartman
1
-1
/
+4
2020-10-29
xhci: Don't create stream debugfs files with spinlock held.
Mathias Nyman
1
-1
/
+4
2020-10-28
usb: xhci: Remove in_interrupt() checks
Ahmed S. Darwish
1
-4
/
+2
2020-09-20
usb: xhci: add debugfs support for ep with stream
Li Jun
1
-0
/
+1
[next]