summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* target/arm: kvm: use RCU_READ_LOCK_GUARD() in kvm_arch_fixup_msi_route()Hamza Mahfooz2021-08-251-9/+8Star
* target/arm: Implement M-profile trapping on division by zeroPeter Maydell2021-08-255-6/+26
* target/arm: Re-indent sdiv and udiv helpersPeter Maydell2021-08-251-6/+9
* target/arm: Implement MVE interleaving loads/storesPeter Maydell2021-08-254-0/+495
* target/arm: Implement MVE scatter-gather immediate formsPeter Maydell2021-08-254-36/+150
* target/arm: Implement MVE scatter-gather insnsPeter Maydell2021-08-254-0/+270
* target/arm: Implement MVE VCTPPeter Maydell2021-08-256-1/+58
* target/arm: Implement MVE VPNOTPeter Maydell2021-08-254-0/+38
* target/arm: Implement MVE VMOV to/from 2 general-purpose registersPeter Maydell2021-08-254-1/+91
* target/arm: Implement MVE VMAXA, VMINAPeter Maydell2021-08-254-0/+40
* target/arm: Implement MVE VQABS, VQNEGPeter Maydell2021-08-254-0/+50
* target/arm: Implement MVE saturating doubling multiply accumulatesPeter Maydell2021-08-254-0/+120
* target/arm: Implement MVE VMLAPeter Maydell2021-08-254-0/+11
* target/arm: Implement MVE VMLADAV and VMLSLDAVPeter Maydell2021-08-254-5/+150
* target/arm: Rename MVEGenDualAccOpFn to MVEGenLongDualAccOpFnPeter Maydell2021-08-251-8/+8
* target/arm: Implement MVE narrowing movesPeter Maydell2021-08-254-0/+132
* target/arm: Implement MVE VABAVPeter Maydell2021-08-254-0/+82
* target/arm: Implement MVE integer min/max across vectorPeter Maydell2021-08-254-2/+150
* target/arm: Move 'x' and 'a' bit definitions into vmlaldav formatsPeter Maydell2021-08-251-8/+8
* target/arm: Implement MVE shift-by-scalarPeter Maydell2021-08-254-3/+76
* target/arm: Implement MVE VMLASPeter Maydell2021-08-254-0/+34
* target/arm: Implement MVE VPSELPeter Maydell2021-08-254-2/+28
* target/arm: Implement MVE integer vector-vs-scalar comparisonsPeter Maydell2021-08-254-12/+127
* target/arm: Implement MVE integer vector comparisonsPeter Maydell2021-08-254-1/+152
* target/arm: Factor out gen_vpst()Peter Maydell2021-08-251-14/+17
* target/arm: Implement MVE incrementing/decrementing dup insnsPeter Maydell2021-08-254-0/+220
* target/arm: Implement MVE VMULL (polynomial)Peter Maydell2021-08-256-5/+83
* target/arm: Fix VLDRB/H/W for predicated elementsPeter Maydell2021-08-251-3/+5
* target/arm: Fix VPT advance when ECI is non-zeroPeter Maydell2021-08-251-7/+17
* target/arm: Factor out mve_eci_mask()Peter Maydell2021-08-251-24/+34
* target/arm: Fix calculation of LTP mask when LR is 0Peter Maydell2021-08-251-1/+2
* target/arm: Fix MVE 48-bit SQRSHRL for small right shiftsPeter Maydell2021-08-251-2/+9
* target/arm: Fix 48-bit saturating shiftsPeter Maydell2021-08-251-7/+5Star
* target/arm: Fix mask handling for MVE narrowing operationsPeter Maydell2021-08-251-1/+3
* target/arm: Fix signed VADDVPeter Maydell2021-08-251-3/+3
* target/arm: Fix MVE VSLI by 0 and VSRI by <dt>Peter Maydell2021-08-251-4/+5
* target/arm: Print MVE VPR in CPU dumpsPeter Maydell2021-08-251-0/+3
* target/arm: Note that we handle VMOVL as a special case of VSHLLPeter Maydell2021-08-251-0/+2
* target/i386: Fixed size of constant for WindowsLara Lazier2021-08-132-2/+2
* target/nios2: Mark raise_exception() as noreturnPhilippe Mathieu-Daudé2021-07-301-1/+1
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-07-292-1/+21
|\
| * target/i386: fix typo in ctl_has_irqPaolo Bonzini2021-07-291-1/+1
| * target/i386: Added consistency checks for event injectionLara Lazier2021-07-291-0/+6
| * i386: assert 'cs->kvm_state' is not nullVitaly Kuznetsov2021-07-291-0/+14
* | target/ppc: Ease L=0 requirement on cmp/cmpi/cmpl/cmpli for ppc32Matheus Ferst2021-07-291-2/+56
|/
* target/arm: Add sve-default-vector-length cpu propertyRichard Henderson2021-07-273-2/+77
* target/arm: Export aarch64_sve_zcr_get_valid_lenRichard Henderson2021-07-272-2/+12
* target/arm: Correctly bound length in sve_zcr_get_valid_lenRichard Henderson2021-07-271-1/+3
* docs: Update path that mentions deprecated.rstMao Zhongyi2021-07-271-1/+1
* target/arm: Report M-profile alignment faults correctly to the guestPeter Maydell2021-07-271-0/+8