summaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)Author
2018-08-21ppc: add DBCR based debuggingRoman Kapl
2018-08-21target/ppc: simplify bcdadd/sub functionsYasmin Beatriz
2018-08-21target/ppc: bcdsub fix sign when result is zeroYasmin Beatriz
2018-08-21target/ppc: Use non-arithmetic conversions for fp load/storeRichard Henderson
2018-08-21target/ppc: Honor fpscr_ze semantics and tidy fre, fresqrtRichard Henderson
2018-08-21target/ppc: Tidy helper_fsqrtRichard Henderson
2018-08-21target/ppc: Tidy helper_fadd, helper_fsubRichard Henderson
2018-08-21target/ppc: Tidy helper_fmulRichard Henderson
2018-08-21target/ppc: Honor fpscr_ze semantics and tidy fdivRichard Henderson
2018-08-21target/ppc: Enable fp exceptions for user-onlyRichard Henderson
2018-07-07target/ppc: fix build on ppc64 hostLaurent Vivier
2018-07-03Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180703' into...Peter Maydell
2018-07-03target/ppc: Relax reserved bitmask of indexed store instructionsBALATON Zoltan
2018-07-03target/ppc: set is_jmp on ppc_tr_breakpoint_checkEmilio G. Cota
2018-07-03target/ppc/kvm: don't pass cpu to kvm_get_smmu_info()Greg Kurz
2018-07-03target/ppc/kvm: get rid of kvm_get_fallback_smmu_info()Greg Kurz
2018-07-03fpu_helper.c: fix setting FPSCR[FI] bitJohn Arbuckle
2018-07-03target/ppc: Implement the rest of gen_st_atomicRichard Henderson
2018-07-03target/ppc: Implement the rest of gen_ld_atomicRichard Henderson
2018-07-03target/ppc: Use atomic min/max helpersRichard Henderson
2018-07-03target/ppc: Use MO_ALIGN for EXIWX and ECOWXRichard Henderson
2018-07-03target/ppc: Split out gen_st_atomicRichard Henderson
2018-07-03target/ppc: Split out gen_ld_atomicRichard Henderson
2018-07-03target/ppc: Split out gen_load_lockedRichard Henderson
2018-07-03target/ppc: Tidy gen_conditional_storeRichard Henderson
2018-07-03target/ppc: Remove POWERPC_EXCP_STCXRichard Henderson
2018-07-03target/ppc: Use atomic cmpxchg for STQCXRichard Henderson
2018-07-03target/ppc: Use atomic store for STQRichard Henderson
2018-07-03target/ppc: Use atomic load for LQ and LQARXRichard Henderson
2018-07-03target/ppc: Add do_unaligned_access hookRichard Henderson
2018-07-02hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-06-27compiler: add a sizeof_field() macroStefan Hajnoczi
2018-06-22spapr: Don't rewrite mmu capabilities in KVM modeDavid Gibson
2018-06-22target/ppc: Add ppc_hash64_filter_pagesizes()David Gibson
2018-06-22spapr: Use maximum page size capability to simplify memory backend checkingDavid Gibson
2018-06-21target/ppc: Add missing opcode for icbt on PPC440BALATON Zoltan
2018-06-21fpu_helper.c: fix helper_fpscr_clrbit() functionJohn Arbuckle
2018-06-21target/ppc: Add kvmppc_hpt_needs_host_contiguous_pages() helperDavid Gibson
2018-06-21target/ppc: Allow cpu compatiblity checks based on type, not instanceDavid Gibson
2018-06-16target/ppc, spapr: Move VPA information to machine_dataDavid Gibson
2018-06-16target/ppc: drop empty #if/#endif blockGreg Kurz
2018-06-16target/ppc: Don't require private l1d cache on POWER8 for cap_ppc_safe_cacheSuraj Jitindar Singh
2018-06-12target/ppc: Allow PIR read in privileged modeluporl
2018-06-12target/ppc: extend eieio for POWER9Cédric Le Goater
2018-06-12target/ppc: Allow privileged access to SPR_PCRJoel Stanley
2018-06-12target/ppc: Factor out the parsing in kvmppc_get_cpu_characteristics()Suraj Jitindar Singh
2018-06-12target/ppc: Use proper logging function for possible guest errorsThomas Huth
2018-06-04Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into st...Peter Maydell
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson
2018-06-01Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell