Age | Commit message (Expand) | Author |
2011-10-26 | Sparc: split load and store op helpers | Blue Swirl |
2011-10-26 | Sparc: avoid AREG0 for division op helpers | Blue Swirl |
2011-10-26 | Sparc: avoid AREG0 for softint op helpers and Leon cache control | Blue Swirl |
2011-10-23 | Sparc: split CWP and PSTATE op helpers | Blue Swirl |
2011-10-23 | Sparc: avoid AREG0 for lazy condition code helpers | Blue Swirl |
2011-10-23 | Sparc: split lazy condition code handling op helpers | Blue Swirl |
2011-10-23 | Sparc: split FPU and VIS op helpers | Blue Swirl |
2011-10-23 | Sparc: fix coding style | Blue Swirl |
2011-10-23 | Sparc: avoid AREG0 for raise_exception and helper_debug | Blue Swirl |
2011-10-23 | Sparc: move trivial functions from op_helper.c | Blue Swirl |
2011-10-23 | Sparc: split helper.c | Blue Swirl |
2011-10-01 | softmmu_header: pass CPUState to tlb_fill | Blue Swirl |
2011-09-10 | Sparc64: remove useless variable | Blue Swirl |
2011-08-07 | Remove unused is_softmmu parameter from cpu_handle_mmu_fault | Blue Swirl |
2011-08-01 | Sparc: fix non-faulting unassigned memory accesses | Blue Swirl |
2011-07-30 | exec.h cleanup | Blue Swirl |
2011-07-21 | SPARC64: implement MMU miss traps on nonfaulting loads | Tsuneo Saito |
2011-07-20 | Fix unassigned memory access handling | Blue Swirl |
2011-07-20 | SPARC64: treat UA2007 ASI_BLK_* as translating ASIs. | Tsuneo Saito |
2011-07-20 | SPARC64: fix VIS1 SIMD signed compare instructions | Tsuneo Saito |
2011-07-14 | SPARC64: C99 comment fix for block-transfer ASIs | Tsuneo Saito |
2011-07-14 | SPARC64: Add JPS1 ASI_BLK_AIU[PS]L ASIs for ldfa and stfa | Tsuneo Saito |
2011-07-14 | SPARC64: Add UA2007 ASI_BLK_AIU[PS]L? ASIs for stfa | Tsuneo Saito |
2011-07-14 | SPARC64: Add UA2007 ASI_BLK_AIU[PS]L? ASIs for ldfa | Tsuneo Saito |
2011-07-14 | SPARC64: Implement stfa/stdfa/stqfa instrcutions properly | Tsuneo Saito |
2011-07-14 | SPARC64: Implement ldfa/lddfa/ldqfa instructions properly | Tsuneo Saito |
2011-06-26 | sparc: move do_interrupt to helper.c | Blue Swirl |
2011-06-26 | sparc: fix coding style of the area to be moved | Blue Swirl |
2011-06-26 | cpu_loop_exit: avoid using AREG0 | Blue Swirl |
2011-06-26 | Sparc32: dummy implementation of MXCC MMU breakpoint registers | Blue Swirl |
2011-05-22 | Delete unused tb_invalidate_page_range | Blue Swirl |
2011-04-20 | Remove unused function parameter from cpu_restore_state | Stefan Weil |
2011-02-01 | SPARC: Fix Leon3 cache control | Fabien Chouteau |
2011-01-24 | SPARC: Emulation of Leon3 | Fabien Chouteau |
2011-01-18 | sparc: fix NaN handling | Blue Swirl |
2010-12-28 | target-sparc: fix udiv(cc) and sdiv(cc) | Aurelien Jarno |
2010-12-19 | Sparc: implement monitor command 'info tlb' | Blue Swirl |
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 |