Age | Commit message (Expand) | Author | Files | Lines |
2011-06-26 | Remove exec-all.h include directives | Blue Swirl | 3 | -3/+1 |
2011-06-26 | Move cpu_has_work and cpu_pc_from_tb to cpu.h | Blue Swirl | 2 | -14/+14 |
2011-06-26 | exec.h: fix coding style and change cpu_has_work to return bool | Blue Swirl | 1 | -1/+1 |
2011-06-26 | sparc: move do_interrupt to helper.c | Blue Swirl | 4 | -242/+256 |
2011-06-26 | sparc: fix coding style of the area to be moved | Blue Swirl | 1 | -14/+17 |
2011-06-26 | cpu_loop_exit: avoid using AREG0 | Blue Swirl | 1 | -3/+3 |
2011-06-26 | Sparc32: dummy implementation of MXCC MMU breakpoint registers | Blue Swirl | 3 | -3/+53 |
2011-06-08 | Fix compilation warning due to missing header for sigaction (followup) | Alexandre Raymond | 1 | -1/+0 |
2011-05-22 | Delete unused tb_invalidate_page_range | Blue Swirl | 3 | -8/+1 |
2011-05-14 | sparc64: fix incorrect BPcc target sign extension | Blue Swirl | 1 | -1/+1 |
2011-05-14 | sparc64: fix wrpstate and wrtl on delay slot | Blue Swirl | 1 | -8/+20 |
2011-04-20 | Remove unused function parameter from cpu_restore_state | Stefan Weil | 1 | -1/+1 |
2011-04-20 | Remove unused function parameters from gen_pc_load and rename the function | Stefan Weil | 1 | -2/+1 |
2011-04-10 | Fix conversions from pointer to tcg_target_long | Stefan Weil | 1 | -1/+1 |
2011-03-13 | inline cpu_halted into sole caller | Paolo Bonzini | 1 | -10/+0 |
2011-02-01 | SPARC: Fix Leon3 cache control | Fabien Chouteau | 3 | -7/+21 |
2011-01-24 | SPARC: Add asr17 register support | Fabien Chouteau | 3 | -1/+14 |
2011-01-24 | SPARC: Emulation of Leon3 | Fabien Chouteau | 5 | -21/+193 |
2011-01-18 | sparc: fix NaN handling | Blue Swirl | 1 | -22/+34 |
2010-12-28 | target-sparc: fix udiv(cc) and sdiv(cc) | Aurelien Jarno | 3 | -18/+50 |
2010-12-19 | Sparc: implement monitor command 'info tlb' | Blue Swirl | 3 | -55/+55 |
2010-12-04 | target-sparc: Use fprintf_function (format checking) | Stefan Weil | 1 | -2/+2 |
2010-12-03 | target-sparc: remove unused functions cpu_lock(), cpu_unlock() | Peter Maydell | 2 | -16/+0 |
2010-10-30 | target-xxx: Use fprintf_function (format checking) | Stefan Weil | 1 | -7/+4 |
2010-07-03 | remove exec-all.h inclusion from cpu.h | Paolo Bonzini | 1 | -1/+0 |
2010-07-03 | move cpu_pc_from_tb to target-*/exec.h | Paolo Bonzini | 2 | -6/+6 |
2010-06-02 | sparc64: fix umul and smul insns | Igor V. Kovalenko | 1 | -26/+29 |
2010-06-02 | sparc64: fix udiv and sdiv insns | Igor V. Kovalenko | 1 | -2/+2 |
2010-06-02 | sparc64: improve ldf and stf insns | Igor V. Kovalenko | 1 | -0/+28 |
2010-06-02 | sparc64: use symbolic name for MMU index v1 | Igor V. Kovalenko | 1 | -12/+16 |
2010-06-02 | sparc64: fix ldxfsr insn | Igor V. Kovalenko | 1 | -1/+5 |
2010-06-02 | sparc64: fix missing address masking v1 | Igor V. Kovalenko | 2 | -2/+52 |
2010-06-02 | sparc64: fix tag access register on mmu traps | Igor V. Kovalenko | 1 | -0/+5 |
2010-05-29 | sparc32 SuperSPARC MMU Breakpoint Action register (SS-20 OBP fix) | Artyom Tarasenko | 1 | -0/+1 |
2010-05-29 | sparc64: fix user emulator build | Blue Swirl | 1 | -0/+2 |
2010-05-29 | sparc64: fix 128-bit atomic load from nucleus context v1 | Igor V. Kovalenko | 1 | -5/+5 |
2010-05-22 | sparc64: flush translations on mmu context change | Igor V. Kovalenko | 1 | -0/+6 |
2010-05-22 | sparc64: fix mmu context at trap levels above zero | Igor V. Kovalenko | 3 | -8/+35 |
2010-05-22 | sparc64: fix dump_mmu to look for global bit in tte value instead of tag | Igor V. Kovalenko | 1 | -2/+2 |
2010-05-22 | sparc64: fix pstate privilege bits | Igor V. Kovalenko | 4 | -36/+57 |
2010-05-22 | sparc64: generate data access exception on RW violation | Igor V. Kovalenko | 1 | -37/+62 |
2010-05-22 | Fix %lld or %llx printf format use | Blue Swirl | 1 | -2/+2 |
2010-05-20 | target-sparc: Inline some generation of carry for ADDX/SUBX. | Richard Henderson | 3 | -76/+200 |
2010-05-19 | target-sparc: Simplify ICC generation. | Richard Henderson | 1 | -80/+140 |
2010-05-19 | target-sparc: Fix compilation with --enable-debug. | Richard Henderson | 2 | -2/+2 |
2010-05-16 | sparc: move DT and QT defines to op_helper.c | Blue Swirl | 2 | -5/+5 |
2010-05-16 | sparc64: fix TT_WOTHER value | Igor V. Kovalenko | 1 | -1/+1 |
2010-05-16 | sparc64: fix mmu demap operand typo | Igor V. Kovalenko | 1 | -2/+2 |
2010-05-12 | target-sparc: Fix wrong printf argument | Stefan Weil | 1 | -1/+1 |
2010-05-09 | sparc: Fix lazy flag calculation on interrupts, refactor | Blue Swirl | 4 | -129/+259 |