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-xhci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-20
xhci: check device is not NULL before calling usb_ep_get()
Liam Merwick
1
-2
/
+2
2019-02-20
xhci: add asserts to help with static code analysis
Liam Merwick
1
-0
/
+2
2019-01-30
usb: implement XHCI underrun/overrun events
Yuri Benditovich
1
-2
/
+15
2019-01-30
usb: XHCI shall not halt isochronous endpoints
Yuri Benditovich
1
-0
/
+5
2018-07-03
xhci: fix guest-triggerable assert
Gerd Hoffmann
1
-1
/
+6
2018-02-08
pci: removed the is_express field since a uniform interface was inserted
Yoni Bettan
1
-1
/
+8
2017-12-05
pci: Eliminate redundant PCIDevice::bus pointer
David Gibson
1
-1
/
+1
2017-10-15
pci: Add interface names to hybrid PCI devices
Eduardo Habkost
1
-0
/
+5
2017-09-13
xhci: Avoid DMA when ERSTBA is set to zero
Alexey Kardashevskiy
1
-2
/
+2
2017-07-03
pci: Fix the wrong assertion.
Mao Zhongyi
1
-1
/
+1
2017-06-12
xhci: only update dequeue ptr on completed transfers
Gerd Hoffmann
1
-2
/
+4
2017-05-29
xhci: split into multiple files
Gerd Hoffmann
1
-236
/
+2
2017-05-12
xhci: relax link check
Ladi Prosek
1
-1
/
+1
2017-05-12
xhci: fix logging
Ladi Prosek
1
-5
/
+2
2017-04-03
xhci: flush dequeue pointer to endpoint context
Gerd Hoffmann
1
-1
/
+3
2017-02-23
xhci: properties cleanup
Gerd Hoffmann
1
-3
/
+26
2017-02-21
xhci: drop via vendor command handling
Gerd Hoffmann
1
-31
/
+0
2017-02-21
xhci: fix nec vendor quirk handling
Gerd Hoffmann
1
-15
/
+29
2017-02-21
xhci: add qemu xhci controller
Gerd Hoffmann
1
-4
/
+36
2017-02-21
xhci: drop ER_FULL_HACK workaround
Gerd Hoffmann
1
-106
/
+11
2017-02-21
xhci: apply limits to loops
Gerd Hoffmann
1
-1
/
+14
2017-02-06
xhci: fix event queue IRQ handling
Gerd Hoffmann
1
-0
/
+13
2017-02-06
xhci: guard xhci_kick_epctx against recursive calls
Gerd Hoffmann
1
-0
/
+7
2017-02-06
xhci: don't kick in xhci_submit and xhci_fire_ctl_transfer
Gerd Hoffmann
1
-8
/
+0
2017-02-06
xhci: rename xhci_complete_packet to xhci_try_complete_packet
Gerd Hoffmann
1
-6
/
+6
2017-02-06
xhci: only free completed transfers
Gerd Hoffmann
1
-1
/
+3
2017-02-01
pci: Convert msix_init() to Error and fix callers
Cao jin
1
-2
/
+2
2017-02-01
hcd-xhci: check & correct param before using it
Cao jin
1
-19
/
+18
2017-01-24
PCI/migration merge vmstate_pci_device and vmstate_pcie_device
Dr. David Alan Gilbert
1
-1
/
+1
2016-10-12
xhci: make xhci_epid_to_usbep accept XHCIEPContext
Gerd Hoffmann
1
-14
/
+15
2016-10-12
xhci: drop XHCITransfer->{slotid,epid}
Gerd Hoffmann
1
-9
/
+7
2016-10-12
xhci: add & use xhci_kick_epctx()
Gerd Hoffmann
1
-17
/
+26
2016-10-12
xhci: drop XHCITransfer->xhci
Gerd Hoffmann
1
-13
/
+9
2016-10-12
xhci: use linked list for transfers
Gerd Hoffmann
1
-54
/
+68
2016-10-12
xhci: drop unused comp_xfer field
Gerd Hoffmann
1
-1
/
+0
2016-10-12
xhci: decouple EV_QUEUE from TD_QUEUE
Gerd Hoffmann
1
-1
/
+1
2016-10-12
xhci: limit the number of link trbs we are willing to process
Gerd Hoffmann
1
-0
/
+10
2016-09-13
usb:xhci:fix memory leak in usb_xhci_exit
Li Qiang
1
-2
/
+1
2016-09-13
xhci: Fix remainder field for TR_SETUP completion event.
Hans Petter Selasky
1
-0
/
+6
2016-07-20
xhci: Fix possible side effect from assert()
Alexey Kardashevskiy
1
-1
/
+3
2016-07-12
nec-usb-xhci: set the device state to USB_STATE_DEFAULT
Zhang Shuaiyi
1
-1
/
+2
2016-07-05
pci: Convert msi_init() to Error and fix callers to check it
Cao jin
1
-4
/
+19
2016-07-05
usb xhci: change msi/msix property type
Cao jin
1
-7
/
+9
2016-05-11
usb:xhci: no DMA on HC reset
Roman Kagan
1
-1
/
+4
2016-03-18
usb: fix unbounded stack warning for xhci_dma_write_u32s
Peter Xu
1
-2
/
+4
2016-01-29
usb: Clean up includes
Peter Maydell
1
-0
/
+1
2015-11-06
usb: Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-1
/
+1
2015-09-11
maint: avoid useless "if (foo) free(foo)" pattern
Daniel P. Berrange
1
-3
/
+1
2015-07-17
Revert "xhci: set timer to retry xfers"
Gerd Hoffmann
1
-2
/
+0
2015-05-11
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-05-0...
Peter Maydell
1
-1
/
+0
[next]