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
/
arm
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-07
acpi: make bios_linker_loader_add_checksum() API offset based
Igor Mammedov
1
-3
/
+2
2016-06-07
acpi: make bios_linker_loader_add_pointer() API offset based
Igor Mammedov
1
-13
/
+13
2016-06-07
acpi: simplify bios_linker API by removing redundant 'table' argument
Igor Mammedov
1
-5
/
+6
2016-06-07
acpi: convert linker from GArray to BIOSLinker structure
Igor Mammedov
1
-12
/
+12
2016-06-06
zynqmp: Add the ZCU102 board
Alistair Francis
1
-0
/
+8
2016-06-06
hw/char: QOM'ify stm32f2xx_usart model
xiaoqiang zhao
1
-0
/
+1
2016-06-06
hw/char: QOM'ify digic-uart model
xiaoqiang zhao
1
-0
/
+2
2016-06-06
hw/char: QOM'ify cadence_uart model
xiaoqiang zhao
2
-2
/
+4
2016-06-06
hw/char: QOM'ify pl011 model
xiaoqiang zhao
8
-30
/
+28
2016-06-06
xlnx-zynqmp: Use the in kernel GIC model for KVM runs
Edgar E. Iglesias
1
-1
/
+3
2016-06-06
xlnx-zynqmp: Delay realization of GIC until post CPU realization
Edgar E. Iglesias
1
-25
/
+31
2016-06-06
xlnx-zynqmp: Make the RPU subsystem optional
Edgar E. Iglesias
1
-24
/
+38
2016-06-06
xlnx-zynqmp: Add a secure prop to en/disable ARM Security Extensions
Edgar E. Iglesias
1
-0
/
+3
2016-06-06
hw/arm/virt: Reject gic-version=host for non-KVM
Cole Robinson
1
-1
/
+5
2016-06-06
i2c: add aspeed i2c controller
Cédric Le Goater
1
-0
/
+16
2016-06-06
hw/arm/virt: fix limit of 64-bit ACPI/ECAM PCI MMIO range
Ard Biesheuvel
1
-1
/
+2
2016-06-02
Add ENET device to i.MX6 SOC.
Jean-Christophe Dubois
1
-0
/
+17
2016-06-02
Add ENET/Gbps Ethernet support to FEC device
Jean-Christophe Dubois
1
-0
/
+1
2016-05-20
machine: add properties to compat_props incrementaly
Igor Mammedov
1
-4
/
+0
2016-05-19
hw: explicitly include qemu/log.h
Paolo Bonzini
7
-0
/
+7
2016-05-19
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
2
-0
/
+2
2016-05-19
qemu-common: stop including qemu/bswap.h from qemu-common.h
Paolo Bonzini
1
-0
/
+1
2016-05-19
explicitly include qom/cpu.h
Paolo Bonzini
1
-0
/
+1
2016-05-19
arm: include cpu-qom.h in files that require ARMCPU
Paolo Bonzini
2
-1
/
+1
2016-05-12
hw/arm: QOM'ify versatilepb.c
xiaoqiang.zhao
1
-7
/
+6
2016-05-12
hw/arm: QOM'ify strongarm.c
xiaoqiang.zhao
1
-38
/
+28
2016-05-12
hw/arm: QOM'ify stellaris.c
xiaoqiang.zhao
1
-24
/
+24
2016-05-12
hw/arm: QOM'ify spitz.c
xiaoqiang zhao
1
-14
/
+9
2016-05-12
hw/arm: QOM'ify pxa2xx_pic.c
xiaoqiang.zhao
1
-7
/
+0
2016-05-12
hw/arm: QOM'ify pxa2xx.c
xiaoqiang.zhao
1
-15
/
+11
2016-05-12
hw/arm: QOM'ify integratorcp.c
xiaoqiang.zhao
1
-20
/
+12
2016-05-12
hw/arm: QOM'ify highbank.c
xiaoqiang.zhao
1
-7
/
+5
2016-05-12
hw/arm: QOM'ify armv7m.c
xiaoqiang.zhao
1
-6
/
+5
2016-05-12
i.MX: Add sabrelite i.MX6 emulation.
Jean-Christophe DUBOIS
2
-1
/
+122
2016-05-12
i.MX: Add i.MX6 SOC implementation.
Jean-Christophe DUBOIS
2
-0
/
+450
2016-05-12
ACPI: Virt: Generate SRAT table
Shannon Zhao
1
-0
/
+52
2016-05-12
ARM: Virt: Set numa-node-id for cpu and memory nodes
Shannon Zhao
2
-6
/
+45
2016-05-12
hw/arm/nseries: Allocating Large sized arrays to heap
Zhou Jie
1
-1
/
+2
2016-04-21
hw/arm/boot: always clear r0 when booting kernels
Sylvain Garrigues
1
-1
/
+1
2016-04-04
hw/arm/bcm2836: Wire up CPU timer interrupts correctly
Peter Maydell
1
-1
/
+5
2016-03-30
ARM: Virt: Use gpio_key for power button
Shannon Zhao
1
-2
/
+5
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
4
-1
/
+5
2016-03-22
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
Rutuja Shah
4
-11
/
+12
2016-03-22
hw: explicitly include qemu-common.h and cpu.h
Paolo Bonzini
28
-0
/
+55
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
40
-0
/
+40
2016-03-16
machine: Use type_init() to register machine classes
Eduardo Habkost
11
-11
/
+11
2016-03-16
bcm2835_dma: add emulation of Raspberry Pi DMA controller
Grégory ESTRADE
1
-0
/
+26
2016-03-16
bcm2835_property: implement framebuffer control/configuration properties
Grégory ESTRADE
2
-12
/
+3
2016-03-16
bcm2835_fb: add framebuffer device for Raspberry Pi
Grégory ESTRADE
3
-2
/
+43
2016-03-16
bcm2835_aux: add emulation of BCM2835 AUX (aka UART1) block
Andrew Baumann
1
-0
/
+32
[next]