aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)AuthorFilesLines
2019-05-16Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190510' into stagingPeter Maydell4-22/+20
2019-05-13target/ppc: Use tcg_gen_abs_tlRichard Henderson1-44/+24
2019-05-13target/ppc: Use tcg_gen_abs_i32Philippe Mathieu-Daudé1-13/+1
2019-05-13tcg: Specify optional vector requirements with a listRichard Henderson1-1/+6
2019-05-13Clean up header guards that don't match their file nameMarkus Armbruster1-3/+3
2019-05-10tcg: Use CPUClass::tlb_fill in cputlb.cRichard Henderson1-6/+0
2019-05-10target/ppc: Convert to CPUClass::tlb_fillRichard Henderson4-22/+26
2019-04-28Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190426' into stagingPeter Maydell1-2/+2
2019-04-27Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190426' into...Peter Maydell29-891/+1361
2019-04-26target/ppc: improve performance of large BAT invalidationsArtyom Tarasenko1-0/+7
2019-04-26ppc/hash32: Rework R and C bit updatesBenjamin Herrenschmidt1-14/+31
2019-04-26ppc/hash64: Rework R and C bit updatesBenjamin Herrenschmidt3-35/+47
2019-04-26target/ppc: Don't check UPRT in radix mode when in HV real modeBenjamin Herrenschmidt1-3/+13
2019-04-26target/ppc/kvm: Convert DPRINTF to tracesGreg Kurz2-41/+52
2019-04-26target/ppc/trace-events: Fix trivial typoGreg Kurz1-2/+2
2019-04-26target/ppc: Style fixes for translate/spe-impl.inc.cDavid Gibson1-5/+9
2019-04-26target/ppc: Style fixes for translate/vmx-impl.inc.cDavid Gibson1-11/+15
2019-04-26target/ppc: Style fixes for translate/vsx-impl.inc.cDavid Gibson1-7/+8
2019-04-26target/ppc: Style fixes for translate/fp-impl.inc.cDavid Gibson1-20/+32
2019-04-26target/ppc: Style fixes for translate.cDavid Gibson1-191/+313
2019-04-26target/ppc: Style fixes for translate_init.inc.cDavid Gibson1-95/+148
2019-04-26target/ppc: Style fixes for monitor.cDavid Gibson1-5/+6
2019-04-26target/ppc: Style fixes for mmu_helper.cDavid Gibson1-53/+84
2019-04-26target/ppc: Style fixes for mmu-hash64.[ch]David Gibson1-26/+42
2019-04-26target/ppc: Style fixes for mmu-hash32.[ch]David Gibson1-8/+14
2019-04-26target/ppc: Style fixes for misc_helper.cDavid Gibson1-4/+5
2019-04-26target/ppc: Style fixes for mfrom_table.inc.c & mfrom_table_gen.cDavid Gibson2-5/+6
2019-04-26target/ppc: Style fixes for mem_helper.cDavid Gibson1-14/+19
2019-04-26target/ppc: Style fixes for machine.cDavid Gibson1-43/+63
2019-04-26target/ppc: Style fixes for kvm_ppc.h and kvm.cDavid Gibson2-66/+115
2019-04-26target/ppc: Style fixes for helper_regs.hDavid Gibson1-4/+6
2019-04-26target/ppc: Style fixes for gdbstub.cDavid Gibson1-15/+19
2019-04-26target/ppc: Style fixes for excp_helper.cDavid Gibson1-34/+53
2019-04-26target/ppc: Style fixes for dfp_helper.cDavid Gibson1-7/+7
2019-04-26target/ppc: Style fixes for fpu_helper.cDavid Gibson1-51/+83
2019-04-26target/ppc: Style fixes for int_helper.cDavid Gibson1-31/+39
2019-04-26target/ppc: Style fixes for cpu.[ch]David Gibson1-108/+129
2019-04-26target/ppc: Style fixes for ppc-models.[ch]David Gibson2-2/+3
2019-04-25exec: Introduce qemu_maxrampagesize() and rename qemu_getrampagesize()David Hildenbrand1-1/+1
2019-04-24tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson1-2/+2
2019-04-18disas: Rename include/disas/bfd.h back to include/disas/dis-asm.hMarkus Armbruster1-1/+1
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster2-88/+86
2019-04-18qom/cpu: Simplify how CPUClass::dump_statistics() printsMarkus Armbruster2-7/+5
2019-04-18target: Clean up how the dump_mmu() printMarkus Armbruster5-43/+40
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster2-17/+11
2019-03-29target/ppc: Fix QEMU crash with stxsdxGreg Kurz1-1/+1
2019-03-29target/ppc: Improve comment of bcctr used for spectre v2 mitigationGreg Kurz1-1/+9
2019-03-29target/ppc: Consolidate 64-bit server processor detection in a helperGreg Kurz3-7/+11
2019-03-29target/ppc: Enable "decrement and test CTR" version of bcctrGreg Kurz1-15/+37
2019-03-29target/ppc: Fix TCG temporary leaks in gen_bcond()Greg Kurz1-0/+2