summaryrefslogtreecommitdiffstats
path: root/Documentation/fault-injection (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-29KVM: PPC: Book3S HV: Fix decrementer timeouts with non-zero TB offsetPaul Mackerras1-1/+9
2014-03-29KVM: PPC: Book3S HV: Don't use kvm_memslots() in real modePaul Mackerras2-3/+15
2014-03-29KVM: PPC: Book3S HV: Return ENODEV error rather than EIOPaul Mackerras1-1/+1
2014-03-29KVM: PPC: Book3S: Trim top 4 bits of physical address in RTAS codePaul Mackerras1-2/+5
2014-03-29KVM: PPC: Book3S HV: Add get/set_one_reg for new TM stateMichael Neuling1-22/+125
2014-03-29KVM: PPC: Book3S HV: Add transactional memory supportMichael Neuling4-30/+149
2014-03-27KVM: Specify byte order for KVM_EXIT_MMIOChristoffer Dall1-0/+4
2014-03-27KVM: vmx: fix MPX detectionPaolo Bonzini1-1/+2
2014-03-26KVM: PPC: Book3S HV: Fix KVM hang with CONFIG_KVM_XICS=nAnton Blanchard1-3/+1
2014-03-26KVM: PPC: Book3S: Introduce hypervisor call H_GET_TCELaurent Dufour3-1/+31
2014-03-26KVM: PPC: Book3S HV: Fix incorrect userspace exit on ioeventfd writeGreg Kurz2-3/+8
2014-03-25KVM: s390: clear local interrupts at cpu initial resetJens Freimann3-0/+16
2014-03-25KVM: s390: Fix possible memory leak in SIGP functionsThomas Huth1-8/+6
2014-03-25KVM: s390: fix calculation of idle_mask array sizeJens Freimann1-2/+1
2014-03-25KVM: s390: randomize sca addressChristian Borntraeger1-0/+5
2014-03-21KVM: ioapic: reinject pending interrupts on KVM_SET_IRQCHIPPaolo Bonzini1-1/+14
2014-03-21KVM: Bump KVM_MAX_IRQ_ROUTES for s390Cornelia Huck1-0/+4
2014-03-21KVM: s390: irq routing for adapter interrupts.Cornelia Huck9-5/+209
2014-03-21KVM: s390: adapter interrupt sourcesCornelia Huck6-1/+265
2014-03-21KVM: Add per-vm capability enablement.Cornelia Huck3-2/+33
2014-03-21KVM: ioapic: extract body of kvm_ioapic_set_irqPaolo Bonzini1-24/+50
2014-03-21KVM: ioapic: clear IRR for edge-triggered interrupts at deliveryPaolo Bonzini1-0/+3
2014-03-21KVM: ioapic: merge ioapic_deliver into ioapic_servicePaolo Bonzini1-20/+9
2014-03-19MIPS: KVM: Remove dead code in CP0 emulationJames Hogan1-7/+0
2014-03-19MIPS: KVM: Consult HWREna before emulating RDHWRJames Hogan2-14/+18
2014-03-19MIPS: KVM: Pass reserved instruction exceptions to guestJames Hogan1-3/+4
2014-03-19MIPS: KVM: asm/kvm_host.h: Clean up whitespaceJames Hogan1-206/+209
2014-03-18KVM: eventfd: Fix lock order inversion.Cornelia Huck1-4/+4
2014-03-17KVM: x86: handle missing MPX in nested virtualizationPaolo Bonzini4-3/+30
2014-03-17KVM: x86: Add nested virtualization support for MPXPaolo Bonzini1-0/+17
2014-03-17KVM: x86: introduce kvm_supported_xcr0()Paolo Bonzini3-14/+19
2014-03-17KVM: x86 emulator: emulate MOVAPDIgor Mammedov1-1/+1
2014-03-17KVM: x86 emulator: emulate MOVAPSIgor Mammedov1-1/+7
2014-03-17KVM: s390: Optimize ucontrol pathChristian Borntraeger1-1/+2
2014-03-17KVM: s390: Removing untriggerable BUG_ONsDominik Dingel2-4/+0
2014-03-13kvm: x86: ignore ioapic polarityGabriel L. Somlo5-2/+18
2014-03-13KVM: PPC: Book3S HV: Fix register usage when loading/saving VRSAVEPaul Mackerras1-2/+2
2014-03-13KVM: PPC: Book3S HV: Remove bogus duplicate codePaul Mackerras1-67/+0
2014-03-11KVM: svm: Allow the guest to run with dirty debug registersPaolo Bonzini1-0/+28
2014-03-11KVM: svm: set/clear all DR intercepts in one swoopPaolo Bonzini1-21/+20
2014-03-11KVM: nVMX: Allow nested guests to run with dirty debug registersPaolo Bonzini1-0/+4
2014-03-11KVM: vmx: Allow the guest to run with dirty debug registersPaolo Bonzini1-1/+37
2014-03-11KVM: x86: Allow the guest to run with dirty debug registersPaolo Bonzini2-0/+18
2014-03-11KVM: x86: change vcpu->arch.switch_db_regs to a bit maskPaolo Bonzini2-2/+8
2014-03-11KVM: vmx: we do rely on loading DR7 on entryPaolo Bonzini1-1/+1
2014-03-11KVM: x86: Remove return code from enable_irq/nmi_windowJan Kiszka4-29/+14
2014-03-11KVM: nVMX: Do not inject NMI vmexits when L2 has a pending interruptJan Kiszka1-1/+2
2014-03-11KVM: nVMX: Fully emulate preemption timerJan Kiszka1-55/+96
2014-03-11KVM: nVMX: Rework interception of IRQs and NMIsJan Kiszka3-36/+59
2014-03-06virtio_ccw: fix hang in set offline processingHeinz Graalfs1-3/+13