index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
ppc
/
translate.c
Age
Commit message (
Expand
)
Author
2020-12-14
target/ppc: Introduce an mmu_is_64bit() helper
Greg Kurz
2020-12-14
ppc/translate: Use POWERPC_MMU_64 to detect 64-bit MMU models
Stephane Duverger
2020-11-15
powerpc tcg: Fix Lesser GPL version number
Chetan Pant
2020-08-24
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200818' into...
Peter Maydell
2020-08-21
meson: rename included C source files to .c.inc
Paolo Bonzini
2020-08-12
target/ppc: add byte-reverse br[dwh] instructions
Lijun Pan
2020-05-27
target/ppc: Add support for scv and rfscv instructions
Nicholas Piggin
2020-05-07
target-ppc: fix rlwimi, rlwinm, rlwnm for Clang-9
Daniele Buono
2020-04-20
target/ppc: Fix TCG temporary leaks in gen_slbia()
Philippe Mathieu-Daudé
2020-04-17
target/ppc: Fix mtmsr(d) L=1 variant that loses interrupts
Nicholas Piggin
2020-03-24
target/ppc: Fix ISA v3.0 (POWER9) slbia implementation
Nicholas Piggin
2020-03-17
target/ppc: Fix rlwinm on ppc64
Vitaly Chikunov
2020-02-02
target/ppc: Add privileged message send facilities
Cédric Le Goater
2020-01-15
tcg: Search includes from the project root source directory
Philippe Mathieu-Daudé
2019-10-28
target/ppc: fetch code with translator_ld
Emilio G. Cota
2019-09-03
tcg: TCGMemOp is now accelerator independent MemOp
Tony Nguyen
2019-08-21
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20190821' into...
Peter Maydell
2019-08-21
target/ppc: move opcode decode tables to PowerPCCPU
Alex Bennée
2019-08-20
icount: remove unnecessary gen_io_end calls
Pavel Dovgalyuk
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
2019-05-22
target/ppc: Use gen_io_start/end around DARN
Richard Henderson
2019-05-13
target/ppc: Use tcg_gen_abs_tl
Richard Henderson
2019-04-28
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190426' into staging
Peter Maydell
2019-04-26
target/ppc: Style fixes for translate.c
David Gibson
2019-04-24
tcg: Hoist max_insns computation to tb_gen_code
Richard Henderson
2019-04-18
qom/cpu: Simplify how CPUClass:cpu_dump_state() prints
Markus Armbruster
2019-04-18
qom/cpu: Simplify how CPUClass::dump_statistics() prints
Markus Armbruster
2019-03-29
target/ppc: Improve comment of bcctr used for spectre v2 mitigation
Greg Kurz
2019-03-29
target/ppc: Consolidate 64-bit server processor detection in a helper
Greg Kurz
2019-03-29
target/ppc: Enable "decrement and test CTR" version of bcctr
Greg Kurz
2019-03-29
target/ppc: Fix TCG temporary leaks in gen_bcond()
Greg Kurz
2019-03-12
target/ppc: improve avr64_offset() and use it to simplify get_avr64()/set_avr...
Mark Cave-Ayland
2019-03-12
target/ppc: introduce single fpr_offset() function
Mark Cave-Ayland
2019-03-12
target/ppc: Implement large decrementer support for TCG
Suraj Jitindar Singh
2019-02-26
target/ppc: Add POWER9 exception model
Benjamin Herrenschmidt
2019-02-26
target/ppc: Fix support for "STOP light" states on POWER9
Benjamin Herrenschmidt
2019-02-26
target/ppc: Fix nip on power management instructions
Benjamin Herrenschmidt
2019-02-18
target/ppc: convert VMX logical instructions to use vector operations
Mark Cave-Ayland
2019-02-17
ppc: fix crash during branch stepping
Roman Kapl
2019-02-17
target/ppc: Fix msync to do what hardware does
BALATON Zoltan
2019-01-09
target/ppc: move FP and VMX registers into aligned vsr register array
Mark Cave-Ayland
2019-01-09
target/ppc: switch FPR, VMX and VSX helpers to access data directly from cpu_env
Mark Cave-Ayland
2019-01-09
target/ppc: introduce get_avr64() and set_avr64() helpers for VMX register ac...
Mark Cave-Ayland
2019-01-09
target/ppc: introduce get_fpr() and set_fpr() helpers for FP register access
Mark Cave-Ayland
2018-12-21
target/ppc: tcg: Implement addex instruction
Suraj Jitindar Singh
2018-11-08
This patch fixes processing of rfi instructions in icount mode.
Maria Klimushenkova
2018-11-08
target/ppc: fix mtmsr instruction for icount
Pavel Dovgalyuk
2018-11-08
target/ppc: add external PID support
Roman Kapl
2018-10-18
target/ppc: Convert to HAVE_CMPXCHG128 and HAVE_ATOMIC128
Richard Henderson
2018-08-21
ppc: add DBCR based debugging
Roman Kapl
[next]