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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-23
gdbstub: Change gdb_register_coprocessor() argument to CPUState
Andreas Färber
1
-3
/
+4
2013-07-23
exec: Change cpu_memory_rw_debug() argument to CPUState
Andreas Färber
1
-1
/
+1
2013-07-23
cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook
Andreas Färber
3
-4
/
+11
2013-07-23
gdbstub: Change syscall callback argument to CPUState
Andreas Färber
1
-2
/
+6
2013-07-23
cpu: Move singlestep_enabled field from CPU_COMMON to CPUState
Andreas Färber
1
-3
/
+4
2013-07-23
cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()
Andreas Färber
1
-5
/
+0
2013-07-23
cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc()
Andreas Färber
1
-0
/
+8
2013-07-15
target-arm: Avoid g_hash_table_get_keys()
Peter Maydell
1
-2
/
+10
2013-07-15
target-arm: avoid undefined behaviour when writing TTBCR
Peter Maydell
1
-2
/
+4
2013-07-15
target-arm/helper.c: Allow const opaques in arm CP
Peter Crosthwaite
1
-1
/
+3
2013-07-15
target-arm/helper.c: Implement MIDR aliases
Peter Crosthwaite
1
-5
/
+11
2013-07-15
target-arm/helper.c: OMAP/StrongARM cp15 crn=0 cleanup
Peter Crosthwaite
1
-9
/
+4
2013-07-15
target-arm: explicitly decode SEVL instruction
Mans Rullgard
1
-1
/
+2
2013-07-15
target-arm: implement LDA/STL instructions
Mans Rullgard
1
-10
/
+119
2013-07-15
target-arm: add feature flag for ARMv8
Mans Rullgard
3
-1
/
+8
2013-07-09
cpu: Move reset logging to CPUState
Andreas Färber
1
-5
/
+0
2013-07-09
log: Change log_cpu_state[_mask]() argument to CPUState
Andreas Färber
1
-1
/
+1
2013-07-09
target-arm: Change gen_intermediate_code_internal() argument to ARMCPU
Andreas Färber
1
-4
/
+5
2013-07-09
cpu: Drop unnecessary dynamic casts in *_env_get_cpu()
Andreas Färber
1
-1
/
+1
2013-07-09
linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user
Peter Maydell
1
-14
/
+0
2013-07-04
memory: add ref/unref calls
Paolo Bonzini
1
-0
/
+2
2013-06-28
cpu: Change qemu_init_vcpu() argument to CPUState
Andreas Färber
1
-1
/
+0
2013-06-28
cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks
Andreas Färber
4
-3
/
+10
2013-06-25
target-arm: Make LPAE feature imply V7MP
Peter Maydell
1
-1
/
+1
2013-06-25
target-arm: Use tuple list to sync cp regs with KVM
Peter Maydell
1
-70
/
+33
2013-06-25
target-arm: Reinitialize all KVM VCPU registers on reset
Peter Maydell
2
-1
/
+21
2013-06-25
target-arm: Initialize cpreg list from KVM when using KVM
Peter Maydell
5
-6
/
+245
2013-06-25
target-arm: Convert TCG to using (index,value) list for cp migration
Peter Maydell
6
-47
/
+341
2013-06-25
target-arm: mark up cpregs for no-migrate or raw access
Peter Maydell
1
-46
/
+94
2013-06-25
target-arm: Add raw_readfn and raw_writefn to ARMCPRegInfo
Peter Maydell
2
-1
/
+30
2013-06-25
target-arm: Allow special cpregs to have flags set
Peter Maydell
1
-1
/
+1
2013-06-14
Merge remote-tracking branch 'mjt/trivial-patches-next' into staging
Anthony Liguori
1
-0
/
+4
2013-06-14
Merge remote-tracking branch 'pmaydell/target-arm.next' into staging
Anthony Liguori
1
-1
/
+1
2013-06-12
KVM: ARM: Add dummy kvm_arch_init_irq_routing()
Alexey Kardashevskiy
1
-0
/
+4
2013-06-03
Fix rfe instruction
Peter Chubb
1
-1
/
+1
2013-06-01
Remove unnecessary break statements
Stefan Weil
1
-1
/
+0
2013-05-26
target-arm: Remove gen_{ld,st}* definitions
Peter Maydell
1
-46
/
+0
2013-05-26
target-arm: Remove gen_{ld,st}* from thumb2 decoder
Peter Maydell
1
-10
/
+20
2013-05-26
target-arm: Remove gen_{ld,st}* from Thumb insns
Peter Maydell
1
-25
/
+46
2013-05-26
target-arm: Remove gen_{ld,st}* from basic ARM insns
Peter Maydell
1
-32
/
+69
2013-05-26
target-arm: Remove use of gen_{ld,st}* from ldrex/strex
Peter Maydell
1
-13
/
+18
2013-05-26
target-arm: Remove uses of gen_{ld,st}* from Neon code
Peter Maydell
1
-18
/
+28
2013-05-26
target-arm: Remove uses of gen_{ld,st}* from iWMMXt code
Peter Maydell
1
-8
/
+10
2013-05-26
target-arm: Remove gen_ld64() and gen_st64()
Peter Maydell
1
-15
/
+4
2013-05-26
target-arm: Don't use TCGv when we mean TCGv_i32
Peter Maydell
1
-224
/
+229
2013-05-03
target-arm: Fix incorrect check of kvm_vcpu_ioctl return value
Peter Maydell
1
-2
/
+2
2013-04-19
target-arm: Correctly restore FPSCR
Peter Maydell
1
-7
/
+41
2013-04-19
target-arm: Add some missing CPU state fields to VMState
Peter Maydell
1
-3
/
+10
2013-04-19
target-arm: port ARM CPU save/load to use VMState
Juan Quintela
4
-215
/
+179
2013-04-19
target-arm: Reinsert missing return statement in ARM mode SRS decode
Peter Chubb
1
-0
/
+1
[next]