]> git.proxmox.com Git - qemu.git/history - target-sparc/op_helper.c
sparc32 SuperSPARC MMU Breakpoint Action register (SS-20 OBP fix)
[qemu.git] / target-sparc / op_helper.c
2010-05-29 Artyom Tarasenkosparc32 SuperSPARC MMU Breakpoint Action register ...
2010-05-29 Blue Swirlsparc64: fix user emulator build
2010-05-29 Igor V. Kovalenkosparc64: fix 128-bit atomic load from nucleus context v1
2010-05-24 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-24 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-05-22 Igor V. Kovalenkosparc64: flush translations on mmu context change
2010-05-22 Igor V. Kovalenkosparc64: fix pstate privilege bits
2010-05-20 Richard Hendersontarget-sparc: Inline some generation of carry for ADDX...
2010-05-19 Richard Hendersontarget-sparc: Simplify ICC generation.
2010-05-19 Richard Hendersontarget-sparc: Fix compilation with --enable-debug.
2010-05-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-05-16 Blue Swirlsparc: move DT and QT defines to op_helper.c
2010-05-16 Igor V. Kovalenkosparc64: fix mmu demap operand typo
2010-05-09 Blue Swirlsparc: Fix lazy flag calculation on interrupts, refactor
2010-05-06 Igor V. Kovalenkosparc64: handle asi referencing nucleus and secondary...
2010-05-06 Igor V. Kovalenkosparc64: implement global translation table entries v1
2010-04-23 Anthony LiguoriMerge remote branch 'origin/master' into staging
2010-04-23 Richard Hendersontarget-sparc: Fix address masking in ldqf and stqf.
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-12 Paul BrookTarget specific usermode cleanup
2010-01-23 Artyom Tarasenkosparc32 fix np dereference in do_unassigned_access
2010-01-15 Artyom Tarasenkosparc32 do_unassigned_access overhaul v2
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
next