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-xhci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-26
xhci: Add a few missing checks for disconnected devices
Hans de Goede
1
-2
/
+11
2013-10-31
Merge remote-tracking branch 'kraxel/usb.91' into staging
Anthony Liguori
1
-24
/
+26
2013-10-31
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
1
-5
/
+2
2013-10-22
usb-hcd-xhci: Update endpoint context dequeue pointer for streams too
Hans de Goede
1
-2
/
+8
2013-10-22
usb-hcd-xhci: Report completion of active transfer with CC_STOPPED on ep stop
Hans de Goede
1
-8
/
+18
2013-10-22
usb-hcd-xhci: Remove unused cancelled member from XHCITransfer
Hans de Goede
1
-5
/
+0
2013-10-22
usb-hcd-xhci: Remove unused sstreamsm member from XHCIStreamContext
Hans de Goede
1
-9
/
+0
2013-10-14
hw: set interrupts using pci irq wrappers
Marcel Apfelbaum
1
-5
/
+2
2013-09-19
xhci: Fix memory leak on xhci_disable_ep
Hans de Goede
1
-0
/
+5
2013-09-19
xhci: Add xhci_epid_to_usbep helper function
Hans de Goede
1
-10
/
+22
2013-09-19
xhci: Init a transfers xhci, slotid and epid member on epctx alloc
Hans de Goede
1
-3
/
+3
2013-09-19
xhci: Fix number of streams allocated when using streams
Hans de Goede
1
-1
/
+1
2013-09-03
Merge remote-tracking branch 'kraxel/usb.88' into staging
Anthony Liguori
1
-11
/
+59
2013-09-02
xhci: reset port when disabling slot
Gerd Hoffmann
1
-0
/
+1
2013-09-02
xhci: emulate intr endpoint intervals correctly
Gerd Hoffmann
1
-7
/
+37
2013-09-02
xhci: fix endpoint interval calculation
Gerd Hoffmann
1
-1
/
+1
2013-09-02
xhci: add port to slot_address tracepoint
Gerd Hoffmann
1
-1
/
+1
2013-09-02
xhci: add tracepoint for endpoint state changes
Gerd Hoffmann
1
-0
/
+19
2013-09-02
xhci: remove leftover debug printf
Gerd Hoffmann
1
-2
/
+0
2013-08-30
usb: Pass size to usb_bus_new()
Andreas Färber
1
-1
/
+1
2013-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
1
-13
/
+13
2013-08-08
xhci: implement warm port reset
Gerd Hoffmann
1
-2
/
+11
2013-08-01
xhci: fix segfault
Gerd Hoffmann
1
-3
/
+2
2013-07-30
xhci: handle USB_RET_IOERROR
Gerd Hoffmann
1
-0
/
+1
2013-07-29
devices: Associate devices to their logical category
Marcel Apfelbaum
1
-0
/
+1
2013-07-23
usb/hcd-xhci: QOM parent field cleanup
Andreas Färber
1
-35
/
+48
2013-07-23
usb/hcd-xhci: QOM Upcast Sweep
Peter Crosthwaite
1
-7
/
+14
2013-07-04
hw/[u-x]*: pass owner to memory_region_init* functions
Paolo Bonzini
1
-6
/
+6
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
1
-6
/
+6
2013-06-03
xhci: add live migration support
Gerd Hoffmann
1
-1
/
+163
2013-06-03
xhci: add xhci_init_epctx
Gerd Hoffmann
1
-18
/
+25
2013-06-03
xhci: add xhci_alloc_epctx
Gerd Hoffmann
1
-11
/
+21
2013-06-03
xhci: add XHCISlot->addressed
Gerd Hoffmann
1
-0
/
+3
2013-05-07
xhci: handle USB_RET_BABBLE
Gerd Hoffmann
1
-0
/
+5
2013-04-23
xhci: remove XHCIRing->base (unused)
Gerd Hoffmann
1
-3
/
+1
2013-04-16
xhci: fix address device
Gerd Hoffmann
1
-0
/
+4
2013-04-16
xhci: use slotid as device address
Gerd Hoffmann
1
-22
/
+3
2013-04-16
xhci: fix portsc writes
Gerd Hoffmann
1
-7
/
+35
2013-04-16
xhci: add xhci_cap_write
Gerd Hoffmann
1
-0
/
+7
2013-04-16
xhci: remove leftover debug printf
Gerd Hoffmann
1
-1
/
+0
2013-04-03
xhci: zap unused name field
Gerd Hoffmann
1
-1
/
+0
2013-04-03
xhci: remove unimplemented printfs
Gerd Hoffmann
1
-13
/
+9
2013-04-03
xhci: remove leftover debug printf
Gerd Hoffmann
1
-2
/
+0
2013-04-03
xhci: fix numintrs sanity checks
Gerd Hoffmann
1
-0
/
+3
2013-03-26
pcie: Add endpoint capability initialization wrapper
Alex Williamson
1
-1
/
+1
2013-02-23
xhci: fix bad print specifier
Hervé Poussineau
1
-2
/
+2
2013-02-19
usb-xhci: usb3 streams
Gerd Hoffmann
1
-45
/
+223
2013-02-19
usb-core: usb3 streams
Gerd Hoffmann
1
-4
/
+5
2013-01-14
xhci: nuke transfe5rs on detach
Gerd Hoffmann
1
-1
/
+7
2013-01-14
xhci: call xhci_detach_slot on root port detach too
Gerd Hoffmann
1
-0
/
+1
[next]