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
/
armv7m.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-29
hw/arm/armv7m: Clean up local variable shadowing
Philippe Mathieu-Daudé
1
-1
/
+1
2023-08-31
hw/arm/armv7m: Add mpu-ns-regions and mpu-s-regions properties
Peter Maydell
1
-0
/
+21
2022-09-14
target/arm: Make boards pass base address to armv7m_load_kernel()
Peter Maydell
1
-2
/
+3
2022-09-14
target/arm: Remove useless TARGET_BIG_ENDIAN check in armv7m_load_kernel()
Peter Maydell
1
-8
/
+1
2022-06-10
hw/core/loader: return image sizes as ssize_t
Jamie Iles
1
-1
/
+1
2022-04-06
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau
1
-1
/
+1
2022-02-21
hw/arm/armv7m: Handle disconnected clock inputs
Peter Maydell
1
-4
/
+22
2022-01-28
hw/armv7m: Fix broken VMStateDescription
Peter Maydell
1
-2
/
+2
2021-09-01
hw/arm/armv7m: Create input clocks
Peter Maydell
1
-0
/
+23
2021-09-01
arm: Move system PPB container handling to armv7m
Peter Maydell
1
-1
/
+99
2021-09-01
arm: Move systick device creation from NVIC to ARMv7M object
Peter Maydell
1
-0
/
+125
2021-09-01
arm: Move M-profile RAS register block into its own device
Peter Maydell
1
-0
/
+12
2021-06-03
target/arm: Allow board models to specify initial NS VTOR
Peter Maydell
1
-0
/
+7
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2021-03-09
qtest: delete superfluous inclusions of qtest.h
Chen Qun
1
-1
/
+0
2020-12-10
hw/arm/armv7m: Correct typo in QOM object name
Peter Maydell
1
-1
/
+1
2020-12-10
hw/intc/armv7m_nvic: Make all of system PPB range be RAZWI/BusFault
Peter Maydell
1
-1
/
+1
2020-09-25
load_elf: Remove unused address variables from callers
BALATON Zoltan
1
-3
/
+1
2020-09-22
qom: simplify object_find_property / object_class_find_property
Daniel P. Berrangé
1
-5
/
+5
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
1
-16
/
+8
2020-07-10
qom: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
1
-12
/
+8
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
1
-13
/
+11
2020-07-10
qdev: Use returned bool to check for qdev_realize() etc. failure
Markus Armbruster
1
-6
/
+3
2020-07-02
hw/arm: Drop useless object_property_set_link() error handling
Markus Armbruster
1
-5
/
+2
2020-06-15
qdev: Convert bus-less devices to qdev_realize() with Coccinelle
Markus Armbruster
1
-1
/
+1
2020-06-15
sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 3
Markus Armbruster
1
-3
/
+3
2020-06-15
sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2
Markus Armbruster
1
-2
/
+2
2020-06-15
armv7m: Delete unused "ARM,bitband-memory" devices
Markus Armbruster
1
-2
/
+4
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
1
-1
/
+1
2020-01-29
hw/core/loader: Let load_elf() populate a field with CPU-specific flags
Aleksandar Markovic
1
-1
/
+1
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-2
/
+2
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
1
-0
/
+1
2019-06-17
hw/arm/armv7m: Forward "vfp" and "dsp" properties to CPU
Peter Maydell
1
-0
/
+18
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-1
/
+1
2019-05-23
arm: Rename hw/arm/arm.h to hw/arm/boot.h
Peter Maydell
1
-1
/
+1
2019-02-05
elf: Add optional function ptr to load_elf() to parse ELF notes
Liam Merwick
1
-1
/
+2
2019-02-01
armv7m: Pass through start-powered-off CPU property
Peter Maydell
1
-0
/
+10
2019-02-01
armv7m: Make cpu object a child of the armv7m container
Peter Maydell
1
-1
/
+6
2019-02-01
armv7m: Don't assume the NVIC's CPU is CPU 0
Peter Maydell
1
-2
/
+4
2019-01-07
Revert "armv7m: Guard against no -kernel argument"
Stefan Hajnoczi
1
-5
/
+0
2018-08-20
nvic: Expose NMI line
Peter Maydell
1
-0
/
+1
2018-08-16
hw/arm: make bitbanded IO optional on ARMv7-M
Stefan Hajnoczi
1
-18
/
+21
2018-07-17
hw/arm/armv7: Fix crash when introspecting the "iotkit" device
Thomas Huth
1
-4
/
+3
2018-06-15
arm: Don't crash if user tries to use a Cortex-M CPU without an NVIC
Peter Maydell
1
-1
/
+6
2018-06-15
hw/arm/armv7m: Remove unused armv7m_init() function
Peter Maydell
1
-21
/
+0
2018-03-02
armv7m: Forward init-svtor property to CPU object
Peter Maydell
1
-0
/
+9
2018-03-02
armv7m: Forward idau property to CPU object
Peter Maydell
1
-0
/
+9
2018-03-02
hw/arm/armv7m: Honour CPU's address space for image loads
Peter Maydell
1
-3
/
+14
[next]