Age | Commit message (Expand) | Author | Files | Lines |
2011-10-26 | Sparc: split load and store op helpers | Blue Swirl | 1 | -2416/+0 |
2011-10-26 | Sparc: avoid AREG0 for division op helpers | Blue Swirl | 1 | -74/+0 |
2011-10-26 | Sparc: avoid AREG0 for softint op helpers and Leon cache control | Blue Swirl | 1 | -94/+0 |
2011-10-23 | Sparc: split CWP and PSTATE op helpers | Blue Swirl | 1 | -488/+1 |
2011-10-23 | Sparc: avoid AREG0 for lazy condition code helpers | Blue Swirl | 1 | -1/+1 |
2011-10-23 | Sparc: split lazy condition code handling op helpers | Blue Swirl | 1 | -464/+0 |
2011-10-23 | Sparc: split FPU and VIS op helpers | Blue Swirl | 1 | -743/+0 |
2011-10-23 | Sparc: fix coding style | Blue Swirl | 1 | -452/+502 |
2011-10-23 | Sparc: avoid AREG0 for raise_exception and helper_debug | Blue Swirl | 1 | -57/+43 |
2011-10-23 | Sparc: move trivial functions from op_helper.c | Blue Swirl | 1 | -47/+0 |
2011-10-23 | Sparc: split helper.c | Blue Swirl | 1 | -1/+0 |
2011-10-01 | softmmu_header: pass CPUState to tlb_fill | Blue Swirl | 1 | -4/+3 |
2011-09-10 | Sparc64: remove useless variable | Blue Swirl | 1 | -4/+2 |
2011-08-07 | Remove unused is_softmmu parameter from cpu_handle_mmu_fault | Blue Swirl | 1 | -1/+1 |
2011-08-01 | Sparc: fix non-faulting unassigned memory accesses | Blue Swirl | 1 | -17/+8 |
2011-07-30 | exec.h cleanup | Blue Swirl | 1 | -1/+6 |
2011-07-21 | SPARC64: implement MMU miss traps on nonfaulting loads | Tsuneo Saito | 1 | -16/+20 |
2011-07-20 | Fix unassigned memory access handling | Blue Swirl | 1 | -6/+20 |
2011-07-20 | SPARC64: treat UA2007 ASI_BLK_* as translating ASIs. | Tsuneo Saito | 1 | -1/+2 |
2011-07-20 | SPARC64: fix VIS1 SIMD signed compare instructions | Tsuneo Saito | 1 | -10/+13 |
2011-07-14 | SPARC64: C99 comment fix for block-transfer ASIs | Tsuneo Saito | 1 | -14/+14 |
2011-07-14 | SPARC64: Add JPS1 ASI_BLK_AIU[PS]L ASIs for ldfa and stfa | Tsuneo Saito | 1 | -0/+4 |
2011-07-14 | SPARC64: Add UA2007 ASI_BLK_AIU[PS]L? ASIs for stfa | Tsuneo Saito | 1 | -1/+5 |
2011-07-14 | SPARC64: Add UA2007 ASI_BLK_AIU[PS]L? ASIs for ldfa | Tsuneo Saito | 1 | -1/+5 |
2011-07-14 | SPARC64: Implement stfa/stdfa/stqfa instrcutions properly | Tsuneo Saito | 1 | -4/+11 |
2011-07-14 | SPARC64: Implement ldfa/lddfa/ldqfa instructions properly | Tsuneo Saito | 1 | -5/+11 |
2011-06-26 | sparc: move do_interrupt to helper.c | Blue Swirl | 1 | -240/+10 |
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 | 1 | -2/+24 |
2011-05-22 | Delete unused tb_invalidate_page_range | Blue Swirl | 1 | -6/+0 |
2011-04-20 | Remove unused function parameter from cpu_restore_state | Stefan Weil | 1 | -1/+1 |
2011-02-01 | SPARC: Fix Leon3 cache control | Fabien Chouteau | 1 | -4/+14 |
2011-01-24 | SPARC: Emulation of Leon3 | Fabien Chouteau | 1 | -2/+154 |
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 | 1 | -12/+42 |
2010-12-19 | Sparc: implement monitor command 'info tlb' | Blue Swirl | 1 | -10/+10 |
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 missing address masking v1 | Igor V. Kovalenko | 1 | -2/+48 |
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 pstate privilege bits | Igor V. Kovalenko | 1 | -14/+10 |
2010-05-20 | target-sparc: Inline some generation of carry for ADDX/SUBX. | Richard Henderson | 1 | -1/+1 |
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 | 1 | -1/+1 |
2010-05-16 | sparc: move DT and QT defines to op_helper.c | Blue Swirl | 1 | -0/+5 |