summaryrefslogtreecommitdiffstats
path: root/target/ppc
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190426' into stagingPeter Maydell2019-04-281-2/+2
|\
| * tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson2019-04-241-2/+2
* | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190426' into...Peter Maydell2019-04-2729-891/+1361
|\ \
| * | target/ppc: improve performance of large BAT invalidationsArtyom Tarasenko2019-04-261-0/+7
| * | ppc/hash32: Rework R and C bit updatesBenjamin Herrenschmidt2019-04-261-14/+31
| * | ppc/hash64: Rework R and C bit updatesBenjamin Herrenschmidt2019-04-263-35/+47
| * | target/ppc: Don't check UPRT in radix mode when in HV real modeBenjamin Herrenschmidt2019-04-261-3/+13
| * | target/ppc/kvm: Convert DPRINTF to tracesGreg Kurz2019-04-262-41/+52
| * | target/ppc/trace-events: Fix trivial typoGreg Kurz2019-04-261-2/+2
| * | target/ppc: Style fixes for translate/spe-impl.inc.cDavid Gibson2019-04-261-5/+9
| * | target/ppc: Style fixes for translate/vmx-impl.inc.cDavid Gibson2019-04-261-11/+15
| * | target/ppc: Style fixes for translate/vsx-impl.inc.cDavid Gibson2019-04-261-7/+8
| * | target/ppc: Style fixes for translate/fp-impl.inc.cDavid Gibson2019-04-261-20/+32
| * | target/ppc: Style fixes for translate.cDavid Gibson2019-04-261-191/+313
| * | target/ppc: Style fixes for translate_init.inc.cDavid Gibson2019-04-261-95/+148
| * | target/ppc: Style fixes for monitor.cDavid Gibson2019-04-261-5/+6
| * | target/ppc: Style fixes for mmu_helper.cDavid Gibson2019-04-261-53/+84
| * | target/ppc: Style fixes for mmu-hash64.[ch]David Gibson2019-04-261-26/+42
| * | target/ppc: Style fixes for mmu-hash32.[ch]David Gibson2019-04-261-8/+14
| * | target/ppc: Style fixes for misc_helper.cDavid Gibson2019-04-261-4/+5
| * | target/ppc: Style fixes for mfrom_table.inc.c & mfrom_table_gen.cDavid Gibson2019-04-262-5/+6
| * | target/ppc: Style fixes for mem_helper.cDavid Gibson2019-04-261-14/+19
| * | target/ppc: Style fixes for machine.cDavid Gibson2019-04-261-43/+63
| * | target/ppc: Style fixes for kvm_ppc.h and kvm.cDavid Gibson2019-04-262-66/+115
| * | target/ppc: Style fixes for helper_regs.hDavid Gibson2019-04-261-4/+6
| * | target/ppc: Style fixes for gdbstub.cDavid Gibson2019-04-261-15/+19
| * | target/ppc: Style fixes for excp_helper.cDavid Gibson2019-04-261-34/+53
| * | target/ppc: Style fixes for dfp_helper.cDavid Gibson2019-04-261-7/+7
| * | target/ppc: Style fixes for fpu_helper.cDavid Gibson2019-04-261-51/+83
| * | target/ppc: Style fixes for int_helper.cDavid Gibson2019-04-261-31/+39
| * | target/ppc: Style fixes for cpu.[ch]David Gibson2019-04-261-108/+129
| * | target/ppc: Style fixes for ppc-models.[ch]David Gibson2019-04-262-2/+3
| |/
* / exec: Introduce qemu_maxrampagesize() and rename qemu_getrampagesize()David Hildenbrand2019-04-251-1/+1
|/
* disas: Rename include/disas/bfd.h back to include/disas/dis-asm.hMarkus Armbruster2019-04-181-1/+1
* qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster2019-04-182-88/+86Star
* qom/cpu: Simplify how CPUClass::dump_statistics() printsMarkus Armbruster2019-04-182-7/+5Star
* target: Clean up how the dump_mmu() printMarkus Armbruster2019-04-185-43/+40Star
* target: Simplify how the TARGET_cpu_list() printMarkus Armbruster2019-04-182-17/+11Star
* target/ppc: Fix QEMU crash with stxsdxGreg Kurz2019-03-291-1/+1
* target/ppc: Improve comment of bcctr used for spectre v2 mitigationGreg Kurz2019-03-291-1/+9
* target/ppc: Consolidate 64-bit server processor detection in a helperGreg Kurz2019-03-293-7/+11
* target/ppc: Enable "decrement and test CTR" version of bcctrGreg Kurz2019-03-291-15/+37
* target/ppc: Fix TCG temporary leaks in gen_bcond()Greg Kurz2019-03-291-0/+2
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-1/+1
* spapr: Use CamelCase properlyDavid Gibson2019-03-121-2/+2
* target/ppc: Optimize x[sv]xsigdp using deposit_i64()Philippe Mathieu-Daudé2019-03-121-8/+4Star
* target/ppc: Optimize xviexpdp() using deposit_i64()Philippe Mathieu-Daudé2019-03-121-11/+3Star
* target/ppc: add HV support for POWER9Cédric Le Goater2019-03-121-1/+2
* target/ppc: introduce vsr64_offset() to simplify get_cpu_vsr{l,h}() and set_c...Mark Cave-Ayland2019-03-122-40/+14Star
* target/ppc: switch fpr/vsrl registers so all VSX registers are in host endian...Mark Cave-Ayland2019-03-123-10/+10