index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
usb
/
hcd-ehci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-11
ehci: Correct a comment in fetchqtd packet processing
Hans de Goede
1
-1
/
+4
2012-09-11
ehci: Handle USB_RET_PROCERR in ehci_fill_queue
Hans de Goede
1
-3
/
+6
2012-09-11
ehci: Fix memory leak in handling of NAK-ed packets
Hans de Goede
1
-11
/
+27
2012-09-11
ehci: Add some additional ehci_trace_guest_bug() calls
Hans de Goede
1
-6
/
+13
2012-09-11
ehci: add doorbell trace events
Gerd Hoffmann
1
-1
/
+2
2012-09-11
ehci: trace guest bugs
Gerd Hoffmann
1
-6
/
+20
2012-09-11
ehci: check for EHCI_ASYNC_FINISHED first in ehci_free_packet
Gerd Hoffmann
1
-6
/
+6
2012-09-11
ehci: Properly report completed but not yet processed packets to the guest
Hans de Goede
1
-0
/
+13
2012-09-11
ehci: Properly cleanup packets on cancel
Hans de Goede
1
-0
/
+2
2012-09-11
ehci: Update copyright headers to reflect recent work
Hans de Goede
1
-0
/
+5
2012-09-11
ehci: Validate qh is not changed unexpectedly by the guest
Hans de Goede
1
-11
/
+28
2012-09-11
Revert "ehci: don't flush cache on doorbell rings."
Hans de Goede
1
-29
/
+6
2012-09-11
usb: controllers do not need to check for babble themselves
Hans de Goede
1
-4
/
+0
2012-08-31
ehci: Fix interrupt endpoints no longer working
Hans de Goede
1
-2
/
+11
2012-08-31
ehci: handle TD deactivation of inflight packets
Gerd Hoffmann
1
-15
/
+23
2012-08-31
ehci: add ehci_cancel_queue()
Gerd Hoffmann
1
-10
/
+20
2012-08-31
ehci: simplify ehci_state_executing
Hans de Goede
1
-12
/
+1
2012-08-31
ehci: Remove unnecessary ehci_flush_qh call
Hans de Goede
1
-1
/
+0
2012-08-31
ehci: Schedule async-bh when IAAD bit gets set
Hans de Goede
1
-0
/
+9
2012-08-31
ehci: Fix NULL ptr deref when unplugging an USB dev with an iso stream active
Hans de Goede
1
-1
/
+1
2012-08-31
usb: unique packet ids
Gerd Hoffmann
1
-4
/
+5
2012-08-31
usb: Halt ep queue en cancel pending packets on a packet error
Hans de Goede
1
-0
/
+13
2012-08-16
ehci: Fix setting of halt bit from usbcmd register updates
Hans de Goede
1
-7
/
+8
2012-08-16
ehci: fix Interrupt Threshold Control implementation
Gerd Hoffmann
1
-2
/
+10
2012-08-15
ehci: fix assertion typo
Alejandro Martinez Ruiz
1
-1
/
+1
2012-07-12
ehci: improve expire time calculation
Gerd Hoffmann
1
-4
/
+4
2012-07-12
ehci: implement Interrupt Threshold Control support
Gerd Hoffmann
1
-29
/
+54
2012-07-12
ehci: raise irq in the frame timer
Gerd Hoffmann
1
-2
/
+2
2012-07-09
ehci: Kick async schedule on wakeup in the non companion case
Hans de Goede
1
-2
/
+3
2012-07-09
usb-ehci: Fix an assert whenever isoc transfers are used
Hans de Goede
1
-0
/
+1
2012-07-09
ehci: don't flush cache on doorbell rings.
Gerd Hoffmann
1
-6
/
+29
2012-07-09
ehci: fix td writeback
Gerd Hoffmann
1
-2
/
+4
2012-07-09
ehci: fix ehci_qh_do_overlay
Gerd Hoffmann
1
-19
/
+18
2012-06-27
usb: Convert usb_packet_{map, unmap} to universal DMA helpers
David Gibson
1
-2
/
+2
2012-06-20
ehci: tracing improvements
Gerd Hoffmann
1
-2
/
+5
2012-06-20
ehci: add live migration support
Gerd Hoffmann
1
-6
/
+56
2012-06-07
ehci: rework frame skipping
Gerd Hoffmann
1
-15
/
+10
2012-06-07
ehci: adaptive wakeup rate.
Gerd Hoffmann
1
-18
/
+39
2012-06-07
ehci: create ehci_update_frindex
Gerd Hoffmann
1
-12
/
+23
2012-06-07
ehci: remove unused attach_poll_counter
Gerd Hoffmann
1
-2
/
+0
2012-06-07
ehci: fix halt status handling
Gerd Hoffmann
1
-15
/
+24
2012-06-07
ehci: update status bits in ehci_set_state
Gerd Hoffmann
1
-4
/
+10
2012-06-07
ehci: add ehci_*_enabled() helpers
Gerd Hoffmann
1
-6
/
+21
2012-06-07
ehci: fix reset
Gerd Hoffmann
1
-4
/
+6
2012-06-07
ehci: kick async schedule on wakeup
Gerd Hoffmann
1
-0
/
+2
2012-06-07
ehci: schedule async bh on async packet completion
Gerd Hoffmann
1
-0
/
+4
2012-06-07
ehci: move async schedule to bottom half
Gerd Hoffmann
1
-1
/
+10
2012-06-07
ehci: add async field to EHCIQueue
Gerd Hoffmann
1
-43
/
+49
2012-06-07
ehci: tweak queue initialization
Gerd Hoffmann
1
-4
/
+4
2012-06-07
ehci: add queuing support
Gerd Hoffmann
1
-9
/
+51
[next]