]> git.proxmox.com Git - qemu.git/history - target-mips/op_helper.c
xen: fix xen-mapcache build on non-Xen capable targets
[qemu.git] / target-mips / op_helper.c
2011-07-22 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v39' into...
2011-07-22 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-07-20 Blue SwirlFix unassigned memory access handling
2011-07-20 Blue SwirlMerge branch 'for-upstream' of git://git.linaro.org...
2011-07-01 Blue SwirlMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.17' into staging
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-06-26 Blue Swirlcpu_loop_exit: avoid using AREG0
2011-05-05 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-04-25 Anthony LiguoriMerge remote-tracking branch 'awilliam/ipxe' into staging
2011-04-20 Stefan WeilRemove unused function parameter from cpu_restore_state
2011-04-17 Aurelien Jarnotarget-mips: clear softfpu exception state for comparis...
2011-04-17 Aurelien Jarnotarget-mips: fix c.ps.* instructions
2011-04-17 Aurelien Jarnotarget-mips: don't hardcode softfloat exception bits
2011-04-17 Aurelien Jarnotarget-mips: simplify FP comparisons
2011-04-17 Aurelien Jarnosoftfloat: rename float*_eq() into float*_eq_quiet()
2011-04-17 Aurelien Jarnotarget-mips: use new float*_unordered*() functions
2011-02-09 Aurelien JarnoMerge branch 'linux-user-for-upstream' of git://gitorio...
2011-02-09 Chris Dearman[PATCH] [MIPS] Clear softfpu exception state for round...
2011-01-10 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-10 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-01-02 Peter Maydellsoftfloat: Rename float*_is_nan() functions to float...
2010-12-27 Aurelien JarnoMerge branch 'spice.v23.pull' of git://anongit.freedesk...
2010-12-22 Nathan Froydtarget-mips: fix translation of MT instructions
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-09-20 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-09-18 Blue SwirlMIPS: fix yield handling
2010-07-31 Hervé PoussineauCorrectly identify multiple cpus in SMP systems
2010-07-26 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-07-25 Aurelien Jarnomips: more fixes to the MIPS interrupt glue logic
2010-07-24 Edgar E. Iglesiasmips: Correct MIPS interrupt glue logic for icount
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-07-03 Paolo Bonziniremove unused stuff from */exec.h
2010-06-14 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-10 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-06-09 Nathan Froydtarget-mips: microMIPS ASE support
2010-02-08 Anthony LiguoriMerge remote branch 'linux-user/linux-user-for-upstream...
2010-02-08 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging-tmp
2010-02-06 Aurelien Jarnotarget-mips: don't call cpu_loop_exit() from helper.c
2009-12-13 Nathan Froydtarget-mips: change interrupt bits to be mips16-aware
2009-12-01 Anthony LiguoriMerge commit 'mst/for_anthony' into mst
2009-11-30 Aurelien Jarnotarget-mips: use physical address in lladdr
2009-11-30 Aurelien Jarnotarget-mips: factorize load/store code in op_helper.c
2009-11-22 Aurelien Jarnotarget-mips: make CP0_LLAddr register CPU dependent
2009-11-22 Aurelien Jarnotarget-mips: rename CP0_LLAddr into lladdr
2009-11-14 Aurelien Jarnotarget-mips: fix indentation
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-09-21 Blue SwirlAdd 'static' to please Sparse
2009-07-16 Blue SwirlUpdate to a hopefully more future proof FSF address
2009-04-15 aurel32target-mips: variable names consistency
2009-03-28 aurel32target-mips: implement FPU Flush-To-Zero mode
2009-03-08 aurel32target-mips: remove dead code
2009-03-08 aurel32target-mips: rename helpers from do_ to helper_
2009-01-15 aliguoriglobal s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo...
2009-01-15 aliguoriConvert references to logfile/loglevel to use qemu_log...
2009-01-14 aurel32target-mips: fix indentation
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-12-20 thsFix remaining compiler warnings for mips targets.
2008-12-07 aurel32MIPS: remove a few warnings
2008-11-17 pbrookTCG variable type checking.
2008-11-11 aurel32target-mips: convert bit shuffle ops to TCG
2008-11-11 aurel32target-mips: convert bitfield ops to TCG
2008-11-11 aurel32target-mips: fix mft* helpers/call
2008-10-06 blueswir1Show size for unassigned accesses (Robert Reif)
2008-09-18 thsMove the active FPU registers into env again, and use...
2008-09-14 aurel32MIPS: Fix tlbwi/tlbwr
2008-07-23 thsUse plain standard inline.
2008-07-23 thsLess hardcoding of TARGET_USER_ONLY.
2008-07-09 thsUse temporary registers for the MIPS FPU emulation.
2008-06-29 thsRemove unnecessary helper arguments, and fix some typos.
2008-06-27 thsAvoid unused input arguments which triggered tcg errors...
2008-06-27 thsMore efficient target register / TC accesses.
2008-06-24 thsRemove remaining uses of T0 in the MIPS target.
2008-06-24 thsUse temporaries instead of fixed registers for some...
2008-06-23 thsPass T0/T1 explicitly to helper functions, and clean...
2008-06-20 thsConvert unaligned load/store to TCG.
2008-06-20 thsConvert vr54xx multiply instructions to TCG.
2008-06-19 thsConvert remaining MIPS FP instructions to TCG.
2008-06-12 thsSwitch the standard multiplication instructions to...
2008-06-12 thsSwitch bitfield instructions and assorted special ops...
2008-06-12 thsTCGify a few more instructions.
2008-06-09 thsSwitch remaining CP0 instructions to TCG or helper...
2008-05-25 pbrookFix off-by-one unwinding error.
2008-05-23 thsFix build failure for MIPS64 targets on 64-bit hosts.
2008-05-21 thsSwitch MIPS clo/clz and the condition tests to TCG.
2008-05-18 thsSwitch most MIPS logical and arithmetic instructions...
2008-05-10 bellardfixed do_restore_state()
2008-02-12 thsMake MIPS MT implementation more cache friendly.
2008-01-08 thsFix broken absoluteness check for cabs.d.*.
2007-12-25 thsSupport for VR5432, and some of its special instruction...
2007-12-25 thsAvoid host FPE for overflowing division on MIPS, by...
2007-11-18 pbrookAdd strict checking mode for softfp code.
2007-11-18 thsFix MIPS64 R2 instructions.
2007-11-17 pbrookFix int/float inconsistencies.
2007-11-08 thsClean out the N32 macros from target-mips, and introduc...
2007-10-29 thsAdjust s390 addresses (the MSB is defined as "to be...
2007-10-28 thsImplement missing MIPS supervisor mode bits.
next