aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2015-09-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-08-31Merge tag 'kvm-4.3-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-08-18Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar
2015-08-15x86/kvm: Rename VMX's segment access rights definesAndy Lutomirski
2015-08-11KVM: x86/vPMU: Fix unnecessary signed extension for AMD PERFCTRnWei Huang
2015-08-11kvm: x86: Fix error handling in the function kvm_lapic_sync_from_vapicNicholas Krause
2015-08-07KVM: x86: Use adjustment in guest cycles when handling MSR_IA32_TSC_ADJUSTHaozhong Zhang
2015-08-07KVM: x86: zero IDT limit on entry to SMMPaolo Bonzini
2015-08-05KVM: VMX: drop ept misconfig checkXiao Guangrong
2015-08-05KVM: MMU: fully check zero bits for sptesXiao Guangrong
2015-08-05KVM: MMU: introduce is_shadow_zero_bits_set()Xiao Guangrong
2015-08-05KVM: MMU: introduce the framework to check zero bits on sptesXiao Guangrong
2015-08-05KVM: MMU: split reset_rsvds_bits_mask_eptXiao Guangrong
2015-08-05KVM: MMU: split reset_rsvds_bits_maskXiao Guangrong
2015-08-05KVM: MMU: introduce rsvd_bits_validateXiao Guangrong
2015-08-05KVM: MMU: move FNAME(is_rsvd_bits_set) to mmu.cXiao Guangrong
2015-08-05KVM: MMU: fix validation of mmio page faultXiao Guangrong
2015-08-05KVM: MTRR: Use default type for non-MTRR-covered gfn before WARN_ONAlex Williamson
2015-08-05KVM: MTRR: Use default type for non-MTRR-covered gfn before WARN_ONAlex Williamson
2015-07-31Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar
2015-07-30KVM: x86: clean/fix memory barriers in irqchip_in_kernelPaolo Bonzini
2015-07-29KVM: x86: remove unnecessary memory barriers for shared MSRsPaolo Bonzini
2015-07-29KVM: move code related to KVM_SET_BOOT_CPU_ID to x86Paolo Bonzini
2015-07-23KVM: svm: handle KVM_X86_QUIRK_CD_NW_CLEARED in svm_get_mt_maskPaolo Bonzini
2015-07-23kvm/x86: add support for MONITOR_TRAP_FLAGMihai Donțu
2015-07-23kvm/x86: add sending hyper-v crash notification to user spaceAndrey Smetanin
2015-07-23kvm/x86: added hyper-v crash msrs into kvm hyperv contextAndrey Smetanin
2015-07-23kvm/x86: move Hyper-V MSR's/hypercall code into hyperv.c fileAndrey Smetanin
2015-07-23KVM: nVMX: VMX instructions: add checks for #GP/#SS exceptionsEugene Korenevsky
2015-07-23KVM: x86: rename quirk constants to KVM_X86_QUIRK_*Paolo Bonzini
2015-07-23KVM: vmx: obey KVM_QUIRK_CD_NW_CLEAREDXiao Guangrong
2015-07-23KVM: x86: introduce kvm_check_has_quirkPaolo Bonzini
2015-07-23KVM: MTRR: simplify kvm_mtrr_get_guest_memory_typeXiao Guangrong
2015-07-23KVM: MTRR: fix memory type handling if MTRR is completely disabledXiao Guangrong
2015-07-10kvm: x86: fix load xsave feature warningWanpeng Li
2015-07-10KVM: x86: apply guest MTRR virtualization on host reserved pagesPaolo Bonzini
2015-07-10KVM: SVM: Sync g_pat with guest-written PAT valueJan Kiszka
2015-07-10KVM: SVM: use NPT page attributesPaolo Bonzini
2015-07-10KVM: count number of assigned devicesPaolo Bonzini
2015-07-10KVM: VMX: fix vmwrite to invalid VMCSRadim Krčmář
2015-07-10KVM: x86: reintroduce kvm_is_mmio_pfnPaolo Bonzini
2015-07-06x86/asm/tsc: Add rdtsc_ordered() and use it in trivial call sitesAndy Lutomirski
2015-07-06x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski
2015-07-06x86/asm/tsc: Replace rdtscll() with native_read_tsc()Andy Lutomirski
2015-07-06x86/asm/tsc, kvm: Remove vget_cycles()Andy Lutomirski
2015-07-03KVM: x86: remove data variable from kvm_get_msr_commonNicolas Iooss
2015-07-03KVM: x86: keep track of LVT0 changes under APICvRadim Krčmář
2015-07-03KVM: x86: properly restore LVT0Radim Krčmář
2015-07-03KVM: x86: make vapics_in_nmi_mode atomicRadim Krčmář
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds