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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-14
Merge remote-tracking branch 'kraxel/usb.50' into staging
Anthony Liguori
1
-0
/
+9
2012-05-14
usb-host: handle guest-issued clear halt
Gerd Hoffmann
1
-0
/
+9
2012-05-14
fix some common typos
Jim Meyering
1
-2
/
+2
2012-04-26
usb-uhci: update irq line on reset
Gerd Hoffmann
1
-0
/
+1
2012-04-26
usb: add serial number generator
Gerd Hoffmann
10
-0
/
+42
2012-04-26
usb-redir: Not finding an async urb id is not an error
Hans de Goede
1
-1
/
+1
2012-04-26
usb-redir: Reset device address and speed on disconnect
Hans de Goede
1
-0
/
+2
2012-04-26
usb-redir: An interface count of 0 is a valid value
Hans de Goede
1
-2
/
+3
2012-04-26
usb-xhci: fix bit test
Lai Jiangshan
1
-1
/
+1
2012-04-26
usb-xhci: Use PCI DMA helper functions
David Gibson
1
-98
/
+92
2012-04-26
usb-host: fix zero-length packets
Gerd Hoffmann
1
-3
/
+3
2012-04-26
usb-host: don't dereference invalid iovecs
Gerd Hoffmann
1
-3
/
+3
2012-04-26
usb-storage: fix request canceling
Gerd Hoffmann
1
-1
/
+3
2012-04-26
usb-ehci: Ensure frindex writes leave a valid frindex value
Hans de Goede
1
-0
/
+4
2012-04-26
usb-ehci: add missing usb_packet_init() call
Gerd Hoffmann
2
-0
/
+2
2012-04-26
usb-ehci: remove hack
Gerd Hoffmann
1
-18
/
+0
2012-04-17
usb-ehci: drop assert()
Gerd Hoffmann
1
-1
/
+0
2012-04-17
usb-redir: Notify our peer when we reject a device due to a speed mismatch
Hans de Goede
1
-1
/
+7
2012-04-17
usb-ehci: Drop unused sofv value
Hans de Goede
1
-8
/
+0
2012-04-17
usb-host: rewrite usb_linux_update_endp_table
Gerd Hoffmann
1
-93
/
+101
2012-04-17
usb: use USBDescriptor for endpoint descriptors.
Gerd Hoffmann
2
-9
/
+20
2012-04-17
usb: use USBDescriptor for interface descriptors.
Gerd Hoffmann
2
-9
/
+20
2012-04-17
usb: use USBDescriptor for config descriptors.
Gerd Hoffmann
2
-10
/
+21
2012-04-17
usb: use USBDescriptor for device qualifier descriptors.
Gerd Hoffmann
2
-11
/
+22
2012-04-17
usb: add USBDescriptor, use for device descriptors.
Gerd Hoffmann
2
-19
/
+46
2012-04-17
usb-ehci: frindex always is a 14 bits counter
Hans de Goede
1
-2
/
+6
2012-04-17
usb-ehci: fix ehci_child_detach
Gerd Hoffmann
1
-1
/
+0
2012-04-17
usb-hub: add tracepoints
Gerd Hoffmann
1
-2
/
+41
2012-04-17
usb_packet_set_state: handle p->ep == NULL
Gerd Hoffmann
1
-6
/
+11
2012-04-17
usb-host: add property to turn off pipelining
Gerd Hoffmann
1
-1
/
+9
2012-04-17
usb-host: add usb packet to request tracepoints
Gerd Hoffmann
1
-12
/
+14
2012-04-17
usb-host: trace canceled requests
Gerd Hoffmann
1
-1
/
+3
2012-04-17
usb-host: trace emulated requests
Gerd Hoffmann
1
-3
/
+9
2012-04-17
Add bootindex support to usb-host and usb-redir
Gerd Hoffmann
2
-0
/
+6
2012-04-17
usb-uhci: queuing fix
Gerd Hoffmann
1
-3
/
+10
2012-04-17
usb-uhci: stop queue filling when we find a in-flight td
Gerd Hoffmann
1
-0
/
+3
2012-04-17
usb/vmstate: add parent dev path
Gerd Hoffmann
1
-1
/
+16
2012-04-09
qdev: qdev_unplug(): use error_set()
Luiz Capitulino
1
-1
/
+1
2012-03-13
Endian fix an assertion in usb-msd
Benjamin Herrenschmidt
1
-3
/
+3
2012-03-13
uhci: alloc can't fail, drop check.
Gerd Hoffmann
1
-2
/
+0
2012-03-13
uhci: new uhci_handle_td return code for tds still in flight
Gerd Hoffmann
1
-5
/
+7
2012-03-13
uhci: renumber uhci_handle_td return codes
Gerd Hoffmann
1
-4
/
+4
2012-03-13
uhci: use enum for uhci_handle_td return codes
Gerd Hoffmann
1
-16
/
+23
2012-03-13
uhci: tracing support
Gerd Hoffmann
1
-55
/
+32
2012-03-13
uhci: cancel on schedule stop.
Gerd Hoffmann
1
-0
/
+1
2012-03-13
uhci: fix uhci_async_cancel_all
Gerd Hoffmann
1
-0
/
+1
2012-03-13
uhci: pass addr to uhci_async_alloc
Gerd Hoffmann
1
-3
/
+3
2012-03-13
usb: improve packet state sanity checks
Gerd Hoffmann
1
-6
/
+31
2012-03-13
usb-ohci: DMA writeback bug fixes
Wei Yang
1
-2
/
+15
2012-03-13
usb-ehci: drop unused isoch_pause variable
Hans de Goede
1
-5
/
+1
[next]