]> git.proxmox.com Git - mirror_qemu.git/history - target-alpha/helper.c
Rename target_phys_addr_t to hwaddr
[mirror_qemu.git] / target-alpha / helper.c
2012-10-23 Avi KivityRename target_phys_addr_t to hwaddr
2012-04-16 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2012-04-16 Anthony LiguoriMerge remote-tracking branch 'sstabellini/for_anthony...
2012-04-14 Blue SwirlUse uintptr_t for various op related functions
2012-04-10 Anthony LiguoriMerge commit 'ff71f2e8cacefae99179993204172bc65e4303df...
2012-04-08 Blue SwirlMerge branch 'memory/core' of git://git.kernel.org...
2012-03-28 Anthony LiguoriMerge remote-tracking branch 'sstabellini/disk_io'...
2012-03-26 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v51' into...
2012-03-24 Richard Hendersontarget-alpha: Make use of fp_status.flush_inputs_to_zero.
2012-03-24 Richard Hendersontarget-alpha: Move fpcr helpers from op_helper.c to...
2012-03-24 Richard Hendersontarget-alpha: Move exception helpers to helper.c.
2012-03-19 Anthony LiguoriMerge remote-tracking branch 'sstabellini/saverestore...
2012-03-16 Anthony LiguoriMerge remote-tracking branch 'kraxel/seabios-1.6.3...
2012-03-14 Anthony LiguoriMerge remote-tracking branch 'afaerber/qom-cpu.v5'...
2012-03-14 Andreas Färbertarget-alpha: Don't overuse CPUState
2012-02-23 Kevin WolfMerge qemu-iotests into for-anthony
2011-08-09 Edgar E. IglesiasMerge remote-tracking branch 'pm-arm/for-upstream'...
2011-08-08 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2011-08-08 malcMerge branch 'master' of git://git.qemu.org/qemu
2011-08-07 Blue SwirlRemove unused is_softmmu parameter from cpu_handle_mmu_...
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-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: Remap PIO space for 43-bit KSEG for EV6.
2011-05-31 Richard Hendersontarget-alpha: Implement cpu_alpha_handle_mmu_fault...
2011-05-31 Richard Hendersontarget-alpha: Swap shadow registers moving to/from...
2011-05-31 Richard Hendersontarget-alpha: Implement do_interrupt for system mode.
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: Remove partial support for palcode emulation.
2010-11-01 Anthony LiguoriMerge remote branch 'spice/config.2' into staging
2010-11-01 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-10-30 Stefan Weiltarget-xxx: Use fprintf_function (format checking)
2010-05-03 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into HEAD
2010-04-27 Richard Hendersontarget-alpha: Fix load-locked/store-conditional.
2010-04-25 Blue Swirlalpha: add missing 'break', spotted by clang analyzer
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-02-23 Richard Hendersontarget-alpha: Split up FPCR value into separate fields.
2010-02-14 Blue SwirlFix incorrect exception_index use
2009-12-16 Stefan Weiltarget-alpha: Fix compiler warning for gcc-4.3 (and...
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-07-16 Blue SwirlUpdate to a hopefully more future proof FSF address
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-12-13 blueswir1Remove unnecessary trailing newlines
2008-11-07 aurel32target-alpha: fix locked loads/stores
2008-09-30 aurel32target-alpha: convert palcode ops to TCG
2008-09-29 aurel32target-alpha: convert FP ops to TCG
2008-09-20 blueswir1Suppress gcc 4.x -Wpointer-sign (included in -Wall...
2008-09-14 blueswir1Fix warnings that would be caused by gcc flag -Wwrite...
2007-10-14 j_mayerReplace is_user variable with mmu_idx in softmmu core,
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-04-07 j_mayercpu_get_phys_page_debug should return target_phys_addr_t
2007-04-05 j_mayerAlpha architecture emulation core.