summaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)Author
2017-07-17target/ppc: fix CPU hotplug when radix is enabled (TCG)Cédric Le Goater
2017-07-17pseries: Allow HPT resizing with KVMDavid Gibson
2017-07-17pseries: Implement HPT resizingDavid Gibson
2017-07-17pseries: Stubs for HPT resizingDavid Gibson
2017-07-14qdev: Add const qualifier to PropertyInfo definitionsFam Zheng
2017-07-11ppc/kvm: have the "family" CPU alias to point to TYPE_HOST_POWERPC_CPUGreg Kurz
2017-07-11target/ppc: Add debug function for radix mmu translationSuraj Jitindar Singh
2017-07-11target/ppc: Refactor tcg radix mmu codeSuraj Jitindar Singh
2017-07-11target-ppc: SPR_BOOKE_ESR not set on FP exceptionsAaron Larson
2017-06-30target/ppc: Proper cleanup when ppc_cpu_realizefn failsBharata B Rao
2017-06-30target/ppc: Fix return value in tcg radix mmu fault handlerSuraj Jitindar Singh
2017-06-30target/ppc/excp_helper: Take BQL before calling cpu_interrupt()Thomas Huth
2017-06-30ppc: Rework CPU compatibility testing across migrationDavid Gibson
2017-06-30pseries: Move CPU compatibility property to machineDavid Gibson
2017-06-28vmstate: error hint for failed equal checksHalil Pasic
2017-06-08target/ppc: fix memory leak in kvmppc_is_mem_backend_page_size_ok()Greg Kurz
2017-06-08target/ppc: pass const string to kvmppc_is_mem_backend_page_size_ok()Greg Kurz
2017-06-05numa: move numa_node from CPUState into target specific classesIgor Mammedov
2017-05-24target/ppc: reset reservation in do_rfi()Nikunj A Dadhania
2017-05-11target/ppc: Avoid printing wrong aliases in CPU help textThomas Huth
2017-05-11target/ppc: Allow workarounds for POWER9 DD1David Gibson
2017-05-11target/ppc: Implement ISA V3.00 radix page fault handlerSuraj Jitindar Singh
2017-05-11target/ppc: Change tlbie invalid fields for POWER9 supportSuraj Jitindar Singh
2017-05-11target/ppc: Update tlbie to check privilege level based on GTSESuraj Jitindar Singh
2017-05-11target/ppc: do not reset reserve_addr in exec_enterNikunj A Dadhania
2017-05-11tcg: enable MTTCG by default for PPC64 on x86Nikunj A Dadhania
2017-05-11target/ppc: Generate fence operationsNikunj A Dadhania
2017-05-11target/ppc: Emulate LL/SC using cmpxchg helpersNikunj A Dadhania
2017-04-26target/ppc: Style fixesDavid Gibson
2017-04-26e500,book3s: mfspr 259: Register mapped/aliased SPRG3 user readBernhard Kaindl
2017-04-26target/ppc: Flush TLB on write to PIDRSuraj Jitindar Singh
2017-04-26target/ppc: Fix size of struct PPCElfPrstatusAnton Blanchard
2017-04-26ppc/xics: introduce an 'intc' backlink under PowerPCCPUCédric Le Goater
2017-04-26target/ppc: Add ibm,processor-radix-AP-encodings for TCGSuraj Jitindar Singh
2017-04-26target-ppc/kvm: Enable in-kernel TCE acceleration for multi-tceAlexey Kardashevskiy
2017-04-26target/ppc: Implement H_REGISTER_PROCESS_TABLE H_CALLSuraj Jitindar Singh
2017-04-26target-ppc: support KVM_CAP_PPC_MMU_RADIX, KVM_CAP_PPC_MMU_HASH_V3Sam Bobroff
2017-04-26spapr: Add ibm,processor-radix-AP-encodings to the device treeSam Bobroff
2017-04-26target-ppc: kvm: make use of KVM_CREATE_SPAPR_TCE_64Alexey Kardashevskiy
2017-04-26target/ppc: Improve accuracy of guest HTM availability on P8sSam Bobroff
2017-04-21ppc: remove cannot_destroy_with_object_finalize_yetLaurent Vivier
2017-03-14target/ppc: fix cpu_ov setting for 32-bitNikunj A Dadhania
2017-03-14target/ppc: Fix wrong number of UAMR registerThomas Huth
2017-03-06target/ppc: use helper for excp handlingNikunj A Dadhania
2017-03-06target/ppc: fmadd: add macro for updating flagsNikunj A Dadhania
2017-03-06target/ppc: fmadd check for excp independentlyNikunj A Dadhania
2017-03-04Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170303' into...Peter Maydell
2017-03-03KVM: do not use sigtimedwait to catch SIGBUSPaolo Bonzini
2017-03-03KVM: remove kvm_arch_on_sigbusPaolo Bonzini
2017-03-03target/ppc: rewrite f[n]m[add,sub] using float64_muladdNikunj A Dadhania