Age | Commit message (Expand) | Author |
2010-07-03 | remove exec-all.h inclusion from cpu.h | Paolo Bonzini |
2010-07-03 | move cpu_pc_from_tb to target-*/exec.h | Paolo Bonzini |
2010-06-02 | sparc64: fix umul and smul insns | Igor V. Kovalenko |
2010-06-02 | sparc64: fix udiv and sdiv insns | Igor V. Kovalenko |
2010-06-02 | sparc64: improve ldf and stf insns | Igor V. Kovalenko |
2010-06-02 | sparc64: use symbolic name for MMU index v1 | Igor V. Kovalenko |
2010-06-02 | sparc64: fix ldxfsr insn | Igor V. Kovalenko |
2010-06-02 | sparc64: fix missing address masking v1 | Igor V. Kovalenko |
2010-06-02 | sparc64: fix tag access register on mmu traps | Igor V. Kovalenko |
2010-05-29 | sparc32 SuperSPARC MMU Breakpoint Action register (SS-20 OBP fix) | Artyom Tarasenko |
2010-05-29 | sparc64: fix user emulator build | Blue Swirl |
2010-05-29 | sparc64: fix 128-bit atomic load from nucleus context v1 | Igor V. Kovalenko |
2010-05-22 | sparc64: flush translations on mmu context change | Igor V. Kovalenko |
2010-05-22 | sparc64: fix mmu context at trap levels above zero | Igor V. Kovalenko |
2010-05-22 | sparc64: fix dump_mmu to look for global bit in tte value instead of tag | Igor V. Kovalenko |
2010-05-22 | sparc64: fix pstate privilege bits | Igor V. Kovalenko |
2010-05-22 | sparc64: generate data access exception on RW violation | Igor V. Kovalenko |
2010-05-22 | Fix %lld or %llx printf format use | Blue Swirl |
2010-05-20 | target-sparc: Inline some generation of carry for ADDX/SUBX. | Richard Henderson |
2010-05-19 | target-sparc: Simplify ICC generation. | Richard Henderson |
2010-05-19 | target-sparc: Fix compilation with --enable-debug. | Richard Henderson |
2010-05-16 | sparc: move DT and QT defines to op_helper.c | Blue Swirl |
2010-05-16 | sparc64: fix TT_WOTHER value | Igor V. Kovalenko |
2010-05-16 | sparc64: fix mmu demap operand typo | Igor V. Kovalenko |
2010-05-12 | target-sparc: Fix wrong printf argument | Stefan Weil |
2010-05-09 | sparc: Fix lazy flag calculation on interrupts, refactor | Blue Swirl |
2010-05-09 | sparc: lazy C flag calculation | Blue Swirl |
2010-05-07 | sparc64: fix build with older gccs | Blue Swirl |
2010-05-06 | sparc64: handle asi referencing nucleus and secondary MMU contexts | Igor V. Kovalenko |
2010-05-06 | sparc64: implement global translation table entries v1 | Igor V. Kovalenko |
2010-04-26 | target-sparc: Fix -singlestep. | Richard Henderson |
2010-04-23 | target-sparc: Fix address masking in ldqf and stqf. | Richard Henderson |
2010-04-18 | Fix harmless if statements with empty body, spotted by clang | Blue Swirl |
2010-04-17 | target-sparc: Free instruction temporaries. | Richard Henderson |
2010-04-17 | target-sparc: Fix TARGET_{PHYS,VIRT}_ADDR_SPACE_BITS. | Richard Henderson |
2010-04-17 | Sparc: fix PC/NPC during FPU traps | Blue Swirl |
2010-04-11 | Sparc: fix exceptions in delay slot | Blue Swirl |
2010-04-08 | remove TARGET_* defines from translate-all.c | Paolo Bonzini |
2010-03-17 | Large page TLB flush | Paul Brook |
2010-03-12 | Target specific usermode cleanup | Paul Brook |
2010-03-12 | Remove cpu_get_phys_page_debug from userspace emulation | Paul Brook |
2010-03-12 | Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h. | Richard Henderson |
2010-02-25 | target-sparc: fix --enable-debug build for 64 bit host | Stefan Weil |
2010-02-20 | target-sparc: fix --enable-debug build | Jay Foad |
2010-01-31 | sparc32 don't mark page dirty when failing | Artyom Tarasenko |
2010-01-27 | sparc64: reimplement tick timers v4 | Igor V. Kovalenko |
2010-01-27 | sparc64: correct write extra bits to cwp | Igor V. Kovalenko |
2010-01-23 | sparc32 fix np dereference in do_unassigned_access | Artyom Tarasenko |
2010-01-19 | kill regs_to_env and env_to_regs | Paolo Bonzini |
2010-01-17 | Sparc: improve CPU register dump | Blue Swirl |