]> git.proxmox.com Git - qemu.git/history - target-mips
LAN9118 improvements
[qemu.git] / target-mips /
2009-12-16 Stefan Weiltarget-mips: No MIPS16 support for 4Kc, 4KEc cores
2009-12-16 Stefan Weiltarget-mips: 4Kc, 4KEc cores do not support MIPS16
2009-12-13 Nathan Froydtarget-mips: fix user-mode emulation startup
2009-12-13 Nathan Froydtarget-mips: set Config1.CA for MIPS16-aware CPUs
2009-12-13 Nathan Froydtarget-mips: add copyright notice for mips16 work
2009-12-13 Nathan Froydtarget-mips: add mips16 instruction decoding
2009-12-13 Nathan Froydtarget-mips: add enums for MIPS16 opcodes
2009-12-13 Nathan Froydtarget-mips: split out delay slot handling
2009-12-13 Nathan Froydtarget-mips: add gen_base_offset_addr
2009-12-13 Nathan Froydtarget-mips: make gen_compute_branch 16/32-bit-aware
2009-12-13 Nathan Froydtarget-mips: move ROTR and ROTRV inside gen_shift_...
2009-12-13 Nathan Froydtarget-mips: change interrupt bits to be mips16-aware
2009-12-13 Nathan Froydtarget-mips: add new HFLAGs for JALX and 16/32-bit...
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: add a function to do virtual -> physical...
2009-11-30 Aurelien Jarnotarget-mips: split code raising MMU exception in a...
2009-11-30 Aurelien Jarnotarget-mips: factorize load/store code in op_helper.c
2009-11-22 Aurelien Jarnotarget-mips: fix physical address type in MMU functions
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-11-14 Blue Swirlmips: fix cpu_reset memory leak
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-09-30 Aurelien Jarnotarget-mips: make sure constants are in the second...
2009-09-30 Stefan Weilmips: Fix spelling in comment
2009-09-30 Michael S. Tsirkintarget-mips: unmatched brackets in if 0
2009-09-28 Aurelien Jarnotarget-mips: log instructions start in TCG code
2009-09-23 Aurelien Jarnotarget-mips: remove MAX_OP_PER_INSTR workaround
2009-09-21 Blue SwirlAdd 'static' to please Sparse
2009-09-14 Nathan Froydtarget-mips: fix single-stepping
2009-09-12 Blue SwirlFix sys-queue.h conflict for good
2009-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-25 Nathan Froydtarget-mips: fix conditional moves off fp condition...
2009-08-24 Nathan Froydcleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal
2009-07-27 Juan Quintelarename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
2009-07-27 Juan Quintelachange HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}
2009-07-16 Blue SwirlUpdate to a hopefully more future proof FSF address
2009-07-12 Aurelien Jarnotarget-mips: remove useless code in gen_st_cond()
2009-07-12 Paul BrookFix MIPS SC
2009-07-09 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-07-09 Paul BrookMIPS atomic instructions
2009-07-09 Paul BrookMIPS usermode TLS register
2009-07-03 Nathan Froydtarget-mips: fix MADD and MSUB/MSUBU instructions
2009-06-13 Blue SwirlFix a warning: uint_fast8_t is not 8 bits on OpenBSD...
2009-05-21 Anthony LiguoriConvert machine registration to use module init functions
2009-05-19 Paul BrookHardware convenience library
2009-05-13 Paul BrookInclude assert.h from qemu-common.h
2009-05-13 Blue SwirlReplace gcc variadic macro extension with C99 version
2009-05-04 Aurelien Jarnotarget-mips: proper sign extension for 'SUBU rd, zero...
2009-05-04 Aurelien Jarnotarget-mips: fix comments about SUB/DSUB
2009-04-24 aliguoriqemu: introduce qemu_init_vcpu (Marcelo Tosatti)
2009-04-24 aliguoriqemu: per-arch cpu_has_work (Marcelo Tosatti)
2009-04-20 pbrookEnable access to SYNCI_Step register in usermode emulation.
2009-04-17 aurel32Revert "target-mips: fix call to check_*() functions"
2009-04-17 aurel32target-mips: simplify exception generation
2009-04-16 aurel32target-mips: fix revision r7126
2009-04-16 aurel32target-mips: fix call to check_*() functions
2009-04-16 aurel32target-mips: optimize gen_flt3_ldst()
2009-04-16 aurel32target-mips: optimize gen_flt_ldst()
2009-04-16 pbrookStop translation after a syscall instruciton.
2009-04-15 aurel32target-mips: mark zero register as unused.
2009-04-15 aurel32target-mips: variable names consistency
2009-04-13 aurel32target-mips: fix commits 7040 and 7042
2009-04-12 aurel32target-mips: fix commit 7046
2009-04-11 aurel32target-mips: don't map zero register as a TCG global
2009-04-11 aurel32target-mips: optimize gen_ldst()
2009-04-11 aurel32target-mips: optimize gen_arith_imm()
2009-04-10 aurel32target-mips: fix commit r7076
2009-04-10 aurel32target-mips: optimize gen_movcf_d()
2009-04-10 aurel32target-mips: optimize a few tcg_temp_free()
2009-04-08 aurel32target-mips: optimize gen_farith()
2009-04-08 aurel32target-mips: optimize gen_flt3_arith()
2009-04-08 aurel32target-mips: optimize gen_flt3_ldst()
2009-04-08 aurel32target-mips: optimize gen_arith()
2009-04-08 aurel32target-mips: optimize decode_opc()
2009-04-08 aurel32target-mips: optimize gen_cp1()
2009-04-08 aurel32target-mips: optimize gen_cp0()
2009-04-06 aurel32target-mips: use the TCG_CALL_PURE and TCG_CALL_CONST...
2009-04-05 aurel32Add new command line option -singlestep for tcg single...
2009-03-29 aurel32target-mips: optimize gen_movcf_*()
2009-03-29 aurel32target-mips: optimize gen_movci()
2009-03-29 aurel32target-mips: optimize gen_compute_branch1()
2009-03-29 aurel32target-mips: don't map FP registers as TCG global variables
2009-03-29 aurel32target-mips: fix divu instruction
2009-03-29 aurel32target-mips: optimize write to env->hflags
2009-03-29 aurel32target-mips: optimize gen_muldiv()
2009-03-29 aurel32target-mips: optimize gen_HILO()
2009-03-29 aurel32target-mips: optimize gen_trap()
2009-03-29 aurel32target-mips: optimize gen_compute_branch()
2009-03-29 aurel32target-mips: don't mix result and arguments in gen_op_*
2009-03-29 aurel32target-mips: gen_bshfl()
2009-03-29 aurel32target-mips: optimize gen_mul_vr54xx()
2009-03-29 aurel32target-mips: optimize gen_cl()
2009-03-28 aurel32target-mips: fix FPU in 64-bit mode
2009-03-28 aurel32target-mips: implement FPU Flush-To-Zero mode
2009-03-10 aurel32target-mips: use nor instead of or + not
2009-03-09 aurel32target-mips: optimize mflo and mfhi
2009-03-08 aurel32target-mips: remove dead code
next