aboutsummaryrefslogtreecommitdiffstats
path: root/samples (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-06Silence compiler warning in arch/x86/kvm/emulate.cValdis Kletnieks1-1/+1
2015-09-06kvm: compile process_smi_save_seg_64() only for x86_64Alexander Kuleshov1-0/+2
2015-09-06KVM: x86: avoid uninitialized variable warningPaolo Bonzini1-3/+4
2015-09-04KVM: PPC: Book3S: Fix typo in top comment about lockingGreg Kurz1-1/+1
2015-09-03KVM: PPC: Book3S: Fix size of the PSPB registerThomas Huth1-1/+1
2015-09-03KVM: PPC: Book3S HV: Exit on H_DOORBELL if HOST_IPI is setGautham R. Shenoy1-0/+1
2015-09-03KVM: PPC: Book3S HV: Fix race in starting secondary threadsGautham R. Shenoy2-1/+17
2015-08-22KVM: PPC: Book3S: correct width in XER handlingSam bobroff5-10/+10
2015-08-22KVM: PPC: Book3S HV: Fix preempted vcore stolen time calculationPaul Mackerras1-2/+7
2015-08-22KVM: PPC: Book3S HV: Fix preempted vcore list lockingPaul Mackerras1-1/+2
2015-08-22KVM: PPC: Book3S HV: Implement H_CLEAR_REF and H_CLEAR_MODPaul Mackerras2-9/+121
2015-08-22KVM: PPC: Book3S HV: Fix bug in dirty page trackingPaul Mackerras4-1/+27
2015-08-22KVM: PPC: Book3S HV: Fix race in reading change bit when removing HPTEPaul Mackerras1-6/+12
2015-08-22KVM: PPC: Book3S HV: Implement dynamic micro-threading on POWER8Paul Mackerras6-62/+473
2015-08-22KVM: PPC: Book3S HV: Make use of unused threads when running guestsPaul Mackerras6-72/+298
2015-08-22KVM: PPC: add missing pt_regs initializationTudor Laurentiu1-0/+1
2015-08-22KVM: PPC: Fix warnings from sparseThomas Huth8-8/+12
2015-08-22KVM: PPC: Remove PPC970 from KVM_BOOK3S_64_HV text in KconfigThomas Huth1-4/+4
2015-08-22KVM: PPC: fix suspicious use of conditional operatorTudor Laurentiu1-1/+1
2015-08-19arm: KVM: keep arm vfp/simd exit handling consistent with arm64Mario Smarduch1-6/+8
2015-08-19arm64: KVM: Optimize arm64 skip 30-50% vfp/simd save/restore on exitsMario Smarduch2-10/+68
2015-08-15x86/kvm: Rename VMX's segment access rights definesAndy Lutomirski2-30/+30
2015-08-12KVM: arm/arm64: timer: Allow the timer to control the active stateMarc Zyngier4-15/+29
2015-08-12KVM: arm/arm64: vgic: Prevent userspace injection of a mapped interruptMarc Zyngier2-33/+72
2015-08-12KVM: arm/arm64: vgic: Add vgic_{get,set}_phys_irq_activeMarc Zyngier2-0/+26
2015-08-12KVM: arm/arm64: vgic: Allow HW interrupts to be queued to a guestMarc Zyngier1-3/+86
2015-08-12KVM: arm/arm64: vgic: Allow dynamic mapping of physical/virtual interruptsMarc Zyngier3-1/+235
2015-08-12KVM: arm/arm64: vgic: Relax vgic_can_sample_irq for edge IRQsMarc Zyngier1-1/+1
2015-08-12KVM: arm/arm64: vgic: Allow HW irq to be encoded in LRMarc Zyngier4-5/+38
2015-08-12KVM: arm/arm64: vgic: Convert struct vgic_lr to use bitfieldsMarc Zyngier1-3/+7
2015-08-12arm/arm64: KVM: Move vgic handling to a non-preemptible sectionMarc Zyngier1-3/+15
2015-08-12arm/arm64: KVM: Fix ordering of timer/GIC on guest entryMarc Zyngier1-4/+3
2015-08-12arm64: KVM: remove remaining reference to vgic_sr_vectorsVladimir Murzin2-7/+0
2015-08-12arm64/kvm: Add generic v8 KVM targetSuzuki K. Poulose3-3/+12
2015-08-11KVM: x86/vPMU: Fix unnecessary signed extension for AMD PERFCTRnWei Huang1-2/+0
2015-08-11kvm: x86: Fix error handling in the function kvm_lapic_sync_from_vapicNicholas Krause1-2/+3
2015-08-07KVM: s390: Fix assumption that kvm_set_irq_routing is always run successfullyNicholas Krause1-2/+1
2015-08-05KVM: VMX: drop ept misconfig checkXiao Guangrong3-95/+2
2015-08-05KVM: MMU: fully check zero bits for sptesXiao Guangrong1-6/+37
2015-08-05KVM: MMU: introduce is_shadow_zero_bits_set()Xiao Guangrong1-9/+19
2015-08-05KVM: MMU: introduce the framework to check zero bits on sptesXiao Guangrong4-0/+62
2015-08-05KVM: MMU: split reset_rsvds_bits_mask_eptXiao Guangrong1-4/+10
2015-08-05KVM: MMU: split reset_rsvds_bits_maskXiao Guangrong1-8/+18
2015-08-05KVM: MMU: introduce rsvd_bits_validateXiao Guangrong3-36/+50
2015-08-05KVM: MMU: move FNAME(is_rsvd_bits_set) to mmu.cXiao Guangrong2-11/+10
2015-08-05KVM: MMU: fix validation of mmio page faultXiao Guangrong1-45/+0
2015-08-05KVM: MTRR: Use default type for non-MTRR-covered gfn before WARN_ONAlex Williamson1-4/+4
2015-08-04KVM: s390: host STP toleration for VMsFan Zhang5-4/+65
2015-07-30KVM: x86: clean/fix memory barriers in irqchip_in_kernelPaolo Bonzini3-25/+15
2015-07-30KVM: document memory barriers for kvm->vcpus/kvm->online_vcpusPaolo Bonzini2-0/+9