aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2018-02-09target/arm: enable user-mode SHA-3, SM3, SM4 and SHA-512 instruction supportArd Biesheuvel1-0/+4
2018-02-09target/arm: implement SM4 instructionsArd Biesheuvel4-0/+103
2018-02-09target/arm: implement SM3 instructionsArd Biesheuvel4-3/+186
2018-02-09target/arm: implement SHA-3 instructionsArd Biesheuvel2-4/+145
2018-02-09target/arm: implement SHA-512 instructionsArd Biesheuvel4-1/+205
2018-02-09target/arm: Handle exceptions during exception stack popPeter Maydell1-21/+94
2018-02-09target/arm: Make exception vector loads honour the SAUPeter Maydell1-16/+55
2018-02-09target/arm: Make v7m_push_callee_stack() honour MPUPeter Maydell1-15/+49
2018-02-09target/arm: Make v7M exception entry stack push check MPUPeter Maydell1-16/+87
2018-02-09target/arm: Add ignore_stackfaults argument to v7m_exception_taken()Peter Maydell1-12/+23
2018-02-09target/arm: Split "get pending exception info" from "acknowledge it"Peter Maydell2-7/+28
2018-02-09target/arm: Add armv7m_nvic_set_pending_derived()Peter Maydell1-0/+13
2018-02-08target/arm: Use vector infrastructure for aa64 orr/bic immediateRichard Henderson1-23/+5
2018-02-08target/arm: Use vector infrastructure for aa64 multipliesRichard Henderson1-25/+129
2018-02-08target/arm: Use vector infrastructure for aa64 comparesRichard Henderson1-34/+59
2018-02-08target/arm: Use vector infrastructure for aa64 constant shiftsRichard Henderson1-73/+346
2018-02-08target/arm: Use vector infrastructure for aa64 dup/moviRichard Henderson1-48/+33
2018-02-08target/arm: Use vector infrastructure for aa64 mov/not/negRichard Henderson1-6/+36
2018-02-08target/arm: Use vector infrastructure for aa64 add/sub/logicRichard Henderson1-72/+128
2018-02-08target/arm: Align vector registersRichard Henderson1-1/+1
2018-02-07Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell26-52/+1443
2018-02-07Add the WHPX acceleration enlightenmentsJustin Terry (VM)1-1/+1
2018-02-07Introduce the WHPX implJustin Terry (VM)2-0/+1367
2018-02-07arm: postpone device listener unregisterPeter Xu1-1/+1
2018-02-06spapr/iommu: Enable in-kernel TCE acceleration via VFIO KVM deviceAlexey Kardashevskiy2-1/+12
2018-02-05hvf: ept_emulation_fault() needs NetApp BSD attributionPaolo Bonzini1-0/+24
2018-02-05Add missing hvdos public domain attribution:Izik Eidus2-0/+6
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé20-50/+44
2018-01-31target/hppa: Implement PROBE for system modeRichard Henderson3-17/+40
2018-01-31target/hppa: Fix 32-bit operand masks for 0E FCVTRichard Henderson1-7/+7
2018-01-31target/hppa: Enable MTTCGRichard Henderson1-0/+6
2018-01-31target/hppa: Implement STWARichard Henderson1-1/+18
2018-01-31target/hppa: Implement a pause instructionRichard Henderson1-0/+36
2018-01-31target/hppa: Implement LDSID for system modeHelge Deller1-1/+13
2018-01-31target/hppa: Fix commentHelge Deller1-1/+1
2018-01-31target/hppa: Increase number of temp regsRichard Henderson1-1/+1
2018-01-31target/hppa: Only use EXCP_DTLB_MISSRichard Henderson1-1/+3
2018-01-31target/hppa: Implement B,GATE insnRichard Henderson3-0/+57
2018-01-31target/hppa: Add migration for the cpuRichard Henderson4-0/+184
2018-01-31target/hppa: Add system registers to gdbstubRichard Henderson1-0/+156
2018-01-31target/hppa: Optimize for flat addressing spaceRichard Henderson2-10/+30
2018-01-31target/hppa: Implement halt and reset instructionsHelge Deller3-1/+39
2018-01-30target/hppa: Implement SYNCDMA insnRichard Henderson1-1/+2
2018-01-30target/hppa: Implement LCIRichard Henderson1-0/+20
2018-01-30target/hppa: Implement LPARichard Henderson5-5/+58
2018-01-30target/hppa: Implement LDWARichard Henderson1-0/+38
2018-01-30target/hppa: Implement P*TLB and P*TLBE insnsRichard Henderson3-0/+79
2018-01-30target/hppa: Implement I*TLBA and I*TLBP insnsRichard Henderson3-4/+132
2018-01-30target/hppa: Log unimplemented instructionsRichard Henderson1-0/+2
2018-01-30target/hppa: Implement the interval timerRichard Henderson6-4/+67