summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-05-1910-174/+895
|\
| * KVM: MTRR: remove MSR 0x2f8Andy Honig2016-05-181-2/+0
| * KVM: x86: make hwapic_isr_update and hwapic_irr_update look the samePaolo Bonzini2016-05-183-9/+9
| * svm: Manage vcpu load/unload when enable AVICSuravee Suthikulpanit2016-05-181-0/+89
| * svm: Do not intercept CR8 when enable AVICSuravee Suthikulpanit2016-05-181-4/+12
| * svm: Do not expose x2APIC when enable AVICSuravee Suthikulpanit2016-05-181-0/+12
| * KVM: x86: Introducing kvm_x86_ops.apicv_post_state_restoreSuravee Suthikulpanit2016-05-182-0/+12
| * svm: Add VMEXIT handlers for AVICSuravee Suthikulpanit2016-05-184-0/+341
| * svm: Add interrupt injection via AVICSuravee Suthikulpanit2016-05-181-4/+35
| * KVM: x86: Detect and Initialize AVIC supportSuravee Suthikulpanit2016-05-181-1/+224
| * KVM: x86: Introducing kvm_x86_ops VM init/destroy hooksSuravee Suthikulpanit2016-05-181-0/+5
| * KVM: x86: Rename kvm_apic_get_reg to kvm_lapic_get_regSuravee Suthikulpanit2016-05-183-33/+33
| * KVM: x86: Misc LAPIC changes to expose helper functionsSuravee Suthikulpanit2016-05-182-74/+82
| * KVM: halt_polling: provide a way to qualify wakeups during pollChristian Borntraeger2016-05-131-0/+1
| * kvm: Conditionally register IRQ bypass consumerAlex Williamson2016-05-111-11/+8
| * kvm: robustify steal time recordWanpeng Li2016-05-031-1/+17
| * KVM: x86: fix ordering of cr0 initialization code in vmx_cpu_resetBruce Rogers2016-04-291-1/+1
| * KVM: add missing memory barrier in kvm_{make,check}_requestPaolo Bonzini2016-04-201-3/+0
| * KVM: MMU: skip obsolete sp in for_each_gfn_*()Xiao Guangrong2016-04-201-16/+12
| * KVM: x86: optimize steal time calculationLiang Chen2016-04-201-16/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-05-171-1/+1
|\ \
| * | treewide: Fix typos in printkMasanari Iida2016-04-181-1/+1
| |/
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-166-14/+14
|\ \
| * \ Merge tag 'v4.6-rc6' into x86/asm, to refresh the treeIngo Molnar2016-05-051-0/+4
| |\ \
| * | | x86/asm/64: Rename thread_struct's fs and gs to fsbase and gsbaseAndy Lutomirski2016-04-291-1/+1
| * | | Merge tag 'v4.6-rc4' into x86/asm, to pick up fixesIngo Molnar2016-04-197-28/+39
| |\ \ \ | | | |/ | | |/|
| * | | x86/cpufeature: Replace cpu_has_xsaves with boot_cpu_has() usageBorislav Petkov2016-04-132-3/+3
| * | | x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usageBorislav Petkov2016-04-132-7/+7
| * | | Merge branch 'x86/cpu' into x86/asm, to merge more patchesIngo Molnar2016-04-131-1/+2
| |\ \ \
| | * | | x86/cpufeature: Remove cpu_has_gbpagesBorislav Petkov2016-03-311-1/+2
| * | | | x86/vdso: Remove direct HPET access through the vDSOAndy Lutomirski2016-04-131-2/+1
| |/ / /
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-05-111-1/+5
|\ \ \ \
| * | | | x86/kvm: Add stack frame dependency to fastop() inline asmJosh Poimboeuf2016-05-101-1/+5
| | |/ / | |/| |
* | | | mm: thp: kvm: fix memory corruption in KVM with THP enabledAndrea Arcangeli2016-05-051-2/+2
| |_|/ |/| |
* | | perf/x86/intel/pt: Don't die on VMXONAlexander Shishkin2016-04-281-0/+4
|/ /
* | KVM: x86: mask CPUID(0xD,0x1).EAX against host valuePaolo Bonzini2016-04-101-0/+1
* | kvm: x86: do not leak guest xcr0 into host interrupt handlersDavid Matlack2016-04-101-6/+4
* | KVM: MMU: fix permission_fault()Xiao Guangrong2016-04-102-6/+5
* | kvm: x86: make lapic hrtimer pinnedLuiz Capitulino2016-04-051-4/+4
* | kvm: set page dirty only if page has been writableYu Zhao2016-04-011-2/+10
* | KVM: Hyper-V: do not do hypercall userspace exits if SynIC is disabledPaolo Bonzini2016-04-011-0/+5
* | KVM: x86: Inject pending interrupt even if pending nmi existYuki Shibuya2016-04-011-10/+10
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-243-5/+5
|\
| * Merge branch 'x86/cleanups' into x86/urgentIngo Molnar2016-03-173-5/+5
| |\
| | * x86: Fix misspellings in commentsAdam Buchbinder2016-02-243-5/+5
* | | KVM: page_track: fix access to NULL slotPaolo Bonzini2016-03-221-2/+7
* | | KVM/x86: update the comment of memory barrier in the vcpu_enter_guest()Lan Tianyu2016-03-221-2/+6
* | | KVM/x86: Call smp_wmb() before increasing tlbs_dirtyLan Tianyu2016-03-221-0/+11
* | | KVM/x86: Replace smp_mb() with smp_store_mb/release() in the walk_shadow_page...Lan Tianyu2016-03-221-4/+3
* | | KVM: Remove redundant smp_mb() in the kvm_mmu_commit_zap_page()Lan Tianyu2016-03-221-8/+7