Age | Commit message (Expand) | Author |
2019-02-26 | target/ppc: Basic POWER9 bare-metal radix MMU support | Benjamin Herrenschmidt |
2019-02-26 | target/ppc: Support for POWER9 native hash | Benjamin Herrenschmidt |
2019-02-26 | target/ppc: Rename PATB/PATBE -> PATE | Benjamin Herrenschmidt |
2019-02-26 | target/ppc: Flush the TLB locally when the LPIDR is written | Benjamin Herrenschmidt |
2019-02-26 | target/ppc: Fix synchronization of mttcg with broadcast TLB flushes | Benjamin Herrenschmidt |
2019-02-26 | target/ppc: Add basic support for "new format" HPTE as found on POWER9 | Benjamin Herrenschmidt |
2019-02-26 | target/ppc: Fix ordering of hash MMU accesses | Benjamin Herrenschmidt |
2019-02-26 | target/ppc: Fix #include guard in mmu-book3s-v3.h | Benjamin Herrenschmidt |
2019-02-26 | target/ppc: Re-enable RMLS on POWER9 for virtual hypervisors | Benjamin Herrenschmidt |
2019-02-26 | target/ppc/mmu: Use LPCR:HR to chose radix vs. hash translation | Benjamin Herrenschmidt |
2019-02-26 | target/ppc/spapr: Set LPCR:HR when using Radix mode | Benjamin Herrenschmidt |
2019-02-26 | target/ppc: Add support for LPCR:HEIC on POWER9 | Benjamin Herrenschmidt |
2019-02-26 | target/ppc: Add POWER9 external interrupt model | Benjamin Herrenschmidt |
2019-02-26 | target/ppc: Add Hypervisor Virtualization Interrupt on POWER9 | Benjamin Herrenschmidt |
2019-02-26 | target/ppc: Detect erroneous condition in interrupt delivery | Benjamin Herrenschmidt |
2019-02-26 | target/ppc: Add POWER9 exception model | Benjamin Herrenschmidt |
2019-02-26 | target/ppc: Rename "in_pm_state" to "resume_as_sreset" | Benjamin Herrenschmidt |
2019-02-26 | target/ppc: Move "wakeup reset" code to a separate function | Benjamin Herrenschmidt |
2019-02-26 | target/ppc: Fix support for "STOP light" states on POWER9 | Benjamin Herrenschmidt |
2019-02-26 | target/ppc: Don't clobber MSR:EE on PM instructions | Benjamin Herrenschmidt |
2019-02-26 | target/ppc: Fix nip on power management instructions | Benjamin Herrenschmidt |
2019-02-18 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190219' into... | Peter Maydell |
2019-02-18 | qapi: make query-cpu-definitions depend on specific targets | Marc-André Lureau |
2019-02-18 | target/ppc: convert vmin* and vmax* to vector operations | Richard Henderson |
2019-02-18 | target/ppc: convert vadd*s and vsub*s to vector operations | Richard Henderson |
2019-02-18 | target/ppc: Split out VSCR_SAT to a vector field | Richard Henderson |
2019-02-18 | target/ppc: Add set_vscr_sat | Richard Henderson |
2019-02-18 | target/ppc: Use mtvscr/mfvscr for vmstate | Richard Henderson |
2019-02-18 | target/ppc: Add helper_mfvscr | Richard Henderson |
2019-02-18 | target/ppc: Remove vscr_nj and vscr_sat | Richard Henderson |
2019-02-18 | target/ppc: Use helper_mtvscr for reset and gdb | Richard Henderson |
2019-02-18 | target/ppc: Pass integer to helper_mtvscr | Richard Henderson |
2019-02-18 | target/ppc: convert xxsel to vector operations | Richard Henderson |
2019-02-18 | target/ppc: convert xxspltw to vector operations | Richard Henderson |
2019-02-18 | target/ppc: convert xxspltib to vector operations | Richard Henderson |
2019-02-18 | target/ppc: convert VSX logical operations to vector operations | Richard Henderson |
2019-02-18 | target/ppc: convert vsplt[bhw] to use vector operations | Richard Henderson |
2019-02-18 | target/ppc: convert vspltis[bhw] to use vector operations | Richard Henderson |
2019-02-18 | target/ppc: convert vaddu[b,h,w,d] and vsubu[b,h,w,d] over to use vector oper... | Mark Cave-Ayland |
2019-02-18 | target/ppc: convert VMX logical instructions to use vector operations | Mark Cave-Ayland |
2019-02-17 | target/ppc: Disable ISA 2.06 PM instructions on POWER9 | Benjamin Herrenschmidt |
2019-02-17 | ppc: fix crash during branch stepping | Roman Kapl |
2019-02-17 | target/ppc: Remove some #if 0'ed code | Benjamin Herrenschmidt |
2019-02-17 | target/ppc: Fix msync to do what hardware does | BALATON Zoltan |
2019-02-17 | target/ppc: Enable reporting of SPRs to GDB | Fabiano Rosas |
2019-02-04 | target/ppc: remove various HOST_WORDS_BIGENDIAN hacks in int_helper.c | Mark Cave-Ayland |
2019-02-04 | target/ppc: remove ROTRu32 and ROTRu64 macros from int_helper.c | Mark Cave-Ayland |
2019-02-04 | target/ppc: simplify VEXT_SIGNED macro in int_helper.c | Mark Cave-Ayland |
2019-02-04 | target/ppc: eliminate use of EL_IDX macros from int_helper.c | Mark Cave-Ayland |
2019-02-04 | target/ppc: eliminate use of HI_IDX and LO_IDX macros from int_helper.c | Mark Cave-Ayland |