aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2012-09-14eepro100: Fix network hang when rx buffers run outBo Yang
2012-09-14xen: flush queue when getting an eventPaolo Bonzini
2012-09-14e1000: flush queue whenever can_receive can go from false to truePaolo Bonzini
2012-09-14net: notify iothread after flushing queuePaolo Bonzini
2012-09-11xhci: allow bytewise capability register readsGerd Hoffmann
2012-09-11xhci: kill xhci_mem_{read,write} dispatcher functionsGerd Hoffmann
2012-09-11xhci: support multiple interruptersGerd Hoffmann
2012-09-11xhci: pick target interrupterGerd Hoffmann
2012-09-11xhci: prepare xhci_runtime_{read,write} for multiple interruptersGerd Hoffmann
2012-09-11xhci: add XHCIInterrupterGerd Hoffmann
2012-09-11xhci: move register update into xhci_intr_raiseGerd Hoffmann
2012-09-11xhci: add msix supportGerd Hoffmann
2012-09-11xhci: rework interrupt handlingGerd Hoffmann
2012-09-11xhci: fix & cleanup msi.Gerd Hoffmann
2012-09-11usb-storage: usb3 supportGerd Hoffmann
2012-09-11usb3: bos decriptorGerd Hoffmann
2012-09-11usb3: superspeed endpoint companionGerd Hoffmann
2012-09-11usb3: superspeed descriptorsGerd Hoffmann
2012-09-11xhci: update port handlingGerd Hoffmann
2012-09-11xhci: update register layoutGerd Hoffmann
2012-09-11xhci: fix runtime write tracepointGerd Hoffmann
2012-09-11xhci: add trace_usb_xhci_ep_set_dequeueGerd Hoffmann
2012-09-11xhci: trace cc codes in cleartextGerd Hoffmann
2012-09-11xhci: iso xfer supportGerd Hoffmann
2012-09-11xhci: implement mfindexGerd Hoffmann
2012-09-11xhci: move device lookup into xhci_setup_packetGerd Hoffmann
2012-09-11xhci: drop bufferingGerd Hoffmann
2012-09-11xhci: rip out background transfer codeGerd Hoffmann
2012-09-11usb-audio: fix usb versionGerd Hoffmann
2012-09-11Better name usb braille deviceSamuel Thibault
2012-09-11usb-redir: Enable pipelining for bulk endpointsHans de Goede
2012-09-11usb-redir: Ensure our peer has the necessary caps when redirecting to XHCIHans de Goede
2012-09-11usb-redir: Add a usbredir_reject_device helper functionHans de Goede
2012-09-11usb-redir: Set ep max_packet_size if availableHans de Goede
2012-09-11usb-redir: Convert to new libusbredirparser 0.5 APIHans de Goede
2012-09-11usb-redir: Return babble when getting more bulk data then requestedHans de Goede
2012-09-11usb-redir: Move to core packet id and queue handlingHans de Goede
2012-09-11usb-redir: Get rid of unused async-struct dev memberHans de Goede
2012-09-11usb-redir: Get rid of local shadow copy of packet headersHans de Goede
2012-09-11usb-redir: Get rid of async-struct get memberHans de Goede
2012-09-11usb-redir: Don't delay handling of open events to a bottom halfHans de Goede
2012-09-11usb-redir: Never return USB_RET_NAK for async handled packetsHans de Goede
2012-09-11ehci: Correct a comment in fetchqtd packet processingHans de Goede
2012-09-11ehci: Handle USB_RET_PROCERR in ehci_fill_queueHans de Goede
2012-09-11ehci: Fix memory leak in handling of NAK-ed packetsHans de Goede
2012-09-11ehci: Add some additional ehci_trace_guest_bug() callsHans de Goede
2012-09-11ehci: add doorbell trace eventsGerd Hoffmann
2012-09-11ehci: trace guest bugsGerd Hoffmann
2012-09-11ehci: check for EHCI_ASYNC_FINISHED first in ehci_free_packetGerd Hoffmann
2012-09-11ehci: Properly report completed but not yet processed packets to the guestHans de Goede