index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
usb
/
hcd-ehci.c
Age
Commit message (
Expand
)
Author
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
2012-05-14
fix some common typos
Jim Meyering
2012-04-26
usb-ehci: Ensure frindex writes leave a valid frindex value
Hans de Goede
2012-04-26
usb-ehci: add missing usb_packet_init() call
Gerd Hoffmann
2012-04-26
usb-ehci: remove hack
Gerd Hoffmann
2012-04-17
usb-ehci: drop assert()
Gerd Hoffmann
2012-04-17
usb-ehci: Drop unused sofv value
Hans de Goede
2012-04-17
usb-ehci: frindex always is a 14 bits counter
Hans de Goede
2012-04-17
usb-ehci: fix ehci_child_detach
Gerd Hoffmann
2012-03-13
usb-ehci: drop unused isoch_pause variable
Hans de Goede
2012-03-13
usb: the big rename
Gerd Hoffmann