Age | Commit message (Expand) | Author | Files | Lines |
2016-07-01 | target-ppc: gen_pause for instructions: yield, mdoio, mdoom, miso | Aaron Larson | 1 | -7/+8 |
2016-07-01 | ppc: Print HSRR0/HSRR1 in "info registers" | Benjamin Herrenschmidt | 1 | -0/+7 |
2016-06-23 | ppc: Add P7/P8 Power Management instructions | Benjamin Herrenschmidt | 1 | -0/+66 |
2016-06-23 | ppc: Move exception generation code out of line | Benjamin Herrenschmidt | 1 | -3/+3 |
2016-06-23 | ppc: Turn a bunch of booleans from int to bool | Benjamin Herrenschmidt | 1 | -19/+18 |
2016-06-23 | ppc: Add real mode CI load/store instructions for P7 and P8 | Benjamin Herrenschmidt | 1 | -11/+48 |
2016-06-23 | ppc: Rework generation of priv and inval interrupts | Benjamin Herrenschmidt | 1 | -399/+291 |
2016-06-23 | ppc: Fix rfi/rfid/hrfi/... emulation | Benjamin Herrenschmidt | 1 | -0/+4 |
2016-06-22 | target-ppc: Fix rlwimi, rlwinm, rlwnm again | Richard Henderson | 1 | -3/+1 |
2016-06-22 | ppc64: disable gen_pause() for linux-user mode | Laurent Vivier | 1 | -1/+3 |
2016-06-20 | exec: [tcg] Track which vCPU is performing translation and execution | Lluís Vilanova | 1 | -0/+1 |
2016-06-17 | target-ppc: Fix rlwimi, rlwinm, rlwnm | Richard Henderson | 1 | -21/+52 |
2016-06-17 | target-ppc: Bug in BookE wait instruction | Jakub Horak | 1 | -1/+1 |
2016-06-07 | ppc: Do not take exceptions on unknown SPRs in privileged mode | Benjamin Herrenschmidt | 1 | -2/+9 |
2016-06-07 | ppc: Add missing slbfee. instruction on ppc64 BookS processors | Benjamin Herrenschmidt | 1 | -0/+26 |
2016-06-07 | ppc: Fix slbia decode | Benjamin Herrenschmidt | 1 | -1/+1 |
2016-06-07 | ppc: Fix mtmsr decoding | Benjamin Herrenschmidt | 1 | -1/+1 |
2016-06-07 | ppc: POWER7 has lq/stq instructions and stq need to check ISA | Benjamin Herrenschmidt | 1 | -1/+4 |
2016-06-07 | ppc: Batch TLB flushes on 32-bit 6xx/7xx/7xxx in hash mode | Benjamin Herrenschmidt | 1 | -6/+21 |
2016-06-07 | ppc: fix hrfid, tlbia and slbia privilege | Cédric Le Goater | 1 | -3/+3 |
2016-06-07 | ppc: Better figure out if processor has HV mode | Benjamin Herrenschmidt | 1 | -1/+3 |
2016-06-05 | target-*: dfilter support for in_asm | Richard Henderson | 1 | -1/+2 |
2016-05-30 | ppc: Get out of emulation on SMT "OR" ops | Benjamin Herrenschmidt | 1 | -3/+18 |
2016-05-30 | ppc: Fix sign extension issue in mtmsr(d) emulation | Michael Neuling | 1 | -2/+2 |
2016-05-30 | ppc: Change 'invalid' bit mask of tlbiel and tlbie | Benjamin Herrenschmidt | 1 | -2/+4 |
2016-05-30 | ppc: tlbie, tlbia and tlbisync are HV only | Benjamin Herrenschmidt | 1 | -3/+3 |
2016-05-30 | ppc: Do some batching of TCG tlb flushes | Benjamin Herrenschmidt | 1 | -3/+36 |
2016-05-30 | ppc: Use split I/D mmu modes to avoid flushes on interrupts | Benjamin Herrenschmidt | 1 | -3/+4 |
2016-05-27 | target-ppc: Cleanups to rldinm, rldnm, rldimi | Richard Henderson | 1 | -45/+46 |
2016-05-27 | target-ppc: Use 32-bit rotate instead of deposit + 64-bit rotate | Richard Henderson | 1 | -102/+70 |
2016-05-27 | target-ppc: Use movcond in isel | Richard Henderson | 1 | -18/+11 |
2016-05-19 | cpu: move exec-all.h inclusion out of cpu.h | Paolo Bonzini | 1 | -0/+1 |
2016-05-12 | tcg: Allow goto_tb to any target PC in user mode | Sergey Fedorov | 1 | -5/+15 |
2016-04-18 | ppc: Fix the range check in the LSWI instruction | Thomas Huth | 1 | -4/+2 |
2016-03-24 | ppc: Add macros to register hypervisor mode SPRs | Benjamin Herrenschmidt | 1 | -10/+16 |
2016-03-01 | tcg: Add type for vCPU pointers | Lluís Vilanova | 1 | -1/+1 |
2016-02-17 | target-ppc: Include missing MMU models for SDR1 in info registers | David Gibson | 1 | -0/+2 |
2016-02-09 | tcg: Change tcg_global_mem_new_* to take a TCGv_ptr | Richard Henderson | 1 | -22/+22 |
2016-02-03 | log: do not unnecessarily include qom/cpu.h | Paolo Bonzini | 1 | -0/+1 |
2016-02-01 | target-ppc: mcrfs should always update FEX/VX and only clear exception bits | James Clarke | 1 | -4/+17 |
2016-01-30 | target-ppc: Split 44x tlbiva from ppc_tlb_invalidate_one() | David Gibson | 1 | -1/+1 |
2016-01-29 | ppc: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-12-17 | ppc: cleanup logging | Paolo Bonzini | 1 | -13/+9 |
2015-12-17 | qemu-log: introduce qemu_log_separate | Paolo Bonzini | 1 | -16/+24 |
2015-11-12 | PPC: Allow Rc bit to be set on mtspr | Alexander Graf | 1 | -1/+1 |
2015-10-28 | target-*: Advance pc after recognizing a breakpoint | Richard Henderson | 1 | -0/+5 |
2015-10-23 | ppc: Add mmu_model defines for arch 2.03 and 2.07 | Benjamin Herrenschmidt | 1 | -2/+2 |
2015-10-07 | tcg: Remove gen_intermediate_code_pc | Richard Henderson | 1 | -35/+5 |
2015-10-07 | tcg: Pass data argument to restore_state_to_opc | Richard Henderson | 1 | -2/+3 |
2015-10-07 | tcg: Add TCG_MAX_INSNS | Richard Henderson | 1 | -1/+5 |