Age | Commit message (Expand) | Author |
2011-10-26 | Sparc: split MMU helpers | Blue Swirl |
2011-10-26 | Sparc: fix coding style in helper.c | Blue Swirl |
2011-10-26 | Sparc: avoid AREG0 for division op helpers | 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-23 | Sparc: fix coding style | Blue Swirl |
2011-09-10 | Gdbstub: Fix back-trace on SPARC32 | Fabien Chouteau |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori |
2011-08-07 | Remove unused is_softmmu parameter from cpu_handle_mmu_fault | Blue Swirl |
2011-07-22 | target-sparc: Fix compiler errors (format strings) | Stefan Weil |
2011-07-21 | SPARC64: implement addtional MMU faults related to nonfaulting load | Tsuneo Saito |
2011-07-21 | SPARC64: fix fault status overwritten on nonfaulting load | Tsuneo Saito |
2011-07-21 | SPARC64: split cpu_get_phys_page_debug() from cpu_get_phys_page_nofault() | Tsuneo Saito |
2011-07-21 | SPARC64: introduce a convenience function for getting physical addresses | Tsuneo Saito |
2011-07-21 | SPARC64: SFSR cleanup and fix | Tsuneo Saito |
2011-07-21 | SPARC64: TTE bits cleanup | Tsuneo Saito |
2011-06-26 | Remove exec-all.h include directives | Blue Swirl |
2011-06-26 | sparc: move do_interrupt to helper.c | Blue Swirl |
2011-06-08 | Fix compilation warning due to missing header for sigaction (followup) | Alexandre Raymond |
2011-02-01 | SPARC: Fix Leon3 cache control | Fabien Chouteau |
2011-01-24 | SPARC: Add asr17 register support | Fabien Chouteau |
2011-01-24 | SPARC: Emulation of Leon3 | Fabien Chouteau |
2010-12-19 | Sparc: implement monitor command 'info tlb' | Blue Swirl |
2010-12-03 | target-sparc: remove unused functions cpu_lock(), cpu_unlock() | Peter Maydell |
2010-10-30 | target-xxx: Use fprintf_function (format checking) | Stefan Weil |
2010-06-02 | sparc64: fix tag access register on mmu traps | 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-12 | target-sparc: Fix wrong printf argument | Stefan Weil |
2010-05-09 | sparc: Fix lazy flag calculation on interrupts, refactor | 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-03-17 | Large page TLB flush | Paul Brook |
2010-03-12 | Remove cpu_get_phys_page_debug from userspace emulation | Paul Brook |
2010-01-31 | sparc32 don't mark page dirty when failing | Artyom Tarasenko |
2010-01-17 | Sparc: improve CPU register dump | Blue Swirl |
2010-01-13 | Sparc32: remove unused variable, spotted by clang | Blue Swirl |
2010-01-08 | sparc64: add PIL to cpu state dump | Igor V. Kovalenko |
2009-12-05 | Sparc64: handle MMU global bit and nucleus context | Blue Swirl |
2009-12-04 | Sparc64: fix compilation with DEBUG_MMU | Blue Swirl |
2009-11-07 | user: move CPU reset call to main.c for x86/PPC/Sparc | Blue Swirl |
2009-11-07 | sparc32 (mostly): remove unneeded calls to device reset | Blue Swirl |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori |
2009-10-01 | Get rid of _t suffix | malc |
2009-08-18 | Sparc32/64: Fix user emulator breakage | Blue Swirl |