summaryrefslogtreecommitdiffstats
path: root/target/hppa
Commit message (Expand)AuthorAgeFilesLines
...
* target/hppa: Increase number of temp regsRichard Henderson2018-01-311-1/+1
* target/hppa: Only use EXCP_DTLB_MISSRichard Henderson2018-01-311-1/+3
* target/hppa: Implement B,GATE insnRichard Henderson2018-01-313-0/+57
* target/hppa: Add migration for the cpuRichard Henderson2018-01-314-0/+184
* target/hppa: Add system registers to gdbstubRichard Henderson2018-01-311-0/+156
* target/hppa: Optimize for flat addressing spaceRichard Henderson2018-01-312-10/+30
* target/hppa: Implement halt and reset instructionsHelge Deller2018-01-313-1/+39
* target/hppa: Implement SYNCDMA insnRichard Henderson2018-01-301-1/+2
* target/hppa: Implement LCIRichard Henderson2018-01-301-0/+20
* target/hppa: Implement LPARichard Henderson2018-01-305-5/+58
* target/hppa: Implement LDWARichard Henderson2018-01-301-0/+38
* target/hppa: Implement P*TLB and P*TLBE insnsRichard Henderson2018-01-303-0/+79
* target/hppa: Implement I*TLBA and I*TLBP insnsRichard Henderson2018-01-303-4/+132
* target/hppa: Log unimplemented instructionsRichard Henderson2018-01-301-0/+2
* target/hppa: Implement the interval timerRichard Henderson2018-01-306-4/+67
* target/hppa: Implement external interruptsRichard Henderson2018-01-305-1/+83
* target/hppa: Implement tlb_fillRichard Henderson2018-01-303-10/+197
* target/hppa: Implement IASQRichard Henderson2018-01-306-27/+179
* target/hppa: Avoid privilege level decrease during branchesRichard Henderson2018-01-301-5/+47
* target/hppa: Use space registers in data operationsRichard Henderson2018-01-302-147/+201
* target/hppa: Implement unaligned access trapRichard Henderson2018-01-301-1/+18
* target/hppa: Fill in hppa_cpu_do_interrupt/hppa_cpu_exec_interruptRichard Henderson2018-01-305-66/+192
* target/hppa: Implement rfiRichard Henderson2018-01-304-2/+55
* target/hppa: Adjust insn mask for mfctl,wRichard Henderson2018-01-301-1/+1
* target/hppa: Add control registersRichard Henderson2018-01-304-35/+72
* target/hppa: Add space registersRichard Henderson2018-01-303-11/+77
* target/hppa: Implement the system mask instructionsRichard Henderson2018-01-303-1/+113
* target/hppa: Implement mmu_idx from IA privilege levelRichard Henderson2018-01-303-26/+50
* target/hppa: Split address size from register sizeRichard Henderson2018-01-306-414/+683
* target/hppa: Define hardware exception typesRichard Henderson2018-01-305-30/+88
* target/hppa: Disable gateway page emulation for system modeRichard Henderson2018-01-301-10/+17
* target/hppa: Define the rest of the PSWRichard Henderson2018-01-302-14/+86
* target/hppa: Skeleton support for hppa-softmmuHelge Deller2018-01-306-13/+72
* accel/tcg: add size paremeter in tlb_fill()Laurent Vivier2018-01-253-3/+4
* tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson2017-12-291-32/+31Star
* Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell2017-10-271-1/+1
|\
| * disas: Remove unused flags argumentsRichard Henderson2017-10-251-1/+1
* | tcg: Initialize cpu_env genericallyRichard Henderson2017-10-241-4/+0Star
* | tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota2017-10-241-1/+1
* | target/hppa: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota2017-10-243-6/+40
* | tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota2017-10-241-1/+1
* | qom: Introduce CPUClass.tcg_initializeRichard Henderson2017-10-242-8/+1Star
|/
* tcg: remove addr argument from lookup_tb_ptrEmilio G. Cota2017-10-101-3/+3
* target/hppa: Convert to TranslatorOpsRichard Henderson2017-09-071-143/+159
* target/hppa: Convert to DisasContextBaseRichard Henderson2017-09-071-9/+8Star
* target/hppa: Convert to DisasJumpTypeRichard Henderson2017-09-071-307/+294Star
* hppa: replace cpu_hppa_init() with cpu_generic_init()Igor Mammedov2017-09-012-11/+4Star
* tcg: Pass generic CPUState to gen_intermediate_code()LluĂ­s Vilanova2017-07-191-3/+2Star
* target/hppa: Use tcg_gen_lookup_and_goto_ptrRichard Henderson2017-06-051-4/+4
* migration: Remove unneeded includes of migration/vmstate.hJuan Quintela2017-06-011-1/+0Star