aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)Author
2019-04-26target/ppc: Style fixes for machine.cDavid Gibson
2019-04-26target/ppc: Style fixes for kvm_ppc.h and kvm.cDavid Gibson
2019-04-26target/ppc: Style fixes for helper_regs.hDavid Gibson
2019-04-26target/ppc: Style fixes for gdbstub.cDavid Gibson
2019-04-26target/ppc: Style fixes for excp_helper.cDavid Gibson
2019-04-26target/ppc: Style fixes for dfp_helper.cDavid Gibson
2019-04-26target/ppc: Style fixes for fpu_helper.cDavid Gibson
2019-04-26target/ppc: Style fixes for int_helper.cDavid Gibson
2019-04-26target/ppc: Style fixes for cpu.[ch]David Gibson
2019-04-26target/ppc: Style fixes for ppc-models.[ch]David Gibson
2019-04-25exec: Introduce qemu_maxrampagesize() and rename qemu_getrampagesize()David Hildenbrand
2019-04-24tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson
2019-04-18disas: Rename include/disas/bfd.h back to include/disas/dis-asm.hMarkus Armbruster
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster
2019-04-18qom/cpu: Simplify how CPUClass::dump_statistics() printsMarkus Armbruster
2019-04-18target: Clean up how the dump_mmu() printMarkus Armbruster
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster
2019-03-29target/ppc: Fix QEMU crash with stxsdxGreg Kurz
2019-03-29target/ppc: Improve comment of bcctr used for spectre v2 mitigationGreg Kurz
2019-03-29target/ppc: Consolidate 64-bit server processor detection in a helperGreg Kurz
2019-03-29target/ppc: Enable "decrement and test CTR" version of bcctrGreg Kurz
2019-03-29target/ppc: Fix TCG temporary leaks in gen_bcond()Greg Kurz
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster
2019-03-12spapr: Use CamelCase properlyDavid Gibson
2019-03-12target/ppc: Optimize x[sv]xsigdp using deposit_i64()Philippe Mathieu-Daudé
2019-03-12target/ppc: Optimize xviexpdp() using deposit_i64()Philippe Mathieu-Daudé
2019-03-12target/ppc: add HV support for POWER9Cédric Le Goater
2019-03-12target/ppc: introduce vsr64_offset() to simplify get_cpu_vsr{l,h}() and set_c...Mark Cave-Ayland
2019-03-12target/ppc: switch fpr/vsrl registers so all VSX registers are in host endian...Mark Cave-Ayland
2019-03-12target/ppc: improve avr64_offset() and use it to simplify get_avr64()/set_avr...Mark Cave-Ayland
2019-03-12target/ppc: introduce avr_full_offset() functionMark Cave-Ayland
2019-03-12target/ppc: move Vsr* macros from internal.h to cpu.hMark Cave-Ayland
2019-03-12target/ppc: introduce single vsrl_offset() functionMark Cave-Ayland
2019-03-12target/ppc: introduce single fpr_offset() functionMark Cave-Ayland
2019-03-12target/ppc/spapr: Enable H_PAGE_INIT in-kernel handlingSuraj Jitindar Singh
2019-03-12target/ppc: Refactor kvm_handle_debugFabiano Rosas
2019-03-12target/ppc: Move handling of hardware breakpoints to a separate functionFabiano Rosas
2019-03-12target/ppc: Move exception vector offset computation into a functionFabiano Rosas
2019-03-12target/ppc/spapr: Add SPAPR_CAP_CCF_ASSISTSuraj Jitindar Singh
2019-03-12target/ppc/spapr: Add workaround option to SPAPR_CAP_IBSSuraj Jitindar Singh
2019-03-12target/ppc: Implement large decrementer support for KVMSuraj Jitindar Singh
2019-03-12target/ppc: Implement large decrementer support for TCGSuraj Jitindar Singh
2019-02-26target/ppc: Basic POWER9 bare-metal radix MMU supportBenjamin Herrenschmidt
2019-02-26target/ppc: Support for POWER9 native hashBenjamin Herrenschmidt
2019-02-26target/ppc: Rename PATB/PATBE -> PATEBenjamin Herrenschmidt
2019-02-26target/ppc: Flush the TLB locally when the LPIDR is writtenBenjamin Herrenschmidt
2019-02-26target/ppc: Fix synchronization of mttcg with broadcast TLB flushesBenjamin Herrenschmidt
2019-02-26target/ppc: Add basic support for "new format" HPTE as found on POWER9Benjamin Herrenschmidt
2019-02-26target/ppc: Fix ordering of hash MMU accessesBenjamin Herrenschmidt
2019-02-26target/ppc: Fix #include guard in mmu-book3s-v3.hBenjamin Herrenschmidt