aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2022-10-28target/ppc: create an interrupt deliver method for POWER7Matheus Ferst1-0/+107
2022-10-28target/ppc: remove unused interrupts from p7_next_unmasked_interruptMatheus Ferst1-55/+8
2022-10-28target/ppc: create an interrupt masking method for POWER7Matheus Ferst1-0/+108
2022-10-28target/ppc: add power-saving interrupt masking logic to p8_next_unmasked_inte...Matheus Ferst3-13/+14
2022-10-28target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER8Matheus Ferst1-28/+33
2022-10-28target/ppc: remove generic architecture checks from p8_deliver_interruptMatheus Ferst1-3/+0
2022-10-28target/ppc: remove unused interrupts from p8_deliver_interruptMatheus Ferst1-30/+0
2022-10-28target/ppc: create an interrupt deliver method for POWER8Matheus Ferst1-0/+107
2022-10-28target/ppc: remove unused interrupts from p8_next_unmasked_interruptMatheus Ferst1-38/+7
2022-10-28target/ppc: create an interrupt masking method for POWER8Matheus Ferst1-0/+108
2022-10-28target/ppc: add power-saving interrupt masking logic to p9_next_unmasked_inte...Matheus Ferst3-14/+38
2022-10-28target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER9Matheus Ferst1-76/+50
2022-10-28target/ppc: remove generic architecture checks from p9_deliver_interruptMatheus Ferst1-8/+1
2022-10-28target/ppc: remove unused interrupts from p9_deliver_interruptMatheus Ferst1-27/+0
2022-10-28target/ppc: create an interrupt deliver method for POWER9/POWER10Matheus Ferst1-0/+112
2022-10-28target/ppc: remove unused interrupts from p9_next_unmasked_interruptMatheus Ferst1-29/+7
2022-10-28target/ppc: create an interrupt masking method for POWER9/POWER10Matheus Ferst1-0/+113
2022-10-28target/ppc: prepare to split interrupt masking and delivery by excp_modelMatheus Ferst1-2/+18
2022-10-28target/ppc: split interrupt masking and delivery from ppc_hw_interruptMatheus Ferst1-76/+125
2022-10-28target/ppc: always use ppc_set_irq to set env->pending_interruptsMatheus Ferst2-17/+9
2022-10-28target/ppc: define PPC_INTERRUPT_* values directlyMatheus Ferst4-88/+88
2022-10-28target/ppc: Use gvec to decode XVTSTDC[DS]PLucas Mateus Castro (alqotel)1-10/+157
2022-10-28target/ppc: Moved XSTSTDC[QDS]P to decodetreeLucas Mateus Castro (alqotel)5-90/+60
2022-10-28target/ppc: Moved XVTSTDC[DS]P to decodetreeLucas Mateus Castro (alqotel)5-14/+70
2022-10-28target/ppc: Use gvec to decode XVCPSGN[SD]PLucas Mateus Castro (alqotel)3-59/+55
2022-10-28target/ppc: Use gvec to decode XV[N]ABS[DS]P/XVNEG[DS]PLucas Mateus Castro (alqotel)3-12/+76
2022-10-28target/ppc: Move VABSDU[BHW] to decodetree and use gvecLucas Mateus Castro (alqotel)5-17/+60
2022-10-28target/ppc: Move VAVG[SU][BHW] to decodetree and use gvecLucas Mateus Castro (alqotel)5-41/+127
2022-10-28target/ppc: Move VPRTYB[WDQ] to decodetree and use gvecLucas Mateus Castro (alqotel)5-33/+71
2022-10-28target/ppc: Move VNEG[WD] to decodtree and use gvecLucas Mateus Castro (alqotel)5-18/+16
2022-10-28target/ppc: Move V(ADD|SUB)CUW to decodetree and use gvecLucas Mateus Castro (alqotel)5-26/+60
2022-10-28target/ppc: Move VMH[R]ADDSHS instruction to decodetreeLucas Mateus Castro (alqotel)5-7/+9
2022-10-28target/ppc: Moved VMLADDUHM to decodetree and use gvecLucas Mateus Castro (alqotel)5-21/+35
2022-10-28target/ppc: move msgsync to decodetreeMatheus Ferst3-14/+10
2022-10-28target/ppc: move msgclrp/msgsndp to decodetreeMatheus Ferst3-26/+28
2022-10-28target/ppc: move msgclr/msgsnd to decodetreeMatheus Ferst3-32/+77
2022-10-28target/ppc: fix REQUIRE_HV macro definitionMatheus Ferst1-6/+6
2022-10-28target/ppc: fix msgsync insns flagsMatheus Ferst1-1/+1
2022-10-28target/ppc: fix msgclr/msgsnd insns flagsMatheus Ferst1-2/+2
2022-10-27target/arm: Use the max page size in a 2-stage ptwRichard Henderson1-1/+10
2022-10-27target/arm: Implement FEAT_HAFDBS, dirty bit portionRichard Henderson2-1/+17
2022-10-27target/arm: Implement FEAT_HAFDBS, access flag portionRichard Henderson2-22/+156
2022-10-27target/arm: Tidy merging of attributes from descriptor and tableRichard Henderson1-18/+16
2022-10-27target/arm: Consider GP an attribute in get_phys_addr_lpaeRichard Henderson1-4/+2
2022-10-27target/arm: Don't shift attrs in get_phys_addr_lpaeRichard Henderson1-16/+15
2022-10-27target/arm: Fix fault reporting in get_phys_addr_lpaeRichard Henderson1-18/+13
2022-10-27target/arm: Remove loop from get_phys_addr_lpaeRichard Henderson1-92/+92
2022-10-27target/arm: Add ARMFault_UnsuppAtomicUpdateRichard Henderson1-0/+4
2022-10-27target/arm: Move S1_ptw_translate outside arm_ld[lq]_ptwRichard Henderson1-19/+22
2022-10-27target/arm: Extract HA and HD in aa64_va_parametersRichard Henderson2-1/+9