summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2016-05-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-05-18KVM: MTRR: remove MSR 0x2f8Andy Honig
2016-05-18KVM: x86: make hwapic_isr_update and hwapic_irr_update look the samePaolo Bonzini
2016-05-18svm: Manage vcpu load/unload when enable AVICSuravee Suthikulpanit
2016-05-18svm: Do not intercept CR8 when enable AVICSuravee Suthikulpanit
2016-05-18svm: Do not expose x2APIC when enable AVICSuravee Suthikulpanit
2016-05-18KVM: x86: Introducing kvm_x86_ops.apicv_post_state_restoreSuravee Suthikulpanit
2016-05-18svm: Add VMEXIT handlers for AVICSuravee Suthikulpanit
2016-05-18svm: Add interrupt injection via AVICSuravee Suthikulpanit
2016-05-18KVM: x86: Detect and Initialize AVIC supportSuravee Suthikulpanit
2016-05-18KVM: x86: Introducing kvm_x86_ops VM init/destroy hooksSuravee Suthikulpanit
2016-05-18KVM: x86: Rename kvm_apic_get_reg to kvm_lapic_get_regSuravee Suthikulpanit
2016-05-18KVM: x86: Misc LAPIC changes to expose helper functionsSuravee Suthikulpanit
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-05-16Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-05-13KVM: halt_polling: provide a way to qualify wakeups during pollChristian Borntraeger
2016-05-11kvm: Conditionally register IRQ bypass consumerAlex Williamson
2016-05-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-05-10x86/kvm: Add stack frame dependency to fastop() inline asmJosh Poimboeuf
2016-05-06mm: thp: kvm: fix memory corruption in KVM with THP enabledAndrea Arcangeli
2016-05-05Merge tag 'v4.6-rc6' into x86/asm, to refresh the treeIngo Molnar
2016-05-03kvm: robustify steal time recordWanpeng Li
2016-04-29KVM: x86: fix ordering of cr0 initialization code in vmx_cpu_resetBruce Rogers
2016-04-29x86/asm/64: Rename thread_struct's fs and gs to fsbase and gsbaseAndy Lutomirski
2016-04-28perf/x86/intel/pt: Don't die on VMXONAlexander Shishkin
2016-04-20KVM: add missing memory barrier in kvm_{make,check}_requestPaolo Bonzini
2016-04-20KVM: MMU: skip obsolete sp in for_each_gfn_*()Xiao Guangrong
2016-04-20KVM: x86: optimize steal time calculationLiang Chen
2016-04-19Merge tag 'v4.6-rc4' into x86/asm, to pick up fixesIngo Molnar
2016-04-18treewide: Fix typos in printkMasanari Iida
2016-04-13x86/cpufeature: Replace cpu_has_xsaves with boot_cpu_has() usageBorislav Petkov
2016-04-13x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usageBorislav Petkov
2016-04-13Merge branch 'x86/cpu' into x86/asm, to merge more patchesIngo Molnar
2016-04-13x86/vdso: Remove direct HPET access through the vDSOAndy Lutomirski
2016-04-10KVM: x86: mask CPUID(0xD,0x1).EAX against host valuePaolo Bonzini
2016-04-10kvm: x86: do not leak guest xcr0 into host interrupt handlersDavid Matlack
2016-04-10KVM: MMU: fix permission_fault()Xiao Guangrong
2016-04-05kvm: x86: make lapic hrtimer pinnedLuiz Capitulino
2016-04-01kvm: set page dirty only if page has been writableYu Zhao
2016-04-01KVM: Hyper-V: do not do hypercall userspace exits if SynIC is disabledPaolo Bonzini
2016-04-01KVM: x86: Inject pending interrupt even if pending nmi existYuki Shibuya
2016-03-31x86/cpufeature: Remove cpu_has_gbpagesBorislav Petkov
2016-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-03-22KVM: page_track: fix access to NULL slotPaolo Bonzini
2016-03-22KVM/x86: update the comment of memory barrier in the vcpu_enter_guest()Lan Tianyu
2016-03-22KVM/x86: Call smp_wmb() before increasing tlbs_dirtyLan Tianyu
2016-03-22KVM/x86: Replace smp_mb() with smp_store_mb/release() in the walk_shadow_page...Lan Tianyu
2016-03-22KVM: Remove redundant smp_mb() in the kvm_mmu_commit_zap_page()Lan Tianyu
2016-03-22KVM, pkeys: expose CPUID/CR4 to guestHuaitong Han
2016-03-22KVM, pkeys: add pkeys support for permission_faultHuaitong Han