| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix ARM quadword VDUP (core register). | pbrook | 2009-03-17 | 1 | -4/+6 |
* | tcg: rename bswap_i32/i64 functions | aurel32 | 2009-03-13 | 1 | -6/+6 |
* | Fix correct reset value for ARM CP15 c1 auxiliary control register | aurel32 | 2009-03-07 | 1 | -1/+1 |
* | clean build: Fix arm build warnings | aurel32 | 2009-03-07 | 1 | -1/+1 |
* | The _exit syscall is used for both thread termination in NPTL applications, | pbrook | 2009-03-07 | 1 | -1/+2 |
* | Fix cpu_arm_handle_mmu_fault warning | aurel32 | 2009-02-07 | 2 | -3/+2 |
* | targets: remove error handling from qemu_malloc() callers (Avi Kivity) | aliguori | 2009-02-05 | 1 | -4/+0 |
* | Log reset events (Jan Kiszka) | aliguori | 2009-01-26 | 1 | -0/+6 |
* | global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost) | aliguori | 2009-01-15 | 1 | -1/+1 |
* | Convert references to logfile/loglevel to use qemu_log*() macros | aliguori | 2009-01-15 | 1 | -4/+4 |
* | Update FSF address in GPL/LGPL boilerplate | aurel32 | 2009-01-04 | 5 | -5/+5 |
* | Implement flush-to-zero mode (denormal results are replaced with zero). | pbrook | 2008-12-19 | 1 | -1/+2 |
* | Implement default-NaN mode. | pbrook | 2008-12-19 | 1 | -0/+2 |
* | Implement ARMv7 cp15 cache ID registers. | pbrook | 2008-12-19 | 2 | -7/+28 |
* | Implement (very) basic Thumb2-EE support. This doesn't actually implement | pbrook | 2008-12-19 | 4 | -1/+94 |
* | Fix VFP fixed point conversion routines. | pbrook | 2008-12-19 | 2 | -9/+13 |
* | Implement ARMv7 MMU access permissions. | pbrook | 2008-12-19 | 1 | -1/+11 |
* | ARM: basic SX1-cellphone sysemu support (Jean-Christophe PLAGNIOL-VILLARD). | balrog | 2008-12-15 | 1 | -0/+2 |
* | Remove unnecessary trailing newlines | blueswir1 | 2008-12-13 | 1 | -2/+0 |
* | Remove FORCE_RET() and RETURN() | aurel32 | 2008-12-07 | 1 | -5/+0 |
* | ARM: fix smmul and smmla/smmls usage of registers (Mans Rullgard). | balrog | 2008-12-07 | 1 | -3/+3 |
* | ARM: fix usad8 and usada8 usage of registers (Mans Rullgard). | balrog | 2008-12-07 | 1 | -3/+3 |
* | Patch holes in ARM translation (Laurent Desnogues). | balrog | 2008-12-07 | 1 | -2/+4 |
* | ARM: cosmetics (Laurent Desnogues). | balrog | 2008-12-07 | 1 | -29/+1 |
* | Common cpu_loop_exit prototype | aurel32 | 2008-11-30 | 1 | -2/+0 |
* | Use sys-queue.h for break/watchpoint managment (Jan Kiszka) | aliguori | 2008-11-25 | 1 | -2/+2 |
* | Remove premature memop TB terminations (Jan Kiszka) | aliguori | 2008-11-18 | 1 | -6/+0 |
* | Refactor and enhance break/watchpoint API (Jan Kiszka) | aliguori | 2008-11-18 | 1 | -4/+5 |
* | Refactor translation block CPU state handling (Jan Kiszka) | aliguori | 2008-11-18 | 1 | -0/+13 |
* | Convert CPU_PC_FROM_TB to static inline (Jan Kiszka) | aliguori | 2008-11-18 | 1 | -2/+6 |
* | TCG variable type checking. | pbrook | 2008-11-17 | 3 | -602/+533 |
* | VFP fnmsc negative zero fix. | pbrook | 2008-11-03 | 1 | -2/+2 |
* | Fix undeclared symbol warnings from sparse | blueswir1 | 2008-10-26 | 2 | -2/+2 |
* | Additional exclusive load/store instruction are v6K, not v6T2. | pbrook | 2008-10-22 | 1 | -1/+1 |
* | Fix ARMv6t2 strex instructions. | pbrook | 2008-10-22 | 1 | -3/+45 |
* | Fix ARMv6 translation table base address calculation. | pbrook | 2008-10-22 | 2 | -22/+23 |
* | Optimize redundant cp15 coprocessor access control register writes. | pbrook | 2008-10-22 | 1 | -3/+5 |
* | Add GDB XML register description support. | pbrook | 2008-10-11 | 1 | -0/+62 |
* | Fix ARM NEON vdup and vtbl bugs. | pbrook | 2008-09-22 | 2 | -5/+7 |
* | Fix neon encoding comment. | pbrook | 2008-09-21 | 1 | -1/+1 |
* | Add concat_i32_i64 op. | pbrook | 2008-09-21 | 1 | -22/+13 |
* | Fix QADD / QSUB decoding on ARM (Torbjörn Andersson). | balrog | 2008-09-20 | 1 | -1/+1 |
* | Fix some warnings that would be generated by gcc -Wredundant-decls | blueswir1 | 2008-08-30 | 2 | -6/+1 |
* | ARMv6: fix SIMD add/sub carry flags (Vincent Palatin). | balrog | 2008-07-19 | 1 | -4/+4 |
* | ARM: fix CPS masks (Vincent Palatin). | balrog | 2008-07-19 | 1 | -2/+2 |
* | Fix smlald, smlsld, pkhtp, pkhbt, ssat, usat, umul, smul... (Laurent Desnogues). | balrog | 2008-07-19 | 3 | -18/+21 |
* | Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues. | ths | 2008-07-18 | 1 | -8/+7 |
* | Terminate TB immediately after v7-M exception return. | pbrook | 2008-07-11 | 1 | -0/+2 |
* | Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka. | ths | 2008-07-03 | 2 | -3/+3 |
* | Silence compiler warning. | ths | 2008-07-03 | 1 | -0/+2 |