index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
arm
/
cpu64.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/arm: Default to 1GHz cntfrq for 'max' and new CPUs
Peter Maydell
2024-04-30
1
-0
/
+2
*
gdbstub: Infer number of core registers from XML
Akihiko Odaki
2024-02-28
1
-1
/
+0
*
target/arm: Advertise Cortex-A53 erratum #843419 fix via REVIDR
Ard Biesheuvel
2024-02-27
1
-1
/
+1
*
target/arm/kvm: Have kvm_arm_sve_get_vls take a ARMCPU argument
Philippe Mathieu-Daudé
2023-12-19
1
-1
/
+1
*
target/arm: Move feature test functions to their own header
Peter Maydell
2023-10-27
1
-0
/
+1
*
hw/core/cpu: Return static value with gdb_arch_name()
Akihiko Odaki
2023-10-11
1
-2
/
+2
*
target/arm: Remove size and alignment for cpu subclasses
Richard Henderson
2023-10-03
1
-4
/
+0
*
target/arm: Implement FEAT_PACQARMA3
Richard Henderson
2023-09-08
1
-3
/
+21
*
target/arm: Don't change pauth features when changing algorithm
Richard Henderson
2023-09-08
1
-25
/
+45
*
arm: spelling fixes
Michael Tokarev
2023-07-25
1
-1
/
+1
*
target/arm: Avoid over-length shift in arm_cpu_sve_finalize() error case
Peter Maydell
2023-07-06
1
-2
/
+2
*
target/arm: Move 64-bit TCG CPUs into tcg/
Fabiano Rosas
2023-05-02
1
-684
/
+3
*
target/arm: Do not expose all -cpu max features to qtests
Fabiano Rosas
2023-05-02
1
-3
/
+9
*
target/arm: Extract TCG -cpu max code into a function
Fabiano Rosas
2023-05-02
1
-14
/
+18
*
target/arm: Remove dead code from cpu_max_set_sve_max_vq
Fabiano Rosas
2023-05-02
1
-6
/
+0
*
target/arm: Move cortex sysregs into a separate file
Fabiano Rosas
2023-05-02
1
-0
/
+1
*
target/arm: Implement FEAT_PAN3
Peter Maydell
2023-04-20
1
-1
/
+1
*
target/arm: Add Neoverse-N1 registers
Chen Baozi
2023-03-21
1
-0
/
+69
*
target/arm: Enable FEAT_FGT on '-cpu max'
Peter Maydell
2023-02-03
1
-0
/
+1
*
target/arm: cleanup cpu includes
Claudio Fontana
2023-01-05
1
-6
/
+0
*
target/arm: Report FEAT_EVT for TCG '-cpu max'
Peter Maydell
2022-12-15
1
-0
/
+1
*
target/arm: Add Cortex-A55 CPU
Timofey Kutergin
2022-12-15
1
-0
/
+69
*
target/arm: Implement FEAT_HAFDBS, dirty bit portion
Richard Henderson
2022-10-27
1
-1
/
+1
*
target/arm: Implement FEAT_HAFDBS, access flag portion
Richard Henderson
2022-10-27
1
-0
/
+1
*
target/arm: Implement FEAT_E0PD
Peter Maydell
2022-10-27
1
-0
/
+1
*
target/arm: Rearrange cpu64.c so all the CPU initfns are together
Peter Maydell
2022-09-29
1
-356
/
+356
*
target/arm: Report FEAT_PMUv3p5 for TCG '-cpu max'
Peter Maydell
2022-09-14
1
-1
/
+1
*
target/arm: Advertise FEAT_ETS for '-cpu max'
Peter Maydell
2022-09-14
1
-0
/
+1
*
target/arm: Add cortex-a35
Hao Wu
2022-09-14
1
-0
/
+80
*
target/arm: Enable SME for -cpu max
Richard Henderson
2022-07-11
1
-0
/
+11
*
target/arm: Implement AArch32 DBGDEVID, DBGDEVID1, DBGDEVID2
Peter Maydell
2022-07-07
1
-0
/
+6
*
target/arm: Add cpu properties for SME
Richard Henderson
2022-06-27
1
-4
/
+110
*
target/arm: Unexport aarch64_add_*_properties
Richard Henderson
2022-06-27
1
-2
/
+2
*
target/arm: Generalize cpu_arm_{get, set}_default_vec_len
Richard Henderson
2022-06-27
1
-13
/
+14
*
target/arm: Generalize cpu_arm_{get,set}_vq
Richard Henderson
2022-06-27
1
-14
/
+15
*
target/arm: Create ARMVQMap
Richard Henderson
2022-06-27
1
-11
/
+11
*
target/arm: Move error for sve%d property to arm_cpu_sve_finalize
Richard Henderson
2022-06-27
1
-8
/
+7
*
target/arm: Use uint32_t instead of bitmap for sve vq's
Richard Henderson
2022-06-08
1
-61
/
+56
*
target/arm: Implement FEAT_DoubleFault
Peter Maydell
2022-06-08
1
-2
/
+2
*
target/arm: Declare support for FEAT_RASv1p1
Peter Maydell
2022-06-08
1
-0
/
+1
*
target/arm: Enable FEAT_HCX for -cpu max
Richard Henderson
2022-05-19
1
-0
/
+1
*
target/arm: Make number of counters in PMCR follow the CPU
Peter Maydell
2022-05-19
1
-0
/
+11
*
hw/intc/arm_gicv3: Use correct number of priority bits for the CPU
Peter Maydell
2022-05-19
1
-0
/
+6
*
target/arm: Implement FEAT_IDST
Peter Maydell
2022-05-19
1
-0
/
+1
*
target/arm: Enable FEAT_S2FWB for -cpu max
Peter Maydell
2022-05-19
1
-0
/
+11
*
target/arm: Define neoverse-n1
Richard Henderson
2022-05-09
1
-0
/
+66
*
target/arm: Define cortex-a76
Richard Henderson
2022-05-09
1
-0
/
+66
*
target/arm: Enable FEAT_DGH for -cpu max
Richard Henderson
2022-05-09
1
-0
/
+1
*
target/arm: Enable FEAT_CSV3 for -cpu max
Richard Henderson
2022-05-09
1
-0
/
+1
*
target/arm: Enable FEAT_CSV2_2 for -cpu max
Richard Henderson
2022-05-09
1
-1
/
+2
[next]