index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
usb
/
hcd-uhci.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
uhci: Use only one queue for ctrl endpoints
Hans de Goede
2012-10-25
1
-2
/
+7
*
uhci: Retry to fill the queue while waiting for td completion
Hans de Goede
2012-10-25
1
-3
/
+13
*
uhci: Always mark a queue valid when we encounter it
Hans de Goede
2012-10-25
1
-8
/
+7
*
uhci: When the guest marks a pending td non-active, cancel the queue
Hans de Goede
2012-10-25
1
-0
/
+4
*
uhci: Detect guest td re-use
Hans de Goede
2012-10-25
1
-17
/
+16
*
uhci: Verify queue has not been changed by guest
Hans de Goede
2012-10-25
1
-17
/
+45
*
uhci: Immediately free queues on device disconnect
Hans de Goede
2012-10-25
1
-9
/
+4
*
uhci: Store ep in UHCIQueue
Hans de Goede
2012-10-25
1
-16
/
+14
*
uhci: Make uhci_fill_queue() actually operate on an UHCIQueue
Hans de Goede
2012-10-25
1
-15
/
+16
*
uhci: Add uhci_read_td() helper function
Hans de Goede
2012-10-25
1
-10
/
+11
*
uhci: Rename UHCIAsync->td to UHCIAsync->td_addr
Hans de Goede
2012-10-25
1
-19
/
+25
*
uhci: Move emptying of the queue's asyncs' queue to uhci_queue_free
Hans de Goede
2012-10-25
1
-12
/
+10
*
uhci: Drop unnecessary forward declaration of some static functions
Hans de Goede
2012-10-25
1
-3
/
+0
*
uhci: Don't retry on error
Hans de Goede
2012-10-25
1
-43
/
+19
*
uhci: cleanup: Add an unlink call to uhci_async_cancel()
Hans de Goede
2012-10-25
1
-3
/
+1
*
uhci: No need to handle async completion of isoc packets
Hans de Goede
2012-10-25
1
-26
/
+3
*
usb: Add an int_req flag to USBPacket
Hans de Goede
2012-10-25
1
-1
/
+2
*
usb: Move short-not-ok handling to the core
Hans de Goede
2012-10-25
1
-3
/
+4
*
usb: Move clearing of queue on halt to the core
Hans de Goede
2012-10-25
1
-16
/
+6
*
usb: Add USB_RET_ADD_TO_QUEUE packet result code
Hans de Goede
2012-10-25
1
-5
/
+11
*
uhci: Move checks to continue queuing to uhci_fill_queue()
Hans de Goede
2012-10-25
1
-7
/
+3
*
uhci: Properly unmap packets on cancel / invalid pid
Hans de Goede
2012-10-25
1
-0
/
+2
*
uhci: Raise interrupt when requested even for non active tds
Hans de Goede
2012-10-11
1
-1
/
+9
*
uhci: Don't queue up packets after one with the SPD flag set
Hans de Goede
2012-09-13
1
-1
/
+4
*
usb: controllers do not need to check for babble themselves
Hans de Goede
2012-09-11
1
-5
/
+0
*
usb: unique packet ids
Gerd Hoffmann
2012-08-31
1
-2
/
+2
*
usb: Halt ep queue en cancel pending packets on a packet error
Hans de Goede
2012-08-31
1
-0
/
+16
*
Merge branch pci into master
Michael S. Tsirkin
2012-07-29
1
-2
/
+1
|
\
|
*
pci: convert PCIUnregisterFunc to void
Alex Williamson
2012-07-04
1
-2
/
+1
*
|
uhci: initialize expire_time when loading v1 vmstate
Gerd Hoffmann
2012-07-12
1
-0
/
+12
*
|
usb: Convert usb_packet_{map, unmap} to universal DMA helpers
David Gibson
2012-06-27
1
-1
/
+1
*
|
uhci: fix uhci_async_cancel_all
Gerd Hoffmann
2012-06-20
1
-2
/
+2
*
|
uhci: fix irq routing
Gerd Hoffmann
2012-06-07
1
-2
/
+19
*
|
uhci: zap uhci_pre_save
Gerd Hoffmann
2012-06-07
1
-8
/
+0
*
|
uhci: make bandwidth tunable
Gerd Hoffmann
2012-06-07
1
-2
/
+4
*
|
uhci: use bottom half
Gerd Hoffmann
2012-06-07
1
-1
/
+13
*
|
uhci: fix bandwidth management
Gerd Hoffmann
2012-06-07
1
-10
/
+12
|
/
*
usb-uhci: update irq line on reset
Gerd Hoffmann
2012-04-26
1
-0
/
+1
*
usb-uhci: queuing fix
Gerd Hoffmann
2012-04-17
1
-3
/
+10
*
usb-uhci: stop queue filling when we find a in-flight td
Gerd Hoffmann
2012-04-17
1
-0
/
+3
*
uhci: alloc can't fail, drop check.
Gerd Hoffmann
2012-03-13
1
-2
/
+0
*
uhci: new uhci_handle_td return code for tds still in flight
Gerd Hoffmann
2012-03-13
1
-5
/
+7
*
uhci: renumber uhci_handle_td return codes
Gerd Hoffmann
2012-03-13
1
-4
/
+4
*
uhci: use enum for uhci_handle_td return codes
Gerd Hoffmann
2012-03-13
1
-16
/
+23
*
uhci: tracing support
Gerd Hoffmann
2012-03-13
1
-55
/
+32
*
uhci: cancel on schedule stop.
Gerd Hoffmann
2012-03-13
1
-0
/
+1
*
uhci: fix uhci_async_cancel_all
Gerd Hoffmann
2012-03-13
1
-0
/
+1
*
uhci: pass addr to uhci_async_alloc
Gerd Hoffmann
2012-03-13
1
-3
/
+3
*
usb: zap hw/ush-{ohic,uhci}.h + init wrappers
Gerd Hoffmann
2012-03-13
1
-16
/
+0
*
usb: the big rename
Gerd Hoffmann
2012-03-13
1
-0
/
+1408
[prev]