kvm: Conditionally apply workaround for KVM slot handling bug
[qemu] / target-arm /
2009-05-21 Anthony LiguoriConvert machine registration to use module init functions
2009-05-15 Juha Riihimäkifix ARMv7 data processing instructions
2009-05-15 Juha Riihimäkifix ARMv7 data processing instructions
2009-05-14 Paul BrookSyborg (Symbian Virtual Platform) board
2009-05-09 Paul BrookFixe ARM NEON vrshl.
2009-04-24 aliguoriqemu: introduce qemu_init_vcpu (Marcelo Tosatti)
2009-04-24 aliguoriqemu: per-arch cpu_has_work (Marcelo Tosatti)
2009-04-07 aurel32target-arm: don't use T[x] in helper
2009-04-05 aurel32Add new command line option -singlestep for tcg single...
2009-03-17 pbrookFix ARM quadword VDUP (core register).
2009-03-13 aurel32tcg: rename bswap_i32/i64 functions
2009-03-07 aurel32Fix correct reset value for ARM CP15 c1 auxiliary contr...
2009-03-07 aurel32clean build: Fix arm build warnings
2009-03-07 pbrookThe _exit syscall is used for both thread termination...
2009-02-07 aurel32Fix cpu_arm_handle_mmu_fault warning
2009-02-05 aliguoritargets: remove error handling from qemu_malloc() calle...
2009-01-26 aliguoriLog reset events (Jan Kiszka)
2009-01-15 aliguoriglobal s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo...
2009-01-15 aliguoriConvert references to logfile/loglevel to use qemu_log...
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-12-19 pbrookImplement flush-to-zero mode (denormal results are...
2008-12-19 pbrookImplement default-NaN mode.
2008-12-19 pbrookImplement ARMv7 cp15 cache ID registers.
2008-12-19 pbrookImplement (very) basic Thumb2-EE support. This doesn...
2008-12-19 pbrookFix VFP fixed point conversion routines.
2008-12-19 pbrookImplement ARMv7 MMU access permissions.
2008-12-15 balrogARM: basic SX1-cellphone sysemu support (Jean-Christoph...
2008-12-13 blueswir1Remove unnecessary trailing newlines
2008-12-07 aurel32Remove FORCE_RET() and RETURN()
2008-12-07 balrogARM: fix smmul and smmla/smmls usage of registers ...
2008-12-07 balrogARM: fix usad8 and usada8 usage of registers (Mans...
2008-12-07 balrogPatch holes in ARM translation (Laurent Desnogues).
2008-12-07 balrogARM: cosmetics (Laurent Desnogues).
2008-11-30 aurel32Common cpu_loop_exit prototype
2008-11-25 aliguoriUse sys-queue.h for break/watchpoint managment (Jan...
2008-11-18 aliguoriRemove premature memop TB terminations (Jan Kiszka)
2008-11-18 aliguoriRefactor and enhance break/watchpoint API (Jan Kiszka)
2008-11-18 aliguoriRefactor translation block CPU state handling (Jan...
2008-11-18 aliguoriConvert CPU_PC_FROM_TB to static inline (Jan Kiszka)
2008-11-17 pbrookTCG variable type checking.
2008-11-03 pbrookVFP fnmsc negative zero fix.
2008-10-26 blueswir1Fix undeclared symbol warnings from sparse
2008-10-22 pbrookAdditional exclusive load/store instruction are v6K...
2008-10-22 pbrookFix ARMv6t2 strex instructions.
2008-10-22 pbrookFix ARMv6 translation table base address calculation.
2008-10-22 pbrookOptimize redundant cp15 coprocessor access control...
2008-10-11 pbrookAdd GDB XML register description support.
2008-09-22 pbrookFix ARM NEON vdup and vtbl bugs.
2008-09-21 pbrookFix neon encoding comment.
2008-09-21 pbrookAdd concat_i32_i64 op.
2008-09-20 balrogFix QADD / QSUB decoding on ARM (Torbjörn Andersson).
2008-08-30 blueswir1Fix some warnings that would be generated by gcc -Wredu...
2008-07-19 balrogARMv6: fix SIMD add/sub carry flags (Vincent Palatin).
2008-07-19 balrogARM: fix CPS masks (Vincent Palatin).
2008-07-19 balrogFix smlald, smlsld, pkhtp, pkhbt, ssat, usat, umul...
2008-07-18 thsSmall cleanup of gen_intermediate_code(_internal),...
2008-07-11 pbrookTerminate TB immediately after v7-M exception return.
2008-07-03 thsConvert remaining __builtin_expect to likely/unlikely...
2008-07-03 thsSilence compiler warning.
2008-07-02 pbrookARMv7-M interrupt stack alignment fix.
2008-07-01 pbrookMove interrupt_request and user_mode_only to common...
2008-06-30 thsSpelling fixes, spotted by Stuart Brady.
2008-06-30 pbrookMove CPU save/load registration to common code.
2008-06-29 pbrookSuppress bogus compiler warnings.
2008-06-29 pbrookAdd instruction counter.
2008-06-02 balrogMark a dead_tmp as such in ARM msr.
2008-06-02 balrogProvide basic emulation for Sharp SL-6000 PDA (Tosa...
2008-05-30 pbrookFix typo.
2008-05-30 pbrookMove clone() register setup to target specific code...
2008-05-29 bellardPush common interrupt variables to cpu-defs.h (Glauber...
2008-05-29 pbrookImplement ARM magic kernel page and TLS register.
2008-05-28 bellardmoved halted field to CPU_COMMON
2008-05-25 pbrookFix off-by-one unwinding error.
2008-05-24 pbrookFix ARM conditional branch bug.
2008-05-18 balrogAdd N810 to allowed -M values, add documentation part...
2008-05-17 balrogRemove arm's local not_i32 tcg op now that there's...
2008-05-11 pbrookAdd TCG native negation op.
2008-05-11 pbrookAdd zero extension (pseudo-)ops.
2008-05-04 aurel32remove target ifdefs from vl.c
2008-05-01 pbrookFix incorrect argument types.
2008-04-28 aurel32Factorize code in translate.c
2008-04-20 balrogRemove an unused field and fix some non-code typos.
2008-04-20 balrogCorrect more ARM VFP 32/64 and signed/unsigned typos.
2008-04-16 balrogSave the exact SWI return address in Thumb mode.
2008-04-14 balrogAdd basic OMAP2 chip support.
2008-04-14 balrogMove the excess of arm_load_kernel() parameters into...
2008-04-14 balrogCorrectly restore pc after an exception occured in...
2008-04-14 balrogFix ARM VFP related segfaults.
2008-04-13 balrogFix the offset in Thumb bl instruction.
2008-04-13 balrogSet an unset label in ARM strex.
2008-04-13 balrogFix ARM and Thumb ldlex/stlex.
2008-04-13 balrogStore the right TCG temp (typo).
2008-04-11 aurel32Remove osdep.c/qemu-img code duplication
2008-04-11 aurel32Fix few spelling issues in comments
2008-04-09 aurel32Move target-arm/nwfpe into linux-user/arm/nwfpe
2008-04-07 aurel32Implement ARM floating point exception emulation
2008-04-01 pbrookARM N=Z=1 flag fix.
2008-03-31 pbrookARM TCG conversion 16/16.
2008-03-31 pbrookARM TCG conversion 15/16.
2008-03-31 pbrookARM TCG conversion 14/16.
next