aboutsummaryrefslogtreecommitdiff
path: root/target-arm/helper.c
AgeCommit message (Expand)Author
2009-04-24qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori
2009-03-07Fix correct reset value for ARM CP15 c1 auxiliary control registeraurel32
2009-03-07clean build: Fix arm build warningsaurel32
2009-02-05targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2009-01-26Log reset events (Jan Kiszka)aliguori
2008-12-19Implement flush-to-zero mode (denormal results are replaced with zero).pbrook
2008-12-19Implement default-NaN mode.pbrook
2008-12-19Implement ARMv7 cp15 cache ID registers.pbrook
2008-12-19Implement (very) basic Thumb2-EE support. This doesn't actually implementpbrook
2008-12-19Fix VFP fixed point conversion routines.pbrook
2008-12-19Implement ARMv7 MMU access permissions.pbrook
2008-10-22Fix ARMv6 translation table base address calculation.pbrook
2008-10-22Optimize redundant cp15 coprocessor access control register writes.pbrook
2008-10-11Add GDB XML register description support.pbrook
2008-07-19ARMv6: fix SIMD add/sub carry flags (Vincent Palatin).balrog
2008-07-19Fix smlald, smlsld, pkhtp, pkhbt, ssat, usat, umul, smul... (Laurent Desnogues).balrog
2008-07-02ARMv7-M interrupt stack alignment fix.pbrook
2008-05-01Fix incorrect argument types.pbrook
2008-04-20Remove an unused field and fix some non-code typos.balrog
2008-04-20Correct more ARM VFP 32/64 and signed/unsigned typos.balrog
2008-04-14Add basic OMAP2 chip support.balrog
2008-04-13Store the right TCG temp (typo).balrog
2008-04-11Remove osdep.c/qemu-img code duplicationaurel32
2008-04-11Fix few spelling issues in commentsaurel32
2008-04-01ARM N=Z=1 flag fix.pbrook
2008-03-31ARM TCG conversion 14/16.pbrook
2008-03-31ARM TCG conversion 13/16.pbrook
2008-03-31ARM TCG conversion 12/16.pbrook
2008-03-31ARM TCG conversion 11/16.pbrook
2008-03-31ARM TCG conversion 10/16.pbrook
2008-03-31ARM TCG conversion 9/16.pbrook
2008-03-31ARM TCG conversion 7/16.pbrook
2008-03-31ARM TCG conversion 6/16.pbrook
2008-03-31ARM TCG conversion 4/16.pbrook
2008-03-31ARM TCG conversion 2/16.pbrook
2008-03-31ARM TCG conversion 1/16.pbrook
2007-12-09Handle cpu_model in copy_cpu(), by Kirill A. Shutemov.ths
2007-11-24Thumb semihosting fixes.pbrook
2007-11-13Prevent cpsr_write/_read be put out of line in op.o (fixes a segfault on some...balrog
2007-11-11ARMv7 support.pbrook
2007-11-10added cpu_model parameter to cpu_init()bellard
2007-10-31Invalidate TLBs when domains are changed (Matthew Warton).balrog
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer
2007-10-12Unify '-cpu ?' option.j_mayer
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-08-01Special-case iWMMXt register transfer insns, which are in ARM LDC2/STC2 class.balrog
2007-07-29Fix XScale MMU's extended small pages.balrog
2007-07-29Basic OMAP310 support. Basic Palm Tungsten|E machine emulation.balrog
2007-06-24Reset ARM cp15.c1_sys to default values. Fix XScale cp15 accesses.balrog
2007-05-08ARM946 CPU support.pbrook