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