]> git.proxmox.com Git - qemu.git/history - target-alpha
vnc: rename vnc-encoding-* vnc-enc-*
[qemu.git] / target-alpha /
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 exec-all.h inclusion from cpu.h
2010-07-03 Paolo Bonzinimove cpu_pc_from_tb to target-*/exec.h
2010-07-03 Paolo Bonziniremove unused stuff from */exec.h
2010-05-03 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into HEAD
2010-04-27 Richard Hendersontarget-alpha: Implement RPCC.
2010-04-27 Richard Hendersontarget-alpha: Fix load-locked/store-conditional.
2010-04-27 Richard Hendersontarget-alpha: Indicate NORETURN status when raising...
2010-04-27 Richard Hendersontarget-alpha: Enable NPTL.
2010-04-27 Richard Hendersontarget-alpha: Update commentary for opcode 0x1A.
2010-04-27 Richard Hendersontarget-alpha: Emit goto_tb opcodes.
2010-04-27 Richard Hendersontarget-alpha: Implement cvtlq inline.
2010-04-27 Richard Hendersontarget-alpha: Implement rs/rc properly.
2010-04-27 Richard Hendersontarget-alpha: Implement cpys{, n, e} inline.
2010-04-25 Blue Swirlalpha: add missing 'break', spotted by clang analyzer
2010-04-25 Blue Swirlalpha: remove dead assignments, spotted by clang analyzer
2010-04-14 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-04-10 Richard Hendersontarget-alpha: Use non-inverted arguments to gen_{f...
2010-04-10 Richard Hendersontarget-alpha: Use setcond for int comparisons.
2010-04-10 Richard Hendersontarget-alpha: Implement cvtql inline.
2010-04-10 Richard Hendersontarget-alpha: Add flags markups to helpers.h.
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-12 Paul BrookRemove cpu_get_phys_page_debug from userspace emulation
2010-03-12 Richard HendersonMove TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.
2010-02-28 Richard Hendersonalpha-linux-user: Implement signals.
2010-02-28 Richard Hendersontarget-alpha: Implement IEEE FP qualifiers.
2010-02-23 Richard Hendersontarget-alpha: Mark helper_excp as NORETURN.
2010-02-23 Richard Hendersontarget-alpha: Clean up arithmetic traps.
2010-02-23 Richard Hendersontarget-alpha: Reduce internal processor registers for...
2010-02-23 Richard Hendersontarget-alpha: Split up FPCR value into separate fields.
2010-02-14 Blue SwirlFix incorrect exception_index use
2010-01-19 Paolo Bonzinikill regs_to_env and env_to_regs
2009-12-23 Richard Hendersontarget-alpha: Initialize fpcr
2009-12-21 Richard Hendersontarget-alpha: Emit tcg debug_insn_start.
2009-12-17 Richard Hendersontarget-alpha: Fix float32_to_s vs zero exponent.
2009-12-17 Richard Hendersontarget-alpha: Fix cvtlq.
2009-12-17 Richard Hendersontarget-alpha: Implement fp branch/cmov inline.
2009-12-16 Stefan Weiltarget-alpha: Fix compiler warning for gcc-4.3 (and...
2009-12-13 Richard Hendersontarget-alpha: Fix double log_cpu_state.
2009-12-13 Richard Hendersontarget-alpha: Fix FMOV.
2009-12-13 Richard Hendersontarget-alpha: Expand ins*h inline.
2009-12-13 Richard Hendersontarget-alpha: Expand msk*h inline.
2009-12-13 Richard Hendersontarget-alpha: Expand msk*l inline.
2009-12-13 Richard Hendersontarget-alpha: Expand ins*l inline.
2009-12-13 Richard Hendersontarget-alpha: Implement RD/WRUNIQUE in the translator
2009-12-13 Richard Hendersontarget-alpha: Fix fbcond branch offset.
2009-12-13 Richard Hendersontarget-alpha: Rewrite gen_ext_[hl] in terms of zapnot.
2009-12-13 Richard Hendersontarget-alpha: Expand zap/zapnot with immediate inline.
2009-12-13 Richard Hendersontarget-alpha: Fix -d in_asm
2009-12-13 Richard Hendersontarget-alpha: Implement missing MVI instructions.
2009-12-13 Richard Hendersontarget-alpha: Fixes for alpha-linux syscalls.
2009-12-13 Richard Hendersontarget-alpha: Honor the -cpu command line argument.
2009-12-13 Richard Hendersontarget-alpha: Remove bogus DO_TB_FLUSH code from transl...
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-09-18 Vince Weavertarget-alpha: fix extlh instruction
2009-09-12 Blue SwirlFix sys-queue.h conflict for good
2009-08-24 Nathan Froydcleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal
2009-08-16 Blue SwirlReplace always_inline with inline
2009-07-16 Blue SwirlUpdate to a hopefully more future proof FSF address
2009-04-24 aliguoriqemu: introduce qemu_init_vcpu (Marcelo Tosatti)
2009-04-24 aliguoriqemu: per-arch cpu_has_work (Marcelo Tosatti)
2009-04-15 aurel32target-alpha: fix emulation of ecb
2009-04-10 aurel32target-alpha: remove amask helper
2009-04-10 aurel32target-alpha: remove helper_load_implver
2009-04-10 aurel32target-alpha: overflow condition for sublv and subqv
2009-04-07 aurel32target-alpha: fix palcode mask for user pal calls
2009-04-07 aurel32target-alpha: document more registers used by 21264
2009-04-07 aurel32target-alpha: set target page size to 13 bits
2009-04-07 aurel32target-alpha: stop translation if too long
2009-04-05 aurel32Add new command line option -singlestep for tcg single...
2009-03-29 aurel32target-alpha: bug fix: avoid nop to override next instr...
2009-03-29 aurel32target-alpha: remove PALCODE_ declarations (unused).
2009-03-29 aurel32target-alpha: add instruction name in comments for...
2009-03-29 aurel32Document which IPR are used by 21264
2009-03-29 aurel32target-alpha: tb_flush helper should flush the tb ...
2009-03-29 aurel32target-alpha: fix temp free for hw_st
2009-03-29 aurel32target-alpha: fix bug: integer conditional branch offse...
2009-03-29 aurel32target-alpha: Fix bug: do not mask address LSBs for...
2009-03-29 aurel32target-alpha: Fix bug: palcode is at least 6 bits.
2009-03-07 pbrookThe _exit syscall is used for both thread termination...
2009-02-05 aliguoritargets: remove error handling from qemu_malloc() calle...
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-15 aliguoriClean up debugging code #ifdefs (Eduardo Habkost)
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-12-13 blueswir1Remove unnecessary trailing newlines
2008-12-11 aurel32target-alpha: fix 2 warnings
2008-12-07 aurel32target-alpha: gdb-stub support
2008-11-30 aurel32Common cpu_loop_exit prototype
2008-11-25 aliguoriUse sys-queue.h for break/watchpoint managment (Jan...
2008-11-21 aurel32target-alpha: use CPU_Float/CPU_Double instead of ugly...
2008-11-18 aliguoriRefactor and enhance break/watchpoint API (Jan Kiszka)
2008-11-18 aliguoriRefactor translation block CPU state handling (Jan...
2008-11-18 aliguoriConvert CPU_PC_FROM_TB to static inline (Jan Kiszka)
2008-11-17 pbrookTCG variable type checking.
2008-11-11 aurel32target-alpha: fix decoding of CVTST /S
2008-11-11 aurel32target-alpha: disable single stepping and TB flush...
next