]> git.proxmox.com Git - mirror_qemu.git/history - target/ppc
exec/memop: Adding signedness to quad definitions
[mirror_qemu.git] / target / ppc /
2022-01-08 Frédéric Pétrotexec/memop: Adding signedness to quad definitions
2022-01-04 Richard HendersonMerge tag 'pull-ppc-20220104' of https://github.com...
2022-01-04 Daniel Henrique... target/ppc: do not call hreg_compute_hflags() in helper...
2022-01-04 Richard Hendersontarget/ppc: Use env->pnc_cyc_cnt
2022-01-04 Richard Hendersontarget/ppc: Rewrite pmu_increment_insns
2022-01-04 Richard Hendersontarget/ppc: Cache per-pmc insn and cycle count settings
2022-01-04 Fabiano Rosastarget/ppc: powerpc_excp: Stop passing excp_model around
2022-01-04 Fabiano Rosastarget/ppc: powerpc_excp: Move system call vectored...
2022-01-04 Fabiano Rosastarget/ppc: powerpc_excp: Set vector earlier
2022-01-04 Fabiano Rosastarget/ppc: powerpc_excp: Add excp_vectors bounds check
2022-01-04 Fabiano Rosastarget/ppc: powerpc_excp: Set alternate SRRs directly
2022-01-04 Matheus Fersttarget/ppc: do not silence snan in xscvspdpn
2022-01-04 Cédric Le Goaterppc/ppc405: Dump specific registers
2022-01-04 Cédric Le Goaterppc/ppc405: Introduce a store helper for SPR_40x_PID
2022-01-04 Cédric Le Goaterppc/ppc405: Restore TCR and STR write handlers
2022-01-04 Cédric Le Goaterppc/ppc405: Activate MMU logs
2022-01-04 Cédric Le Goatertarget/ppc: Print out literal exception names in logs
2022-01-04 Cédric Le Goatertarget/ppc: Remove static inline
2022-01-04 Cédric Le Goatertarget/ppc: Check effective address validity
2022-01-04 Cédric Le Goatertarget/ppc: Improve logging in Radix MMU
2021-12-17 Richard HendersonMerge tag 'trivial-branch-for-7.0-pull-request' of...
2021-12-17 Richard HendersonMerge tag 'pull-ppc-20211217' of https://github.com...
2021-12-17 Daniel Henrique... PPC64/TCG: Implement 'rfebb' instruction
2021-12-17 Daniel Henrique... target/ppc/power8-pmu.c: add PM_RUN_INST_CMPL (0xFA...
2021-12-17 Daniel Henrique... target/ppc: enable PMU instruction count
2021-12-17 Daniel Henrique... target/ppc: enable PMU counter overflow with cycle...
2021-12-17 Daniel Henrique... target/ppc: PMU: update counters on MMCR1 write
2021-12-17 Daniel Henrique... target/ppc: PMU: update counters on PMCs r/w
2021-12-17 Daniel Henrique... target/ppc: PMU basic cycle count for pseries TCG
2021-12-17 Daniel Henrique... target/ppc: introduce PMUEventType and PMU overflow...
2021-12-17 Fabiano RosasRevert "target/ppc: Move SPR_DSISR setting to powerpc_excp"
2021-12-17 Fabiano Rosastarget/ppc: Fix e6500 boot
2021-12-17 Matheus Fersttarget/ppc: move xscvqpdp to decodetree
2021-12-17 Matheus Fersttarget/ppc: fix xscvqpdp register access
2021-12-17 Victor Colombotarget/ppc: Move xs{max,min}[cj]dp to decodetree
2021-12-17 Victor Colombotarget/ppc: Fix xs{max, min}[cj]dp to use VSX registers
2021-12-17 Cédric Le Goatertarget/ppc: remove 401/403 CPUs
2021-12-17 Fabiano Rosastarget/ppc: Set 601v exception model id
2021-12-17 Fabiano Rosastarget/ppc: Remove 603e exception model
2021-12-17 Fabiano Rosastarget/ppc: Fix MPCxxx FPU interrupt address
2021-12-17 Fabiano Rosastarget/ppc: Remove the software TLB model of 7450 CPUs
2021-12-17 Fabiano Rosastarget/ppc: Disable unused facilities in the e600 CPU
2021-12-17 Fabiano Rosastarget/ppc: Disable software TLB for the 7450 family
2021-12-17 Richard Hendersontarget/ppc: Use helper_todouble/tosingle in helper_xsts...
2021-12-17 Richard Hendersontarget/ppc: Update fres to new flags and float64r32
2021-12-17 Richard Hendersontarget/ppc: Add helper for frsqrtes
2021-12-17 Richard Hendersontarget/ppc: Add helper for fmuls
2021-12-17 Richard Hendersontarget/ppc: Add helpers for fadds, fsubs, fdivs
2021-12-17 Richard Hendersontarget/ppc: Add helper for fsqrts
2021-12-17 Richard Hendersontarget/ppc: Add helpers for fmadds et al
2021-12-17 Richard Hendersontarget/ppc: Update fre to new flags
2021-12-17 Richard Hendersontarget/ppc: Update xsrqpi and xsrqpxp to new flags
2021-12-17 Richard Hendersontarget/ppc: Update sqrt for new flags
2021-12-17 Richard Hendersontarget/ppc: Use helper_todouble in do_frsp
2021-12-17 Richard Hendersontarget/ppc: Update do_frsp for new flags
2021-12-17 Richard Hendersontarget/ppc: Split out do_frsp
2021-12-17 Richard Hendersontarget/ppc: Do not call do_float_check_status from...
2021-12-17 Richard Hendersontarget/ppc: Split out do_fmadd
2021-12-17 Richard Hendersontarget/ppc: Update fmadd for new flags
2021-12-17 Richard Hendersontarget/ppc: Clean up do_fri
2021-12-17 Richard Hendersontarget/ppc: Tidy inexact handling in do_fri
2021-12-17 Richard Hendersontarget/ppc: Use FloatRoundMode in do_fri
2021-12-17 Richard Hendersontarget/ppc: Remove inline from do_fri
2021-12-17 Richard Hendersontarget/ppc: Fix VXCVI return value
2021-12-17 Richard Hendersontarget/ppc: Update float_invalid_cvt for new flags
2021-12-17 Richard Hendersontarget/ppc: Move float_check_status from FPU_FCTI to...
2021-12-17 Richard Hendersontarget/ppc: Update float_invalid_op_div for new flags
2021-12-17 Richard Hendersontarget/ppc: Update float_invalid_op_mul for new flags
2021-12-17 Richard Hendersontarget/ppc: Update float_invalid_op_addsub for new...
2021-12-17 Matheus Fersttarget/ppc: Implement Vector Mask Move insns
2021-12-17 Matheus Fersttarget/ppc: Implement Vector Extract Mask
2021-12-17 Matheus Fersttarget/ppc: Implement Vector Expand Mask
2021-12-17 Lucas Mateus Castr... target/ppc: ppc_store_fpscr doesn't update bits 0 to...
2021-12-17 Lucas Mateus Castr... target/ppc: Fixed call to deferred exception
2021-12-16 Cédric Le GoaterMerge tag 'qemu-slof-20211112' of github.com:aik/qemu...
2021-11-29 Richard HendersonMerge tag 'pull-ppc-20211129' of https://github.com...
2021-11-29 Leandro Luporitarget/ppc: fix Hash64 MMU update of PTE bit R
2021-11-17 Richard HendersonMerge tag 'python-pull-request' of https://gitlab.com...
2021-11-15 Richard HendersonMerge tag 'for_upstream' of git://git.kernel.org/pub...
2021-11-12 Richard HendersonMerge tag 'pull-ppc-20211112' of https://github.com...
2021-11-11 Daniel Henrique... ppc/mmu_helper.c: do not truncate 'ea' in booke206_inva...
2021-11-11 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2021-11-10 Matheus Fersttarget/ppc: Fix register update on lf[sd]u[x]/stf[sd...
2021-11-09 Richard HendersonMerge remote-tracking branch 'remotes/juanquintela...
2021-11-09 Richard HendersonMerge remote-tracking branch 'remotes/dgibson/tags...
2021-11-08 Matheus Fersttarget/ppc: cntlzdm/cnttzdm implementation without...
2021-11-08 Matheus Fersttarget/ppc: Implement lxvkq instruction
2021-11-08 Matheus Fersttarget/ppc: Implement xxblendvb/xxblendvh/xxblendvw...
2021-11-08 Bruno Larsen (bill... target/ppc: implemented XXSPLTIDP instruction
2021-11-08 Bruno Larsen (bill... target/ppc: Implemented XXSPLTIW using decodetree
2021-11-08 Bruno Larsen (bill... target/ppc: implemented XXSPLTI32DX
2021-11-08 Bruno Larsen (bill... target/ppc: moved XXSPLTIB to using decodetree
2021-11-08 Bruno Larsen (bill... target/ppc: moved XXSPLTW to using decodetree
2021-11-08 Lucas Mateus Castr... target/ppc: added the instructions PLXVP and PSTXVP
2021-11-08 Lucas Mateus Castr... target/ppc: added the instructions PLXV and PSTXV
2021-11-08 Lucas Mateus Castr... target/ppc: added the instructions LXVPX and STXVPX
2021-11-08 Lucas Mateus Castr... target/ppc: added the instructions LXVP and STXVP
2021-11-08 Lucas Mateus Castr... target/ppc: moved stxvx and lxvx from legacy to decodtree
2021-11-08 Lucas Mateus Castr... target/ppc: moved stxv and lxv from legacy to decodtree
2021-11-08 Matheus Fersttarget/ppc: receive high/low as argument in get/set_cpu_vsr
next