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