summaryrefslogtreecommitdiffstats
path: root/target-alpha
Commit message (Expand)AuthorAgeFilesLines
* target-alpha: Emulate LL/SC using cmpxchg helpersRichard Henderson2016-10-264-71/+45Star
* target-alpha: Introduce MMU_PHYS_IDXRichard Henderson2016-10-265-114/+44Star
* exec: move cpu_exec_init() calls to realize functionsLaurent Vivier2016-10-241-8/+7Star
* target-alpha: Generate fence opPranith Kumar2016-09-161-2/+2
* Remove unused function declarationsLadi Prosek2016-09-151-1/+0Star
* target-*: Clean up cpu.h header guardsMarkus Armbruster2016-07-121-3/+3
* Fix confusing argument names in some common functionsSergey Sorokin2016-07-122-4/+6
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-06-291-2/+0Star
|\
| * target-*: Don't redefine cpu_exec()Peter Crosthwaite2016-06-291-2/+0Star
* | target-alpha: Avoid gcc 6.1 werror for linux-userRichard Henderson2016-06-271-3/+6
|/
* exec: [tcg] Track which vCPU is performing translation and executionLluís Vilanova2016-06-201-0/+1
* target-*: dfilter support for in_asmRichard Henderson2016-06-051-1/+2
* cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini2016-05-199-2/+8
* qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini2016-05-192-0/+3
* hw: move CPU state serialization to migration/cpu.hPaolo Bonzini2016-05-191-0/+1
* target-alpha: make cpu-qom.h not target specificPaolo Bonzini2016-05-192-40/+42
* cpu: make cpu-qom.h only include-able from cpu.hPaolo Bonzini2016-05-191-1/+0Star
* tcg: Allow goto_tb to any target PC in user modeSergey Fedorov2016-05-131-0/+4
* tb: consistently use uint32_t for tb->flagsEmilio G. Cota2016-05-131-1/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* tcg: Add type for vCPU pointersLluís Vilanova2016-03-011-1/+1
* all: Clean up includesPeter Maydell2016-02-231-1/+0Star
* tcg: Change tcg_global_mem_new_* to take a TCGv_ptrRichard Henderson2016-02-091-4/+4
* log: do not unnecessarily include qom/cpu.hPaolo Bonzini2016-02-031-0/+1
* alpha: Clean up includesPeter Maydell2016-01-2910-4/+10
* fpu: Replace uint64 typedef with uint64_tPeter Maydell2016-01-221-1/+1
* target-alpha: fix uninitialized variablePaolo Bonzini2015-11-061-1/+1
* target-*: Advance pc after recognizing a breakpointRichard Henderson2015-10-281-0/+5
* disas: QOMify alpha specific disas setupPeter Crosthwaite2015-10-221-0/+8
* qdev: Protect device-list-properties against broken devicesMarkus Armbruster2015-10-091-0/+7
* s/cpu_get_real_ticks/cpu_get_host_ticks/Christopher Covington2015-10-081-1/+1
* tcg: Remove gen_intermediate_code_pcRichard Henderson2015-10-071-37/+4Star
* tcg: Pass data argument to restore_state_to_opcRichard Henderson2015-10-071-2/+3
* tcg: Add TCG_MAX_INSNSRichard Henderson2015-10-071-0/+3
* target-*: Drop cpu_gen_code defineRichard Henderson2015-10-071-1/+0Star
* target-*: Introduce and use cpu_breakpoint_testRichard Henderson2015-10-071-9/+4Star
* target-*: Increment num_insns immediately after tcg_gen_insn_startRichard Henderson2015-10-071-2/+2
* target-*: Unconditionally emit tcg_gen_insn_startRichard Henderson2015-10-071-4/+2Star
* tcg: Rename debug_insn_start to insn_startRichard Henderson2015-10-071-1/+1
* alpha: Remove ELF_MACHINE from cpu.hPeter Crosthwaite2015-09-251-2/+0Star
* tlb: Add "ifetch" argument to cpu_mmu_index()Benjamin Herrenschmidt2015-09-112-2/+2
* typofixes - v4Veres Lajos2015-09-111-1/+1
* Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20150902' into stagingPeter Maydell2015-09-033-13/+46
|\
| * target-alpha: Special case cmpbge with zeroRichard Henderson2015-08-183-1/+21
| * target-alpha: Rewrite helper_cmpbge using bit testsRichard Henderson2015-08-171-13/+26
* | tcg: Remove tcg_gen_trunc_i64_i32Richard Henderson2015-08-241-2/+2
* | target-alpha: Inline hw_retRichard Henderson2015-08-183-15/+10Star
* | target-alpha: Inline call_palRichard Henderson2015-08-183-18/+24
* | target-alpha: Use separate TCGv temporaries for the shadow registersRichard Henderson2015-08-186-103/+134
|/
* cpu-exec: Purge all uses of ENV_GET_CPU()Peter Crosthwaite2015-07-091-1/+1