aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)AuthorFilesLines
2019-02-26target/ppc: Basic POWER9 bare-metal radix MMU supportBenjamin Herrenschmidt1-12/+69
2019-02-26target/ppc: Support for POWER9 native hashBenjamin Herrenschmidt4-20/+70
2019-02-26target/ppc: Rename PATB/PATBE -> PATEBenjamin Herrenschmidt4-12/+27
2019-02-26target/ppc: Flush the TLB locally when the LPIDR is writtenBenjamin Herrenschmidt3-1/+22
2019-02-26target/ppc: Fix synchronization of mttcg with broadcast TLB flushesBenjamin Herrenschmidt1-17/+10
2019-02-26target/ppc: Add basic support for "new format" HPTE as found on POWER9Benjamin Herrenschmidt2-0/+22
2019-02-26target/ppc: Fix ordering of hash MMU accessesBenjamin Herrenschmidt2-0/+12
2019-02-26target/ppc: Fix #include guard in mmu-book3s-v3.hBenjamin Herrenschmidt1-3/+3
2019-02-26target/ppc: Re-enable RMLS on POWER9 for virtual hypervisorsBenjamin Herrenschmidt1-0/+8
2019-02-26target/ppc/mmu: Use LPCR:HR to chose radix vs. hash translationBenjamin Herrenschmidt3-13/+21
2019-02-26target/ppc/spapr: Set LPCR:HR when using Radix modeBenjamin Herrenschmidt2-1/+2
2019-02-26target/ppc: Add support for LPCR:HEIC on POWER9Benjamin Herrenschmidt2-2/+8
2019-02-26target/ppc: Add POWER9 external interrupt modelBenjamin Herrenschmidt3-2/+11
2019-02-26target/ppc: Add Hypervisor Virtualization Interrupt on POWER9Benjamin Herrenschmidt3-3/+35
2019-02-26target/ppc: Detect erroneous condition in interrupt deliveryBenjamin Herrenschmidt1-0/+16
2019-02-26target/ppc: Add POWER9 exception modelBenjamin Herrenschmidt4-6/+18
2019-02-26target/ppc: Rename "in_pm_state" to "resume_as_sreset"Benjamin Herrenschmidt2-7/+7
2019-02-26target/ppc: Move "wakeup reset" code to a separate functionBenjamin Herrenschmidt1-34/+41
2019-02-26target/ppc: Fix support for "STOP light" states on POWER9Benjamin Herrenschmidt5-6/+35
2019-02-26target/ppc: Don't clobber MSR:EE on PM instructionsBenjamin Herrenschmidt1-12/+15
2019-02-26target/ppc: Fix nip on power management instructionsBenjamin Herrenschmidt2-5/+8
2019-02-18Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190219' into...Peter Maydell13-407/+444
2019-02-18qapi: make query-cpu-definitions depend on specific targetsMarc-André Lureau1-1/+2
2019-02-18target/ppc: convert vmin* and vmax* to vector operationsRichard Henderson3-59/+16
2019-02-18target/ppc: convert vadd*s and vsub*s to vector operationsRichard Henderson3-38/+61
2019-02-18target/ppc: Split out VSCR_SAT to a vector fieldRichard Henderson2-4/+11
2019-02-18target/ppc: Add set_vscr_satRichard Henderson1-12/+17
2019-02-18target/ppc: Use mtvscr/mfvscr for vmstateRichard Henderson1-3/+41
2019-02-18target/ppc: Add helper_mfvscrRichard Henderson5-3/+10
2019-02-18target/ppc: Remove vscr_nj and vscr_satRichard Henderson1-2/+0
2019-02-18target/ppc: Use helper_mtvscr for reset and gdbRichard Henderson1-3/+2
2019-02-18target/ppc: Pass integer to helper_mtvscrRichard Henderson3-8/+17
2019-02-18target/ppc: convert xxsel to vector operationsRichard Henderson1-28/+27
2019-02-18target/ppc: convert xxspltw to vector operationsRichard Henderson1-25/+11
2019-02-18target/ppc: convert xxspltib to vector operationsRichard Henderson1-8/+5
2019-02-18target/ppc: convert VSX logical operations to vector operationsRichard Henderson1-26/+17
2019-02-18target/ppc: convert vsplt[bhw] to use vector operationsRichard Henderson3-41/+27
2019-02-18target/ppc: convert vspltis[bhw] to use vector operationsRichard Henderson3-46/+8
2019-02-18target/ppc: convert vaddu[b,h,w,d] and vsubu[b,h,w,d] over to use vector oper...Mark Cave-Ayland3-23/+8
2019-02-18target/ppc: convert VMX logical instructions to use vector operationsMark Cave-Ayland2-31/+17
2019-02-17target/ppc: Disable ISA 2.06 PM instructions on POWER9Benjamin Herrenschmidt1-1/+1
2019-02-17ppc: fix crash during branch steppingRoman Kapl1-22/+15
2019-02-17target/ppc: Remove some #if 0'ed codeBenjamin Herrenschmidt2-24/+0
2019-02-17target/ppc: Fix msync to do what hardware doesBALATON Zoltan1-3/+8
2019-02-17target/ppc: Enable reporting of SPRs to GDBFabiano Rosas4-2/+130
2019-02-04target/ppc: remove various HOST_WORDS_BIGENDIAN hacks in int_helper.cMark Cave-Ayland1-110/+45
2019-02-04target/ppc: remove ROTRu32 and ROTRu64 macros from int_helper.cMark Cave-Ayland1-28/+20
2019-02-04target/ppc: simplify VEXT_SIGNED macro in int_helper.cMark Cave-Ayland1-7/+7
2019-02-04target/ppc: eliminate use of EL_IDX macros from int_helper.cMark Cave-Ayland1-39/+27
2019-02-04target/ppc: eliminate use of HI_IDX and LO_IDX macros from int_helper.cMark Cave-Ayland1-95/+85