Fix elf loader range checking
[qemu] / target-sparc / helper.c
2009-05-13 Paul BrookInclude assert.h from qemu-common.h
2009-05-10 Blue SwirlUse dynamical computation for condition codes
2009-05-02 Blue SwirlClarify: dmmuregs[1] is not a typo
2009-04-28 Igor Kovalenkosparc64 fix context value for ITLB fault
2009-04-27 Igor Kovalenkosparc64 fix TLB match code
2009-04-24 aliguoriqemu: introduce qemu_init_vcpu (Marcelo Tosatti)
2009-03-16 blueswir1Delete some unused macros detected with -Wp,-Wunused...
2009-02-21 blueswir1Turn MMUs and caches off on reset
2009-02-05 aliguoritargets: remove error handling from qemu_malloc() calle...
2009-01-26 aliguoriLog reset events (Jan Kiszka)
2009-01-14 aurel32Get rid of user_mode_only
2009-01-12 blueswir1Fix TLB access (Jakub Jermar)
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-12-23 blueswir1Better SuperSPARC emulation (Robert Reif)
2008-12-22 malcUse the ARRAY_SIZE() macro where appropriate.
2008-10-07 blueswir1Add static (spotted by sparse)
2008-10-03 blueswir1Rearrange tick functions
2008-09-26 blueswir1Add a generic Niagara machine
2008-09-26 blueswir1Move also DEBUG_PCALL (see r5085)
2008-09-09 blueswir1Implement ldxfsr/stxfsr, fix ld(x)fsr masks, convert...
2008-08-29 blueswir1Fix Sparc64 boot on i386 host:
2008-08-21 blueswir1Use initial CPU definition structure for some CPU field...
2008-07-25 blueswir1Make MAXTL dynamic, bounds check tl when indexing
2008-07-22 blueswir1Add T1 and T2 CPUs, add a Sun4v machine
2008-07-21 blueswir1Use MMU globals for some MMU traps
2008-07-21 blueswir1Fix reset vector
2008-07-20 blueswir1Print default and available CPU features separately
2008-07-20 blueswir1Make UA200x features selectable, add MMU types
2008-07-19 blueswir1Update TLB miss addresses
2008-07-17 blueswir1Fix saving and loading of trap state
2008-07-16 blueswir1Fix MMU miss traps
2008-06-26 blueswir1Fix bogus format, reading uninitialised memory (origina...
2008-06-24 blueswir1Fix Sparc mmu bug seen with NetBSD, based on patch...
2008-06-07 blueswir1Allow NWINDOWS selection (CPU feature with model specif...
2008-05-31 blueswir1Add more SuperSparcs
2008-05-29 blueswir1MicroSparc I didn't have fsmuld op
2008-05-27 blueswir1Move non-op functions from op_helper.c to helper.c...
2008-05-12 blueswir1Wrap long lines
2008-05-10 blueswir1Fix compiler warnings
2008-05-09 blueswir1CPU feature selection support
2008-04-11 aurel32Remove osdep.c/qemu-img code duplication
2008-03-29 blueswir1 Move CPU stuff unrelated to translation to helper.c
2008-03-02 blueswir1 Convert tick operations to TCG
2008-02-11 blueswir1 Sparc32 MMU register fixes (Robert Reif)
2007-12-25 blueswir1 Enforce context table alignment
2007-11-29 blueswir1 Increase prom size for boot mode
2007-11-28 blueswir1Use slavio base as boot prom address, rearrange sun4m...
2007-11-17 pbrookBreak up vl.h.
2007-11-07 blueswir1 CPU specific boot mode (Robert Reif)
2007-10-14 j_mayerReplace is_user variable with mmu_idx in softmmu core,
2007-09-24 blueswir1 CPU boot mode
2007-09-20 blueswir1 Detabify
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-05-19 blueswir1Use full 36-bit physical address space on SS10
2006-06-25 bellardC99 64 bit printf
2006-06-14 bellardMMU no fault fix
2005-12-05 bellardPAGE_EXEC support (Blue Swirl)
2005-11-11 bellardsparc merge (Blue Swirl)
2005-10-30 bellardavoid using physical accesses in user emulation
2005-07-23 bellardsparc64 fixes (Blue Swirl)
2005-07-04 bellardcorrect split between helper.c and op_helper.c
2005-07-02 bellardsparc64 marge (Blue Swirl)
2005-04-24 bellardMMU fix (Blue Swirl)
2005-03-20 bellardsparc exception fix (we go up to the shell prompt)
2005-03-13 bellardsparc fixes (Blue Swirl)
2005-02-22 bellardMMU fixes
2005-02-15 bellardsparc fix
2005-02-13 bellardsparc fixes
2005-02-07 bellardclean up - comments
2005-01-30 bellardinitial sparc64 support - sparc fixes (Blue Swirl)
2005-01-28 bellardendianness fixes
2005-01-03 bellard64 bit target support
2004-12-19 bellardSPARC merge
2004-10-09 bellardmonitor fixes
2004-10-04 bellardsparc merge (Blue Swirl)
2004-10-03 bellardremoved access_type hack
2004-09-30 bellardfull system SPARC emulation (Blue Swirl)