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
2013-07-29
Merge 3.11-rc3 into usb-next
Greg Kroah-Hartman
1
-5
/
+12
2013-07-25
usb: host: xhci: Enable XHCI_SPURIOUS_SUCCESS for all controllers with xhci 1.0
George Cherian
1
-0
/
+7
2013-07-25
usb: xhci: Mark two functions __maybe_unused
Olof Johansson
1
-2
/
+2
2013-07-25
xhci: Avoid NULL pointer deref when host dies.
Sarah Sharp
1
-3
/
+3
2013-07-24
xhci: Correct misplaced newlines
Joe Perches
1
-5
/
+5
2013-06-26
xhci: Add missing unlocks on error paths
Emil Goode
1
-0
/
+2
2013-06-15
xhci: Remove BUG_ON in xhci_get_input_control_ctx.
Sarah Sharp
1
-34
/
+114
2013-06-09
Merge 3.10-rc5 into usb-next
Greg Kroah-Hartman
1
-3
/
+13
2013-06-06
usb: add usb2 Link PM variables to sysfs and usb_device
Mathias Nyman
1
-2
/
+4
2013-06-06
usb: xhci: add USB2 Link power management BESL support
Mathias Nyman
1
-64
/
+140
2013-06-06
usb: xhci: define port register names and use them instead of magic numbers
Mathias Nyman
1
-2
/
+2
2013-06-06
usb: xhci: check usb2 port capabilities before adding hw link PM support
Mathias Nyman
1
-1
/
+26
2013-06-06
usb/xhci: unify parameter of xhci_msi_irq
Alex Shi
1
-2
/
+2
2013-06-06
usb: xhci-dbg: Display endpoint number and direction in context dump
Julius Werner
1
-0
/
+10
2013-05-25
xhci: Disable D3cold for buggy TI redrivers.
Sarah Sharp
1
-2
/
+2
2013-05-25
xhci - correct comp_mode_recovery_timer on return from hibernate
Tony Camuso
1
-1
/
+11
2013-04-08
xhci - clarify compliance mode debug messages
Tony Camuso
1
-5
/
+9
2013-03-28
USB: remove CONFIG_USB_SUSPEND option
Alan Stern
1
-2
/
+2
2013-03-25
usb: add find_raw_port_number callback to struct hc_driver()
Lan Tianyu
1
-0
/
+22
2013-03-15
USB: xhci: correctly enable interrupts
Hannes Reinecke
1
-1
/
+2
2013-01-04
xhci: Avoid "dead ports", add roothub port polling.
Sarah Sharp
1
-0
/
+10
2012-11-12
usb: host: xhci: move HC_STATE_SUSPENDED check to xhci_suspend()
Felipe Balbi
1
-0
/
+4
2012-11-12
usb: host: xhci: Stricter conditional for Z1 system models for Compliance Mod...
Alexis R. Cortes
1
-1
/
+1
2012-11-12
xhci: Fix conditional check in bandwidth calculation.
Sarah Sharp
1
-1
/
+1
2012-11-12
xhci: Avoid global symbol pollution with handshake.
Sarah Sharp
1
-11
/
+13
2012-10-26
xhci: trivial: Remove assigned but unused ep_ctx.
Sarah Sharp
1
-2
/
+0
2012-10-26
xhci: Fix missing break in xhci_evaluate_context_result.
Sarah Sharp
1
-0
/
+2
2012-10-24
xhci: fix integer overflow
Oliver Neukum
1
-1
/
+1
2012-10-24
xhci: endianness xhci_calculate_intel_u2_timeout
Oliver Neukum
1
-1
/
+1
2012-10-18
usb: host: xhci: New system added for Compliance Mode Patch on SN65LVPE502CP
Alexis R. Cortes
1
-1
/
+2
2012-09-24
usb: host: xhci: Fix Null pointer dereferencing with 71c731a for non-x86 systems
Vivek Gautam
1
-0
/
+2
2012-09-24
Increase XHCI suspend timeout to 16ms
Michael Spang
1
-1
/
+1
2012-09-17
Merge 3.6-rc6 into usb-next
Greg Kroah-Hartman
1
-1
/
+122
2012-09-14
usb: host: xhci: sparse fixes
Felipe Balbi
1
-2
/
+3
2012-09-14
xHCI: cancel command after command timeout
Elric Fu
1
-7
/
+19
2012-09-14
xHCI: add aborting command ring function
Elric Fu
1
-1
/
+1
2012-09-14
xHCI: add cmd_ring_state
Elric Fu
1
-2
/
+4
2012-09-05
usb: host: xhci: Fix Compliance Mode on SN65LVPE502CP Hardware
Alexis R. Cortes
1
-0
/
+121
2012-09-05
xhci: Fix a logical vs bitwise AND bug
Dan Carpenter
1
-1
/
+1
2012-08-09
xhci: Switch PPT ports to EHCI on shutdown.
Sarah Sharp
1
-0
/
+3
2012-08-07
xhci: Increase reset timeout for Renesas 720201 host.
Sarah Sharp
1
-2
/
+3
2012-07-06
usbdevfs: Add a USBDEVFS_GET_CAPABILITIES ioctl
Hans de Goede
1
-0
/
+2
2012-06-14
xHCI: Increase the timeout for controller save/restore state operation
Andiry Xu
1
-4
/
+4
2012-06-14
xhci: Fix error path return value.
Sarah Sharp
1
-1
/
+1
2012-05-21
xhci: Fix DIV_ROUND_UP compile error.
Sarah Sharp
1
-3
/
+3
2012-05-21
xhci: Fix compile with CONFIG_USB_SUSPEND=n
Sarah Sharp
1
-27
/
+43
2012-05-19
xhci: Add Intel U1/U2 timeout policy.
Sarah Sharp
1
-0
/
+133
2012-05-19
xhci: Add infrastructure for host-specific LPM policies.
Sarah Sharp
1
-0
/
+319
2012-05-19
xhci: Some Evaluate Context commands must succeed.
Sarah Sharp
1
-1
/
+1
2012-05-08
USB: xhci: testing sizeof xhci_doorbell_array 2 time
girish verma
1
-1
/
+0
[next]