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
2010-02-19
target-arm: support thumb exception handlers
Rabin Vincent
1
-3
/
+2
2010-02-06
target-arm: refactor cp15.c13 register access
Riku Voipio
1
-16
/
+0
2009-11-22
ARM atomic ops rewrite
Paul Brook
1
-84
/
+0
2009-11-19
ARM Cortex-A9 cpu support
Paul Brook
1
-1
/
+35
2009-11-19
ARM FP16 support
Paul Brook
1
-0
/
+16
2009-10-27
target-arm: allow modifying vfp fpexc en bit only
Juha Riihimäki
1
-1
/
+1
2009-10-23
target-arm: fix sdiv helper
Aurelien Jarno
1
-0
/
+2
2009-10-23
target-arm: use clz32() instead of a for loop
Aurelien Jarno
1
-4
/
+2
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
1
-2
/
+2
2009-10-01
Get rid of _t suffix
malc
1
-2
/
+2
2009-04-24
qemu: introduce qemu_init_vcpu (Marcelo Tosatti)
aliguori
1
-0
/
+1
2009-03-07
Fix correct reset value for ARM CP15 c1 auxiliary control register
aurel32
1
-1
/
+1
2009-03-07
clean build: Fix arm build warnings
aurel32
1
-1
/
+1
2009-02-05
targets: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
1
-4
/
+0
2009-01-26
Log reset events (Jan Kiszka)
aliguori
1
-0
/
+6
2008-12-19
Implement flush-to-zero mode (denormal results are replaced with zero).
pbrook
1
-1
/
+2
2008-12-19
Implement default-NaN mode.
pbrook
1
-0
/
+2
2008-12-19
Implement ARMv7 cp15 cache ID registers.
pbrook
1
-7
/
+25
2008-12-19
Implement (very) basic Thumb2-EE support. This doesn't actually implement
pbrook
1
-0
/
+11
2008-12-19
Fix VFP fixed point conversion routines.
pbrook
1
-1
/
+1
2008-12-19
Implement ARMv7 MMU access permissions.
pbrook
1
-1
/
+11
2008-10-22
Fix ARMv6 translation table base address calculation.
pbrook
1
-21
/
+20
2008-10-22
Optimize redundant cp15 coprocessor access control register writes.
pbrook
1
-3
/
+5
2008-10-11
Add GDB XML register description support.
pbrook
1
-0
/
+62
2008-07-19
ARMv6: fix SIMD add/sub carry flags (Vincent Palatin).
balrog
1
-4
/
+4
2008-07-19
Fix smlald, smlsld, pkhtp, pkhbt, ssat, usat, umul, smul... (Laurent Desnogues).
balrog
1
-3
/
+3
2008-07-02
ARMv7-M interrupt stack alignment fix.
pbrook
1
-1
/
+1
2008-05-01
Fix incorrect argument types.
pbrook
1
-2
/
+2
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
[next]