summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* kvm: vmx: check apicv is active before using VT-d posted interruptYang Zhang2016-06-161-5/+10
* kvm: svm: Do not support AVIC if not CONFIG_X86_LOCAL_APICSuravee Suthikulpanit2016-06-161-5/+10
* kvm: svm: Fix implicit declaration for __default_cpu_present_to_apicid()Suravee Suthikulpanit2016-06-161-3/+3
* KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGSPaolo Bonzini2016-06-021-0/+5
* KVM: fail KVM_SET_VCPU_EVENTS with invalid exception numberPaolo Bonzini2016-06-021-0/+4
* KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUIDPaolo Bonzini2016-06-021-10/+12
* kvm: x86: avoid warning on repeated KVM_SET_TSS_ADDRPaolo Bonzini2016-06-021-1/+1
* KVM: Handle MSR_IA32_PERF_CTLDmitry Bilunov2016-06-021-0/+1
* KVM: x86: avoid write-tearing of TDPNadav Amit2016-06-021-4/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-05-272-20/+32
|\
| * kvm:vmx: more complete state update on APICv on/offRoman Kagan2016-05-251-18/+30
| * svm: bitwise vs logical op typoDan Carpenter2016-05-241-2/+2
* | 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
OpenPOWER on IntegriCloud