Age | Commit message (Expand) | Author |
2016-03-18 | usb: fix unbounded stack warning for xhci_dma_write_u32s | Peter Xu |
2016-01-29 | usb: Clean up includes | Peter Maydell |
2015-11-06 | usb: Use g_new() & friends where that makes obvious sense | Markus Armbruster |
2015-09-11 | maint: avoid useless "if (foo) free(foo)" pattern | Daniel P. Berrange |
2015-07-17 | Revert "xhci: set timer to retry xfers" | Gerd Hoffmann |
2015-05-11 | Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-05-0... | Peter Maydell |
2015-05-08 | xhci: remove unused code | Gonglei |
2015-05-08 | xhci: fix events for setup trb. | Gerd Hoffmann |
2015-05-08 | Revert "xhci: generate a Transfer Event for each Transfer TRB with the IOC bi... | Gerd Hoffmann |
2015-05-08 | xhci: set timer to retry xfers | Gerd Hoffmann |
2015-03-09 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2015-03-03 | xhci: generate a Transfer Event for each Transfer TRB with the IOC bit set | Laszlo Ersek |
2015-02-26 | pci: Trivial device model conversions to realize | Markus Armbruster |
2015-01-26 | vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR* | Paolo Bonzini |
2014-11-11 | xhci: add sanity checks to xhci_lookup_uport | Gerd Hoffmann |
2014-10-28 | xhci: add property to turn on/off streams support | Gerd Hoffmann |
2014-10-15 | xhci: remove dead code | Gerd Hoffmann |
2014-09-23 | usb: tag xhci as hotpluggable | Gerd Hoffmann |
2014-09-10 | xhci PCIe endpoint migration compatibility fix | Dr. David Alan Gilbert |
2014-08-29 | usb: add usb host adapters exit trace | Gonglei |
2014-08-29 | usb-xhci: add exit function | Gonglei |
2014-08-29 | Revert "xhci: Fix number of streams allocated when using streams" | Gerd Hoffmann |
2014-08-29 | xhci: use (1u << i) | Gerd Hoffmann |
2014-08-29 | xhci: fix debug print compiling error | Gonglei |
2014-07-22 | vmstate_xhci_event: fix unterminated field list | Laszlo Ersek |
2014-06-02 | xhci: order superspeed ports first | Gerd Hoffmann |
2014-06-02 | xhci: make port reset trace point more verbose | Gerd Hoffmann |
2014-05-26 | xhci: add xhci_get_flag | Gerd Hoffmann |
2014-05-26 | xhci: add endpoint cap on express bus only | Gerd Hoffmann |
2014-05-26 | xhci: child detach fix | Gerd Hoffmann |
2014-02-18 | xhci: use DPRINTF() instead of fprintf(stderr, ...) | Gerd Hoffmann |
2014-02-18 | xhci: switch debug printf to tracepoint | Gerd Hoffmann |
2014-02-18 | xhci iso: allow for some latency | Gerd Hoffmann |
2014-02-18 | xhci iso: fix time calculation | Gerd Hoffmann |
2014-02-18 | xhci: fix overflow in usb_xhci_post_load | Gerd Hoffmann |
2014-02-10 | qdev:pci: refactor PCIDevice to use generic "hotpluggable" property | Igor Mammedov |
2013-11-26 | xhci: Call usb_device_alloc/free_streams | Hans de Goede |
2013-11-26 | xhci: add support for suspend/resume | Gerd Hoffmann |
2013-11-26 | xhci: Add a few missing checks for disconnected devices | Hans de Goede |
2013-10-31 | Merge remote-tracking branch 'kraxel/usb.91' into staging | Anthony Liguori |
2013-10-31 | Merge remote-tracking branch 'mst/tags/for_anthony' into staging | Anthony Liguori |
2013-10-22 | usb-hcd-xhci: Update endpoint context dequeue pointer for streams too | Hans de Goede |
2013-10-22 | usb-hcd-xhci: Report completion of active transfer with CC_STOPPED on ep stop | Hans de Goede |
2013-10-22 | usb-hcd-xhci: Remove unused cancelled member from XHCITransfer | Hans de Goede |
2013-10-22 | usb-hcd-xhci: Remove unused sstreamsm member from XHCIStreamContext | Hans de Goede |
2013-10-14 | hw: set interrupts using pci irq wrappers | Marcel Apfelbaum |
2013-09-19 | xhci: Fix memory leak on xhci_disable_ep | Hans de Goede |
2013-09-19 | xhci: Add xhci_epid_to_usbep helper function | Hans de Goede |
2013-09-19 | xhci: Init a transfers xhci, slotid and epid member on epctx alloc | Hans de Goede |
2013-09-19 | xhci: Fix number of streams allocated when using streams | Hans de Goede |