]> git.proxmox.com Git - qemu.git/history - target-alpha/cpu.h
Remove unused is_softmmu parameter from cpu_handle_mmu_fault
[qemu.git] / target-alpha / cpu.h
2011-08-07 Blue SwirlRemove unused is_softmmu parameter from cpu_handle_mmu_...
2011-08-04 Anthony LiguoriMerge remote-tracking branch 'mst/for_anthony' into...
2011-07-29 Anthony LiguoriMerge remote-tracking branch 'kraxel/migration.2' into...
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-19 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.19' into staging
2011-07-19 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v38' into...
2011-07-19 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2011-07-12 Peter Maydelltarget-alpha, target-ppc: Remove unnecessary setjmp...
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 SwirlMove cpu_has_work and cpu_pc_from_tb to cpu.h
2011-06-15 Michael S. TsirkinMerge remote-tracking branch 'origin/master' into pci
2011-06-15 Anthony LiguoriMerge remote-tracking branch 'alon/pull-libcacard-1...
2011-06-15 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2011-06-10 Edgar E. IglesiasMerge remote branch 'rth/axp-next' into alpha-merge
2011-05-31 Richard Hendersontarget-alpha: Trap for unassigned and unaligned addresses.
2011-05-31 Richard Hendersontarget-alpha: Implement cpu_alpha_handle_mmu_fault...
2011-05-31 Richard Hendersontarget-alpha: Disable interrupts properly.
2011-05-31 Richard Hendersontarget-alpha: All ISA checks to use TB->FLAGS.
2011-05-31 Richard Hendersontarget-alpha: Swap shadow registers moving to/from...
2011-05-31 Richard Hendersontarget-alpha: Add IPRs to be used by the emulation...
2011-05-31 Richard Hendersontarget-alpha: Use kernel mmu_idx for pal_mode.
2011-05-31 Richard Hendersontarget-alpha: Add various symbolic constants.
2011-05-31 Richard Hendersontarget-alpha: Tidy exception constants.
2011-05-31 Richard Hendersontarget-alpha: Rationalize internal processor registers.
2011-05-31 Richard Hendersontarget-alpha: Cleanup MMU modes.
2011-05-31 Richard Hendersontarget-alpha: Remove partial support for palcode emulation.
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-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: Enable NPTL.
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
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-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.
2009-12-13 Richard Hendersontarget-alpha: Fixes for alpha-linux syscalls.
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-08-24 Nathan Froydcleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal
2009-07-16 Blue SwirlUpdate to a hopefully more future proof FSF address
2009-04-07 aurel32target-alpha: document more registers used by 21264
2009-04-07 aurel32target-alpha: set target page size to 13 bits
2009-03-29 aurel32target-alpha: remove PALCODE_ declarations (unused).
2009-03-29 aurel32Document which IPR are used by 21264
2009-03-07 pbrookThe _exit syscall is used for both thread termination...
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-12-11 aurel32target-alpha: fix 2 warnings
2008-11-30 aurel32Common cpu_loop_exit prototype
2008-11-18 aliguoriRefactor translation block CPU state handling (Jan...
2008-11-18 aliguoriConvert CPU_PC_FROM_TB to static inline (Jan Kiszka)
2008-09-29 aurel32target-alpha: convert FP ops to TCG
2008-09-18 aurel32target-alpha: convert remaining arith3 functions to TCG
2008-09-18 aurel32target-alpha: switch a few helpers to TCG
2008-09-02 aurel32Fix call_pal() prototype for alpha system emulation
2008-07-01 pbrookMove interrupt_request and user_mode_only to common...
2008-06-29 pbrookAdd instruction counter.
2008-05-30 pbrookFix typo.
2008-05-30 pbrookMove clone() register setup to target specific code...
2008-05-29 bellardPush common interrupt variables to cpu-defs.h (Glauber...
2008-05-28 bellardmoved halted field to CPU_COMMON
2007-11-10 bellardadded cpu_model parameter to cpu_init()
2007-10-28 j_mayerAlpha coding style and inlining fixes.
2007-10-14 j_mayerReplace is_user variable with mmu_idx in softmmu core,
2007-09-27 thsMove get_sp_from_cpustate from cpu.h to target_signal.h.
2007-09-27 thslinux-user sigaltstack() syscall, by Thayne Harbaugh.
2007-09-20 j_mayerMove likely and unlikely macros in a common place ...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-06-03 thsMove target-specific defines to the target directories.
2007-04-14 j_mayerFix miscellaneous display warnings for PowerPC & alpha...
2007-04-05 j_mayerFix alpha target compilation on 32 bits hosts.
2007-04-05 j_mayerAlpha architecture emulation core.