summaryrefslogtreecommitdiffstats
path: root/target-alpha
Commit message (Expand)AuthorAgeFilesLines
* Replace Qemu by QEMU in commentsStefan Weil2012-04-071-1/+1
* Replace Qemu by QEMU in internal documentationStefan Weil2012-04-071-1/+1
* target-alpha: Use noreturn marker in helper.h.Richard Henderson2012-03-241-1/+1
* target-alpha: Make use of fp_status.flush_inputs_to_zero.Richard Henderson2012-03-245-50/+26
* target-alpha: Move memory helpers to mem_helper.c.Richard Henderson2012-03-243-37/+26
* target-alpha: Move palcode support helpers to sys_helper.c.Richard Henderson2012-03-244-77/+99
* target-alpha: Move integer overflow helpers to int_helper.c.Richard Henderson2012-03-244-75/+106
* target-alpha: Move fpcr helpers from op_helper.c to helper.c.Richard Henderson2012-03-244-17/+17
* target-alpha: Move floating-point helpers to fpu_helper.c.Richard Henderson2012-03-244-928/+966
* target-alpha: Move exception helpers to helper.c.Richard Henderson2012-03-245-56/+63
* target-alpha: Move integer helpers to int_helper.c.Richard Henderson2012-03-242-233/+257
* alpha-linux-user: Initialize fpu to round-to-normal.Richard Henderson2012-03-241-1/+2
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-1/+1
* target-alpha: Don't overuse CPUStateAndreas Färber2012-03-145-74/+74
* target-alpha: Clean includesStefan Weil2012-02-282-5/+1
* fix spelling in target sub directoryDong Xu Wang2011-12-021-1/+1
* target-alpha: Add high-resolution access to wall clock and an alarm.Richard Henderson2011-10-084-4/+48
* target-alpha: Implement HALT IPR.Richard Henderson2011-10-083-0/+16
* target-alpha: Implement WAIT IPR.Richard Henderson2011-10-081-10/+21
* target-alpha: Honor icount for RPCC instruction.Richard Henderson2011-10-081-2/+10
* softmmu_header: pass CPUState to tlb_fillBlue Swirl2011-10-011-4/+3
* 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
OpenPOWER on IntegriCloud