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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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-11-16
ehci: handle dma errors
Gerd Hoffmann
1
-19
/
+44
2012-11-16
ehci: keep the frame timer running in case the guest asked for frame list rol...
Gerd Hoffmann
1
-0
/
+7
2012-11-16
ehci: Don't verify the next pointer for periodic qh-s and qtd-s
Hans de Goede
1
-3
/
+6
2012-11-16
ehci: Better detection for qtd-s linked in circles
Hans de Goede
1
-3
/
+6
2012-11-16
ehci: Fixup q->qtdaddr after cancelling an already completed packet
Hans de Goede
1
-0
/
+4
2012-11-16
ehci: Don't access packet after freeing it
Hans de Goede
1
-4
/
+5
2012-11-08
ehci: Add support for packets with both data and an error status
Hans de Goede
1
-84
/
+77
2012-11-08
ehci: Get rid of the magical PROC_ERR status
Hans de Goede
1
-31
/
+24
2012-11-08
usb: split packet result into actual_length + status
Hans de Goede
1
-10
/
+16
2012-11-01
usb/ehci: split into multiple source files
Gerd Hoffmann
1
-423
/
+3
2012-11-01
usb/ehci: Guard definition of EHCI_DEBUG
Peter Crosthwaite
1
-0
/
+2
2012-11-01
usb/ehci: seperate out PCIisms
Peter Crosthwaite
1
-52
/
+72
2012-11-01
usb/ehci: Abstract away PCI DMA API
Peter Crosthwaite
1
-5
/
+8
2012-11-01
usb/ehci: parameterise the register region offsets
Peter Crosthwaite
1
-32
/
+36
2012-10-25
usb: Enforce iso endpoints never returing USB_RET_ASYNC
Hans de Goede
1
-1
/
+0
2012-10-25
usb: Add an int_req flag to USBPacket
Hans de Goede
1
-2
/
+4
2012-10-25
usb: Move short-not-ok handling to the core
Hans de Goede
1
-5
/
+4
2012-10-25
usb: Move clearing of queue on halt to the core
Hans de Goede
1
-14
/
+8
2012-10-25
usb: Add USB_RET_ADD_TO_QUEUE packet result code
Hans de Goede
1
-0
/
+4
2012-10-25
ehci: Retry to fill the queue while waiting for td completion
Hans de Goede
1
-5
/
+6
2012-10-25
ehci: Detect going in circles when filling the queue
Hans de Goede
1
-1
/
+8
2012-10-25
ehci: Speed up the timer of raising int from the async schedule
Hans de Goede
1
-1
/
+12
2012-10-25
ehci: Improve latency of interrupt delivery and async schedule scanning
Hans de Goede
1
-8
/
+2
2012-10-25
ehci: Set int flag on a short input packet
Hans de Goede
1
-0
/
+4
2012-10-25
ehci: Get rid of packet tbytes field
Hans de Goede
1
-11
/
+9
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
1
-10
/
+10
2012-09-26
ehci: Fix interrupt packet MULT handling
Hans de Goede
1
-20
/
+20
2012-09-13
ehci: Walk async schedule before and after migration
Hans de Goede
1
-0
/
+28
2012-09-13
ehci: Don't set seen to 0 when removing unseen queue-heads
Hans de Goede
1
-6
/
+18
2012-09-12
ehci: Don't process too much frames in 1 timer tick (v2)
Hans de Goede
1
-0
/
+14
2012-09-12
ehci: Fix interrupts stopping when Interrupt Threshold Control is 8
Hans de Goede
1
-1
/
+1
2012-09-12
ehci: switch to new-style memory ops
Gerd Hoffmann
1
-89
/
+84
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
[next]