summaryrefslogtreecommitdiffstats
path: root/target-alpha
Commit message (Expand)AuthorAgeFilesLines
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-1/+1
* Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl2011-08-073-4/+4
* exec.h cleanupBlue Swirl2011-07-302-40/+6
* Fix unassigned memory access handlingBlue Swirl2011-07-202-4/+7
* target-alpha, target-ppc: Remove unnecessary setjmp.h includePeter Maydell2011-07-121-2/+0
* Remove exec-all.h include directivesBlue Swirl2011-06-263-3/+0
* Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl2011-06-262-20/+22
* exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl2011-06-261-1/+1
* cpu_loop_exit: avoid using AREG0Blue Swirl2011-06-261-3/+3
* alpha: remove unused variableMichael S. Tsirkin2011-06-161-1/+6
* alpha/translate: remve unused variablesMichael S. Tsirkin2011-06-161-2/+1
* target-alpha: Implement TLB flush primitives.Richard Henderson2011-05-313-12/+34
* target-alpha: Use a fixed frequency for the RPCC in system mode.Richard Henderson2011-05-311-1/+10
* target-alpha: Trap for unassigned and unaligned addresses.Richard Henderson2011-05-312-1/+31
* target-alpha: Remap PIO space for 43-bit KSEG for EV6.Richard Henderson2011-05-311-3/+7
* target-alpha: Implement cpu_alpha_handle_mmu_fault for system mode.Richard Henderson2011-05-312-4/+138
* target-alpha: Implement more CALL_PAL values inline.Richard Henderson2011-05-311-32/+108
* target-alpha: Disable interrupts properly.Richard Henderson2011-05-312-1/+16
* target-alpha: All ISA checks to use TB->FLAGS.Richard Henderson2011-05-312-181/+229
* target-alpha: Swap shadow registers moving to/from PALmode.Richard Henderson2011-05-313-2/+41
* target-alpha: Implement do_interrupt for system mode.Richard Henderson2011-05-311-10/+111
* target-alpha: Add IPRs to be used by the emulation PALcode.Richard Henderson2011-05-313-0/+124
* target-alpha: Use kernel mmu_idx for pal_mode.Richard Henderson2011-05-312-5/+9
* target-alpha: Add various symbolic constants.Richard Henderson2011-05-312-14/+44
* target-alpha: Use do_restore_state for arithmetic exceptions.Richard Henderson2011-05-311-19/+30
* target-alpha: Tidy up arithmetic exceptions.Richard Henderson2011-05-311-13/+21
* target-alpha: Tidy exception constants.Richard Henderson2011-05-313-26/+17
* target-alpha: Enable the alpha-softmmu target.Richard Henderson2011-05-311-0/+74
* target-alpha: Rationalize internal processor registers.Richard Henderson2011-05-315-559/+20
* target-alpha: Merge HW_REI and HW_RET implementations.Richard Henderson2011-05-313-22/+8
* target-alpha: Cleanup MMU modes.Richard Henderson2011-05-312-12/+32
* target-alpha: Fix system store_conditionalRichard Henderson2011-05-311-3/+3
* target-alpha: Fix translation of PALmode memory insns.Richard Henderson2011-05-313-183/+65
* target-alpha: Remove partial support for palcode emulation.Richard Henderson2011-05-313-38/+1
* target-alpha: Single-step properly across branches.Richard Henderson2011-05-311-15/+20
* Remove unused function parameter from cpu_restore_stateStefan Weil2011-04-201-1/+1
* Remove unused function parameters from gen_pc_load and rename the functionStefan Weil2011-04-201-2/+1
* softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno2011-04-171-2/+2
* target-alpha: use new float64_unordered_quiet() functionAurelien Jarno2011-04-171-2/+3
* Fix conversions from pointer to tcg_target_longStefan Weil2011-04-101-3/+3
* inline cpu_halted into sole callerPaolo Bonzini2011-03-131-11/+0
* softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell2011-01-021-1/+1
* target-xxx: Use fprintf_function (format checking)Stefan Weil2010-10-301-2/+1
* remove exec-all.h inclusion from cpu.hPaolo Bonzini2010-07-031-1/+0
* move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini2010-07-032-5/+5
* remove unused stuff from */exec.hPaolo Bonzini2010-07-031-2/+0
* target-alpha: Implement RPCC.Richard Henderson2010-04-272-3/+3
* target-alpha: Fix load-locked/store-conditional.Richard Henderson2010-04-274-79/+138
* target-alpha: Indicate NORETURN status when raising exception.Richard Henderson2010-04-271-11/+14
* target-alpha: Enable NPTL.Richard Henderson2010-04-271-11/+18
OpenPOWER on IntegriCloud