]> Git Repo - qemu.git/history - hw/usb
Versatile Express: Fix NOR flash 0 address and remove flash alias
[qemu.git] / hw / usb /
2012-09-25 Anthony LiguoriMerge remote-tracking branch 'afaerber/qom-cpu' into...
2012-09-25 Anthony LiguoriMerge remote-tracking branch 'bonzini/scsi-next' into...
2012-09-25 Anthony LiguoriMerge remote-tracking branch 'bonzini/nbd-next' into...
2012-09-21 Aurelien JarnoMerge branch 'usb.65' of git://git.kraxel.org/qemu
2012-09-17 Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2012-09-17 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-09-17 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2012-09-17 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v60' into...
2012-09-17 Anthony LiguoriMerge remote-tracking branch 'stefanha/net' into staging
2012-09-14 Stefan Hajnoczinet: fix usbnet_receive() packet drops
2012-09-14 Stefan Hajnoczinet: clean up usbnet_receive()
2012-09-13 Hans de Goedeuhci: Don't queue up packets after one with the SPD...
2012-09-13 Hans de Goedeusb-redir: Revert usb-redir part of commit 93bfef4c
2012-09-13 Hans de Goedeusb-redir: Add chardev open / close debug logging
2012-09-13 Hans de Goedeusb-redir: Add support for migration
2012-09-13 Hans de Goedeusb-redir: Store max_packet_size in endp_data
2012-09-13 Hans de Goedeusb-redir: Add an already_in_flight packet-id queue
2012-09-13 Hans de Goedeusb-redir: Change cancelled packet code into a generic...
2012-09-13 Hans de Goedeehci: Walk async schedule before and after migration
2012-09-13 Hans de Goedeehci: Don't set seen to 0 when removing unseen queue...
2012-09-12 Hans de Goedeehci: Don't process too much frames in 1 timer tick...
2012-09-12 Hans de Goedeehci: Fix interrupts stopping when Interrupt Threshold...
2012-09-12 Gerd Hoffmannehci: switch to new-style memory ops
2012-09-12 Gerd Hoffmannusb-host: allow emulated (non-async) control requests...
2012-09-11 Aurelien JarnoMerge branch 'usb.64' of git://git.kraxel.org/qemu
2012-09-11 Gerd Hoffmannxhci: allow bytewise capability register reads
2012-09-11 Gerd Hoffmannxhci: kill xhci_mem_{read,write} dispatcher functions
2012-09-11 Gerd Hoffmannxhci: support multiple interrupters
2012-09-11 Gerd Hoffmannxhci: pick target interrupter
2012-09-11 Gerd Hoffmannxhci: prepare xhci_runtime_{read,write} for multiple...
2012-09-11 Gerd Hoffmannxhci: add XHCIInterrupter
2012-09-11 Gerd Hoffmannxhci: move register update into xhci_intr_raise
2012-09-11 Gerd Hoffmannxhci: add msix support
2012-09-11 Gerd Hoffmannxhci: rework interrupt handling
2012-09-11 Gerd Hoffmannxhci: fix & cleanup msi.
2012-09-11 Gerd Hoffmannusb-storage: usb3 support
2012-09-11 Gerd Hoffmannusb3: bos decriptor
2012-09-11 Gerd Hoffmannusb3: superspeed endpoint companion
2012-09-11 Gerd Hoffmannusb3: superspeed descriptors
2012-09-11 Gerd Hoffmannxhci: update port handling
2012-09-11 Gerd Hoffmannxhci: update register layout
2012-09-11 Gerd Hoffmannxhci: fix runtime write tracepoint
2012-09-11 Gerd Hoffmannxhci: add trace_usb_xhci_ep_set_dequeue
2012-09-11 Gerd Hoffmannxhci: trace cc codes in cleartext
2012-09-11 Gerd Hoffmannxhci: iso xfer support
2012-09-11 Gerd Hoffmannxhci: implement mfindex
2012-09-11 Gerd Hoffmannxhci: move device lookup into xhci_setup_packet
2012-09-11 Gerd Hoffmannxhci: drop buffering
2012-09-11 Gerd Hoffmannxhci: rip out background transfer code
2012-09-11 Gerd Hoffmannusb-audio: fix usb version
2012-09-11 Samuel ThibaultBetter name usb braille device
2012-09-11 Hans de Goedeusb-redir: Enable pipelining for bulk endpoints
2012-09-11 Hans de Goedeusb-redir: Ensure our peer has the necessary caps when...
2012-09-11 Hans de Goedeusb-redir: Add a usbredir_reject_device helper function
2012-09-11 Hans de Goedeusb-redir: Set ep max_packet_size if available
2012-09-11 Hans de Goedeusb-redir: Convert to new libusbredirparser 0.5 API
2012-09-11 Hans de Goedeusb-redir: Return babble when getting more bulk data...
2012-09-11 Hans de Goedeusb-redir: Move to core packet id and queue handling
2012-09-11 Hans de Goedeusb-redir: Get rid of unused async-struct dev member
2012-09-11 Hans de Goedeusb-redir: Get rid of local shadow copy of packet headers
2012-09-11 Hans de Goedeusb-redir: Get rid of async-struct get member
2012-09-11 Hans de Goedeusb-redir: Don't delay handling of open events to a...
2012-09-11 Hans de Goedeusb-redir: Never return USB_RET_NAK for async handled...
2012-09-11 Hans de Goedeehci: Correct a comment in fetchqtd packet processing
2012-09-11 Hans de Goedeehci: Handle USB_RET_PROCERR in ehci_fill_queue
2012-09-11 Hans de Goedeehci: Fix memory leak in handling of NAK-ed packets
2012-09-11 Hans de Goedeehci: Add some additional ehci_trace_guest_bug() calls
2012-09-11 Gerd Hoffmannehci: add doorbell trace events
2012-09-11 Gerd Hoffmannehci: trace guest bugs
2012-09-11 Gerd Hoffmannehci: check for EHCI_ASYNC_FINISHED first in ehci_free_...
2012-09-11 Hans de Goedeehci: Properly report completed but not yet processed...
2012-09-11 Hans de Goedeehci: Properly cleanup packets on cancel
2012-09-11 Hans de Goedeehci: Update copyright headers to reflect recent work
2012-09-11 Hans de Goedeehci: Validate qh is not changed unexpectedly by the...
2012-09-11 Hans de GoedeRevert "ehci: don't flush cache on doorbell rings."
2012-09-11 Hans de Goedeusb-core: Allow the first packet of a pipelined ep...
2012-09-11 Hans de Goedeusb-core: Add a usb_ep_find_packet_by_id() helper function
2012-09-11 Hans de Goedeusb-core: Don't set packet state to complete on a nak
2012-09-11 Hans de Goedeusb: controllers do not need to check for babble themselves
2012-08-31 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.61' into staging
2012-08-31 Gerd Hoffmannuas: move transfer kickoff
2012-08-31 Hans de Goedeehci: Fix interrupt endpoints no longer working
2012-08-31 Gerd Hoffmannehci: handle TD deactivation of inflight packets
2012-08-31 Gerd Hoffmannehci: add ehci_cancel_queue()
2012-08-31 Hans de Goedeehci: simplify ehci_state_executing
2012-08-31 Hans de Goedeehci: Remove unnecessary ehci_flush_qh call
2012-08-31 Hans de Goedeehci: Schedule async-bh when IAAD bit gets set
2012-08-31 Hans de Goedeehci: Fix NULL ptr deref when unplugging an USB dev...
2012-08-31 Gerd Hoffmannusb: unique packet ids
2012-08-31 Hans de Goedeusb: Halt ep queue en cancel pending packets on a packe...
2012-08-22 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2012-08-22 Anthony LiguoriMerge remote-tracking branch 'sstabellini/xen-fixes...
2012-08-22 Anthony LiguoriMerge remote-tracking branch 'bonzini/scsi-next' into...
2012-08-22 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-08-22 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.59' into staging
2012-08-16 Hans de Goedeehci: Fix setting of halt bit from usbcmd register...
2012-08-16 Gerd Hoffmannehci: fix Interrupt Threshold Control implementation
2012-08-16 Gerd Hoffmannusb: update uas product id
2012-08-16 Gerd Hoffmannusb: async control xfer fixup
2012-08-15 Anthony LiguoriMerge remote-tracking branch 'agraf/s390-for-upstream...
next
This page took 0.118721 seconds and 7 git commands to generate.