summaryrefslogtreecommitdiffstats
path: root/target/ppc
Commit message (Expand)AuthorAgeFilesLines
* target/ppc: reset reservation in do_rfi()Nikunj A Dadhania2017-05-241-0/+3
* target/ppc: Avoid printing wrong aliases in CPU help textThomas Huth2017-05-113-14/+26
* target/ppc: Allow workarounds for POWER9 DD1David Gibson2017-05-112-0/+12
* target/ppc: Implement ISA V3.00 radix page fault handlerSuraj Jitindar Singh2017-05-116-4/+341
* target/ppc: Change tlbie invalid fields for POWER9 supportSuraj Jitindar Singh2017-05-112-1/+3
* target/ppc: Update tlbie to check privilege level based on GTSESuraj Jitindar Singh2017-05-111-1/+8
* target/ppc: do not reset reserve_addr in exec_enterNikunj A Dadhania2017-05-112-9/+3Star
* tcg: enable MTTCG by default for PPC64 on x86Nikunj A Dadhania2017-05-111-0/+2
* target/ppc: Generate fence operationsNikunj A Dadhania2017-05-111-0/+8
* target/ppc: Emulate LL/SC using cmpxchg helpersNikunj A Dadhania2017-05-111-6/+23
* target/ppc: Style fixesDavid Gibson2017-04-261-186/+186
* e500,book3s: mfspr 259: Register mapped/aliased SPRG3 user readBernhard Kaindl2017-04-261-0/+10
* target/ppc: Flush TLB on write to PIDRSuraj Jitindar Singh2017-04-263-2/+17
* target/ppc: Fix size of struct PPCElfPrstatusAnton Blanchard2017-04-261-1/+1
* ppc/xics: introduce an 'intc' backlink under PowerPCCPUCédric Le Goater2017-04-261-0/+1
* target/ppc: Add ibm,processor-radix-AP-encodings for TCGSuraj Jitindar Singh2017-04-261-0/+20
* target-ppc/kvm: Enable in-kernel TCE acceleration for multi-tceAlexey Kardashevskiy2017-04-262-0/+20
* target/ppc: Implement H_REGISTER_PROCESS_TABLE H_CALLSuraj Jitindar Singh2017-04-262-0/+41
* target-ppc: support KVM_CAP_PPC_MMU_RADIX, KVM_CAP_PPC_MMU_HASH_V3Sam Bobroff2017-04-262-0/+26
* spapr: Add ibm,processor-radix-AP-encodings to the device treeSam Bobroff2017-04-263-0/+34
* target-ppc: kvm: make use of KVM_CREATE_SPAPR_TCE_64Alexey Kardashevskiy2017-04-262-16/+44
* target/ppc: Improve accuracy of guest HTM availability on P8sSam Bobroff2017-04-261-2/+6
* ppc: remove cannot_destroy_with_object_finalize_yetLaurent Vivier2017-04-211-10/+0Star
* target/ppc: fix cpu_ov setting for 32-bitNikunj A Dadhania2017-03-141-1/+1
* target/ppc: Fix wrong number of UAMR registerThomas Huth2017-03-141-1/+1
* target/ppc: use helper for excp handlingNikunj A Dadhania2017-03-061-18/+2Star
* target/ppc: fmadd: add macro for updating flagsNikunj A Dadhania2017-03-061-31/+30Star
* target/ppc: fmadd check for excp independentlyNikunj A Dadhania2017-03-061-8/+12
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170303' into...Peter Maydell2017-03-0412-488/+562
|\
| * target/ppc: rewrite f[n]m[add,sub] using float64_muladdNikunj A Dadhania2017-03-031-167/+46Star
| * spapr: Small cleanup of PPC MMU enumsSam Bobroff2017-03-035-66/+51Star
| * target/ppc: Rework hash mmu page fault code and add defines for claritySuraj Jitindar Singh2017-03-032-14/+24
| * target/ppc: Move no-execute and guarded page checking into new functionSuraj Jitindar Singh2017-03-032-9/+17
| * target/ppc: Add execute permission checking to access authority checkSuraj Jitindar Singh2017-03-031-5/+4Star
| * target/ppc: Add Instruction Authority Mask Register CheckSuraj Jitindar Singh2017-03-032-1/+45
| * target/ppc/POWER9: Add cpu_has_work function for POWER9Suraj Jitindar Singh2017-03-031-0/+45
| * target/ppc/POWER9: Add POWER9 mmu fault handlerSuraj Jitindar Singh2017-03-036-2/+113
| * target/ppc: Don't gen an SDR1 on POWER9 and rework register creationSuraj Jitindar Singh2017-03-032-120/+203
| * target/ppc: Add patb_entry to sPAPRMachineStateSuraj Jitindar Singh2017-03-031-0/+1
| * target/ppc/POWER9: Add POWERPC_MMU_V3 bitDavid Gibson2017-03-031-1/+3
| * exec, kvm, target-ppc: Move getrampagesize() to common codeAlexey Kardashevskiy2017-03-031-104/+5Star
| * target/ppc: Add POWER9/ISAv3.00 to compat_tableSuraj Jitindar Singh2017-03-031-5/+11
* | KVM: do not use sigtimedwait to catch SIGBUSPaolo Bonzini2017-03-031-5/+0Star
* | KVM: remove kvm_arch_on_sigbusPaolo Bonzini2017-03-031-5/+0Star
|/
* Add PowerPC 32-bit guest memory dump supportMike Nawrocki2017-03-014-74/+93
* target/ppc: add mcrxrx instructionNikunj A Dadhania2017-03-011-0/+23
* target/ppc: add ov32 flag in divide operationsNikunj A Dadhania2017-03-011-2/+8
* target/ppc: add ov32 flag for multiply low insnsNikunj A Dadhania2017-03-011-0/+6
* target/ppc: use tcg ops for neg instructionNikunj A Dadhania2017-03-011-1/+4
* target/ppc: update overflow flags for add/subNikunj A Dadhania2017-03-011-2/+9