Age | Commit message (Expand) | Author |
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 missing address masking v1 | 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 pstate privilege bits | Igor V. Kovalenko |
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 mmu demap operand typo | Igor V. Kovalenko |
2010-05-09 | sparc: Fix lazy flag calculation on interrupts, refactor | 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-23 | target-sparc: Fix address masking in ldqf and stqf. | Richard Henderson |
2010-03-12 | Target specific usermode cleanup | Paul Brook |
2010-01-23 | sparc32 fix np dereference in do_unassigned_access | Artyom Tarasenko |
2010-01-15 | sparc32 do_unassigned_access overhaul v2 | Artyom Tarasenko |
2010-01-08 | sparc64: check for pending irq when pil, pstate or softint is changed | Igor V. Kovalenko |
2010-01-08 | sparc64: use helper_wrpil to check pending irq on write | Igor V. Kovalenko |
2010-01-08 | sparc64: trace pstate and global register set changes | Igor V. Kovalenko |
2010-01-08 | sparc64: change_pstate should have 32bit argument | Igor V. Kovalenko |
2010-01-07 | Sparc32: clear exception_index with -1 value | Blue Swirl |
2010-01-06 | sparc64: clear exception_index with -1 value | Igor V. Kovalenko |
2010-01-03 | pass env to raise_exception if called outside of op_helper code | Igor V. Kovalenko |
2010-01-03 | sparc64: switch to MMU global registers in more MMU related traps | Igor V. Kovalenko |
2009-11-04 | Sparc: fix carry flag handling (Solaris bootblk fix) | Artyom Tarasenko |
2009-10-13 | sparc64: fix done instruction pc | Igor V. Kovalenko |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori |
2009-10-01 | Get rid of _t suffix | malc |
2009-09-23 | sparc64-8bit-asi | Igor V. Kovalenko |
2009-08-04 | Sparc64: replace tsptr with helper routine | Igor Kovalenko |
2009-07-27 | rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN | Juan Quintela |
2009-07-27 | sparc64 really implement itlb/dtlb automatic replacement writes | Igor Kovalenko |
2009-07-27 | sparc64 name mmu registers and general cleanup | Igor Kovalenko |
2009-07-20 | Fix most warnings (errors with -Werror) when debugging is enabled | Blue Swirl |
2009-07-12 | sparc64: trap handling corrections | Igor Kovalenko |
2009-07-12 | sparc64: fix helper_st_asi little endian case typo | Igor Kovalenko |
2009-05-13 | Replace gcc variadic macro extension with C99 version | Blue Swirl |
2009-05-10 | Convert udiv/sdiv | Blue Swirl |
2009-05-10 | Convert tagged ops | Blue Swirl |
2009-05-10 | Convert subx | Blue Swirl |
2009-05-10 | Convert sub | Blue Swirl |
2009-05-10 | Convert logical operations and umul/smul | Blue Swirl |
2009-05-10 | Convert addx | Blue Swirl |
2009-05-10 | Convert add | Blue Swirl |
2009-05-10 | Use dynamical computation for condition codes | Blue Swirl |