summaryrefslogtreecommitdiff
path: root/target/ppc/cpu.h
AgeCommit message (Expand)Author
2017-09-27spapr: fix the value of SDR1 in kvmppc_put_books_sregs()Greg Kurz
2017-09-08ppc: use macros to make cpu type name from string literalIgor Mammedov
2017-09-08booke206: fix tlbnps for fixed size TLBKONRAD Frederic
2017-09-08booke206: fix booke206_tlbnps for mav 2.0KONRAD Frederic
2017-09-08ppc: spapr: Make VCPU ID handling private to SPAPRSam Bobroff
2017-09-08ppc: spapr: Rename cpu_dt_id to vcpu_idSam Bobroff
2017-09-01ppc: replace cpu_ppc_init() with cpu_generic_init()Igor Mammedov
2017-08-09target/ppc: Add stub implementation of the PSSCRDavid Gibson
2017-08-09target/ppc: Implement TIDRDavid Gibson
2017-06-30ppc: Rework CPU compatibility testing across migrationDavid Gibson
2017-06-30pseries: Move CPU compatibility property to machineDavid Gibson
2017-06-05numa: move numa_node from CPUState into target specific classesIgor Mammedov
2017-05-11target/ppc: Avoid printing wrong aliases in CPU help textThomas Huth
2017-05-11target/ppc: Implement ISA V3.00 radix page fault handlerSuraj Jitindar Singh
2017-05-11tcg: enable MTTCG by default for PPC64 on x86Nikunj A Dadhania
2017-04-26ppc/xics: introduce an 'intc' backlink under PowerPCCPUCédric Le Goater
2017-04-26spapr: Add ibm,processor-radix-AP-encodings to the device treeSam Bobroff
2017-03-14target/ppc: Fix wrong number of UAMR registerThomas Huth
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 Instruction Authority Mask Register CheckSuraj Jitindar Singh
2017-03-03target/ppc: Add patb_entry to sPAPRMachineStateSuraj Jitindar Singh
2017-03-01Add PowerPC 32-bit guest memory dump supportMike Nawrocki
2017-03-01target/ppc: support for 32-bit carry and overflowNikunj A Dadhania
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: 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: move cpu_[read, write]_xer to cpu.cNikunj A Dadhania
2017-02-22target/ppc/POWER9: Adapt LPCR handling for POWER9Suraj Jitindar Singh
2017-02-22target/ppc: Fix LPCR DPFD mask defineSuraj Jitindar Singh
2017-01-31target/ppc: Add pcr_supported to POWER9 cpu class definitionSuraj Jitindar Singh
2017-01-31ppc: Add ppc_set_compat_all()David Gibson
2017-01-31ppc: Validate compatibility modes when settingDavid Gibson
2017-01-31ppc: Rewrite ppc_get_compat_smt_threads()David Gibson
2017-01-31ppc: Rewrite ppc_set_compat()David Gibson
2017-01-31ppc: Rename cpu_version to compat_pvrDavid Gibson
2017-01-31ppc: Clean up and QOMify hypercall emulationDavid Gibson
2017-01-31target-ppc: add vextu[bhw][lr]x instructionsAvinesh Kumar
2017-01-31target-ppc: rename CRF_* defines as CRF_*_BITNikunj A Dadhania
2016-12-20Move target-* CPU file into a target/ folderThomas Huth