Age | Commit message (Expand) | Author |
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 |
2012-06-27 | usb: Convert usb_packet_{map, unmap} to universal DMA helpers | David Gibson |
2012-06-20 | ehci: tracing improvements | Gerd Hoffmann |
2012-06-20 | ehci: add live migration support | Gerd Hoffmann |
2012-06-07 | ehci: rework frame skipping | Gerd Hoffmann |
2012-06-07 | ehci: adaptive wakeup rate. | Gerd Hoffmann |
2012-06-07 | ehci: create ehci_update_frindex | Gerd Hoffmann |
2012-06-07 | ehci: remove unused attach_poll_counter | Gerd Hoffmann |
2012-06-07 | ehci: fix halt status handling | Gerd Hoffmann |
2012-06-07 | ehci: update status bits in ehci_set_state | Gerd Hoffmann |
2012-06-07 | ehci: add ehci_*_enabled() helpers | Gerd Hoffmann |
2012-06-07 | ehci: fix reset | Gerd Hoffmann |
2012-06-07 | ehci: kick async schedule on wakeup | Gerd Hoffmann |
2012-06-07 | ehci: schedule async bh on async packet completion | Gerd Hoffmann |
2012-06-07 | ehci: move async schedule to bottom half | Gerd Hoffmann |
2012-06-07 | ehci: add async field to EHCIQueue | Gerd Hoffmann |
2012-06-07 | ehci: tweak queue initialization | Gerd Hoffmann |
2012-06-07 | ehci: add queuing support | Gerd Hoffmann |
2012-06-07 | ehci: move ehci_flush_qh | Gerd Hoffmann |
2012-06-07 | ehci: cache USBDevice in EHCIQueue | Gerd Hoffmann |
2012-06-07 | ehci: make ehci_execute work on EHCIPacket instead of EHCIQueue | Gerd Hoffmann |
2012-06-07 | ehci: add EHCIPacket | Gerd Hoffmann |