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-01-21
hw/arm/virt: Add always-on property to the virt board timer
Christoffer Dall
1
-0
/
+1
2016-01-21
hw/arm/virt: add secure memory region and UART
Peter Maydell
1
-7
/
+48
2016-01-21
hw/arm/virt: Wire up memory region to CPUs explicitly
Peter Maydell
1
-0
/
+3
2016-01-21
xlnx-ep108: Connect the SPI Flash
Alistair Francis
1
-0
/
+16
2016-01-21
xlnx-zynqmp: Connect the SPI devices
Alistair Francis
1
-0
/
+31
2016-01-21
ssi: Move ssi.h into a separate directory
Alistair Francis
7
-7
/
+7
2016-01-18
hw/arm: Clean up includes
Peter Maydell
42
-1
/
+42
2016-01-15
ARM: virt: Don't generate RTC ACPI device when using UEFI
Shannon Zhao
1
-19
/
+5
2016-01-15
xlnx-zynqmp: Add support for high DDR memory regions
Alistair Francis
2
-19
/
+58
2016-01-13
error: Strip trailing '\n' from error string arguments (again)
Markus Armbruster
1
-1
/
+1
2016-01-13
error: Use error_reportf_err() where it makes obvious sense
Markus Armbruster
2
-7
/
+5
2016-01-13
error: Use error_report_err() where appropriate (again)
Markus Armbruster
4
-4
/
+4
2016-01-13
hw/arm/virt: Fix property "gic-version" error handling
Markus Armbruster
1
-3
/
+2
2016-01-13
hw: Don't use hw_error() for machine initialization errors
Markus Armbruster
1
-2
/
+4
2016-01-13
hw: Inline the qdev_prop_set_drive_nofail() wrapper
Markus Armbruster
1
-2
/
+2
2016-01-13
Use error_fatal to simplify obvious fatal errors
Markus Armbruster
7
-83
/
+18
2016-01-11
hw/arm/virt: Support legacy -nic command line syntax
Ashok Kumar
1
-0
/
+14
2015-12-22
acpi: extend aml_and() to accept target argument
Igor Mammedov
1
-1
/
+1
2015-12-22
acpi: extend aml_or() to accept target argument
Igor Mammedov
1
-3
/
+3
2015-12-22
acpi: support specified oem table id for build_header
Xiao Guangrong
1
-6
/
+7
2015-12-17
i.MX: Add an i.MX25 specific CCM class/instance
Jean-Christophe Dubois
1
-1
/
+1
2015-12-17
i.MX: Split the CCM class into an abstract base class and a concrete class
Jean-Christophe Dubois
2
-6
/
+6
2015-12-17
ARM: Virt: Add gpio-keys node for Poweroff using DT
Shannon Zhao
1
-0
/
+16
2015-12-17
ARM: Virt: Add QEMU powerdown notifier and hook it to GPIO Pin 3
Shannon Zhao
1
-1
/
+15
2015-12-17
ARM: ACPI: Add _E03 for Power Button
Shannon Zhao
1
-0
/
+14
2015-12-17
ARM: ACPI: Add power button device in ACPI DSDT table
Shannon Zhao
1
-0
/
+11
2015-12-17
ARM: ACPI: Add GPIO controller in ACPI DSDT table
Shannon Zhao
1
-0
/
+19
2015-12-17
ARM: Virt: Add a GPIO controller
Shannon Zhao
1
-0
/
+30
2015-12-17
acpi: extend aml_interrupt() to support multiple irqs
Igor Mammedov
1
-11
/
+12
2015-12-17
acpi: support serialized method
Xiao Guangrong
1
-5
/
+5
2015-12-15
fw_cfg: remove offset argument from callback prototype
Gabriel L. Somlo
1
-1
/
+1
2015-11-24
xlnx-ep108: Fix minimum RAM check
Alistair Francis
1
-1
/
+1
2015-11-12
hw/misc: Add support for ADC controller in Xilinx Zynq 7000
Guenter Roeck
1
-0
/
+6
2015-11-10
hw/arm/virt: error_report cleanups
Andrew Jones
1
-5
/
+5
2015-11-10
arm: highbank: Implement PSCI and dummy monitor
Peter Crosthwaite
1
-10
/
+60
2015-11-10
arm: highbank: Defeature CPU override
Peter Crosthwaite
1
-14
/
+7
2015-11-10
arm: boot: Add secure_board_setup flag
Peter Crosthwaite
1
-1
/
+9
2015-11-06
arm: allwinner-a10: Add SATA
Peter Crosthwaite
1
-0
/
+11
2015-11-05
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+1
2015-11-04
osdep: Rename qemu_{get, set}_version() to qemu_{, set_}hw_version()
Eduardo Habkost
1
-1
/
+1
2015-11-03
ARM: ACPI: Fix MPIDR value in ACPI table
Shannon Zhao
1
-1
/
+3
2015-11-03
hw/arm/virt-acpi-build: Add GICC ACPI subtable for GICv3
Shannon Zhao
1
-14
/
+16
2015-11-03
hw/arm/virt-acpi-build: _CCA attribute is compulsory
Graeme Gregory
1
-0
/
+1
2015-11-03
arm: stellaris: exit on external reset request
Michael Davidsaver
1
-0
/
+12
2015-11-03
armv7-m: Return DeviceState* from armv7m_init()
Michael Davidsaver
3
-25
/
+28
2015-11-03
arm: xilinx_zynq: Add linux pre-boot
Peter Crosthwaite
1
-0
/
+42
2015-11-03
arm: boot: Add board specific setup code API
Peter Crosthwaite
1
-1
/
+19
2015-11-03
arm: boot: Adjust indentation of FIXUP comments
Peter Crosthwaite
1
-8
/
+8
2015-10-29
target-arm: xlnx-zynqmp: Add sdhci support.
Sai Pavan Boddu
1
-0
/
+28
2015-10-27
hw/arm/virt: don't use a15memmap directly
Andrew Jones
1
-4
/
+21
[next]