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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-10
target-arm: Provide mechanism for getting KVM constants even if not CONFIG_KVM
Peter Maydell
1
-11
/
+2
2013-10-31
target-arm: Add CP15 VBAR support
Nathan Rossi
1
-0
/
+1
2013-09-10
target-arm: Prepare translation for AArch64 code
Alexander Graf
1
-25
/
+109
2013-09-10
target-arm: Fix target_ulong/uint32_t confusions
Alexander Graf
1
-2
/
+2
2013-09-10
target-arm: Avoid "1 << 31" undefined behaviour
Peter Maydell
1
-16
/
+16
2013-08-20
target-arm: Implement the generic timer
Peter Maydell
1
-0
/
+18
2013-08-20
target-arm: Support coprocessor registers which do I/O
Peter Maydell
1
-1
/
+5
2013-08-20
target-arm: Make IRQ and FIQ gpio lines on the CPU object
Peter Maydell
1
-0
/
+3
2013-07-23
cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()
Andreas Färber
1
-5
/
+0
2013-07-15
target-arm: add feature flag for ARMv8
Mans Rullgard
1
-0
/
+1
2013-07-09
linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user
Peter Maydell
1
-14
/
+0
2013-06-25
target-arm: Convert TCG to using (index,value) list for cp migration
Peter Maydell
1
-0
/
+69
2013-06-25
target-arm: Add raw_readfn and raw_writefn to ARMCPRegInfo
Peter Maydell
1
-1
/
+17
2013-06-25
target-arm: Allow special cpregs to have flags set
Peter Maydell
1
-1
/
+1
2013-04-19
target-arm: port ARM CPU save/load to use VMState
Juan Quintela
1
-2
/
+0
2013-03-12
cpu: Replace do_interrupt() by CPUClass::do_interrupt method
Andreas Färber
1
-1
/
+0
2013-03-12
cpu: Move halted and interrupt_request fields to CPUState
Andreas Färber
1
-3
/
+1
2013-03-05
ARM: KVM: Add support for KVM on ARM architecture
Christoffer Dall
1
-0
/
+1
2013-02-16
target-arm: Update ARMCPU to QOM realizefn
Andreas Färber
1
-0
/
+1
2012-12-19
fpu: move public header file to include/fpu
Paolo Bonzini
1
-1
/
+1
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
1
-3
/
+3
2012-10-31
cpus: Pass CPUState to [qemu_]cpu_has_work()
Andreas Färber
1
-1
/
+3
2012-10-05
target-arm: Drop unused DECODE_CPREG_CRN macro
Peter Maydell
1
-2
/
+0
2012-09-15
target-arm: final conversion to AREG0 free mode
Blue Swirl
1
-4
/
+6
2012-08-10
target-arm: Fix typos in comments
Peter Maydell
1
-1
/
+1
2012-07-12
target-arm: Add 64 bit PAR, TTBR0, TTBR1 for LPAE
Peter Maydell
1
-2
/
+5
2012-07-12
target-arm: Extend feature flags to 64 bits
Peter Maydell
1
-3
/
+3
2012-07-12
target-arm: Implement privileged-execute-never (PXN)
Peter Maydell
1
-0
/
+2
2012-07-12
ARM: Make target_phys_addr_t 64 bits and physaddrs 40 bits
Peter Maydell
1
-1
/
+1
2012-06-20
target-arm: Remove ARM_CPUID_* macros
Peter Maydell
1
-27
/
+0
2012-06-20
target-arm: Remove c0_cachetype CPUARMState field
Peter Maydell
1
-2
/
+1
2012-06-20
target-arm: Convert MPIDR
Peter Maydell
1
-0
/
+1
2012-06-20
target-arm: Convert cp15 cache ID registers
Peter Maydell
1
-2
/
+0
2012-06-20
target-arm: Convert cp15 crn=0 crm={1,2} feature registers
Peter Maydell
1
-2
/
+0
2012-06-20
target-arm: convert cp15 crn=7 registers
Peter Maydell
1
-0
/
+3
2012-06-20
target-arm: Convert cp15 crn=15 registers
Peter Maydell
1
-0
/
+1
2012-06-20
target-arm: Remove old cpu_arm_set_cp_io infrastructure
Peter Maydell
1
-10
/
+0
2012-06-20
target-arm: initial coprocessor register framework
Peter Maydell
1
-0
/
+201
2012-05-10
target-arm/cpu.h: Make cpu_init("nonexistent cpu") return NULL
Peter Maydell
1
-1
/
+9
2012-04-27
target-arm: Change cpu_arm_init() return type to ARMCPU
Andreas Färber
1
-3
/
+4
2012-04-21
target-arm: Move feature bit settings to CPU init fns
Peter Maydell
1
-3
/
+3
2012-04-21
target-arm: remind to keep arm features in sync with linux-user/elfload.c
Benoit Canet
1
-0
/
+4
2012-04-06
Userspace ARM BE8 support
Paul Brook
1
-2
/
+30
2012-03-30
ARM: Permit any ARMv6K CPU to read the MVFR0 and MVFR1 VFP registers.
Andrew Towers
1
-0
/
+1
2012-03-29
target-arm: Minimalistic CPU QOM'ification
Andreas Färber
1
-0
/
+1
2012-03-29
target-arm: Drop cpu_arm_close()
Andreas Färber
1
-1
/
+0
2012-03-14
Rename CPUState -> CPUArchState
Andreas Färber
1
-1
/
+1
2012-03-14
target-arm: Don't overuse CPUState
Andreas Färber
1
-5
/
+5
2012-01-25
Add Cortex-A15 CPU definition
Peter Maydell
1
-0
/
+1
2012-01-25
Add dummy implementation of generic timer cp15 registers
Peter Maydell
1
-0
/
+1
[next]