Age | Commit message (Expand) | Author | Files | Lines |
2011-02-01 | SPARC: Fix Leon3 cache control | Fabien Chouteau | 1 | -1/+1 |
2011-01-24 | SPARC: Add asr17 register support | Fabien Chouteau | 1 | -1/+2 |
2011-01-24 | SPARC: Emulation of Leon3 | Fabien Chouteau | 1 | -3/+4 |
2010-12-19 | Sparc: implement monitor command 'info tlb' | Blue Swirl | 1 | -44/+44 |
2010-12-03 | target-sparc: remove unused functions cpu_lock(), cpu_unlock() | Peter Maydell | 1 | -14/+0 |
2010-10-30 | target-xxx: Use fprintf_function (format checking) | Stefan Weil | 1 | -7/+4 |
2010-06-02 | sparc64: fix tag access register on mmu traps | Igor V. Kovalenko | 1 | -0/+5 |
2010-05-22 | sparc64: fix mmu context at trap levels above zero | Igor V. Kovalenko | 1 | -1/+18 |
2010-05-22 | sparc64: fix dump_mmu to look for global bit in tte value instead of tag | Igor V. Kovalenko | 1 | -2/+2 |
2010-05-22 | sparc64: fix pstate privilege bits | Igor V. Kovalenko | 1 | -2/+2 |
2010-05-22 | sparc64: generate data access exception on RW violation | Igor V. Kovalenko | 1 | -37/+62 |
2010-05-22 | Fix %lld or %llx printf format use | Blue Swirl | 1 | -2/+2 |
2010-05-12 | target-sparc: Fix wrong printf argument | Stefan Weil | 1 | -1/+1 |
2010-05-09 | sparc: Fix lazy flag calculation on interrupts, refactor | Blue Swirl | 1 | -5/+5 |
2010-05-07 | sparc64: fix build with older gccs | Blue Swirl | 1 | -0/+1 |
2010-05-06 | sparc64: handle asi referencing nucleus and secondary MMU contexts | Igor V. Kovalenko | 1 | -11/+31 |
2010-05-06 | sparc64: implement global translation table entries v1 | Igor V. Kovalenko | 1 | -19/+14 |
2010-03-17 | Large page TLB flush | Paul Brook | 1 | -14/+26 |
2010-03-12 | Remove cpu_get_phys_page_debug from userspace emulation | Paul Brook | 1 | -7/+1 |
2010-01-31 | sparc32 don't mark page dirty when failing | Artyom Tarasenko | 1 | -5/+6 |
2010-01-17 | Sparc: improve CPU register dump | Blue Swirl | 1 | -30/+55 |
2010-01-13 | Sparc32: remove unused variable, spotted by clang | Blue Swirl | 1 | -5/+0 |
2010-01-08 | sparc64: add PIL to cpu state dump | Igor V. Kovalenko | 1 | -0/+1 |
2009-12-05 | Sparc64: handle MMU global bit and nucleus context | Blue Swirl | 1 | -11/+19 |
2009-12-04 | Sparc64: fix compilation with DEBUG_MMU | Blue Swirl | 1 | -15/+15 |
2009-11-07 | user: move CPU reset call to main.c for x86/PPC/Sparc | Blue Swirl | 1 | -3/+0 |
2009-11-07 | sparc32 (mostly): remove unneeded calls to device reset | Blue Swirl | 1 | -0/+2 |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori | 1 | -18/+18 |
2009-10-01 | Get rid of _t suffix | malc | 1 | -18/+18 |
2009-08-18 | Sparc32/64: Fix user emulator breakage | Blue Swirl | 1 | -1/+1 |
2009-08-04 | Sparc64: replace tsptr with helper routine | Igor Kovalenko | 1 | -2/+3 |
2009-07-27 | sparc64 really implement itlb/dtlb automatic replacement writes | Igor Kovalenko | 1 | -1/+3 |
2009-07-27 | sparc64 name mmu registers and general cleanup | Igor Kovalenko | 1 | -28/+40 |
2009-07-20 | Fix most warnings (errors with -Werror) when debugging is enabled | Blue Swirl | 1 | -10/+10 |
2009-07-16 | Update to a hopefully more future proof FSF address | Blue Swirl | 1 | -2/+1 |
2009-07-12 | sparc64: trap handling corrections | Igor Kovalenko | 1 | -0/+4 |
2009-07-12 | sparc64: unify mmu tag matching code | Igor Kovalenko | 1 | -44/+57 |
2009-07-12 | sparc64: mmu bypass mode correction | Igor Kovalenko | 1 | -3/+11 |
2009-05-13 | Include assert.h from qemu-common.h | Paul Brook | 1 | -1/+0 |
2009-05-10 | Use dynamical computation for condition codes | Blue Swirl | 1 | -0/+1 |
2009-05-02 | Clarify: dmmuregs[1] is not a typo | Blue Swirl | 1 | -0/+1 |
2009-04-28 | sparc64 fix context value for ITLB fault | Igor Kovalenko | 1 | -1/+1 |
2009-04-27 | sparc64 fix TLB match code | Igor Kovalenko | 1 | -7/+7 |
2009-04-24 | qemu: introduce qemu_init_vcpu (Marcelo Tosatti) | aliguori | 1 | -0/+1 |
2009-03-16 | Delete some unused macros detected with -Wp,-Wunused-macros use | blueswir1 | 1 | -2/+3 |
2009-02-21 | Turn MMUs and caches off on reset | blueswir1 | 1 | -0/+1 |
2009-02-05 | targets: remove error handling from qemu_malloc() callers (Avi Kivity) | aliguori | 1 | -2/+0 |
2009-01-26 | Log reset events (Jan Kiszka) | aliguori | 1 | -0/+5 |
2009-01-14 | Get rid of user_mode_only | aurel32 | 1 | -1/+0 |
2009-01-12 | Fix TLB access (Jakub Jermar) | blueswir1 | 1 | -10/+10 |