Age | Commit message (Expand) | Author |
2018-07-10 | target/arm: Use correct mmu_idx for exception-return unstacking | Peter Maydell |
2018-07-09 | target/sh4: Fix translator.c assertion failure for gUSA | Richard Henderson |
2018-07-09 | target/arm: Fix do_predset for large VL | Richard Henderson |
2018-07-09 | target/arm: Suppress Coverity warning for PRF | Richard Henderson |
2018-07-07 | target/ppc: fix build on ppc64 host | Laurent Vivier |
2018-07-06 | i386: fix '-cpu ?' output for host cpu type | Greg Kurz |
2018-07-03 | Merge remote-tracking branch 'remotes/shorne/tags/pull-or-20180703' into staging | Peter Maydell |
2018-07-03 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180703' into... | Peter Maydell |
2018-07-03 | target/openrisc: Fix writes to interrupt mask register | Stafford Horne |
2018-07-03 | target/openrisc: Fix delay slot exception flag to match spec | Stafford Horne |
2018-07-03 | linux-user: Implement signals for openrisc | Richard Henderson |
2018-07-03 | target/openrisc: Reorg tlb lookup | Richard Henderson |
2018-07-03 | target/ppc: Relax reserved bitmask of indexed store instructions | BALATON Zoltan |
2018-07-03 | target/ppc: set is_jmp on ppc_tr_breakpoint_check | Emilio G. Cota |
2018-07-03 | target/ppc/kvm: don't pass cpu to kvm_get_smmu_info() | Greg Kurz |
2018-07-03 | target/ppc/kvm: get rid of kvm_get_fallback_smmu_info() | Greg Kurz |
2018-07-03 | fpu_helper.c: fix setting FPSCR[FI] bit | John Arbuckle |
2018-07-03 | target/ppc: Implement the rest of gen_st_atomic | Richard Henderson |
2018-07-03 | target/ppc: Implement the rest of gen_ld_atomic | Richard Henderson |
2018-07-03 | target/ppc: Use atomic min/max helpers | Richard Henderson |
2018-07-03 | target/ppc: Use MO_ALIGN for EXIWX and ECOWX | Richard Henderson |
2018-07-03 | target/ppc: Split out gen_st_atomic | Richard Henderson |
2018-07-03 | target/ppc: Split out gen_ld_atomic | Richard Henderson |
2018-07-03 | target/ppc: Split out gen_load_locked | Richard Henderson |
2018-07-03 | target/ppc: Tidy gen_conditional_store | Richard Henderson |
2018-07-03 | target/ppc: Remove POWERPC_EXCP_STCX | Richard Henderson |
2018-07-03 | target/ppc: Use atomic cmpxchg for STQCX | Richard Henderson |
2018-07-03 | target/ppc: Use atomic store for STQ | Richard Henderson |
2018-07-03 | target/ppc: Use atomic load for LQ and LQARX | Richard Henderson |
2018-07-03 | target/ppc: Add do_unaligned_access hook | Richard Henderson |
2018-07-02 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2018-07-03 | target/openrisc: Increase the TLB size | Richard Henderson |
2018-07-03 | target/openrisc: Stub out handle_mmu_fault for softmmu | Richard Henderson |
2018-07-03 | target/openrisc: Use identical sizes for ITLB and DTLB | Richard Henderson |
2018-07-03 | target/openrisc: Fix cpu_mmu_index | Richard Henderson |
2018-07-03 | target/openrisc: Fix tlb flushing in mtspr | Richard Henderson |
2018-07-03 | target/openrisc: Reduce tlb to a single dimension | Richard Henderson |
2018-07-03 | target/openrisc: Merge mmu_helper.c into mmu.c | Richard Henderson |
2018-07-03 | target/openrisc: Remove indirect function calls for mmu | Richard Henderson |
2018-07-03 | target/openrisc: Merge tlb allocation into CPUOpenRISCState | Richard Henderson |
2018-07-03 | target/openrisc: Form the spr index from tcg | Richard Henderson |
2018-07-03 | target/openrisc: Exit the TB after l.mtspr | Richard Henderson |
2018-07-03 | target/openrisc: Split out is_user | Richard Henderson |
2018-07-03 | target/openrisc: Link more translation blocks | Richard Henderson |
2018-07-03 | target/openrisc: Fix singlestep_enabled | Richard Henderson |
2018-07-03 | target/openrisc: Use exit_tb instead of CPU_INTERRUPT_EXITTB | Richard Henderson |
2018-07-03 | target/openrisc: Remove DISAS_JUMP & DISAS_TB_JUMP | Richard Henderson |
2018-07-03 | target/openrisc: Log interrupts | Richard Henderson |
2018-07-03 | target/openrisc: Add print_insn_or1k | Richard Henderson |
2018-07-02 | i386/monitor.c: make addresses canonical for "info mem" and "info tlb" | Doug Gale |