index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
usb
/
hcd-xhci.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
xhci: fix logging
Ladi Prosek
2017-05-12
1
-5
/
+2
*
xhci: flush dequeue pointer to endpoint context
Gerd Hoffmann
2017-04-03
1
-1
/
+3
*
xhci: properties cleanup
Gerd Hoffmann
2017-02-23
1
-3
/
+26
*
xhci: drop via vendor command handling
Gerd Hoffmann
2017-02-21
1
-31
/
+0
*
xhci: fix nec vendor quirk handling
Gerd Hoffmann
2017-02-21
1
-15
/
+29
*
xhci: add qemu xhci controller
Gerd Hoffmann
2017-02-21
1
-4
/
+36
*
xhci: drop ER_FULL_HACK workaround
Gerd Hoffmann
2017-02-21
1
-106
/
+11
*
xhci: apply limits to loops
Gerd Hoffmann
2017-02-21
1
-1
/
+14
*
xhci: fix event queue IRQ handling
Gerd Hoffmann
2017-02-06
1
-0
/
+13
*
xhci: guard xhci_kick_epctx against recursive calls
Gerd Hoffmann
2017-02-06
1
-0
/
+7
*
xhci: don't kick in xhci_submit and xhci_fire_ctl_transfer
Gerd Hoffmann
2017-02-06
1
-8
/
+0
*
xhci: rename xhci_complete_packet to xhci_try_complete_packet
Gerd Hoffmann
2017-02-06
1
-6
/
+6
*
xhci: only free completed transfers
Gerd Hoffmann
2017-02-06
1
-1
/
+3
*
pci: Convert msix_init() to Error and fix callers
Cao jin
2017-02-01
1
-2
/
+2
*
hcd-xhci: check & correct param before using it
Cao jin
2017-02-01
1
-19
/
+18
*
PCI/migration merge vmstate_pci_device and vmstate_pcie_device
Dr. David Alan Gilbert
2017-01-24
1
-1
/
+1
*
xhci: make xhci_epid_to_usbep accept XHCIEPContext
Gerd Hoffmann
2016-10-12
1
-14
/
+15
*
xhci: drop XHCITransfer->{slotid,epid}
Gerd Hoffmann
2016-10-12
1
-9
/
+7
*
xhci: add & use xhci_kick_epctx()
Gerd Hoffmann
2016-10-12
1
-17
/
+26
*
xhci: drop XHCITransfer->xhci
Gerd Hoffmann
2016-10-12
1
-13
/
+9
*
xhci: use linked list for transfers
Gerd Hoffmann
2016-10-12
1
-54
/
+68
*
xhci: drop unused comp_xfer field
Gerd Hoffmann
2016-10-12
1
-1
/
+0
*
xhci: decouple EV_QUEUE from TD_QUEUE
Gerd Hoffmann
2016-10-12
1
-1
/
+1
*
xhci: limit the number of link trbs we are willing to process
Gerd Hoffmann
2016-10-12
1
-0
/
+10
*
usb:xhci:fix memory leak in usb_xhci_exit
Li Qiang
2016-09-13
1
-2
/
+1
*
xhci: Fix remainder field for TR_SETUP completion event.
Hans Petter Selasky
2016-09-13
1
-0
/
+6
*
xhci: Fix possible side effect from assert()
Alexey Kardashevskiy
2016-07-20
1
-1
/
+3
*
nec-usb-xhci: set the device state to USB_STATE_DEFAULT
Zhang Shuaiyi
2016-07-12
1
-1
/
+2
*
pci: Convert msi_init() to Error and fix callers to check it
Cao jin
2016-07-05
1
-4
/
+19
*
usb xhci: change msi/msix property type
Cao jin
2016-07-05
1
-7
/
+9
*
usb:xhci: no DMA on HC reset
Roman Kagan
2016-05-11
1
-1
/
+4
*
usb: fix unbounded stack warning for xhci_dma_write_u32s
Peter Xu
2016-03-18
1
-2
/
+4
*
usb: Clean up includes
Peter Maydell
2016-01-29
1
-0
/
+1
*
usb: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2015-11-06
1
-1
/
+1
*
maint: avoid useless "if (foo) free(foo)" pattern
Daniel P. Berrange
2015-09-11
1
-3
/
+1
*
Revert "xhci: set timer to retry xfers"
Gerd Hoffmann
2015-07-17
1
-2
/
+0
*
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-05-0...
Peter Maydell
2015-05-11
1
-1
/
+0
|
\
|
*
xhci: remove unused code
Gonglei
2015-05-08
1
-1
/
+0
*
|
xhci: fix events for setup trb.
Gerd Hoffmann
2015-05-08
1
-0
/
+8
*
|
Revert "xhci: generate a Transfer Event for each Transfer TRB with the IOC bi...
Gerd Hoffmann
2015-05-08
1
-12
/
+3
*
|
xhci: set timer to retry xfers
Gerd Hoffmann
2015-05-08
1
-0
/
+2
|
/
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2015-03-09
1
-4
/
+2
|
\
|
*
pci: Trivial device model conversions to realize
Markus Armbruster
2015-02-26
1
-4
/
+2
*
|
xhci: generate a Transfer Event for each Transfer TRB with the IOC bit set
Laszlo Ersek
2015-03-03
1
-3
/
+12
|
/
*
vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*
Paolo Bonzini
2015-01-26
1
-1
/
+1
*
xhci: add sanity checks to xhci_lookup_uport
Gerd Hoffmann
2014-11-11
1
-0
/
+9
*
xhci: add property to turn on/off streams support
Gerd Hoffmann
2014-10-28
1
-3
/
+12
*
xhci: remove dead code
Gerd Hoffmann
2014-10-15
1
-6
/
+0
*
usb: tag xhci as hotpluggable
Gerd Hoffmann
2014-09-23
1
-1
/
+0
*
xhci PCIe endpoint migration compatibility fix
Dr. David Alan Gilbert
2014-09-10
1
-1
/
+5
[prev]
[next]