index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
xhci-mem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge 3.11-rc6 into usb-next
Greg Kroah-Hartman
2013-08-18
1
-0
/
+1
|
\
|
*
usb: xhci: add missing dma-mapping.h includes
James Hogan
2013-07-31
1
-0
/
+1
*
|
xhci: trace debug statements related to ring expansion
Xenia Ragiadakou
2013-08-13
1
-1
/
+2
*
|
xhci: trace debug messages related to driver initialization and unload
Xenia Ragiadakou
2013-08-13
1
-42
/
+68
*
|
xhci: add trace for debug messages related to changing contexts
Xenia Ragiadakou
2013-08-13
1
-1
/
+3
*
|
xhci: remove CONFIG_USB_XHCI_HCD_DEBUGGING and unused code
Xenia Ragiadakou
2013-08-13
1
-70
/
+0
|
/
*
xhci: check for failed dma pool allocation
Mathias Nyman
2013-06-18
1
-0
/
+4
*
xhci: remove BUG() in xhci_get_endpoint_type()
Mathias Nyman
2013-06-14
1
-5
/
+9
*
xhci: Remove BUG in xhci_setup_addressable_virt_dev
Mathias Nyman
2013-06-14
1
-25
/
+10
*
xhci: Remove BUG_ON in xhci_get_input_control_ctx.
Sarah Sharp
2013-06-14
1
-1
/
+3
*
xhci: Remove BUG_ON() in xhci_alloc_container_ctx.
Sarah Sharp
2013-06-14
1
-2
/
+6
*
Merge 3.10-rc5 into usb-next
Greg Kroah-Hartman
2013-06-08
1
-3
/
+7
|
\
|
*
xhci: fix list access before init
Vladimir Murzin
2013-05-24
1
-0
/
+4
|
*
xhci-mem: init list heads at the beginning of init
Sergio Aguirre
2013-05-24
1
-3
/
+3
*
|
usb: xhci: check usb2 port capabilities before adding hw link PM support
Mathias Nyman
2013-06-05
1
-4
/
+29
|
/
*
USB: xHCI: override bogus bulk wMaxPacketSize values
Alan Stern
2013-05-15
1
-8
/
+9
*
xhci: Rename SEGMENT_SIZE and SEGMENT_SHIFT as the former is used in a.out.h
David Howells
2013-04-03
1
-8
/
+8
*
usb: add find_raw_port_number callback to struct hc_driver()
Lan Tianyu
2013-03-25
1
-28
/
+8
*
xhci: Handle HS bulk/ctrl endpoints that don't NAK.
Sarah Sharp
2013-01-03
1
-0
/
+2
*
xhci: fix null-pointer dereference when destroying half-built segment rings
Julius Werner
2012-11-12
1
-2
/
+7
*
xHCI: add aborting command ring function
Elric Fu
2012-09-13
1
-0
/
+7
*
xhci: Don't free endpoints in xhci_mem_cleanup()
Takashi Iwai
2012-06-13
1
-21
/
+14
*
xhci: Fix invalid loop check in xhci_free_tt_info()
Takashi Iwai
2012-06-13
1
-29
/
+10
*
xhci: Reserve one command for USB3 LPM disable.
Sarah Sharp
2012-05-18
1
-0
/
+12
*
xhci: Reset reserved command ring TRBs on cleanup.
Sarah Sharp
2012-05-18
1
-0
/
+1
*
USB: fix resource leak in xhci power loss path
Oliver Neukum
2012-05-18
1
-0
/
+26
*
xhci: Don't write zeroed pointers to xHC registers.
Sarah Sharp
2012-04-11
1
-7
/
+2
*
xHCI: Allocate 2 segments for transfer ring
Andiry Xu
2012-03-13
1
-3
/
+3
*
xHCI: dynamic ring expansion
Andiry Xu
2012-03-13
1
-12
/
+63
*
xHCI: set cycle state when allocate rings
Andiry Xu
2012-03-13
1
-18
/
+38
*
xHCI: factor out segments allocation and free function
Andiry Xu
2012-03-13
1
-34
/
+55
*
xHCI: count free TRBs on transfer ring
Andiry Xu
2012-03-13
1
-0
/
+6
*
xHCI: store ring's last segment and segment numbers
Andiry Xu
2012-03-13
1
-0
/
+2
*
xHCI: store ring's type
Andiry Xu
2012-03-12
1
-16
/
+22
*
Merge branch 'usb-3.3-rc4' into usb-next
Greg Kroah-Hartman
2012-02-23
1
-1
/
+10
|
\
|
*
USB/xhci: Enable remote wakeup for USB3 devices.
Sarah Sharp
2012-02-14
1
-1
/
+10
*
|
xhci: Fix encoding for HS bulk/control NAK rate.
Sarah Sharp
2012-02-21
1
-8
/
+24
|
/
*
xhci: Remove debugging about ring structure allocation.
Sarah Sharp
2011-12-22
1
-14
/
+0
*
xhci: Set slot and ep0 flags for address command.
Sarah Sharp
2011-11-04
1
-5
/
+0
*
usb/xhci: replace pci_*_consistent() with dma_*_coherent()
Sebastian Andrzej Siewior
2011-09-26
1
-19
/
+19
*
xHCI: AMD isoc link TRB chain bit quirk
Andiry Xu
2011-09-26
1
-14
/
+18
*
xHCI: test USB2 software LPM
Andiry Xu
2011-09-26
1
-0
/
+11
*
xHCI: Check host USB2 LPM capability
Andiry Xu
2011-09-26
1
-0
/
+17
*
xhci-mem.c: xhci_segment_free: No need for checking seg argument
Kautuk Consul
2011-09-20
1
-2
/
+0
*
xhci-mem.c: Check for ring->first_seg != NULL
Kautuk Consul
2011-09-20
1
-10
/
+12
*
xhci: Fix mult base in endpoint bandwidth info.
Sarah Sharp
2011-09-20
1
-4
/
+5
*
xHCI: refine td allocation
Andiry Xu
2011-09-09
1
-11
/
+3
*
xhci: Track interval bandwidth tables per port/TT.
Sarah Sharp
2011-09-09
1
-2
/
+24
*
xhci: Store endpoint bandwidth information.
Sarah Sharp
2011-09-09
1
-0
/
+63
*
xhci: Store information about roothubs and TTs.
Sarah Sharp
2011-09-09
1
-1
/
+131
[next]