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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-17
arm_boot: Pass base address of GIC CPU interface, not whole GIC
Peter Maydell
5
-13
/
+18
2012-02-17
hw/vexpress.c: Instantiate the motherboard CLCD
Peter Maydell
1
-1
/
+1
2012-02-17
hw/vexpress.c: Factor out daughterboard-specific initialization
Peter Maydell
1
-35
/
+83
2012-02-17
hw/vexpress.c: Move secondary CPU boot code to SRAM
Peter Maydell
1
-14
/
+2
2012-02-17
hw/vexpress.c: Make motherboard peripheral memory map table-driven
Peter Maydell
1
-34
/
+103
2012-02-17
hw/a15mpcore.c: Add Cortex-A15 private peripheral model
Peter Maydell
1
-0
/
+103
2012-02-17
Exynos4210: added display controller implementation
Mitsyanko Igor
2
-0
/
+1938
2012-02-17
hw/exynos4210.c: Add LAN support for SMDKC210.
Evgeny Voevodin
1
-2
/
+25
2012-02-17
hw/lan9118: Add basic 16-bit mode support.
Evgeny Voevodin
1
-6
/
+118
2012-02-17
ARM: exynos4210: MCT support.
Evgeny Voevodin
2
-0
/
+1507
2012-02-17
ARM: exynos4210: basic Power Management Unit implementation
Maksim Kozlov
2
-0
/
+508
2012-02-17
ARM: exynos4210: PWM support.
Evgeny Voevodin
2
-0
/
+434
2012-02-17
ARM: exynos4210: UART support
Maksim Kozlov
3
-0
/
+714
2012-02-17
ARM: Samsung exynos4210-based boards emulation
Evgeny Voevodin
3
-0
/
+384
2012-02-17
ARM: exynos4210: IRQ subsystem support.
Evgeny Voevodin
3
-0
/
+1009
2012-02-17
hw/arm: Remove redundant arguments from set_kernel_args*
Stefan Weil
1
-9
/
+8
2012-02-17
pxa2xx_lcd: SRAM is valid location for the framebuffer
Vasily Khoruzhick
1
-4
/
+9
2012-02-17
nseries: attach monitor powerdown request to menelaus
Paolo Bonzini
2
-12
/
+11
2012-02-15
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
3
-6
/
+11
2012-02-15
Merge remote-tracking branch 'kraxel/usb.38' into staging
Anthony Liguori
17
-360
/
+596
2012-02-15
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
1
-0
/
+7
2012-02-15
device_add: don't add a /peripheral link until init is complete
Anthony Liguori
1
-8
/
+10
2012-02-15
qom: Unify type registration
Andreas Färber
224
-537
/
+530
2012-02-14
qdev: print error message before aborting
Paolo Bonzini
1
-13
/
+13
2012-02-14
qdev: allow setting properties to NULL
Paolo Bonzini
1
-6
/
+9
2012-02-11
cfi02: Fix lazy ROMD switching - once again
Jan Kiszka
1
-0
/
+1
2012-02-11
vga: Fix full updates in graphic mode
Jan Kiszka
1
-2
/
+3
2012-02-11
Fix memory dirty getting API change fallout
Blue Swirl
3
-4
/
+4
2012-02-10
xhci: handle USB_RET_NAK
Gerd Hoffmann
1
-11
/
+96
2012-02-10
xhci: remote wakeup support
Gerd Hoffmann
1
-0
/
+21
2012-02-10
xhci: kill port arg from xhci_setup_packet
Gerd Hoffmann
1
-3
/
+3
2012-02-10
xhci: stop on errors
Gerd Hoffmann
1
-2
/
+6
2012-02-10
xhci: add trb type name lookup support.
Gerd Hoffmann
1
-4
/
+60
2012-02-10
xhci: signal low- and fullspeed support
Gerd Hoffmann
1
-1
/
+4
2012-02-10
usb: add USBBusOps->wakeup_endpoint
Gerd Hoffmann
2
-0
/
+5
2012-02-10
usb: pass USBEndpoint to usb_wakeup
Gerd Hoffmann
5
-7
/
+15
2012-02-10
usb: maintain async packet list per endpoint
Gerd Hoffmann
2
-28
/
+108
2012-02-10
usb: Set USBEndpoint in usb_packet_setup().
Gerd Hoffmann
16
-62
/
+67
2012-02-10
usb: add USBEndpoint->{nr,pid}
Gerd Hoffmann
2
-0
/
+7
2012-02-10
usb: USBPacket: add status, rename owner -> ep
Gerd Hoffmann
6
-18
/
+35
2012-02-10
usb: fold usb_generic_handle_packet into usb_handle_packet
Gerd Hoffmann
1
-33
/
+25
2012-02-10
usb: kill handle_packet callback
Gerd Hoffmann
12
-80
/
+4
2012-02-10
usb-xhci: switch to usb_find_device()
Gerd Hoffmann
1
-2
/
+10
2012-02-10
usb-musb: switch to usb_find_device()
Gerd Hoffmann
1
-4
/
+3
2012-02-10
usb-ohci: switch to usb_find_device()
Gerd Hoffmann
1
-36
/
+37
2012-02-10
usb-ehci: switch to usb_find_device()
Gerd Hoffmann
1
-40
/
+29
2012-02-10
usb-uhci: switch to usb_find_device()
Gerd Hoffmann
1
-30
/
+15
2012-02-10
usb: handle dev == NULL in usb_handle_packet()
Gerd Hoffmann
1
-0
/
+4
2012-02-10
usb-hub: implement find_device
Gerd Hoffmann
1
-0
/
+21
2012-02-10
usb: add usb_find_device()
Gerd Hoffmann
3
-0
/
+32
[next]