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
/
target
/
arm
/
cpu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-05
qdev: use device_class_set_parent_realize/unrealize/reset()
Philippe Mathieu-Daudé
1
-2
/
+2
2018-01-25
accel/tcg: add size paremeter in tlb_fill()
Laurent Vivier
1
-2
/
+2
2017-12-21
cpu: refactor cpu_address_space_init()
Peter Xu
1
-10
/
+3
2017-11-09
disas: Dump insn bytes along with capstone disassembly
Richard Henderson
1
-0
/
+6
2017-10-27
Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into staging
Peter Maydell
1
-24
/
+25
2017-10-26
tcg: Avoid setting tcg_initialize if !CONFIG_TCG
Richard Henderson
1
-0
/
+2
2017-10-25
arm: Support Capstone in disas_set_info
Richard Henderson
1
-3
/
+18
2017-10-25
target/arm: Don't set INSN_ARM_BE32 for CONFIG_USER_ONLY
Richard Henderson
1
-2
/
+7
2017-10-25
target/arm: Move BE32 disassembler fixup
Richard Henderson
1
-19
/
+0
2017-10-24
qom: Introduce CPUClass.tcg_initialize
Richard Henderson
1
-5
/
+1
2017-10-09
qom/cpu: move cpu_model null check to cpu_class_by_name()
Philippe Mathieu-Daudé
1
-4
/
+0
2017-10-06
nvic: Implement Security Attribution Unit registers
Peter Maydell
1
-0
/
+27
2017-09-23
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-8
/
+8
2017-09-22
memory: Get rid of address_space_init_shareable
Alexey Kardashevskiy
1
-8
/
+8
2017-09-21
nvic: Implement AIRCR changes for v8M
Peter Maydell
1
-0
/
+7
2017-09-19
arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directly
Igor Mammedov
1
-1
/
+1
2017-09-14
target/arm: Clear exclusive monitor on v7M reset, exception entry/exit
Peter Maydell
1
-0
/
+6
2017-09-07
target/arm: Add Jazelle feature
Portia Stephens
1
-0
/
+3
2017-09-07
target/arm: Implement new do_transaction_failed hook
Peter Maydell
1
-0
/
+1
2017-09-07
target/arm: Make CCR register banked for v8M
Peter Maydell
1
-3
/
+9
2017-09-07
target/arm: Make MPU_RNR register banked for v8M
Peter Maydell
1
-1
/
+2
2017-09-07
target/arm: Make MPU_RBAR, MPU_RLAR banked for v8M
Peter Maydell
1
-6
/
+20
2017-09-07
target/arm: Make MPU_MAIR0, MPU_MAIR1 registers banked for v8M
Peter Maydell
1
-2
/
+4
2017-09-07
target/arm: Register second AddressSpace for secure v8M CPUs
Peter Maydell
1
-7
/
+6
2017-09-07
target/arm: Add state field, feature bit and migration for v8M secure state
Peter Maydell
1
-0
/
+4
2017-09-07
target/arm: Implement ARMv8M's PMSAv8 registers
Peter Maydell
1
-11
/
+25
2017-09-04
hw/arm/virt: add pmu interrupt state
Andrew Jones
1
-0
/
+2
2017-09-04
target/arm: Don't store M profile PRIMASK and FAULTMASK in daif
Peter Maydell
1
-5
/
+0
2017-07-31
target/arm: Move PMSAv7 reset into arm_cpu_reset() so M profile MPUs get reset
Peter Maydell
1
-0
/
+14
2017-07-17
target/arm: Make Cortex-M3 and M4 default to 8 PMSA regions
Peter Maydell
1
-1
/
+11
2017-06-06
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...
Peter Maydell
1
-1
/
+1
2017-06-05
numa: move numa_node from CPUState into target specific classes
Igor Mammedov
1
-1
/
+1
2017-06-04
target/arm: add data cache invalidation cp15 instruction to cortex-r5
Luc MICHEL
1
-0
/
+2
2017-06-02
arm: All M profile cores are PMSA
Peter Maydell
1
-0
/
+8
2017-06-02
arm: Don't clear ARM_FEATURE_PMSA for no-mpu configs
Peter Maydell
1
-1
/
+7
2017-06-02
arm: Clean up handling of no-MPU PMSA CPUs
Peter Maydell
1
-6
/
+6
2017-06-02
target/arm: clear PMUVER field of AA64DFR0 when vPMU=off
Wei Huang
1
-1
/
+1
2017-05-11
virt-arm: add node-id property to CPU
Igor Mammedov
1
-0
/
+1
2017-05-11
hw/arm/virt: extract mp-affinity calculation in separate function
Igor Mammedov
1
-3
/
+9
2017-04-20
arm: Remove workarounds for old M-profile exception return implementation
Peter Maydell
1
-41
/
+2
2017-02-28
armv7m: Fix condition check for taking exceptions
Peter Maydell
1
-8
/
+8
2017-02-24
target-arm/powerctl: defer cpu reset work to CPU context
Alex Bennée
1
-2
/
+2
2017-02-10
target-arm: Enable vPMU support under TCG mode
Wei Huang
1
-1
/
+1
2017-02-07
arm: Correctly handle watchpoints for BE32 CPUs
Julian Brown
1
-0
/
+3
2017-02-07
Fix Thumb-1 BE32 execution and disassembly.
Julian Brown
1
-0
/
+23
2017-02-07
target/arm: Add cfgend parameter for ARM CPU selection.
Julian Brown
1
-0
/
+13
2017-01-27
armv7m: R14 should reset to 0xffffffff
Peter Maydell
1
-0
/
+3
2017-01-27
armv7m: FAULTMASK should be 0 on reset
Michael Davidsaver
1
-4
/
+6
2017-01-27
armv7m: add state for v7M CCR, CFSR, HFSR, DFSR, MMFAR, BFAR
Peter Maydell
1
-0
/
+7
2017-01-27
target/arm: Drop IS_M() macro
Peter Maydell
1
-1
/
+1
[next]