]> git.proxmox.com Git - qemu.git/history - target-mips/helper.c
slirp: Fix restricted mode
[qemu.git] / target-mips / helper.c
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 SwirlRemove exec-all.h include directives
2011-06-15 Michael S. TsirkinMerge remote-tracking branch 'origin/master' into pci
2011-05-14 Aurelien Jarnotarget-mips: Fix warning caused by unused local variable
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-08-23 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-08-09 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-08-06 Edgar E. Iglesiasmips: Add support for VInt and VEIC irq modes
2010-07-26 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-07-17 Aurelien Jarnotarget-mips: fix xtlb exception for loongson
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: add microMIPS exception handler support
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-17 Anthony LiguoriMerge remote branch 'mst/pci' into staging
2010-03-17 Paul BrookLarge page TLB flush
2010-03-12 Paul BrookTarget specific usermode cleanup
2010-03-12 Paul BrookRemove cpu_get_phys_page_debug from userspace emulation
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: add a function to do virtual -> physical...
2009-11-30 Aurelien Jarnotarget-mips: split code raising MMU exception in a...
2009-11-22 Aurelien Jarnotarget-mips: fix physical address type in MMU functions
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-09-30 Michael S. Tsirkintarget-mips: unmatched brackets in if 0
2009-07-16 Blue SwirlUpdate to a hopefully more future proof FSF address
2009-05-13 Paul BrookInclude assert.h from qemu-common.h
2009-01-15 aliguoriConvert references to logfile/loglevel to use qemu_log...
2009-01-14 aurel32target-mips: fix indentation
2009-01-12 aurel32target-mips: get rid of tests on env->user_mode_only
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-12-20 thsFix remaining compiler warnings for mips targets.
2008-09-21 thsFix Xcontext fill, by Here Poussineau.
2008-07-23 thsLess hardcoding of TARGET_USER_ONLY.
2008-06-27 thsMore efficient target register / TC accesses.
2008-03-29 thsFix infinite loop when invalidating TLB, by Herve Pouss...
2008-01-04 thsHandle some more exception types.
2008-01-03 thsFix exception debug output.
2007-12-26 thsDe-cruft exception definitions, and implement nicer...
2007-12-25 thsImproved PABITS handling, and config register fixes.
2007-11-22 thsFix off-by-one address checks in MIPS64 MMU, by Aurelie...
2007-11-08 thsClean out the N32 macros from target-mips, and introduc...
2007-10-29 thsFix logic bug which broke TLBL/TLBS handling somewhat.
2007-10-28 thsImplement missing MIPS supervisor mode bits.
2007-10-14 j_mayerReplace is_user variable with mmu_idx in softmmu core,
2007-10-13 thsFix off-by-one in address check.
2007-09-30 thsCode provision for n32/n64 mips userland emulation...
2007-09-29 thsSupervisor mode implementation, by Aurelien Jarno.
2007-09-26 thshflags computation cleanup, by Aurelien Jarno.
2007-09-25 thsOptimise instructions accessing CP0, by Aurelien Jarno.
2007-09-24 thsPer-CPU instruction decoding implementation, by Aurelie...
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-09-06 thsPartial support for 34K multithreading, not functional...
2007-08-26 thsDisable 64-bit instructions on 32-bit CPU, by Aurelien...
2007-06-25 thsMIPS64 improvements, based on a patch by Aurelien Jarno.
2007-06-23 thsHandle MIPS64 SEGBITS value correctly.
2007-05-28 thsHandle PX/UX status flags correctly, by Aurelien Jarno.
2007-05-23 thsThe 24k wants more watch and srsmap registers.
2007-05-13 thsFull MIPS64 MMU implementation, by Aurelien Jarno.
2007-05-13 thsMMU code improvements, by Aurelien Jarno.
2007-05-13 thsMIPS TLB style selection at runtime, by Herve Poussineau.
2007-05-09 thsPreliminary MIPS 64-bit MMU implementation, by Aurelien...
2007-05-07 thsMIPS 64-bit FPU support, plus some collateral bugfixes...
2007-05-07 thsClear BD slot on next exception if appropriate.
2007-04-13 thsAnother fix for CP0 Cause register handling.
2007-04-07 j_mayercpu_get_phys_page_debug should return target_phys_addr_t
2007-04-06 thsFix handling of ADES exceptions.
2007-04-05 thsfix branch delay slot cornercases.
2007-04-05 thsHandle EBase properly.
2007-03-30 thsSquash logic bugs while they are fresh...
2007-03-30 thsSanitize mips exception handling.
2007-03-18 thsFix BD flag handling, cause register contents, implemen...
2007-02-20 thsReplace TLSZ with TARGET_FMT_lx.
2007-02-18 thsFix sign-extension of VPN field in TLB, by Herve Poussi...
2007-01-22 thsFix PageMask handling, second part.
2007-01-21 thsBring TLB / PageSize handling in line with real hardwar...
2007-01-03 bellardmoved invalidate_tlb() to helper.c as a work around...
2006-12-21 thsScrap SIGN_EXTEND32.
2006-12-21 thsPreliminiary MIPS64 support, disabled by default due...
2006-12-10 thsHandle invalid accesses as SIGILL for mips/mipsel userl...
2006-12-07 thsFix reset handling, CP0 isn't enabled by default (a...
2006-12-06 thsAdd MIPS32R2 instructions, and generally straighten...
2006-12-06 thsMIPS TLB performance improvements, by Daniel Jacobowitz.
2006-06-26 bellardconsistent update of ERL and EXL
2006-06-14 bellarduse constants for TLB handling (Thiemo Seufer)
2006-05-22 bellardfix wrong bitmasks for CP0_Context and CP0_EntryHi...
2006-05-22 bellardcosmetics (Thiemo Seufer)
2006-05-22 bellardmips cleanup (Thiemo Seufer)
2006-03-11 pbrookClear MIPS_HFLAG_BMASK for ErrorEPC (Thiemo Seufer).
2006-03-11 pbrooke bitfields in mips TLB structures (Thiemo Seufer).
2005-12-05 bellardMIPS fixes (Daniel Jacobowitz)
next