aboutsummaryrefslogtreecommitdiffstats
path: root/target-arm
AgeCommit message (Expand)AuthorFilesLines
2009-08-24cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd1-0/+1
2009-07-31Save/restore ARMv6 MMU statePaul Brook2-2/+22
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela1-1/+1
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl5-10/+5
2009-06-24Remove unused gen_bx_T0 function.Filip Navara1-8/+0
2009-05-21Convert machine registration to use module init functionsAnthony Liguori1-25/+0
2009-05-15fix ARMv7 data processing instructionsJuha Riihimäki1-13/+26
2009-05-15fix ARMv7 data processing instructionsJuha Riihimäki1-77/+111
2009-05-14Syborg (Symbian Virtual Platform) boardPaul Brook1-0/+1
2009-05-09Fixe ARM NEON vrshl.Paul Brook1-2/+2
2009-04-24qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori1-0/+1
2009-04-24qemu: per-arch cpu_has_work (Marcelo Tosatti)aliguori1-2/+7
2009-04-07target-arm: don't use T[x] in helperaurel321-1/+1
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel321-0/+1
2009-03-17Fix ARM quadword VDUP (core register).pbrook1-4/+6
2009-03-13tcg: rename bswap_i32/i64 functionsaurel321-6/+6
2009-03-07Fix correct reset value for ARM CP15 c1 auxiliary control registeraurel321-1/+1
2009-03-07clean build: Fix arm build warningsaurel321-1/+1
2009-03-07The _exit syscall is used for both thread termination in NPTL applications,pbrook1-1/+2
2009-02-07Fix cpu_arm_handle_mmu_fault warningaurel322-3/+2
2009-02-05targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-4/+0
2009-01-26Log reset events (Jan Kiszka)aliguori1-0/+6
2009-01-15global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori1-1/+1
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori1-4/+4
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel325-5/+5
2008-12-19Implement flush-to-zero mode (denormal results are replaced with zero).pbrook1-1/+2
2008-12-19Implement default-NaN mode.pbrook1-0/+2
2008-12-19Implement ARMv7 cp15 cache ID registers.pbrook2-7/+28
2008-12-19Implement (very) basic Thumb2-EE support. This doesn't actually implementpbrook4-1/+94
2008-12-19Fix VFP fixed point conversion routines.pbrook2-9/+13
2008-12-19Implement ARMv7 MMU access permissions.pbrook1-1/+11
2008-12-15ARM: basic SX1-cellphone sysemu support (Jean-Christophe PLAGNIOL-VILLARD).balrog1-0/+2
2008-12-13Remove unnecessary trailing newlinesblueswir11-2/+0
2008-12-07Remove FORCE_RET() and RETURN()aurel321-5/+0
2008-12-07ARM: fix smmul and smmla/smmls usage of registers (Mans Rullgard).balrog1-3/+3
2008-12-07ARM: fix usad8 and usada8 usage of registers (Mans Rullgard).balrog1-3/+3
2008-12-07Patch holes in ARM translation (Laurent Desnogues).balrog1-2/+4
2008-12-07ARM: cosmetics (Laurent Desnogues).balrog1-29/+1
2008-11-30Common cpu_loop_exit prototypeaurel321-2/+0
2008-11-25Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori1-2/+2
2008-11-18Remove premature memop TB terminations (Jan Kiszka)aliguori1-6/+0
2008-11-18Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori1-4/+5
2008-11-18Refactor translation block CPU state handling (Jan Kiszka)aliguori1-0/+13
2008-11-18Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori1-2/+6
2008-11-17TCG variable type checking.pbrook3-602/+533
2008-11-03VFP fnmsc negative zero fix.pbrook1-2/+2
2008-10-26Fix undeclared symbol warnings from sparseblueswir12-2/+2
2008-10-22Additional exclusive load/store instruction are v6K, not v6T2.pbrook1-1/+1
2008-10-22Fix ARMv6t2 strex instructions.pbrook1-3/+45
2008-10-22Fix ARMv6 translation table base address calculation.pbrook2-22/+23