summaryrefslogtreecommitdiff
path: root/target/ppc/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2018-05-04spapr: Move PAPR mode cpu setup fully to spapr codeDavid Gibson1-1/+1
2018-05-04target/ppc: add basic support for PTCR on POWER9Cédric Le Goater1-0/+2
2018-04-27target/ppc: Fold slb_nr into PPCHash64OptionsDavid Gibson1-1/+2
2018-04-27target/ppc: Fold ci_large_pages flag into PPCHash64OptionsDavid Gibson1-1/+0
2018-04-27target/ppc: Split page size information into a separate allocationDavid Gibson1-22/+4
2018-03-19cpu: get rid of unused cpu_init() definesIgor Mammedov1-2/+0
2018-03-19cpu: add CPU_RESOLVING_TYPE macroIgor Mammedov1-0/+1
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée1-1/+0
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier1-1/+1
2018-01-20target/ppc: add support for hypervisor doorbells on book3s CPUsCédric Le Goater1-2/+6
2018-01-20target/ppc: fix doorbell and hypervisor doorbell definitionsCédric Le Goater1-4/+4
2018-01-17target/ppc: add support for POWER9 HILECédric Le Goater1-0/+1
2018-01-17target/ppc: Clarify compat mode max_threads valueDavid Gibson1-1/+1
2018-01-10target/ppc: more use of the PPC_*() macrosCédric Le Goater1-22/+34
2017-12-15target/ppc: introduce the PPC_BIT() macroCédric Le Goater1-49/+56
2017-10-17ppc: spapr: use generic cpu_model parsingIgor Mammedov1-1/+0
2017-09-27spapr: fix the value of SDR1 in kvmppc_put_books_sregs()Greg Kurz1-0/+1
2017-09-08ppc: use macros to make cpu type name from string literalIgor Mammedov1-0/+3
2017-09-08booke206: fix tlbnps for fixed size TLBKONRAD Frederic1-0/+22
2017-09-08booke206: fix booke206_tlbnps for mav 2.0KONRAD Frederic1-2/+2
2017-09-08ppc: spapr: Make VCPU ID handling private to SPAPRSam Bobroff1-18/+0
2017-09-08ppc: spapr: Rename cpu_dt_id to vcpu_idSam Bobroff1-8/+8
2017-09-01ppc: replace cpu_ppc_init() with cpu_generic_init()Igor Mammedov1-2/+1
2017-08-09target/ppc: Add stub implementation of the PSSCRDavid Gibson1-0/+1
2017-08-09target/ppc: Implement TIDRDavid Gibson1-0/+1
2017-06-30ppc: Rework CPU compatibility testing across migrationDavid Gibson1-0/+1
2017-06-30pseries: Move CPU compatibility property to machineDavid Gibson1-2/+3
2017-06-05numa: move numa_node from CPUState into target specific classesIgor Mammedov1-0/+1
2017-05-11target/ppc: Avoid printing wrong aliases in CPU help textThomas Huth1-0/+1
2017-05-11target/ppc: Implement ISA V3.00 radix page fault handlerSuraj Jitindar Singh1-0/+2
2017-05-11tcg: enable MTTCG by default for PPC64 on x86Nikunj A Dadhania1-0/+2
2017-04-26ppc/xics: introduce an 'intc' backlink under PowerPCCPUCédric Le Goater1-0/+1
2017-04-26spapr: Add ibm,processor-radix-AP-encodings to the device treeSam Bobroff1-0/+4
2017-03-14target/ppc: Fix wrong number of UAMR registerThomas Huth1-1/+1
2017-03-03target/ppc: Rework hash mmu page fault code and add defines for claritySuraj Jitindar Singh1-2/+12
2017-03-03target/ppc: Move no-execute and guarded page checking into new functionSuraj Jitindar Singh1-0/+1
2017-03-03target/ppc: Add Instruction Authority Mask Register CheckSuraj Jitindar Singh1-0/+5
2017-03-03target/ppc: Add patb_entry to sPAPRMachineStateSuraj Jitindar Singh1-0/+1
2017-03-01Add PowerPC 32-bit guest memory dump supportMike Nawrocki1-0/+2
2017-03-01target/ppc: support for 32-bit carry and overflowNikunj A Dadhania1-0/+7
2017-03-01target/ppc: Manage external HPT via virtual hypervisorDavid Gibson1-2/+8
2017-03-01target/ppc: Eliminate htab_base and htab_mask variablesDavid Gibson1-11/+0
2017-03-01target/ppc: Cleanup HPTE accessors for 64-bit hash MMUDavid Gibson1-1/+1
2017-03-01target/ppc: Merge cpu_ppc_set_vhyp() with cpu_ppc_set_papr()David Gibson1-2/+1
2017-03-01target/ppc: Fix KVM-HV HPTE accessorsDavid Gibson1-0/+1
2017-03-01target/ppc: move cpu_[read, write]_xer to cpu.cNikunj A Dadhania1-12/+2
2017-02-22target/ppc/POWER9: Adapt LPCR handling for POWER9Suraj Jitindar Singh1-0/+18
2017-02-22target/ppc: Fix LPCR DPFD mask defineSuraj Jitindar Singh1-1/+1
2017-01-31target/ppc: Add pcr_supported to POWER9 cpu class definitionSuraj Jitindar Singh1-0/+1
2017-01-31ppc: Add ppc_set_compat_all()David Gibson1-0/+3