Age | Commit message (Expand) | Author |
2012-10-25 | usb: Add an int_req flag to USBPacket | Hans de Goede |
2012-10-25 | usb: Move short-not-ok handling to the core | Hans de Goede |
2012-10-25 | usb: Move clearing of queue on halt to the core | Hans de Goede |
2012-10-25 | usb: Add USB_RET_ADD_TO_QUEUE packet result code | Hans de Goede |
2012-10-25 | ehci: Retry to fill the queue while waiting for td completion | Hans de Goede |
2012-10-25 | ehci: Detect going in circles when filling the queue | Hans de Goede |
2012-10-25 | ehci: Speed up the timer of raising int from the async schedule | Hans de Goede |
2012-10-25 | ehci: Improve latency of interrupt delivery and async schedule scanning | Hans de Goede |
2012-10-25 | ehci: Set int flag on a short input packet | Hans de Goede |
2012-10-25 | ehci: Get rid of packet tbytes field | Hans de Goede |
2012-10-23 | Rename target_phys_addr_t to hwaddr | Avi Kivity |
2012-09-26 | ehci: Fix interrupt packet MULT handling | Hans de Goede |
2012-09-13 | ehci: Walk async schedule before and after migration | Hans de Goede |
2012-09-13 | ehci: Don't set seen to 0 when removing unseen queue-heads | Hans de Goede |
2012-09-12 | ehci: Don't process too much frames in 1 timer tick (v2) | Hans de Goede |
2012-09-12 | ehci: Fix interrupts stopping when Interrupt Threshold Control is 8 | Hans de Goede |
2012-09-12 | ehci: switch to new-style memory ops | Gerd Hoffmann |
2012-09-11 | ehci: Correct a comment in fetchqtd packet processing | Hans de Goede |
2012-09-11 | ehci: Handle USB_RET_PROCERR in ehci_fill_queue | Hans de Goede |
2012-09-11 | ehci: Fix memory leak in handling of NAK-ed packets | Hans de Goede |
2012-09-11 | ehci: Add some additional ehci_trace_guest_bug() calls | Hans de Goede |
2012-09-11 | ehci: add doorbell trace events | Gerd Hoffmann |
2012-09-11 | ehci: trace guest bugs | Gerd Hoffmann |
2012-09-11 | ehci: check for EHCI_ASYNC_FINISHED first in ehci_free_packet | Gerd Hoffmann |
2012-09-11 | ehci: Properly report completed but not yet processed packets to the guest | Hans de Goede |
2012-09-11 | ehci: Properly cleanup packets on cancel | Hans de Goede |
2012-09-11 | ehci: Update copyright headers to reflect recent work | Hans de Goede |
2012-09-11 | ehci: Validate qh is not changed unexpectedly by the guest | Hans de Goede |
2012-09-11 | Revert "ehci: don't flush cache on doorbell rings." | Hans de Goede |
2012-09-11 | usb: controllers do not need to check for babble themselves | Hans de Goede |
2012-08-31 | ehci: Fix interrupt endpoints no longer working | Hans de Goede |
2012-08-31 | ehci: handle TD deactivation of inflight packets | Gerd Hoffmann |
2012-08-31 | ehci: add ehci_cancel_queue() | Gerd Hoffmann |
2012-08-31 | ehci: simplify ehci_state_executing | Hans de Goede |
2012-08-31 | ehci: Remove unnecessary ehci_flush_qh call | Hans de Goede |
2012-08-31 | ehci: Schedule async-bh when IAAD bit gets set | Hans de Goede |
2012-08-31 | ehci: Fix NULL ptr deref when unplugging an USB dev with an iso stream active | Hans de Goede |
2012-08-31 | usb: unique packet ids | Gerd Hoffmann |
2012-08-31 | usb: Halt ep queue en cancel pending packets on a packet error | Hans de Goede |
2012-08-16 | ehci: Fix setting of halt bit from usbcmd register updates | Hans de Goede |
2012-08-16 | ehci: fix Interrupt Threshold Control implementation | Gerd Hoffmann |
2012-08-15 | ehci: fix assertion typo | Alejandro Martinez Ruiz |
2012-07-12 | ehci: improve expire time calculation | Gerd Hoffmann |
2012-07-12 | ehci: implement Interrupt Threshold Control support | Gerd Hoffmann |
2012-07-12 | ehci: raise irq in the frame timer | Gerd Hoffmann |
2012-07-09 | ehci: Kick async schedule on wakeup in the non companion case | Hans de Goede |
2012-07-09 | usb-ehci: Fix an assert whenever isoc transfers are used | Hans de Goede |
2012-07-09 | ehci: don't flush cache on doorbell rings. | Gerd Hoffmann |
2012-07-09 | ehci: fix td writeback | Gerd Hoffmann |
2012-07-09 | ehci: fix ehci_qh_do_overlay | Gerd Hoffmann |