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-ehci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-07
usb-ehci: Cleanup itd error handling
Hans de Goede
1
-14
/
+14
2012-03-07
usb-ehci: Fix and simplify nakcnt handling
Hans de Goede
1
-28
/
+4
2012-03-07
usb-ehci: Remove dead nakcnt code
Hans de Goede
1
-20
/
+0
2012-03-07
usb-ehci: Fix cerr tracking
Hans de Goede
1
-13
/
+6
2012-03-07
usb-ehci: Any packet completion except for NAK should set the interrupt
Hans de Goede
1
-1
/
+1
2012-03-07
usb-ehci: Rip the queues when the async or period schedule is halted
Hans de Goede
1
-1
/
+4
2012-03-07
usb-ehci: Drop cached qhs when the doorbell gets rung
Hans de Goede
1
-16
/
+17
2012-03-07
usb-ehci: always call ehci_queues_rip_unused for period queues
Hans de Goede
1
-0
/
+1
2012-03-07
usb-ehci: split our qh queue into async and periodic queues
Hans de Goede
1
-25
/
+37
2012-03-07
usb-ehci: Never follow table entries with the T-bit set
Hans de Goede
1
-6
/
+4
2012-02-27
ehci: drop old stuff
Gerd Hoffmann
1
-29
/
+1
2012-02-27
usb-ehci: Handle ISO packets failing with an error other then NAK
Hans de Goede
1
-3
/
+19
2012-02-27
usb-ehci: sanity-check iso xfers
Gerd Hoffmann
1
-6
/
+10
2012-02-27
usb-ehci: fix reset
Gerd Hoffmann
1
-1
/
+2
2012-02-15
Merge remote-tracking branch 'kraxel/usb.38' into staging
Anthony Liguori
1
-48
/
+45
2012-02-15
qom: Unify type registration
Andreas Färber
1
-2
/
+3
2012-02-10
usb: Set USBEndpoint in usb_packet_setup().
Gerd Hoffmann
1
-6
/
+9
2012-02-10
usb: USBPacket: add status, rename owner -> ep
Gerd Hoffmann
1
-2
/
+2
2012-02-10
usb-ehci: switch to usb_find_device()
Gerd Hoffmann
1
-40
/
+29
2012-02-10
usb: kill USB_MSG_RESET
Gerd Hoffmann
1
-2
/
+2
2012-02-10
usb-ehci: Clear the portstatus powner bit on device disconnect
Hans de Goede
1
-0
/
+5
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
1
-14
/
+18
2012-01-27
pci: convert to QEMU Object Model
Anthony Liguori
1
-20
/
+34
2012-01-27
qdev: prepare source tree for code conversion
Anthony Liguori
1
-25
/
+24
2012-01-17
usb: link packets to endpoints not devices
Gerd Hoffmann
1
-1
/
+2
2011-12-12
Remove unnecessary casts from PCI DMA code in usb-ehci
David Gibson
1
-3
/
+3
2011-11-23
usb-ehci: add register names
Gerd Hoffmann
1
-0
/
+2
2011-11-23
usb-ehci: codestyle fixups
Gerd Hoffmann
1
-28
/
+28
2011-11-21
ehci: add assert
Gerd Hoffmann
1
-0
/
+1
2011-11-01
usb-ehci: Use PCI DMA stub functions
David Gibson
1
-19
/
+25
2011-10-13
usb: fix port reset
Gerd Hoffmann
1
-2
/
+2
2011-09-19
pci: interrupt pin documentation update
Michael S. Tsirkin
1
-1
/
+1
2011-09-07
usb: claim port at device initialization time.
Gerd Hoffmann
1
-11
/
+11
2011-09-07
usb-ehci: handle siTDs
Gerd Hoffmann
1
-1
/
+42
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-2
/
+2
2011-08-08
pci: rename pci_register_bar_region() to pci_register_bar()
Avi Kivity
1
-1
/
+1
2011-08-08
ehci: convert to memory API
Avi Kivity
1
-27
/
+9
2011-08-04
ehci: iovec support, remove buffer
Gerd Hoffmann
1
-86
/
+63
2011-08-04
usb: use iovecs in USBPacket
Gerd Hoffmann
1
-13
/
+8
2011-07-20
ehci doesn't support migration
Gerd Hoffmann
1
-0
/
+7
2011-07-05
ehci: add ich9 controller.
Gerd Hoffmann
1
-14
/
+29
2011-07-05
ehci: fix port count.
Gerd Hoffmann
1
-1
/
+1
2011-07-05
usb-ehci: Add support for registering companion controllers
Hans de Goede
1
-30
/
+144
2011-07-05
usb-ehci: Fix handling of PED and PEDC port status bits
Hans de Goede
1
-13
/
+11
2011-07-05
usb-ehci: cleanup port reset handling
Hans de Goede
1
-6
/
+1
2011-07-05
usb-ehci: Connect Status bit is read only, don't allow changing it by the guest
Hans de Goede
1
-2
/
+2
2011-07-05
usb-ehci: drop unused num-ports state member
Hans de Goede
1
-1
/
+0
2011-07-05
usb: Replace device_destroy bus op with a child_detach port op
Hans de Goede
1
-8
/
+10
2011-07-05
usb: Make port wakeup and complete ops take a USBPort instead of a Device
Hans de Goede
1
-1
/
+1
2011-07-05
usb: Move (initial) call of usb_port_location to usb_fill_port
Hans de Goede
1
-1
/
+0
[next]