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
/
helper.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-20
Remove an unused field and fix some non-code typos.
balrog
1
-3
/
+3
2008-04-20
Correct more ARM VFP 32/64 and signed/unsigned typos.
balrog
1
-2
/
+2
2008-04-14
Add basic OMAP2 chip support.
balrog
1
-0
/
+7
2008-04-13
Store the right TCG temp (typo).
balrog
1
-1
/
+1
2008-04-11
Remove osdep.c/qemu-img code duplication
aurel32
1
-0
/
+1
2008-04-11
Fix few spelling issues in comments
aurel32
1
-4
/
+4
2008-04-01
ARM N=Z=1 flag fix.
pbrook
1
-8
/
+6
2008-03-31
ARM TCG conversion 14/16.
pbrook
1
-24
/
+5
2008-03-31
ARM TCG conversion 13/16.
pbrook
1
-6
/
+8
2008-03-31
ARM TCG conversion 12/16.
pbrook
1
-12
/
+12
2008-03-31
ARM TCG conversion 11/16.
pbrook
1
-1
/
+4
2008-03-31
ARM TCG conversion 10/16.
pbrook
1
-0
/
+363
2008-03-31
ARM TCG conversion 9/16.
pbrook
1
-4
/
+4
2008-03-31
ARM TCG conversion 7/16.
pbrook
1
-0
/
+245
2008-03-31
ARM TCG conversion 6/16.
pbrook
1
-0
/
+29
2008-03-31
ARM TCG conversion 4/16.
pbrook
1
-2
/
+0
2008-03-31
ARM TCG conversion 2/16.
pbrook
1
-0
/
+8
2008-03-31
ARM TCG conversion 1/16.
pbrook
1
-0
/
+26
2007-12-09
Handle cpu_model in copy_cpu(), by Kirill A. Shutemov.
ths
1
-0
/
+1
2007-11-24
Thumb semihosting fixes.
pbrook
1
-1
/
+10
2007-11-13
Prevent cpsr_write/_read be put out of line in op.o (fixes a segfault on some...
balrog
1
-0
/
+42
2007-11-11
ARMv7 support.
pbrook
1
-181
/
+923
2007-11-10
added cpu_model parameter to cpu_init()
bellard
1
-8
/
+11
2007-10-31
Invalidate TLBs when domains are changed (Matthew Warton).
balrog
1
-2
/
+1
2007-10-14
Replace is_user variable with mmu_idx in softmmu core,
j_mayer
1
-4
/
+5
2007-10-12
Unify '-cpu ?' option.
j_mayer
1
-3
/
+3
2007-09-16
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
1
-1
/
+1
2007-08-01
Special-case iWMMXt register transfer insns, which are in ARM LDC2/STC2 class.
balrog
1
-3
/
+5
2007-07-29
Fix XScale MMU's extended small pages.
balrog
1
-5
/
+5
2007-07-29
Basic OMAP310 support. Basic Palm Tungsten|E machine emulation.
balrog
1
-1
/
+75
2007-06-24
Reset ARM cp15.c1_sys to default values. Fix XScale cp15 accesses.
balrog
1
-4
/
+17
2007-05-08
ARM946 CPU support.
pbrook
1
-41
/
+209
2007-04-30
Implement iwMMXt instruction set for the PXA270 cpu.
balrog
1
-0
/
+2
2007-04-30
Core features of ARM XScale processors. Main PXA270 and PXA255 peripherals.
balrog
1
-11
/
+124
2007-04-29
Fix ARM fine pagetables.
pbrook
1
-1
/
+7
2007-04-07
cpu_get_phys_page_debug should return target_phys_addr_t
j_mayer
1
-2
/
+2
2007-03-11
ARM reabbot support (orginal patch by Aurelien Jarno).
pbrook
1
-22
/
+31
2007-03-08
Fix typo in help output.
pbrook
1
-0
/
+10
2007-03-08
Implement --cpu for ARM.
pbrook
1
-1
/
+28
2007-01-20
Add ARM Angel semihosting to system emulation.
pbrook
1
-0
/
+18
2006-09-09
Arm MMU fix (Justin Fletcher).
pbrook
1
-1
/
+1
2006-07-21
Fix Arm cp15 c13 (Process ID) register writes.
pbrook
1
-2
/
+10
2006-03-14
Fix FIQ bank switching.
pbrook
1
-2
/
+2
2006-02-20
Add Arm926 core support.
pbrook
1
-2
/
+61
2006-02-04
Implement Arm BKPT instruction.
pbrook
1
-0
/
+1
2005-12-18
switching to Arm mode in do_interrupt() (Paul Brook)
bellard
1
-2
/
+3
2005-11-26
ARM system emulation (Paul Brook)
bellard
1
-0
/
+555