summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* target/arm: implement SHA-3 instructionsArd Biesheuvel2018-02-092-4/+145
* target/arm: implement SHA-512 instructionsArd Biesheuvel2018-02-094-1/+205
* target/arm: Handle exceptions during exception stack popPeter Maydell2018-02-091-21/+94
* target/arm: Make exception vector loads honour the SAUPeter Maydell2018-02-091-16/+55
* target/arm: Make v7m_push_callee_stack() honour MPUPeter Maydell2018-02-091-15/+49
* target/arm: Make v7M exception entry stack push check MPUPeter Maydell2018-02-091-16/+87
* target/arm: Add ignore_stackfaults argument to v7m_exception_taken()Peter Maydell2018-02-091-12/+23
* target/arm: Split "get pending exception info" from "acknowledge it"Peter Maydell2018-02-092-7/+28
* target/arm: Add armv7m_nvic_set_pending_derived()Peter Maydell2018-02-091-0/+13
* target/arm: Use vector infrastructure for aa64 orr/bic immediateRichard Henderson2018-02-081-23/+5Star
* target/arm: Use vector infrastructure for aa64 multipliesRichard Henderson2018-02-081-25/+129
* target/arm: Use vector infrastructure for aa64 comparesRichard Henderson2018-02-081-34/+59
* target/arm: Use vector infrastructure for aa64 constant shiftsRichard Henderson2018-02-081-73/+346
* target/arm: Use vector infrastructure for aa64 dup/moviRichard Henderson2018-02-081-48/+33Star
* target/arm: Use vector infrastructure for aa64 mov/not/negRichard Henderson2018-02-081-6/+36
* target/arm: Use vector infrastructure for aa64 add/sub/logicRichard Henderson2018-02-081-72/+128
* target/arm: Align vector registersRichard Henderson2018-02-081-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-02-0726-52/+1443
|\
| * Add the WHPX acceleration enlightenmentsJustin Terry (VM)2018-02-071-1/+1
| * Introduce the WHPX implJustin Terry (VM)2018-02-072-0/+1367
| * arm: postpone device listener unregisterPeter Xu2018-02-071-1/+1
| * hvf: ept_emulation_fault() needs NetApp BSD attributionPaolo Bonzini2018-02-051-0/+24
| * Add missing hvdos public domain attribution:Izik Eidus2018-02-052-0/+6
| * qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé2018-02-0520-50/+44Star
* | spapr/iommu: Enable in-kernel TCE acceleration via VFIO KVM deviceAlexey Kardashevskiy2018-02-062-1/+12
|/
* target/hppa: Implement PROBE for system modeRichard Henderson2018-01-313-17/+40
* target/hppa: Fix 32-bit operand masks for 0E FCVTRichard Henderson2018-01-311-7/+7
* target/hppa: Enable MTTCGRichard Henderson2018-01-311-0/+6
* target/hppa: Implement STWARichard Henderson2018-01-311-1/+18
* target/hppa: Implement a pause instructionRichard Henderson2018-01-311-0/+36
* target/hppa: Implement LDSID for system modeHelge Deller2018-01-311-1/+13
* target/hppa: Fix commentHelge Deller2018-01-311-1/+1
* target/hppa: Increase number of temp regsRichard Henderson2018-01-311-1/+1
* target/hppa: Only use EXCP_DTLB_MISSRichard Henderson2018-01-311-1/+3
* target/hppa: Implement B,GATE insnRichard Henderson2018-01-313-0/+57
* target/hppa: Add migration for the cpuRichard Henderson2018-01-314-0/+184
* target/hppa: Add system registers to gdbstubRichard Henderson2018-01-311-0/+156
* target/hppa: Optimize for flat addressing spaceRichard Henderson2018-01-312-10/+30
* target/hppa: Implement halt and reset instructionsHelge Deller2018-01-313-1/+39
* target/hppa: Implement SYNCDMA insnRichard Henderson2018-01-301-1/+2
* target/hppa: Implement LCIRichard Henderson2018-01-301-0/+20
* target/hppa: Implement LPARichard Henderson2018-01-305-5/+58
* target/hppa: Implement LDWARichard Henderson2018-01-301-0/+38
* target/hppa: Implement P*TLB and P*TLBE insnsRichard Henderson2018-01-303-0/+79
* target/hppa: Implement I*TLBA and I*TLBP insnsRichard Henderson2018-01-303-4/+132
* target/hppa: Log unimplemented instructionsRichard Henderson2018-01-301-0/+2
* target/hppa: Implement the interval timerRichard Henderson2018-01-306-4/+67
* target/hppa: Implement external interruptsRichard Henderson2018-01-305-1/+83
* target/hppa: Implement tlb_fillRichard Henderson2018-01-303-10/+197
* target/hppa: Implement IASQRichard Henderson2018-01-306-27/+179