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-11-01
uhci: stick irq routing info into UHCIInfo too.
Gerd Hoffmann
1
-14
/
+18
2012-11-01
uhci: dynamic type generation
Gerd Hoffmann
1
-126
/
+70
2012-11-01
usb/ehci: add sysbus variant
Gerd Hoffmann
2
-1
/
+78
2012-11-01
usb/ehci: split into multiple source files
Gerd Hoffmann
4
-424
/
+462
2012-11-01
usb/ehci: Guard definition of EHCI_DEBUG
Peter Crosthwaite
1
-0
/
+2
2012-11-01
usb/ehci: seperate out PCIisms
Peter Crosthwaite
1
-52
/
+72
2012-11-01
usb/ehci: Abstract away PCI DMA API
Peter Crosthwaite
1
-5
/
+8
2012-11-01
usb/ehci: parameterise the register region offsets
Peter Crosthwaite
1
-32
/
+36
2012-11-01
xhci: allow address slot being called multiple times
Gerd Hoffmann
1
-2
/
+7
2012-11-01
xhci: add port trace points
Gerd Hoffmann
1
-1
/
+5
2012-11-01
xhci: set pls in xhci_port_update & xhci_port_reset
Gerd Hoffmann
1
-2
/
+24
2012-11-01
xhci: add xhci_port_reset
Gerd Hoffmann
1
-4
/
+9
2012-11-01
xhci: add xhci_port_notify
Gerd Hoffmann
1
-14
/
+17
2012-11-01
xhci: add xhci_port_have_device
Gerd Hoffmann
1
-2
/
+12
2012-11-01
xhci: s/xhci_update_port/xhci_port_update/
Gerd Hoffmann
1
-5
/
+5
2012-11-01
xhci: add {get,set}_field macros & enum for pls
Gerd Hoffmann
1
-8
/
+31
2012-10-25
xhci: fix usb name in caps
Gerd Hoffmann
1
-2
/
+2
2012-10-25
xhci: make number of interrupters and slots configurable
Gerd Hoffmann
1
-31
/
+48
2012-10-25
xhci: allow disabling interrupters
Gerd Hoffmann
1
-0
/
+6
2012-10-25
xhci: flush endpoint context unconditinally
Gerd Hoffmann
1
-3
/
+0
2012-10-25
xhci: fix function name in error message
Gerd Hoffmann
1
-1
/
+1
2012-10-25
uhci: Use only one queue for ctrl endpoints
Hans de Goede
1
-2
/
+7
2012-10-25
uhci: Retry to fill the queue while waiting for td completion
Hans de Goede
1
-3
/
+13
2012-10-25
uhci: Always mark a queue valid when we encounter it
Hans de Goede
1
-8
/
+7
2012-10-25
uhci: When the guest marks a pending td non-active, cancel the queue
Hans de Goede
1
-0
/
+4
2012-10-25
uhci: Detect guest td re-use
Hans de Goede
1
-17
/
+16
2012-10-25
uhci: Verify queue has not been changed by guest
Hans de Goede
1
-17
/
+45
2012-10-25
uhci: Immediately free queues on device disconnect
Hans de Goede
1
-9
/
+4
2012-10-25
uhci: Store ep in UHCIQueue
Hans de Goede
1
-16
/
+14
2012-10-25
uhci: Make uhci_fill_queue() actually operate on an UHCIQueue
Hans de Goede
1
-15
/
+16
2012-10-25
uhci: Add uhci_read_td() helper function
Hans de Goede
1
-10
/
+11
2012-10-25
uhci: Rename UHCIAsync->td to UHCIAsync->td_addr
Hans de Goede
1
-19
/
+25
2012-10-25
uhci: Move emptying of the queue's asyncs' queue to uhci_queue_free
Hans de Goede
1
-12
/
+10
2012-10-25
uhci: Drop unnecessary forward declaration of some static functions
Hans de Goede
1
-3
/
+0
2012-10-25
uhci: Don't retry on error
Hans de Goede
1
-43
/
+19
2012-10-25
uhci: cleanup: Add an unlink call to uhci_async_cancel()
Hans de Goede
1
-3
/
+1
2012-10-25
uhci: No need to handle async completion of isoc packets
Hans de Goede
1
-26
/
+3
2012-10-25
usb: Enforce iso endpoints never returing USB_RET_ASYNC
Hans de Goede
2
-1
/
+1
2012-10-25
usb: Add an int_req flag to USBPacket
Hans de Goede
6
-12
/
+25
2012-10-25
usb: Move short-not-ok handling to the core
Hans de Goede
8
-21
/
+30
2012-10-25
usb: Move clearing of queue on halt to the core
Hans de Goede
4
-31
/
+25
2012-10-25
usb: Add USB_RET_ADD_TO_QUEUE packet result code
Hans de Goede
7
-5
/
+36
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
[next]