index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
arm
/
cpu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/arm: Use the proper TBI settings for linux-user
Richard Henderson
2021-02-16
1
-7
/
+3
*
target/arm: Set ID_PFR0.DIT to 1 for "max" 32-bit CPU
Rebecca Cran
2021-02-11
1
-0
/
+4
*
cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass
Claudio Fontana
2021-02-05
1
-15
/
+26
*
cpu: move debug_check_watchpoint to tcg_ops
Claudio Fontana
2021-02-05
1
-2
/
+2
*
cpu: move adjust_watchpoint_address to tcg_ops
Claudio Fontana
2021-02-05
1
-1
/
+1
*
cpu: move do_unaligned_access to tcg_ops
Claudio Fontana
2021-02-05
1
-1
/
+1
*
cpu: move cc->transaction_failed to tcg_ops
Claudio Fontana
2021-02-05
1
-2
/
+2
*
cpu: move cc->do_interrupt to tcg_ops
Claudio Fontana
2021-02-05
1
-2
/
+2
*
cpu: Move debug_excp_handler to tcg_ops
Eduardo Habkost
2021-02-05
1
-1
/
+1
*
cpu: Move tlb_fill to tcg_ops
Eduardo Habkost
2021-02-05
1
-1
/
+1
*
cpu: Move cpu_exec_* to tcg_ops
Eduardo Habkost
2021-02-05
1
-1
/
+1
*
cpu: Move synchronize_from_tb() to tcg_ops
Eduardo Habkost
2021-02-05
1
-1
/
+3
*
cpu: Introduce TCGCpuOperations struct
Eduardo Habkost
2021-02-05
1
-1
/
+1
*
target/arm: Implement SCR_EL2.EEL2
Rémi Denis-Courmont
2021-01-19
1
-1
/
+1
*
target/arm: remove redundant tests
Rémi Denis-Courmont
2021-01-19
1
-4
/
+4
*
target/arm: Add cpu properties to control pauth
Richard Henderson
2021-01-19
1
-0
/
+13
*
target/arm: Remove timer_del()/timer_deinit() before timer_free()
Peter Maydell
2021-01-08
1
-2
/
+0
*
tcg: Make tb arg to synchronize_from_tb const
Richard Henderson
2021-01-07
1
-1
/
+2
*
hw/intc/armv7m_nvic: Update FPDSCR masking for v8.1M
Peter Maydell
2020-12-10
1
-0
/
+3
*
target/arm: Don't clobber ID_PFR1.Security on M-profile cores
Peter Maydell
2020-12-10
1
-1
/
+1
*
target/arm: Implement FPSCR.LTPSIZE for M-profile LOB extension
Peter Maydell
2020-10-20
1
-0
/
+9
*
target/arm: Fix has_vfp/has_neon ID reg squashing for M-profile
Peter Maydell
2020-10-20
1
-12
/
+19
*
hw/arm/virt: Implement kvm-steal-time
Andrew Jones
2020-10-08
1
-0
/
+8
*
target/arm: Move id_pfr0, id_pfr1 into ARMISARegisters
Peter Maydell
2020-10-01
1
-10
/
+10
*
target/arm: Replace ARM_FEATURE_PXN with ID_MMFR0.VMSA check
Peter Maydell
2020-10-01
1
-1
/
+0
*
target/arm: Set instance_align on CPUARM TypeInfo
Richard Henderson
2020-09-18
1
-0
/
+2
*
target/arm: Remove no-longer-reachable 32-bit KVM code
Peter Maydell
2020-09-14
1
-60
/
+53
*
target/arm: Move setting of CPU halted state to generic code
Thiago Jung Bauermann
2020-09-08
1
-1
/
+0
*
target/arm: Move start-powered-off property to generic CPUState
Thiago Jung Bauermann
2020-09-08
1
-3
/
+2
*
target/arm: Enable FP16 in '-cpu max'
Peter Maydell
2020-09-01
1
-1
/
+2
*
target/arm: Implement FPST_STD_F16 fpstatus
Peter Maydell
2020-08-24
1
-0
/
+3
*
hw/arm/virt: Enable MTE via a machine property
Richard Henderson
2020-07-20
1
-8
/
+11
*
target/arm: Create tagged ram when MTE is enabled
Richard Henderson
2020-06-26
1
-4
/
+48
*
target/arm: Complete TBI clearing for user-only for SVE
Richard Henderson
2020-06-26
1
-0
/
+3
*
target/arm: Restrict the values of DCZID.BS under TCG
Richard Henderson
2020-06-26
1
-0
/
+24
*
target/arm: Define arm_cpu_do_unaligned_access for user-only
Richard Henderson
2020-06-26
1
-1
/
+1
*
target/arm: Check supported KVM features globally (not per vCPU)
Philippe Mathieu-Daudé
2020-06-23
1
-1
/
+1
*
target/arm/cpu: adjust virtual time for all KVM arm cpus
fangying
2020-06-16
1
-2
/
+4
*
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-15
1
-7
/
+4
*
target/arm: Restrict TCG cpus to TCG accel
Philippe Mathieu-Daudé
2020-05-11
1
-634
/
+0
*
target/arm/cpu: Restrict v8M IDAU interface to Aarch32 CPUs
Philippe Mathieu-Daudé
2020-05-11
1
-1
/
+1
*
target/arm/cpu: Use ARRAY_SIZE() to iterate over ARMCPUInfo[]
Philippe Mathieu-Daudé
2020-05-11
1
-7
/
+9
*
target/arm: Make set_feature() available for other files
Thomas Huth
2020-05-11
1
-10
/
+0
*
target/arm: Use uint64_t for midr field in CPU state struct
Philippe Mathieu-Daudé
2020-05-04
1
-1
/
+1
*
target/arm: Implement ARMv8.2-TTS2UXN
Peter Maydell
2020-05-04
1
-0
/
+1
*
target/arm/cpu: Update coding style to make checkpatch.pl happy
Philippe Mathieu-Daudé
2020-04-30
1
-3
/
+6
*
target/arm: Make cpu_register() available for other files
Thomas Huth
2020-04-30
1
-8
/
+2
*
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...
Peter Maydell
2020-03-19
1
-4
/
+4
|
\
|
*
cpu: Use DeviceClass reset instead of a special CPUClass reset
Peter Maydell
2020-03-18
1
-4
/
+4
*
|
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-gdbstub-1...
Peter Maydell
2020-03-18
1
-3
/
+4
|
\
\
|
|
/
|
/
|
[next]