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
2017-07-14
hw: Use new memory_region_init_{ram, rom, rom_device}() functions
Peter Maydell
21
-68
/
+35
2017-07-14
memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()
Peter Maydell
4
-7
/
+7
2017-07-14
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
24
-36
/
+36
2017-07-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2
-3
/
+4
2017-07-14
char: avoid chardevice direct access
Anton Nefedov
1
-1
/
+1
2017-07-14
char: add backend hotswap handler
Anton Nefedov
2
-2
/
+3
2017-07-14
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into...
Peter Maydell
3
-9
/
+9
2017-07-13
Convert error_report() to warn_report()
Alistair Francis
3
-9
/
+9
2017-07-11
aspeed: Register all watchdogs
Joel Stanley
1
-8
/
+17
2017-07-11
hw/misc: Add Exynos4210 Pseudo Random Number Generator
Krzysztof Kozlowski
1
-0
/
+4
2017-06-20
bcm2835_fb: use {get, set}_uint() for "vcram-size" and "vcram-base"
Marc-André Lureau
2
-7
/
+6
2017-06-20
aspeed: use {set, get}_uint() for "ram-size" property
Marc-André Lureau
1
-4
/
+4
2017-06-13
aspeed: add a temp sensor device on I2C bus 3
Cédric Le Goater
1
-0
/
+9
2017-06-13
hw/arm/exynos: Use type define instead of hard-coded a9mpcore_priv string
Krzysztof Kozlowski
1
-1
/
+2
2017-06-13
hw/arm/exynos: Declare local variables in some order
Krzysztof Kozlowski
1
-2
/
+2
2017-06-13
hw/arm/exynos: Move DRAM initialization next boards
Krzysztof Kozlowski
2
-26
/
+44
2017-06-05
numa: make sure that all cpus have has_node_id set if numa is enabled
Igor Mammedov
1
-3
/
+1
2017-06-05
numa: consolidate cpu_preplug fixups/checks for pc/arm/spapr
Igor Mammedov
1
-14
/
+2
2017-06-05
Merge remote-tracking branch 'remotes/elmarco/tags/chrfe-pull-request' into s...
Peter Maydell
7
-7
/
+7
2017-06-02
hw/arm/virt: fdt: generate distance-map when needed
Andrew Jones
1
-0
/
+21
2017-06-02
hw/arm/virt-acpi-build: build SLIT when needed
Andrew Jones
1
-0
/
+4
2017-06-02
aspeed: add some I2C devices to the Aspeed machines
Cédric Le Goater
1
-0
/
+27
2017-06-02
char: move CharBackend handling in char-fe unit
Marc-André Lureau
3
-2
/
+3
2017-06-02
chardev: serial & parallel declaration to own headers
Marc-André Lureau
1
-1
/
+1
2017-06-02
chardev: move headers to include/chardev
Marc-André Lureau
6
-6
/
+6
2017-06-02
Remove/replace sysemu/char.h inclusion
Marc-André Lureau
1
-1
/
+0
2017-05-23
shutdown: Add source information to SHUTDOWN and RESET
Eric Blake
8
-12
/
+14
2017-05-18
Merge remote-tracking branch 'mst/tags/for_upstream' into staging
Stefan Hajnoczi
1
-13
/
+13
2017-05-17
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
Eduardo Habkost
1
-1
/
+1
2017-05-11
virt-arm: get numa node mapping from possible_cpus instead of numa_get_node_f...
Igor Mammedov
2
-18
/
+14
2017-05-11
virt-arm: add node-id property to CPU
Igor Mammedov
1
-0
/
+15
2017-05-11
numa: move source of default CPUs to NUMA node mapping into boards
Igor Mammedov
1
-2
/
+18
2017-05-11
hw/arm/virt: explicitly allocate cpu_index for cpus
Igor Mammedov
1
-0
/
+4
2017-05-11
hw/arm/virt: use machine->possible_cpus for storing possible topology info
Igor Mammedov
1
-3
/
+37
2017-05-11
hw/arm/virt: extract mp-affinity calculation in separate function
Igor Mammedov
1
-17
/
+26
2017-05-10
hw/arm/virt: generate 64-bit addressable ACPI objects
Ard Biesheuvel
1
-13
/
+13
2017-04-25
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
1
-0
/
+21
2017-04-25
aspeed: add a FTGMAC100 nic
Cédric Le Goater
1
-0
/
+21
2017-04-25
hw/arm/exynos: Add generic SDHCI devices
Krzysztof Kozlowski
1
-0
/
+29
2017-04-21
Merge remote-tracking branch 'remotes/armbru/tags/pull-qdev-2017-04-21' into ...
Peter Maydell
7
-39
/
+0
2017-04-20
xlnx-zynqmp: Set the Cadence GEM revision
Alistair Francis
1
-1
/
+5
2017-04-20
hw/arm: Qomify pxa2xx.c
Suramya Shah
1
-8
/
+6
2017-04-20
stellaris: Don't hw_error() on bad register accesses
Peter Maydell
1
-23
/
+37
2017-04-20
hw/arm/exynos: Convert fprintf to qemu_log_mask/error_report
Krzysztof Kozlowski
1
-3
/
+4
2017-04-20
hw/arm/boot: take Linux/arm64 TEXT_OFFSET header field into account
Ard Biesheuvel
1
-11
/
+53
2017-04-20
arm: remove remaining cannot_destroy_with_object_finalize_yet
Laurent Vivier
7
-39
/
+0
2017-02-28
bcm2835: add sdhost and gpio controllers
Clement Deschamps
1
-2
/
+41
2017-02-28
stm32f205: Rename 'nvic' local to 'armv7m'
Peter Maydell
1
-9
/
+9
2017-02-28
stm32f205: Create armv7m object without using armv7m_init()
Peter Maydell
2
-6
/
+17
2017-02-28
armv7m: Make bitband device take the address space to access
Peter Maydell
1
-87
/
+79
[next]