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
/
arm
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-29
hw/arm/virt: Enable dynamic generation of ACPI v5.1 tables
Shannon Zhao
1
-0
/
+19
2015-05-29
hw/arm/virt-acpi-build: Add PCIe controller in ACPI DSDT table
Shannon Zhao
1
-0
/
+154
2015-05-29
hw/arm/virt-acpi-build: Generate MCFG table
Shannon Zhao
1
-0
/
+23
2015-05-29
hw/arm/virt-acpi-build: Generate RSDP table
Shannon Zhao
1
-1
/
+34
2015-05-29
hw/arm/virt-acpi-build: Generate RSDT table
Shannon Zhao
1
-0
/
+3
2015-05-29
hw/arm/virt-acpi-build: Generate GTDT table
Shannon Zhao
2
-4
/
+33
2015-05-29
hw/arm/virt-acpi-build: Generate MADT table
Shannon Zhao
1
-0
/
+57
2015-05-29
hw/arm/virt-acpi-build: Generate FADT table and update ACPI headers
Shannon Zhao
1
-0
/
+31
2015-05-29
hw/arm/virt-acpi-build: Generation of DSDT table for virt devices
Shannon Zhao
1
-0
/
+132
2015-05-29
hw/arm/virt-acpi-build: Basic framework for building ACPI tables on ARM
Shannon Zhao
2
-0
/
+183
2015-05-29
hw/arm/virt: Record PCIe ranges in MemMapEntry array
Shannon Zhao
1
-24
/
+13
2015-05-29
hw/arm/virt: Move common definitions to virt.h
Shannon Zhao
1
-20
/
+1
2015-05-18
arm: xlnx-ep108: Add bootloading
Peter Crosthwaite
1
-0
/
+9
2015-05-18
arm: xlnx-ep108: Add external RAM
Peter Crosthwaite
1
-0
/
+20
2015-05-18
arm: Add xlnx-ep108 machine
Peter Crosthwaite
2
-1
/
+54
2015-05-18
arm: xlnx-zynqmp: Add UART support
Peter Crosthwaite
1
-0
/
+24
2015-05-18
arm: xlnx-zynqmp: Add GEM support
Peter Crosthwaite
1
-0
/
+35
2015-05-18
arm: xlnx-zynqmp: Connect CPU Timers to GIC
Peter Crosthwaite
1
-0
/
+17
2015-05-18
arm: xlnx-zynqmp: Add GIC
Peter Crosthwaite
1
-0
/
+59
2015-05-18
arm: Introduce Xilinx ZynqMP SoC
Peter Crosthwaite
2
-0
/
+77
2015-05-12
hw/arm/highbank.c: Wire FIQ between CPU <> GIC
Peter Maydell
1
-0
/
+3
2015-05-12
hw/arm/vexpress.c: Wire FIQ between CPU <> GIC
Fabian Aggeler
1
-0
/
+2
2015-05-12
hw/arm/virt.c: Wire FIQ between CPU <> GIC
Greg Bellows
1
-0
/
+2
2015-04-28
Convert ffs() != 0 callers to ctz32()
Stefan Hajnoczi
1
-4
/
+2
2015-04-28
Convert (ffs(val) - 1) to ctz32(val)
Stefan Hajnoczi
2
-3
/
+3
2015-04-28
hw/arm/nseries: convert ffs(3) to ctz32()
Stefan Hajnoczi
1
-1
/
+4
2015-04-26
target-arm: rename c1_coproc to cpacr_el1
Sergey Fedorov
1
-1
/
+1
2015-04-26
Switch non-CPU callers from ld/st*_phys to address_space_ld/st*
Peter Maydell
2
-5
/
+13
2015-04-08
arm: memory: Replace memory_region_init_ram with memory_region_allocate_syste...
Dirk Müller
13
-37
/
+30
2015-04-02
Merge remote-tracking branch 'remotes/armbru/tags/pull-hw-2015-04-02' into st...
Peter Maydell
2
-0
/
+5
2015-04-02
sysbus: Make devices picking up backends unavailable with -device
Markus Armbruster
1
-0
/
+2
2015-04-02
hw: Mark device misusing nd_table[] FIXME
Markus Armbruster
1
-0
/
+1
2015-04-02
hw: Mark devices picking up char backends actively FIXME
Markus Armbruster
1
-0
/
+1
2015-04-02
hw: Mark devices picking up block backends actively FIXME
Markus Armbruster
1
-0
/
+1
2015-04-02
hw/arm/vexpress: Don't double-free flash filename
Peter Maydell
1
-1
/
+0
2015-04-02
hw/arm/virt: Fix corruption due to double free
Shannon Zhao
1
-1
/
+0
2015-04-01
hw/arm/virt: Fix memory leak reported by Coverity
Stefan Weil
1
-1
/
+8
2015-04-01
hw/arm/vexpress: Fix memory leak reported by Coverity
Stefan Weil
1
-2
/
+9
2015-04-01
hw/arm/highbank: Fix resource leak and wrong image loading
Stefan Weil
1
-2
/
+1
2015-03-19
error: Replace error_report() & error_free() with error_report_err()
zhanghailiang
1
-1
/
+1
2015-03-19
arm: fix memory leak
Gonglei
4
-2
/
+6
2015-03-19
arm/nseries: Fix warnings from Sparse
Stefan Weil
1
-2
/
+2
2015-03-19
omap: Fix warnings from Sparse
Stefan Weil
2
-25
/
+52
2015-03-11
integrator/cp: Implement CARDIN and WPROT signals
Jan Kiszka
1
-6
/
+56
2015-03-11
integrator/cp: Model CP control registers as sysbus device
Jan Kiszka
1
-8
/
+27
2015-03-11
netduino2: Add the Netduino 2 Machine
Alistair Francis
2
-0
/
+58
2015-03-11
stm32f205: Add the stm32f205 SoC
Alistair Francis
2
-0
/
+161
2015-03-11
hw/arm/virt: fix cmdline parsing bug with CPU options and smp > 1
Ard Biesheuvel
1
-1
/
+3
2015-03-10
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2
-6
/
+6
2015-03-10
hw: Propagate errors through qdev_prop_set_drive()
Markus Armbruster
2
-6
/
+6
[next]