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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-25
usb: Rename __usb_packet_complete to usb_packet_complete_one
Hans de Goede
1
-4
/
+4
2012-10-25
xhci: Add a xhci_ep_nuke_one_xfer helper function
Hans de Goede
1
-19
/
+30
2012-10-25
ehci: Retry to fill the queue while waiting for td completion
Hans de Goede
1
-5
/
+6
2012-10-25
ehci: Detect going in circles when filling the queue
Hans de Goede
1
-1
/
+8
2012-10-25
ehci: Speed up the timer of raising int from the async schedule
Hans de Goede
1
-1
/
+12
2012-10-25
ehci: Improve latency of interrupt delivery and async schedule scanning
Hans de Goede
1
-8
/
+2
2012-10-25
ehci: Set int flag on a short input packet
Hans de Goede
1
-0
/
+4
2012-10-25
ehci: Get rid of packet tbytes field
Hans de Goede
1
-11
/
+9
2012-10-25
uhci: Move checks to continue queuing to uhci_fill_queue()
Hans de Goede
1
-7
/
+3
2012-10-25
uhci: Properly unmap packets on cancel / invalid pid
Hans de Goede
1
-0
/
+2
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
4
-27
/
+27
2012-10-22
usb-serial: only expose device in guest when the chardev is open
Gerd Hoffmann
1
-2
/
+17
2012-10-22
usb-serial: don't magically zap chardev on umplug
Gerd Hoffmann
1
-1
/
+1
2012-10-11
uhci: Raise interrupt when requested even for non active tds
Hans de Goede
1
-1
/
+9
2012-10-11
usb-redir: Don't make migration fail in none seamless case
Hans de Goede
1
-4
/
+9
2012-10-11
usb-redir: Change usbredir_open_chardev into usbredir_create_parser
Hans de Goede
1
-6
/
+5
2012-10-06
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
Aurelien Jarno
3
-5
/
+0
2012-10-05
Remove libhw
Stefan Weil
1
-7
/
+7
2012-10-05
cleanup useless return sentence
Amos Kong
3
-5
/
+0
2012-09-26
usb: Fix usb_packet_map() in the presence of IOMMUs
David Gibson
1
-9
/
+15
2012-09-26
ehci: Fix interrupt packet MULT handling
Hans de Goede
1
-20
/
+20
2012-09-26
xhci: create a memory region for each port
Gerd Hoffmann
1
-42
/
+43
2012-09-26
xhci: route string & usb hub support
Gerd Hoffmann
1
-31
/
+55
2012-09-26
xhci: tweak limits
Gerd Hoffmann
1
-4
/
+4
2012-09-21
Merge branch 'usb.65' of git://git.kraxel.org/qemu
Aurelien Jarno
4
-134
/
+618
2012-09-14
net: fix usbnet_receive() packet drops
Stefan Hajnoczi
1
-3
/
+16
2012-09-14
net: clean up usbnet_receive()
Stefan Hajnoczi
1
-13
/
+17
2012-09-13
uhci: Don't queue up packets after one with the SPD flag set
Hans de Goede
1
-1
/
+4
2012-09-13
usb-redir: Revert usb-redir part of commit 93bfef4c
Hans de Goede
1
-5
/
+3
2012-09-13
usb-redir: Add chardev open / close debug logging
Hans de Goede
1
-0
/
+6
2012-09-13
usb-redir: Add support for migration
Hans de Goede
1
-3
/
+346
2012-09-13
usb-redir: Store max_packet_size in endp_data
Hans de Goede
1
-1
/
+3
2012-09-13
usb-redir: Add an already_in_flight packet-id queue
Hans de Goede
1
-0
/
+43
2012-09-13
usb-redir: Change cancelled packet code into a generic packet-id queue
Hans de Goede
1
-31
/
+71
2012-09-13
ehci: Walk async schedule before and after migration
Hans de Goede
1
-0
/
+28
2012-09-13
ehci: Don't set seen to 0 when removing unseen queue-heads
Hans de Goede
1
-6
/
+18
2012-09-12
ehci: Don't process too much frames in 1 timer tick (v2)
Hans de Goede
1
-0
/
+14
2012-09-12
ehci: Fix interrupts stopping when Interrupt Threshold Control is 8
Hans de Goede
1
-1
/
+1
2012-09-12
ehci: switch to new-style memory ops
Gerd Hoffmann
1
-89
/
+84
2012-09-12
usb-host: allow emulated (non-async) control requests without USBPacket
Gerd Hoffmann
1
-1
/
+1
2012-09-11
xhci: allow bytewise capability register reads
Gerd Hoffmann
1
-1
/
+3
2012-09-11
xhci: kill xhci_mem_{read,write} dispatcher functions
Gerd Hoffmann
1
-65
/
+75
2012-09-11
xhci: support multiple interrupters
Gerd Hoffmann
1
-5
/
+1
2012-09-11
xhci: pick target interrupter
Gerd Hoffmann
1
-6
/
+16
2012-09-11
xhci: prepare xhci_runtime_{read,write} for multiple interrupters
Gerd Hoffmann
1
-43
/
+57
2012-09-11
xhci: add XHCIInterrupter
Gerd Hoffmann
1
-147
/
+160
2012-09-11
xhci: move register update into xhci_intr_raise
Gerd Hoffmann
1
-9
/
+5
2012-09-11
xhci: add msix support
Gerd Hoffmann
1
-1
/
+46
2012-09-11
xhci: rework interrupt handling
Gerd Hoffmann
1
-14
/
+33
2012-09-11
xhci: fix & cleanup msi.
Gerd Hoffmann
1
-18
/
+9
[next]