index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
usb
/
hcd-xhci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-11
usb:xhci: no DMA on HC reset
Roman Kagan
1
-1
/
+4
2016-03-18
usb: fix unbounded stack warning for xhci_dma_write_u32s
Peter Xu
1
-2
/
+4
2016-01-29
usb: Clean up includes
Peter Maydell
1
-0
/
+1
2015-11-06
usb: Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-1
/
+1
2015-09-11
maint: avoid useless "if (foo) free(foo)" pattern
Daniel P. Berrange
1
-3
/
+1
2015-07-17
Revert "xhci: set timer to retry xfers"
Gerd Hoffmann
1
-2
/
+0
2015-05-11
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-05-0...
Peter Maydell
1
-1
/
+0
2015-05-08
xhci: remove unused code
Gonglei
1
-1
/
+0
2015-05-08
xhci: fix events for setup trb.
Gerd Hoffmann
1
-0
/
+8
2015-05-08
Revert "xhci: generate a Transfer Event for each Transfer TRB with the IOC bi...
Gerd Hoffmann
1
-12
/
+3
2015-05-08
xhci: set timer to retry xfers
Gerd Hoffmann
1
-0
/
+2
2015-03-09
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-4
/
+2
2015-03-03
xhci: generate a Transfer Event for each Transfer TRB with the IOC bit set
Laszlo Ersek
1
-3
/
+12
2015-02-26
pci: Trivial device model conversions to realize
Markus Armbruster
1
-4
/
+2
2015-01-26
vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*
Paolo Bonzini
1
-1
/
+1
2014-11-11
xhci: add sanity checks to xhci_lookup_uport
Gerd Hoffmann
1
-0
/
+9
2014-10-28
xhci: add property to turn on/off streams support
Gerd Hoffmann
1
-3
/
+12
2014-10-15
xhci: remove dead code
Gerd Hoffmann
1
-6
/
+0
2014-09-23
usb: tag xhci as hotpluggable
Gerd Hoffmann
1
-1
/
+0
2014-09-10
xhci PCIe endpoint migration compatibility fix
Dr. David Alan Gilbert
1
-1
/
+5
2014-08-29
usb: add usb host adapters exit trace
Gonglei
1
-0
/
+2
2014-08-29
usb-xhci: add exit function
Gonglei
1
-0
/
+36
2014-08-29
Revert "xhci: Fix number of streams allocated when using streams"
Gerd Hoffmann
1
-1
/
+1
2014-08-29
xhci: use (1u << i)
Gerd Hoffmann
1
-2
/
+2
2014-08-29
xhci: fix debug print compiling error
Gonglei
1
-3
/
+3
2014-07-22
vmstate_xhci_event: fix unterminated field list
Laszlo Ersek
1
-0
/
+1
2014-06-02
xhci: order superspeed ports first
Gerd Hoffmann
1
-8
/
+37
2014-06-02
xhci: make port reset trace point more verbose
Gerd Hoffmann
1
-1
/
+1
2014-05-26
xhci: add xhci_get_flag
Gerd Hoffmann
1
-2
/
+7
2014-05-26
xhci: add endpoint cap on express bus only
Gerd Hoffmann
1
-2
/
+4
2014-05-26
xhci: child detach fix
Gerd Hoffmann
1
-1
/
+1
2014-02-18
xhci: use DPRINTF() instead of fprintf(stderr, ...)
Gerd Hoffmann
1
-45
/
+45
2014-02-18
xhci: switch debug printf to tracepoint
Gerd Hoffmann
1
-3
/
+1
2014-02-18
xhci iso: allow for some latency
Gerd Hoffmann
1
-1
/
+1
2014-02-18
xhci iso: fix time calculation
Gerd Hoffmann
1
-2
/
+2
2014-02-18
xhci: fix overflow in usb_xhci_post_load
Gerd Hoffmann
1
-1
/
+1
2014-02-10
qdev:pci: refactor PCIDevice to use generic "hotpluggable" property
Igor Mammedov
1
-1
/
+1
2013-11-26
xhci: Call usb_device_alloc/free_streams
Hans de Goede
1
-0
/
+117
2013-11-26
xhci: add support for suspend/resume
Gerd Hoffmann
1
-0
/
+8
2013-11-26
xhci: Add a few missing checks for disconnected devices
Hans de Goede
1
-2
/
+11
2013-10-31
Merge remote-tracking branch 'kraxel/usb.91' into staging
Anthony Liguori
1
-24
/
+26
2013-10-31
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
1
-5
/
+2
2013-10-22
usb-hcd-xhci: Update endpoint context dequeue pointer for streams too
Hans de Goede
1
-2
/
+8
2013-10-22
usb-hcd-xhci: Report completion of active transfer with CC_STOPPED on ep stop
Hans de Goede
1
-8
/
+18
2013-10-22
usb-hcd-xhci: Remove unused cancelled member from XHCITransfer
Hans de Goede
1
-5
/
+0
2013-10-22
usb-hcd-xhci: Remove unused sstreamsm member from XHCIStreamContext
Hans de Goede
1
-9
/
+0
2013-10-14
hw: set interrupts using pci irq wrappers
Marcel Apfelbaum
1
-5
/
+2
2013-09-19
xhci: Fix memory leak on xhci_disable_ep
Hans de Goede
1
-0
/
+5
2013-09-19
xhci: Add xhci_epid_to_usbep helper function
Hans de Goede
1
-10
/
+22
2013-09-19
xhci: Init a transfers xhci, slotid and epid member on epctx alloc
Hans de Goede
1
-3
/
+3
[next]