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-ehci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-14
hw/usb/hcd-ehci: fix writeback order
Arnout Engelen
1
-1
/
+4
2021-12-30
dma: Let dma_memory_read/write() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-2
/
+4
2021-03-26
hw/usb/hcd-ehci: Fix crash when showing help of EHCI devices
Thomas Huth
1
-5
/
+5
2021-03-09
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
1
-1
/
+1
2021-01-22
hw/usb: Fix bad printf format specifiers
Alex Chen
1
-2
/
+2
2021-01-08
Remove superfluous timer_del() calls
Peter Maydell
1
-1
/
+0
2020-10-19
usb/hcd-ehci: Fix error handling on missing device for iTD
Anthony PERARD
1
-17
/
+18
2020-08-31
ehci: drop pointless warn_report for guest bugs.
Gerd Hoffmann
1
-1
/
+0
2020-08-31
hw: ehci: check return value of 'usb_packet_map'
Li Qiang
1
-2
/
+8
2020-08-31
hw: ehci: destroy sglist in error path
Li Qiang
1
-0
/
+1
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
1
-1
/
+1
2020-03-09
usb/hcd-ehci: Remove redundant statements
Chen Qun
1
-3
/
+0
2019-08-22
ehci: fix queue->dev null ptr dereference
Gerd Hoffmann
1
-0
/
+3
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
1
-1
/
+1
2019-08-16
sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h
Markus Armbruster
1
-0
/
+1
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
1
-0
/
+1
2019-02-20
ehci: check device is not NULL before calling usb_ep_get()
Liam Merwick
1
-2
/
+5
2019-01-30
hw/usb: Fix LGPL information in the file headers
Thomas Huth
1
-3
/
+2
2019-01-11
qemu/queue.h: simplify reverse access to QTAILQ
Paolo Bonzini
1
-1
/
+1
2018-12-10
ehci: fix fetch qtd race
Gerd Hoffmann
1
-2
/
+10
2018-07-03
ehci: Don't fetch a NULL current qtd but advance the queue instead.
Sebastian Bauer
1
-1
/
+2
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
1
-1
/
+3
2017-09-19
Convert single line fprintf(.../n) to warn_report()
Alistair Francis
1
-2
/
+3
2017-07-17
ehci: add sanity check for maxframes
Gerd Hoffmann
1
-0
/
+5
2017-06-13
ehci: stop recursive calls to ehci_work_bh
Gerd Hoffmann
1
-0
/
+7
2017-05-29
ehci: fix frame timer invocation.
Gerd Hoffmann
1
-3
/
+10
2017-05-29
ehci: fix overflow in frame timer code
Gerd Hoffmann
1
-1
/
+1
2017-02-21
usb: ehci: fix memory leak in ehci
Li Qiang
1
-0
/
+5
2016-11-10
usb: ehci: fix memory leak in ehci_init_transfer
Li Qiang
1
-0
/
+1
2016-10-08
usb: ehci: fix memory leak in ehci_process_itd
Li Qiang
1
-0
/
+1
2016-08-02
ehci: faster frame index calculation for skipped frames
Evgeny Yakovlev
1
-16
/
+15
2016-04-19
Revert "ehci: make idt processing more robust"
Gerd Hoffmann
1
-3
/
+2
2016-04-19
ehci: apply limit to iTD/sidt descriptors
Gerd Hoffmann
1
-1
/
+5
2016-03-24
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-2
/
+4
2016-03-22
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
Rutuja Shah
1
-2
/
+3
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-03-18
usb: ehci: add capability mmio write function
Prasad J Pandit
1
-0
/
+6
2016-02-02
ehci: update irq on reset
Gerd Hoffmann
1
-0
/
+1
2016-02-02
usb: check page select value while processing iTD
Prasad J Pandit
1
-4
/
+6
2016-01-29
usb: Clean up includes
Peter Maydell
1
-0
/
+1
2015-12-15
ehci: make idt processing more robust
Gerd Hoffmann
1
-2
/
+3
2015-11-03
ehci: clear suspend bit on detach
Gerd Hoffmann
1
-1
/
+1
2015-07-20
timer: rename NSEC_PER_SEC due to Mac OS X header clash
Stefan Hajnoczi
1
-1
/
+1
2015-07-02
timer: Use a single definition of NSEC_PER_SEC for the whole codebase
Alberto Garcia
1
-1
/
+1
2015-03-20
ehci: fix segfault when hot-unplugging ehci controller
Gonglei
1
-2
/
+1
2015-03-17
usb: Improve companion configuration error messages
Markus Armbruster
1
-15
/
+6
2015-03-17
usb: Propagate errors through usb_register_companion()
Markus Armbruster
1
-10
/
+13
2015-01-26
vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*
Paolo Bonzini
1
-1
/
+1
[next]