summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-014-25/+13
|\
| * Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar2015-08-182-5/+10
| |\
| * \ Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar2015-07-319-34/+179
| |\ \
| * | | x86/asm/tsc: Add rdtsc_ordered() and use it in trivial call sitesAndy Lutomirski2015-07-061-14/+2
| * | | x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski2015-07-064-12/+12
| * | | x86/asm/tsc: Replace rdtscll() with native_read_tsc()Andy Lutomirski2015-07-061-1/+1
| * | | x86/asm/tsc, kvm: Remove vget_cycles()Andy Lutomirski2015-07-061-1/+1
* | | | Merge tag 'kvm-4.3-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-08-3115-528/+744
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86/kvm: Rename VMX's segment access rights definesAndy Lutomirski2015-08-151-7/+7
| * | | KVM: x86/vPMU: Fix unnecessary signed extension for AMD PERFCTRnWei Huang2015-08-111-2/+0
| * | | kvm: x86: Fix error handling in the function kvm_lapic_sync_from_vapicNicholas Krause2015-08-111-2/+3
| * | | KVM: VMX: drop ept misconfig checkXiao Guangrong2015-08-053-95/+2
| * | | KVM: MMU: fully check zero bits for sptesXiao Guangrong2015-08-051-6/+37
| * | | KVM: MMU: introduce is_shadow_zero_bits_set()Xiao Guangrong2015-08-051-9/+19
| * | | KVM: MMU: introduce the framework to check zero bits on sptesXiao Guangrong2015-08-053-0/+54
| * | | KVM: MMU: split reset_rsvds_bits_mask_eptXiao Guangrong2015-08-051-4/+10
| * | | KVM: MMU: split reset_rsvds_bits_maskXiao Guangrong2015-08-051-8/+18
| * | | KVM: MMU: introduce rsvd_bits_validateXiao Guangrong2015-08-052-34/+44
| * | | KVM: MMU: move FNAME(is_rsvd_bits_set) to mmu.cXiao Guangrong2015-08-052-11/+10
| * | | KVM: MMU: fix validation of mmio page faultXiao Guangrong2015-08-051-45/+0
| * | | KVM: MTRR: Use default type for non-MTRR-covered gfn before WARN_ONAlex Williamson2015-08-051-4/+4
| * | | KVM: x86: clean/fix memory barriers in irqchip_in_kernelPaolo Bonzini2015-07-303-25/+15
| * | | KVM: x86: remove unnecessary memory barriers for shared MSRsPaolo Bonzini2015-07-291-3/+1
| * | | KVM: move code related to KVM_SET_BOOT_CPU_ID to x86Paolo Bonzini2015-07-291-0/+21
| * | | KVM: svm: handle KVM_X86_QUIRK_CD_NW_CLEARED in svm_get_mt_maskPaolo Bonzini2015-07-231-7/+8
| * | | kvm/x86: add support for MONITOR_TRAP_FLAGMihai Donțu2015-07-231-4/+12
| * | | kvm/x86: add sending hyper-v crash notification to user spaceAndrey Smetanin2015-07-231-0/+6
| * | | kvm/x86: added hyper-v crash msrs into kvm hyperv contextAndrey Smetanin2015-07-233-5/+82
| * | | kvm/x86: move Hyper-V MSR's/hypercall code into hyperv.c fileAndrey Smetanin2015-07-236-263/+352
| * | | KVM: nVMX: VMX instructions: add checks for #GP/#SS exceptionsEugene Korenevsky2015-07-231-16/+61
| | |/ | |/|
* | | KVM: x86: Use adjustment in guest cycles when handling MSR_IA32_TSC_ADJUSTHaozhong Zhang2015-08-071-1/+1
* | | KVM: x86: zero IDT limit on entry to SMMPaolo Bonzini2015-08-071-0/+5
* | | KVM: MTRR: Use default type for non-MTRR-covered gfn before WARN_ONAlex Williamson2015-08-051-4/+4
|/ /
* | KVM: x86: rename quirk constants to KVM_X86_QUIRK_*Paolo Bonzini2015-07-233-3/+3
* | KVM: vmx: obey KVM_QUIRK_CD_NW_CLEAREDXiao Guangrong2015-07-231-1/+4
* | KVM: x86: introduce kvm_check_has_quirkPaolo Bonzini2015-07-233-2/+7
* | KVM: MTRR: simplify kvm_mtrr_get_guest_memory_typeXiao Guangrong2015-07-231-9/+10
* | KVM: MTRR: fix memory type handling if MTRR is completely disabledXiao Guangrong2015-07-231-1/+20
* | kvm: x86: fix load xsave feature warningWanpeng Li2015-07-101-2/+1
* | KVM: x86: apply guest MTRR virtualization on host reserved pagesPaolo Bonzini2015-07-102-13/+5
* | KVM: SVM: Sync g_pat with guest-written PAT valueJan Kiszka2015-07-101-0/+10
* | KVM: SVM: use NPT page attributesPaolo Bonzini2015-07-101-5/+96
* | KVM: count number of assigned devicesPaolo Bonzini2015-07-102-0/+20
* | KVM: VMX: fix vmwrite to invalid VMCSRadim Krčmář2015-07-102-5/+2
* | KVM: x86: reintroduce kvm_is_mmio_pfnPaolo Bonzini2015-07-101-1/+9
|/
* KVM: x86: remove data variable from kvm_get_msr_commonNicolas Iooss2015-07-031-3/+1
* KVM: x86: keep track of LVT0 changes under APICvRadim Krčmář2015-07-032-6/+9
* KVM: x86: properly restore LVT0Radim Krčmář2015-07-031-0/+1
* KVM: x86: make vapics_in_nmi_mode atomicRadim Krčmář2015-07-032-3/+3
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-011-1/+1
|\
OpenPOWER on IntegriCloud