]> git.proxmox.com Git - qemu.git/history - target-sparc/op_helper.c
sparc64: interrupt trap handling
[qemu.git] / target-sparc / op_helper.c
2010-01-08 Igor V. Kovalenkosparc64: check for pending irq when pil, pstate or...
2010-01-08 Igor V. Kovalenkosparc64: use helper_wrpil to check pending irq on write
2010-01-08 Igor V. Kovalenkosparc64: trace pstate and global register set changes
2010-01-08 Igor V. Kovalenkosparc64: change_pstate should have 32bit argument
2010-01-07 Blue SwirlSparc32: clear exception_index with -1 value
2010-01-06 Igor V. Kovalenkosparc64: clear exception_index with -1 value
2010-01-06 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-01-03 Igor V. Kovalenkopass env to raise_exception if called outside of op_hel...
2010-01-03 Igor V. Kovalenkosparc64: switch to MMU global registers in more MMU...
2009-11-04 Artyom TarasenkoSparc: fix carry flag handling (Solaris bootblk fix)
2009-10-13 Igor V. Kovalenkosparc64: fix done instruction pc
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-09-23 Igor V. Kovalenkosparc64-8bit-asi
2009-08-04 Igor KovalenkoSparc64: replace tsptr with helper routine
2009-07-27 Juan Quintelarename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
2009-07-27 Igor Kovalenkosparc64 really implement itlb/dtlb automatic replacemen...
2009-07-27 Igor Kovalenkosparc64 name mmu registers and general cleanup
2009-07-20 Blue SwirlFix most warnings (errors with -Werror) when debugging...
2009-07-12 Igor Kovalenkosparc64: trap handling corrections
2009-07-12 Igor Kovalenkosparc64: fix helper_st_asi little endian case typo
2009-05-13 Blue SwirlReplace gcc variadic macro extension with C99 version
2009-05-10 Blue SwirlConvert udiv/sdiv
2009-05-10 Blue SwirlConvert tagged ops
2009-05-10 Blue SwirlConvert subx
2009-05-10 Blue SwirlConvert sub
2009-05-10 Blue SwirlConvert logical operations and umul/smul
2009-05-10 Blue SwirlConvert addx
2009-05-10 Blue SwirlConvert add
2009-05-10 Blue SwirlUse dynamical computation for condition codes
2009-04-25 Blue SwirlFix a warning in sparc64-linux-user build
2009-04-25 Blue SwirlMerge branch 'master' of blueswir1@git.sv.gnu.org:...
2009-04-25 Igor Kovalenkosparc64 support TSB related MMU registers
2009-03-16 blueswir1Delete some unused macros detected with -Wp,-Wunused...
2009-01-15 aliguoriglobal s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo...
2009-01-15 aliguoriConvert references to logfile/loglevel to use qemu_log...
2008-12-23 blueswir1Add SuperSPARC MMU breakpoint registers (Robert Reif)
2008-12-11 blueswir1Add missing "static"
2008-11-17 pbrookTCG variable type checking.
2008-10-07 blueswir1Fix error in fexpand (spotted by sparse)
2008-10-06 blueswir1Show size for unassigned accesses (Robert Reif)
2008-10-03 blueswir1Rearrange tick functions
2008-10-02 blueswir1Fix MXCC printf warning (based on patch by Robert Reif)
2008-09-27 blueswir1Add mmu tlb demap support (Igor Kovalenko)
2008-09-26 blueswir1Implement some UA2007 block ASIs
2008-09-26 blueswir1Implement UA2005 hypervisor traps
2008-09-26 blueswir1Move also DEBUG_PCALL (see r5085)
2008-09-22 blueswir1Add software and timer interrupt support
2008-09-22 blueswir1Fix arguments used in cas/casx, thanks to Igor Kovalenk...
2008-09-21 blueswir1Use the new concat_i32_i64 op for std and stda
2008-09-14 blueswir1Fix array subscript above array bounds error
2008-09-10 blueswir1Convert rest of ops using float32 to TCG, remove FT0...
2008-09-10 blueswir1Partially convert float128 conversion ops to TCG
2008-09-10 blueswir1Convert basic 64 bit VIS ops to TCG
2008-09-10 blueswir1Convert basic 32 bit VIS ops to TCG
2008-09-10 blueswir1Convert basic float32 ops to TCG
2008-09-09 blueswir1Implement ldxfsr/stxfsr, fix ld(x)fsr masks, convert...
2008-09-03 blueswir1Implement no-fault loads
2008-08-29 blueswir1Fix Sparc64 boot on i386 host:
2008-08-25 blueswir1Fix udiv and sdiv on Sparc64 (Vince Weaver)
2008-08-21 blueswir1Use initial CPU definition structure for some CPU field...
2008-08-06 blueswir1Fix faligndata (Vince Weaver)
2008-08-06 blueswir1Fix I/D MMU tag reads
2008-07-25 blueswir1Make MAXTL dynamic, bounds check tl when indexing
2008-07-20 blueswir1Make UA200x features selectable, add MMU types
2008-07-19 blueswir1Remove unused variable
2008-07-19 blueswir1Implement nucleus quad ldda
2008-07-17 blueswir1Fix saving and loading of trap state
2008-07-17 blueswir1Support for address masking
2008-07-16 blueswir1Fix MMU registers, add more E-cache ASIs
2008-07-08 blueswir1Implement some Ultrasparc cache ASIs used by SILO
2008-06-20 blueswir1Fix boot problem on i386 host introduced in r4690
2008-06-07 blueswir1Allow NWINDOWS selection (CPU feature with model specif...
2008-05-29 blueswir1Remove unused (for now) reg_REGWPTR (original patch...
2008-05-27 blueswir1Move non-op functions from op_helper.c to helper.c...
2008-05-25 pbrookFix off-by-one unwinding error.
2008-05-20 blueswir1Remove currently unnecessary alignment masking
2008-05-12 blueswir1Wrap long lines
2008-05-11 blueswir1Remove someexplicit alignment checks (initial patch...
2008-05-10 bellardsuppressed fixed registers
2008-05-10 blueswir1Fix compiler warnings
2008-05-09 blueswir1CPU feature selection support
2008-05-09 blueswir1Move #include to speed up compilation
2008-05-04 blueswir1Complete the TCG conversion
2008-04-22 blueswir1Revert the previous patch
2008-04-22 blueswir1Move 128-bit float emulation under linux-user
2008-03-21 blueswir1 Convert align checks to TCG
2008-03-21 blueswir1 Convert save, restore, saved, restored, and flushw...
2008-03-21 blueswir1 Convert other float and VIS ops to TCG
2008-03-18 blueswir1 Convert udiv and sdiv ops to TCG
2008-03-18 blueswir1 Convert CCR and CWP ops to TCG
2008-03-18 blueswir1 Convert array8/16/32 and alignaddr to TCG
2008-03-15 blueswir1 Convert ldfsr and stfsr to TCG
2008-03-05 blueswir1 Convert Sparc64 trap state ops to TCG
2008-03-04 blueswir1 Convert float helpers to TCG, fix fabsq in the process
2008-02-24 blueswir1 Modify Sparc32/64 to use TCG
2008-02-11 blueswir1 Sparc32 MMU register fixes (Robert Reif)
2008-01-01 blueswir1 More ASIs
2007-12-30 blueswir1 Nicer debug output for exceptions
2007-12-28 blueswir1 Initial support for Sun4d machines (SS-1000, SS-2000)
next