index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
usb
/
hcd-ehci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ehci: Assert state machine is sane w.r.t. EHCIQueue
Markus Armbruster
2013-01-14
1
-0
/
+4
*
usb: Add an usb_device_ep_stopped USBDevice method
Hans de Goede
2013-01-07
1
-1
/
+18
*
ehci: Don't call commit_irq after raising PCD
Hans de Goede
2013-01-07
1
-2
/
+0
*
ehci: Further speedup rescanning if async schedule after raising an interrupt
Hans de Goede
2013-01-07
1
-1
/
+4
*
ehci: Use uframe precision for interrupt threshold checking (v2)
Hans de Goede
2013-01-07
1
-23
/
+47
*
ehci: Verify a queue's ep direction does not change
Hans de Goede
2013-01-07
1
-0
/
+19
*
ehci: Add an ehci_get_pid helper function
Hans de Goede
2013-01-07
1
-16
/
+16
*
ehci: Verify qtd for async completed packets
Hans de Goede
2013-01-07
1
-14
/
+1
*
ehci: writeback_async_complete_packet: verify qh and qtd
Hans de Goede
2013-01-07
1
-0
/
+14
*
ehci: Move get / put_dwords upwards
Hans de Goede
2013-01-07
1
-42
/
+42
*
ehci: Verify guest does not change the token of inflight qtd-s
Hans de Goede
2013-01-07
1
-6
/
+4
*
ehci: Add ehci_verify_qh and ehci_verify_qtd helper functions
Hans de Goede
2013-01-07
1
-16
/
+35
*
ehci: Add a ehci_writeback_async_complete_packet helper function
Hans de Goede
2013-01-07
1
-11
/
+17
*
ehci: Lower timer freq when the periodic schedule is idle
Hans de Goede
2012-12-04
1
-6
/
+33
*
ehci: handle dma errors
Gerd Hoffmann
2012-11-16
1
-19
/
+44
*
ehci: keep the frame timer running in case the guest asked for frame list rol...
Gerd Hoffmann
2012-11-16
1
-0
/
+7
*
ehci: Don't verify the next pointer for periodic qh-s and qtd-s
Hans de Goede
2012-11-16
1
-3
/
+6
*
ehci: Better detection for qtd-s linked in circles
Hans de Goede
2012-11-16
1
-3
/
+6
*
ehci: Fixup q->qtdaddr after cancelling an already completed packet
Hans de Goede
2012-11-16
1
-0
/
+4
*
ehci: Don't access packet after freeing it
Hans de Goede
2012-11-16
1
-4
/
+5
*
ehci: Add support for packets with both data and an error status
Hans de Goede
2012-11-08
1
-84
/
+77
*
ehci: Get rid of the magical PROC_ERR status
Hans de Goede
2012-11-08
1
-31
/
+24
*
usb: split packet result into actual_length + status
Hans de Goede
2012-11-08
1
-10
/
+16
*
usb/ehci: split into multiple source files
Gerd Hoffmann
2012-11-01
1
-423
/
+3
*
usb/ehci: Guard definition of EHCI_DEBUG
Peter Crosthwaite
2012-11-01
1
-0
/
+2
*
usb/ehci: seperate out PCIisms
Peter Crosthwaite
2012-11-01
1
-52
/
+72
*
usb/ehci: Abstract away PCI DMA API
Peter Crosthwaite
2012-11-01
1
-5
/
+8
*
usb/ehci: parameterise the register region offsets
Peter Crosthwaite
2012-11-01
1
-32
/
+36
*
usb: Enforce iso endpoints never returing USB_RET_ASYNC
Hans de Goede
2012-10-25
1
-1
/
+0
*
usb: Add an int_req flag to USBPacket
Hans de Goede
2012-10-25
1
-2
/
+4
*
usb: Move short-not-ok handling to the core
Hans de Goede
2012-10-25
1
-5
/
+4
*
usb: Move clearing of queue on halt to the core
Hans de Goede
2012-10-25
1
-14
/
+8
*
usb: Add USB_RET_ADD_TO_QUEUE packet result code
Hans de Goede
2012-10-25
1
-0
/
+4
*
ehci: Retry to fill the queue while waiting for td completion
Hans de Goede
2012-10-25
1
-5
/
+6
*
ehci: Detect going in circles when filling the queue
Hans de Goede
2012-10-25
1
-1
/
+8
*
ehci: Speed up the timer of raising int from the async schedule
Hans de Goede
2012-10-25
1
-1
/
+12
*
ehci: Improve latency of interrupt delivery and async schedule scanning
Hans de Goede
2012-10-25
1
-8
/
+2
*
ehci: Set int flag on a short input packet
Hans de Goede
2012-10-25
1
-0
/
+4
*
ehci: Get rid of packet tbytes field
Hans de Goede
2012-10-25
1
-11
/
+9
*
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-10-23
1
-10
/
+10
*
ehci: Fix interrupt packet MULT handling
Hans de Goede
2012-09-26
1
-20
/
+20
*
ehci: Walk async schedule before and after migration
Hans de Goede
2012-09-13
1
-0
/
+28
*
ehci: Don't set seen to 0 when removing unseen queue-heads
Hans de Goede
2012-09-13
1
-6
/
+18
*
ehci: Don't process too much frames in 1 timer tick (v2)
Hans de Goede
2012-09-12
1
-0
/
+14
*
ehci: Fix interrupts stopping when Interrupt Threshold Control is 8
Hans de Goede
2012-09-12
1
-1
/
+1
*
ehci: switch to new-style memory ops
Gerd Hoffmann
2012-09-12
1
-89
/
+84
*
ehci: Correct a comment in fetchqtd packet processing
Hans de Goede
2012-09-11
1
-1
/
+4
*
ehci: Handle USB_RET_PROCERR in ehci_fill_queue
Hans de Goede
2012-09-11
1
-3
/
+6
*
ehci: Fix memory leak in handling of NAK-ed packets
Hans de Goede
2012-09-11
1
-11
/
+27
*
ehci: Add some additional ehci_trace_guest_bug() calls
Hans de Goede
2012-09-11
1
-6
/
+13
[next]