index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source 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
2011-03-17
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-39
/
+90
2011-03-14
xhci: Return canceled URBs immediately when host is halted.
Sarah Sharp
1
-2
/
+8
2011-03-14
xhci: Fixes for suspend/resume of shared HCDs.
Sarah Sharp
1
-1
/
+7
2011-03-14
xhci: Fix re-init on power loss after resume.
Sarah Sharp
1
-4
/
+19
2011-03-14
xhci: Register second xHCI roothub.
Sarah Sharp
1
-11
/
+51
2011-03-14
xhci: Refactor bus suspend state into a struct.
Sarah Sharp
1
-1
/
+4
2011-03-14
xhci: Always use usb_hcd in URB instead of converting xhci_hcd.
Sarah Sharp
1
-1
/
+1
2011-03-14
xhci: Remove references to HC_STATE_RUNNING.
Sarah Sharp
1
-1
/
+0
2011-03-14
xhci: Remove references to HC_STATE_HALT.
Sarah Sharp
1
-4
/
+1
2011-03-14
xHCI: prolong host controller halt time limit
Andiry Xu
1
-1
/
+1
2011-03-14
xHCI: Remove redundant variable in xhci_resume()
Andiry Xu
1
-6
/
+1
2011-03-14
xhci: Remove old no-op test.
Sarah Sharp
1
-10
/
+0
2011-02-23
USB: xhci: mark local functions as static
Dmitry Torokhov
1
-4
/
+4
2011-02-20
USB: xhci: rework xhci_print_ir_set() to get ir set from xhci itself
Dmitry Torokhov
1
-3
/
+3
2011-01-15
xhci: Use GFP_NOIO during device reset.
Sarah Sharp
1
-2
/
+6
2011-01-15
xhci: Do not run xhci_cleanup_msix with irq disabled
Zhang Rui
1
-2
/
+4
2011-01-15
xHCI: synchronize irq in xhci_suspend()
Andiry Xu
1
-31
/
+15
2010-11-20
xhci: Fix reset-device and configure-endpoint commands
Paul Zimmerman
1
-0
/
+18
2010-11-16
xhci: Fix command ring replay after resume.
Sarah Sharp
1
-10
/
+61
2010-11-11
xHCI: release spinlock when setup interrupt
Andiry Xu
1
-0
/
+2
2010-11-11
Revert "USB: xhci: Use GFP_ATOMIC under spin_lock"
Greg Kroah-Hartman
1
-1
/
+1
2010-11-11
USB: xhci: Use GFP_ATOMIC under spin_lock
David Sterba
1
-1
/
+1
2010-10-22
usb: Fix linker errors with CONFIG_PM=n
Sarah Sharp
1
-6
/
+0
2010-10-22
USB: xhci: Fix compile error when CONFIG_PM=n
Sarah Sharp
1
-0
/
+8
2010-10-22
USB: xHCI: PCI power management implementation
Andiry Xu
1
-0
/
+210
2010-10-22
USB: xHCI: port power management implementation
Andiry Xu
1
-1
/
+1
2010-10-22
USB: core: use kernel assigned address for devices under xHCI
Andiry Xu
1
-4
/
+4
2010-10-22
USB: xHCI: change xhci_reset_device() to allocate new device
Andiry Xu
1
-5
/
+39
2010-10-22
USB: xHCI: Add pointer to udev in struct xhci_virt_device
Andiry Xu
1
-49
/
+34
2010-08-11
USB: xhci: Performance - move interrupt handlers into xhci-ring.c
Sarah Sharp
1
-103
/
+0
2010-08-11
USB: xhci: Performance - move functions that find ep ring.
Sarah Sharp
1
-0
/
+41
2010-08-11
USB: xHCI: Isoc urb enqueue
Andiry Xu
1
-1
/
+6
2010-08-11
USB: xHCI: Introduce urb_priv structure
Andiry Xu
1
-6
/
+39
2010-08-11
USB: xHCI: Supporting MSI/MSI-X
Dong Nguyen
1
-40
/
+126
2010-08-11
USB: convert usb_hcd bitfields into atomic flags
Alan Stern
1
-2
/
+1
2010-08-11
USB: xhci: Remove obsolete debugging printk.
Sarah Sharp
1
-1
/
+0
2010-07-26
USB: xhci: Set EP0 dequeue ptr after reset of configured device.
Sarah Sharp
1
-0
/
+2
2010-06-05
USB: xhci: Print NEC firmware version.
Sarah Sharp
1
-0
/
+5
2010-06-05
USB: xhci: Wait for host to start running.
Sarah Sharp
1
-7
/
+32
2010-06-05
USB: xhci: Wait for controller to be ready after reset.
Sarah Sharp
1
-1
/
+12
2010-05-21
USB: xhci: Set stream ID to 0 after cleaning up stalls.
Sarah Sharp
1
-0
/
+1
2010-05-21
USB: xhci: Avoid double free after streams are disabled.
Sarah Sharp
1
-0
/
+2
2010-05-21
USB: remove the usb_host_ss_ep_comp structure
Alan Stern
1
-10
/
+3
2010-05-21
USB: xhci: Correct assumptions about number of rings per endpoint.
Sarah Sharp
1
-8
/
+11
2010-05-21
USB: xhci: Add memory allocation for USB3 bulk streams.
Sarah Sharp
1
-2
/
+397
2010-05-21
USB: xhci: Fix issue with set interface after stall.
Sarah Sharp
1
-0
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-19
USB: xHCI: re-initialize cmd_completion
Andiry Xu
1
-0
/
+1
2010-03-19
USB: xhci: rename driver to xhci_hcd
Alex Chiang
1
-0
/
+1916