summaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)Author
2022-08-04ppc: Remove redundant macro MSR_BOOK3S_MASK.Yonggang Luo
2022-07-28target/ppc: Implement new wait variantsNicholas Piggin
2022-07-18target/ppc: Check page dir/table base alignmentLeandro Lupori
2022-07-18target/ppc: Improve Radix xlate level validationLeandro Lupori
2022-07-18ppc: Check partition and process table alignmentLeandro Lupori
2022-07-18target/ppc: check tb_env != 0 before printing TBU/TBL/DECRMatheus Ferst
2022-07-18target/ppc: Implement slbiagLucas Coutinho
2022-07-18target/ppc: Move slbsync to decodetreeLucas Coutinho
2022-07-18target/ppc: Move slbfee to decodetreeLucas Coutinho
2022-07-18target/ppc: Move slbmfee to decodetreeLucas Coutinho
2022-07-18target/ppc: Move slbmfev to decodetreeLucas Coutinho
2022-07-18target/ppc: Move slbmte to decodetreeLucas Coutinho
2022-07-18target/ppc: Move slbia to decodetreeLucas Coutinho
2022-07-18target/ppc: Move slbieg to decodetreeLucas Coutinho
2022-07-18target/ppc: Move slbie to decodetreeLucas Coutinho
2022-07-18target/ppc: add macros to check privilege levelMatheus Ferst
2022-07-18target/ppc: receive DisasContext explicitly in GEN_PRIVMatheus Ferst
2022-07-18target/ppc: Implement ISA 3.00 tlbie[l]Leandro Lupori
2022-07-18target/ppc: Move tlbie[l] to decode treeLeandro Lupori
2022-07-18target/ppc: fix exception error code in spr_write_excp_vectorMatheus Ferst
2022-07-18target/ppc: fix PMU Group A register read/write exceptionsMatheus Ferst
2022-07-18target/ppc: fix exception error code in helper_{load, store}_dcrMatheus Ferst
2022-07-18target/ppc: remove mfdcrux and mtdcruxMatheus Ferst
2022-07-18target/ppc: fix exception error value in slbfeeMatheus Ferst
2022-07-18target/ppc: Fix gen_priv_exception error value in mfspr/mtsprMatheus Ferst
2022-07-18target/ppc/kvm: Skip current and parent directories in kvmppc_find_cpu_dtMurilo Opsfelder Araujo
2022-07-18ppc: Remove unused irq_inputsCédric Le Goater
2022-07-06target/ppc: Fix MPC8555 and MPC8560 core type to e500v1Pali Rohár
2022-07-06target/ppc/cpu-models: Remove the "default" CPU aliasThomas Huth
2022-07-06target/ppc: Return default CPU for max CPUMurilo Opsfelder Araujo
2022-07-06target/ppc: implement cdtbcdMatheus Ferst
2022-07-06target/ppc: implement cbcdtdMatheus Ferst
2022-07-06target/ppc: implement addg6sMatheus Ferst
2022-07-06target/ppc: Add flag for ISA v2.06 BCDA instructionsMatheus Ferst
2022-07-06target/ppc: Implement mffscdrn[i] instructionsVíctor Colombo
2022-07-06target/ppc: Move mffs[.] to decodetreeVíctor Colombo
2022-07-06target/ppc: Move mffsl to decodetreeVíctor Colombo
2022-07-06target/ppc: Move mffsce to decodetreeVíctor Colombo
2022-07-06target/ppc: Move mffscrn[i] to decodetreeVíctor Colombo
2022-07-06target/ppc: Fix insn32.decode style issuesVíctor Colombo
2022-07-06ppc: Define SETFIELD for the ppc targetAlexey Kardashevskiy
2022-07-06target/ppc: use int128.h methods in vsubcuqMatheus Ferst
2022-07-06target/ppc: use int128.h methods in vsubecuq and vsubeuqmMatheus Ferst
2022-07-06target/ppc: use int128.h methods in vsubuqmMatheus Ferst
2022-07-06target/ppc: use int128.h methods in vaddcuqMatheus Ferst
2022-07-06target/ppc: use int128.h methods in vaddecuq and vaddeuqmMatheus Ferst
2022-07-06target/ppc: use int128.h methods in vadduqmMatheus Ferst
2022-07-06target/ppc: use int128.h methods in vpmsumdMatheus Ferst
2022-07-06target/ppc: Change FPSCR_* to follow POWER ISA numbering conventionVíctor Colombo
2022-06-20target/ppc: cpu_init: Clean up stop state on cpu resetFrederic Barrat