index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
arm
/
cpu.c
Age
Commit message (
Expand
)
Author
2019-01-21
target/arm: Add array for supported PMU events, generate PMCEID[01]_EL0
Aaron Lindsay
2019-01-21
target/arm: Filter cycle counter based on PMCCFILTR_EL0
Aaron Lindsay
2019-01-21
target/arm: Enable PAuth for user-only
Richard Henderson
2019-01-07
arm: replace instance_post_init()
Marc-André Lureau
2018-12-16
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20181214' into ...
Peter Maydell
2018-12-14
target/arm: Create timers in realize, not init
Peter Maydell
2018-12-14
target/arm: Free name string in ARMCPRegInfo hashtable entries
Peter Maydell
2018-12-13
target/arm: Implement the ARMv8.2-AA32HPD extension
Richard Henderson
2018-11-13
target/arm/cpu: Give Cortex-A15 and -A7 the EL2 feature
Peter Maydell
2018-11-13
target/arm: Correctly implement handling of HCR_EL2.{VI, VF}
Peter Maydell
2018-11-13
target/arm: Track the state of our irq lines from the GIC explicitly
Peter Maydell
2018-11-02
target/arm: Conditionalize some asserts on aarch32 support
Richard Henderson
2018-10-24
target/arm: Convert jazelle from feature bit to isar1 test
Richard Henderson
2018-10-24
target/arm: Convert division from feature bits to isar0 tests
Richard Henderson
2018-10-24
target/arm: Convert v8 extensions from feature bits to isar tests
Richard Henderson
2018-10-24
target/arm: V8M should not imply V7VE
Richard Henderson
2018-10-24
target/arm: Move some system registers into a substructure
Richard Henderson
2018-10-16
target/arm: Fix cortex-a7 id_isar0
Richard Henderson
2018-10-16
target/arm: Align cortex-r5 id_isar0
Richard Henderson
2018-09-25
target/arm: Start AArch32 CPUs with EL2 but not EL3 in Hyp mode
Peter Maydell
2018-08-16
target/arm: add "cortex-m0" CPU model
Stefan Hajnoczi
2018-08-16
target/arm: Add sve-max-vq cpu property to -cpu max
Richard Henderson
2018-08-14
arm: Add ARMv6-M programmer's model support
Julia Suvorova
2018-07-02
loader: Check access size when calling rom_ptr() to avoid crashes
Thomas Huth
2018-06-29
target/arm: Add ID_ISAR6
Richard Henderson
2018-06-29
target/arm: Prune a15 features from max
Richard Henderson
2018-06-29
target/arm: Add ARM_FEATURE_V7VE for v7 Virtualization Extensions
Aaron Lindsay
2018-06-29
target/arm: Implement ARMv8.2-DotProd
Richard Henderson
2018-06-29
target/arm: Enable SVE for aarch64-linux-user
Richard Henderson
2018-06-22
target/arm: Introduce ARM_FEATURE_M_MAIN
Julia Suvorova
2018-06-22
target-arm: Add the Cortex-R5F
Edgar E. Iglesias
2018-06-15
arm: Don't crash if user tries to use a Cortex-M CPU without an NVIC
Peter Maydell
2018-06-12
object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence
Marc-André Lureau
2018-05-18
target/arm: Add the XML dynamic generation
Abdallah Bouassida
2018-05-15
target/arm: Fix fp_status_f16 tininess before rounding
Peter Maydell
2018-04-26
target/arm: Add pre-EL change hooks
Aaron Lindsay
2018-04-26
target/arm: Support multiple EL change hooks
Aaron Lindsay
2018-03-09
target/arm: Make 'any' CPU just an alias for 'max'
Peter Maydell
2018-03-09
target/arm: Add "-cpu max" support
Peter Maydell
2018-03-09
target/arm: Move definition of 'host' cpu type into cpu.c
Peter Maydell
2018-03-09
target/arm: Query host CPU features on-demand at instance init
Peter Maydell
2018-03-09
target/arm: Add a core count property
Alistair Francis
2018-03-02
target/arm: Enable ARM_FEATURE_V8_FCMA
Richard Henderson
2018-03-02
target/arm: Enable ARM_FEATURE_V8_RDM
Richard Henderson
2018-03-02
target/arm: Add Cortex-M33
Peter Maydell
2018-03-02
target/arm: Define init-svtor property for the reset secure VTOR value
Peter Maydell
2018-03-02
target/arm: Define an IDAU interface
Peter Maydell
2018-02-21
target/*/cpu.h: remove softfloat.h
Alex Bennée
2018-02-15
hw/intc/armv7m_nvic: Don't hardcode M profile ID registers in NVIC
Peter Maydell
2018-02-05
qdev: use device_class_set_parent_realize/unrealize/reset()
Philippe Mathieu-Daudé
[next]