summaryrefslogtreecommitdiffstats
path: root/target/openrisc
Commit message (Expand)AuthorAgeFilesLines
...
* target/openrisc: Use identical sizes for ITLB and DTLBRichard Henderson2018-07-024-18/+16Star
* target/openrisc: Fix cpu_mmu_indexRichard Henderson2018-07-026-32/+49
* target/openrisc: Fix tlb flushing in mtsprRichard Henderson2018-07-021-6/+15
* target/openrisc: Reduce tlb to a single dimensionRichard Henderson2018-07-024-32/+30Star
* target/openrisc: Merge mmu_helper.c into mmu.cRichard Henderson2018-07-023-41/+12Star
* target/openrisc: Remove indirect function calls for mmuRichard Henderson2018-07-027-119/+32Star
* target/openrisc: Merge tlb allocation into CPUOpenRISCStateRichard Henderson2018-07-026-49/+46Star
* target/openrisc: Form the spr index from tcgRichard Henderson2018-07-023-15/+14Star
* target/openrisc: Exit the TB after l.mtsprRichard Henderson2018-07-021-1/+16
* target/openrisc: Split out is_userRichard Henderson2018-07-021-15/+12Star
* target/openrisc: Link more translation blocksRichard Henderson2018-07-021-41/+55
* target/openrisc: Fix singlestep_enabledRichard Henderson2018-07-021-18/+17Star
* target/openrisc: Use exit_tb instead of CPU_INTERRUPT_EXITTBRichard Henderson2018-07-022-5/+4Star
* target/openrisc: Remove DISAS_JUMP & DISAS_TB_JUMPRichard Henderson2018-07-021-4/+0Star
* target/openrisc: Log interruptsRichard Henderson2018-07-021-5/+25
* target/openrisc: Add print_insn_or1kRichard Henderson2018-07-025-115/+179
* target/openrisc: Fix mtspr shadow gprsRichard Henderson2018-07-021-0/+1
* Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into st...Peter Maydell2018-06-041-3/+3
|\
| * tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson2018-06-021-3/+3
* | target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
|/
* target/openrisc: Merge disas_openrisc_insnRichard Henderson2018-05-141-9/+4Star
* target/openrisc: Convert dec_floatRichard Henderson2018-05-142-230/+149Star
* target/openrisc: Convert dec_compiRichard Henderson2018-05-142-58/+70
* target/openrisc: Convert dec_compRichard Henderson2018-05-142-62/+73
* target/openrisc: Convert dec_MRichard Henderson2018-05-142-28/+16Star
* target/openrisc: Convert dec_logicRichard Henderson2018-05-142-36/+32Star
* target/openrisc: Convert dec_macRichard Henderson2018-05-142-33/+27Star
* target/openrisc: Convert dec_calcRichard Henderson2018-05-142-169/+229
* target/openrisc: Convert remainder of dec_misc insnsRichard Henderson2018-05-142-153/+141Star
* target/openrisc: Convert memory insnsRichard Henderson2018-05-142-139/+160
* target/openrisc: Convert branch insnsRichard Henderson2018-05-142-78/+84
* target/openrisc: Start conversion to decodetree.pyRichard Henderson2018-05-143-43/+78
* target-openrisc: Write back result before FPE exceptionRichard Henderson2018-05-143-252/+126Star
* target/openrisc: convert to TranslatorOpsEmilio G. Cota2018-05-091-84/+79Star
* target/openrisc: convert to DisasContextBaseEmilio G. Cota2018-05-091-47/+46Star
* icount: fix cpu_restore_state_from_tb for non-tb-exit casesPavel Dovgalyuk2018-04-111-4/+4
* cpu: get rid of unused cpu_init() definesIgor Mammedov2018-03-191-2/+0Star
* cpu: add CPU_RESOLVING_TYPE macroIgor Mammedov2018-03-191-0/+1
* target/*/cpu.h: remove softfloat.hAlex Bennée2018-02-212-1/+1
* qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé2018-02-051-3/+2Star
* accel/tcg: add size paremeter in tlb_fill()Laurent Vivier2018-01-253-8/+8
* target/*helper: don't check retaddr before calling cpu_restore_stateAlex Bennée2017-12-281-5/+1Star
* misc: remove duplicated includesPhilippe Mathieu-Daudé2017-12-181-1/+0Star
* Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell2017-10-302-46/+26Star
|\
| * openrisc: cleanup cpu type name compositionIgor Mammedov2017-10-272-46/+26Star
* | 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-3/+0Star
* | tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota2017-10-241-1/+1
* | tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota2017-10-241-3/+3