index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
xhci-mem.c
Age
Commit message (
Expand
)
Author
2014-03-04
xhci: The trb_address_map radix tree expects 1KB segment memory aligment
Hans de Goede
2014-03-04
xhci: xhci_mem_cleanup: make sure cmd_ring_reserved_trbs really is 0
Hans de Goede
2014-03-04
xhci: Remove segments from radix tree on failed insert.
Sarah Sharp
2014-03-04
xhci: Check size rather then number of streams when allocating stream ctxs
Hans de Goede
2014-03-04
xhci: fix usb3 streams
Gerd Hoffmann
2014-01-30
Revert "xhci: replace xhci_read_64() with readq()"
Sarah Sharp
2014-01-29
Revert "xhci: replace xhci_write_64() with writeq()"
Sarah Sharp
2013-12-02
xhci: replace xhci_write_64() with writeq()
Xenia Ragiadakou
2013-12-02
xhci: replace xhci_read_64() with readq()
Xenia Ragiadakou
2013-12-02
xhci: replace xhci_writel() with writel()
Xenia Ragiadakou
2013-12-02
xhci: replace xhci_readl() with readl()
Xenia Ragiadakou
2013-12-02
xhci: remove conversion from generic to pci device in xhci_mem.c
Xenia Ragiadakou
2013-12-02
xhci: remove unnecessary check in xhci_free_stream_info()
Xenia Ragiadakou
2013-12-02
xhci: convert TRB_CYCLE to le32 before using it to set Link TRB's cycle bit
Xenia Ragiadakou
2013-10-16
usb: Don't enable USB 2.0 Link PM by default.
Sarah Sharp
2013-09-23
usb: Fix xHCI host issues on remote wakeup.
Sarah Sharp
2013-08-18
Merge 3.11-rc6 into usb-next
Greg Kroah-Hartman
2013-08-13
xhci: trace debug statements related to ring expansion
Xenia Ragiadakou
2013-08-13
xhci: trace debug messages related to driver initialization and unload
Xenia Ragiadakou
2013-08-13
xhci: add trace for debug messages related to changing contexts
Xenia Ragiadakou
2013-08-13
xhci: remove CONFIG_USB_XHCI_HCD_DEBUGGING and unused code
Xenia Ragiadakou
2013-07-31
usb: xhci: add missing dma-mapping.h includes
James Hogan
2013-06-18
xhci: check for failed dma pool allocation
Mathias Nyman
2013-06-14
xhci: remove BUG() in xhci_get_endpoint_type()
Mathias Nyman
2013-06-14
xhci: Remove BUG in xhci_setup_addressable_virt_dev
Mathias Nyman
2013-06-14
xhci: Remove BUG_ON in xhci_get_input_control_ctx.
Sarah Sharp
2013-06-14
xhci: Remove BUG_ON() in xhci_alloc_container_ctx.
Sarah Sharp
2013-06-08
Merge 3.10-rc5 into usb-next
Greg Kroah-Hartman
2013-06-05
usb: xhci: check usb2 port capabilities before adding hw link PM support
Mathias Nyman
2013-05-24
xhci: fix list access before init
Vladimir Murzin
2013-05-24
xhci-mem: init list heads at the beginning of init
Sergio Aguirre
2013-05-15
USB: xHCI: override bogus bulk wMaxPacketSize values
Alan Stern
2013-04-03
xhci: Rename SEGMENT_SIZE and SEGMENT_SHIFT as the former is used in a.out.h
David Howells
2013-03-25
usb: add find_raw_port_number callback to struct hc_driver()
Lan Tianyu
2013-01-03
xhci: Handle HS bulk/ctrl endpoints that don't NAK.
Sarah Sharp
2012-11-12
xhci: fix null-pointer dereference when destroying half-built segment rings
Julius Werner
2012-09-13
xHCI: add aborting command ring function
Elric Fu
2012-06-13
xhci: Don't free endpoints in xhci_mem_cleanup()
Takashi Iwai
2012-06-13
xhci: Fix invalid loop check in xhci_free_tt_info()
Takashi Iwai
2012-05-18
xhci: Reserve one command for USB3 LPM disable.
Sarah Sharp
2012-05-18
xhci: Reset reserved command ring TRBs on cleanup.
Sarah Sharp
2012-05-18
USB: fix resource leak in xhci power loss path
Oliver Neukum
2012-04-11
xhci: Don't write zeroed pointers to xHC registers.
Sarah Sharp
2012-03-13
xHCI: Allocate 2 segments for transfer ring
Andiry Xu
2012-03-13
xHCI: dynamic ring expansion
Andiry Xu
2012-03-13
xHCI: set cycle state when allocate rings
Andiry Xu
2012-03-13
xHCI: factor out segments allocation and free function
Andiry Xu
2012-03-13
xHCI: count free TRBs on transfer ring
Andiry Xu
2012-03-13
xHCI: store ring's last segment and segment numbers
Andiry Xu
2012-03-12
xHCI: store ring's type
Andiry Xu
[next]