]> git.proxmox.com Git - mirror_qemu.git/history - hw/usb/hcd-ehci.c
Rename target_phys_addr_t to hwaddr
[mirror_qemu.git] / hw / usb / hcd-ehci.c
2012-10-23 Avi KivityRename target_phys_addr_t to hwaddr
2012-10-06 Aurelien JarnoMerge branch 'ppc-for-upstream' of git://repo.or.cz...
2012-10-05 Anthony LiguoriMerge remote-tracking branch 'sstabellini/xen-2012...
2012-10-05 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-10-05 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2012-10-05 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2012-10-05 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.66' into staging
2012-09-26 Hans de Goedeehci: Fix interrupt packet MULT handling
2012-09-25 Anthony LiguoriMerge remote-tracking branch 'afaerber/qom-cpu' into...
2012-09-25 Anthony LiguoriMerge remote-tracking branch 'bonzini/scsi-next' into...
2012-09-25 Anthony LiguoriMerge remote-tracking branch 'bonzini/nbd-next' into...
2012-09-21 Aurelien JarnoMerge branch 'usb.65' of git://git.kraxel.org/qemu
2012-09-13 Hans de Goedeehci: Walk async schedule before and after migration
2012-09-13 Hans de Goedeehci: Don't set seen to 0 when removing unseen queue...
2012-09-12 Hans de Goedeehci: Don't process too much frames in 1 timer tick...
2012-09-12 Hans de Goedeehci: Fix interrupts stopping when Interrupt Threshold...
2012-09-12 Gerd Hoffmannehci: switch to new-style memory ops
2012-09-11 Aurelien JarnoMerge branch 'usb.64' of git://git.kraxel.org/qemu
2012-09-11 Hans de Goedeehci: Correct a comment in fetchqtd packet processing
2012-09-11 Hans de Goedeehci: Handle USB_RET_PROCERR in ehci_fill_queue
2012-09-11 Hans de Goedeehci: Fix memory leak in handling of NAK-ed packets
2012-09-11 Hans de Goedeehci: Add some additional ehci_trace_guest_bug() calls
2012-09-11 Gerd Hoffmannehci: add doorbell trace events
2012-09-11 Gerd Hoffmannehci: trace guest bugs
2012-09-11 Gerd Hoffmannehci: check for EHCI_ASYNC_FINISHED first in ehci_free_...
2012-09-11 Hans de Goedeehci: Properly report completed but not yet processed...
2012-09-11 Hans de Goedeehci: Properly cleanup packets on cancel
2012-09-11 Hans de Goedeehci: Update copyright headers to reflect recent work
2012-09-11 Hans de Goedeehci: Validate qh is not changed unexpectedly by the...
2012-09-11 Hans de GoedeRevert "ehci: don't flush cache on doorbell rings."
2012-09-11 Hans de Goedeusb: controllers do not need to check for babble themselves
2012-08-31 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.61' into staging
2012-08-31 Hans de Goedeehci: Fix interrupt endpoints no longer working
2012-08-31 Gerd Hoffmannehci: handle TD deactivation of inflight packets
2012-08-31 Gerd Hoffmannehci: add ehci_cancel_queue()
2012-08-31 Hans de Goedeehci: simplify ehci_state_executing
2012-08-31 Hans de Goedeehci: Remove unnecessary ehci_flush_qh call
2012-08-31 Hans de Goedeehci: Schedule async-bh when IAAD bit gets set
2012-08-31 Hans de Goedeehci: Fix NULL ptr deref when unplugging an USB dev...
2012-08-31 Gerd Hoffmannusb: unique packet ids
2012-08-31 Hans de Goedeusb: Halt ep queue en cancel pending packets on a packe...
2012-08-22 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2012-08-22 Anthony LiguoriMerge remote-tracking branch 'sstabellini/xen-fixes...
2012-08-22 Anthony LiguoriMerge remote-tracking branch 'bonzini/scsi-next' into...
2012-08-22 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-08-22 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.59' into staging
2012-08-16 Hans de Goedeehci: Fix setting of halt bit from usbcmd register...
2012-08-16 Gerd Hoffmannehci: fix Interrupt Threshold Control implementation
2012-08-15 Anthony LiguoriMerge remote-tracking branch 'agraf/s390-for-upstream...
2012-08-15 Anthony LiguoriMerge remote-tracking branch 'agraf/ppc-for-upstream...
2012-08-15 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2012-08-15 Alejandro Martinez... ehci: fix assertion typo
2012-08-09 Blue SwirlMerge branch 'x86cpu_qom_tcg_v2' of git://github.com...
2012-07-29 Michael S. TsirkinMerge branch pci into master
2012-07-18 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-07-18 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2012-07-18 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2012-07-18 Anthony LiguoriMerge remote-tracking branch 'kraxel/bios.2' into staging
2012-07-18 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.57' into staging
2012-07-12 Gerd Hoffmannehci: improve expire time calculation
2012-07-12 Gerd Hoffmannehci: implement Interrupt Threshold Control support
2012-07-12 Gerd Hoffmannehci: raise irq in the frame timer
2012-07-09 Anthony LiguoriMerge remote-tracking branch 'mjt/mjt-iov2' into staging
2012-07-09 Anthony LiguoriMerge remote-tracking branch 'quintela/migration-anthon...
2012-07-09 Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2012-07-09 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-07-09 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.55' into staging
2012-07-09 Hans de Goedeehci: Kick async schedule on wakeup in the non companio...
2012-07-09 Hans de Goedeusb-ehci: Fix an assert whenever isoc transfers are...
2012-07-09 Gerd Hoffmannehci: don't flush cache on doorbell rings.
2012-07-09 Gerd Hoffmannehci: fix td writeback
2012-07-09 Gerd Hoffmannehci: fix ehci_qh_do_overlay
2012-06-27 David Gibsonusb: Convert usb_packet_{map, unmap} to universal DMA...
2012-06-26 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2012-06-26 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v58' into...
2012-06-26 Anthony LiguoriMerge remote-tracking branch 'mdroth/qga-pull-6-21...
2012-06-26 Anthony LiguoriMerge remote-tracking branch 'sstabellini/compile-xs...
2012-06-26 Anthony LiguoriMerge remote-tracking branch 'sstabellini/xen-pt' into...
2012-06-26 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.54' into staging
2012-06-20 Gerd Hoffmannehci: tracing improvements
2012-06-20 Gerd Hoffmannehci: add live migration support
2012-06-18 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2012-06-11 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2012-06-11 Anthony LiguoriMerge remote-tracking branch 'sstabellini/for_1.1.1...
2012-06-11 Anthony LiguoriMerge remote-tracking branch 'afaerber-or/qom-cpu-3a...
2012-06-11 Anthony LiguoriMerge remote-tracking branch 'afaerber-or/qom-next...
2012-06-11 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2012-06-11 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.52' into staging
2012-06-07 Gerd Hoffmannehci: rework frame skipping
2012-06-07 Gerd Hoffmannehci: adaptive wakeup rate.
2012-06-07 Gerd Hoffmannehci: create ehci_update_frindex
2012-06-07 Gerd Hoffmannehci: remove unused attach_poll_counter
2012-06-07 Gerd Hoffmannehci: fix halt status handling
2012-06-07 Gerd Hoffmannehci: update status bits in ehci_set_state
2012-06-07 Gerd Hoffmannehci: add ehci_*_enabled() helpers
2012-06-07 Gerd Hoffmannehci: fix reset
2012-06-07 Gerd Hoffmannehci: kick async schedule on wakeup
2012-06-07 Gerd Hoffmannehci: schedule async bh on async packet completion
2012-06-07 Gerd Hoffmannehci: move async schedule to bottom half
2012-06-07 Gerd Hoffmannehci: add async field to EHCIQueue
next