summaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)Author
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
2017-03-03spapr: Small cleanup of PPC MMU enumsSam Bobroff
2017-03-03target/ppc: Rework hash mmu page fault code and add defines for claritySuraj Jitindar Singh
2017-03-03target/ppc: Move no-execute and guarded page checking into new functionSuraj Jitindar Singh
2017-03-03target/ppc: Add execute permission checking to access authority checkSuraj Jitindar Singh
2017-03-03target/ppc: Add Instruction Authority Mask Register CheckSuraj Jitindar Singh
2017-03-03target/ppc/POWER9: Add cpu_has_work function for POWER9Suraj Jitindar Singh
2017-03-03target/ppc/POWER9: Add POWER9 mmu fault handlerSuraj Jitindar Singh
2017-03-03target/ppc: Don't gen an SDR1 on POWER9 and rework register creationSuraj Jitindar Singh
2017-03-03target/ppc: Add patb_entry to sPAPRMachineStateSuraj Jitindar Singh
2017-03-03target/ppc/POWER9: Add POWERPC_MMU_V3 bitDavid Gibson
2017-03-03exec, kvm, target-ppc: Move getrampagesize() to common codeAlexey Kardashevskiy
2017-03-03target/ppc: Add POWER9/ISAv3.00 to compat_tableSuraj Jitindar Singh
2017-03-01Add PowerPC 32-bit guest memory dump supportMike Nawrocki
2017-03-01target/ppc: add mcrxrx instructionNikunj A Dadhania
2017-03-01target/ppc: add ov32 flag in divide operationsNikunj A Dadhania
2017-03-01target/ppc: add ov32 flag for multiply low insnsNikunj A Dadhania
2017-03-01target/ppc: use tcg ops for neg instructionNikunj A Dadhania
2017-03-01target/ppc: update overflow flags for add/subNikunj A Dadhania
2017-03-01target/ppc: update ca32 in arithmetic substractNikunj A Dadhania
2017-03-01target/ppc: update ca32 in arithmetic addNikunj A Dadhania
2017-03-01target/ppc: support for 32-bit carry and overflowNikunj A Dadhania
2017-03-01target/ppc: Correct SDR1 maskingDavid Gibson
2017-03-01target/ppc: Remove the function ppc_hash64_set_sdr1()Suraj Jitindar Singh
2017-03-01target/ppc: Manage external HPT via virtual hypervisorDavid Gibson
2017-03-01target/ppc: Eliminate htab_base and htab_mask variablesDavid Gibson
2017-03-01target/ppc: Cleanup HPTE accessors for 64-bit hash MMUDavid Gibson
2017-03-01target/ppc: SDR1 is a hypervisor resourceDavid Gibson
2017-03-01target/ppc: Merge cpu_ppc_set_vhyp() with cpu_ppc_set_papr()David Gibson
2017-03-01target/ppc: Fix KVM-HV HPTE accessorsDavid Gibson
2017-03-01target/ppc: introduce helper_update_ov_legacyNikunj A Dadhania
2017-03-01target/ppc: optimize gen_write_xer()Nikunj A Dadhania
2017-03-01target/ppc: move cpu_[read, write]_xer to cpu.cNikunj A Dadhania
2017-02-24Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170222' into...Peter Maydell
2017-02-22hw/ppc/spapr: Check for valid page size when hot plugging memoryThomas Huth
2017-02-22target-ppc: fix Book-E TLB matchingAlex Zuepke
2017-02-22target/ppc/POWER9: Direct all instr and data storage interrupts to the hypvSuraj Jitindar Singh
2017-02-22target/ppc/POWER9: Adapt LPCR handling for POWER9Suraj Jitindar Singh
2017-02-22target/ppc/POWER9: Add ISAv3.00 MMU definitionSuraj Jitindar Singh
2017-02-22target/ppc: Fix LPCR DPFD mask defineSuraj Jitindar Singh
2017-02-22target-ppc: Add xscvqpudz and xscvqpuwz instructionsBharata B Rao