summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | KVM, pkeys: expose CPUID/CR4 to guestHuaitong Han2016-03-223-5/+35
* | | KVM, pkeys: add pkeys support for permission_faultHuaitong Han2016-03-226-8/+69
* | | KVM, pkeys: introduce pkru_mask to cache conditionsHuaitong Han2016-03-221-0/+80
* | | KVM, pkeys: save/restore PKRU when guest/host switchesXiao Guangrong2016-03-221-0/+23
* | | KVM, pkeys: add pkeys support for xsave stateHuaitong Han2016-03-221-1/+2
* | | KVM, pkeys: disable pkeys for guests in non-paging modeHuaitong Han2016-03-221-6/+10
* | | KVM: x86: remove magic number with enum cpuid_leafsHuaitong Han2016-03-221-20/+20
* | | KVM: MMU: return page fault error code from permission_faultPaolo Bonzini2016-03-222-8/+12
* | | KVM: VMX: fix nested vpid for old KVM guestsPaolo Bonzini2016-03-221-1/+13
* | | KVM: VMX: avoid guest hang on invalid invvpid instructionPaolo Bonzini2016-03-221-0/+1
* | | KVM: VMX: avoid guest hang on invalid invept instructionPaolo Bonzini2016-03-221-0/+1
* | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-202-10/+25
|\ \ \
| * | | x86/kvm: Add output operand in vmx_handle_external_intr inline asmChris J Arges2016-02-241-1/+3
| * | | x86/kvm: Make test_cc() always inlineJosh Poimboeuf2016-02-241-1/+1
| * | | x86/kvm: Set ELF function type for fastop functionsJosh Poimboeuf2016-02-241-8/+21
| | |/ | |/|
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-03-1624-648/+1113
|\ \ \ | |_|/ |/| |
| * | KVM: x86: remove eager_fpu field of struct kvm_vcpu_archPaolo Bonzini2016-03-092-3/+2
| * | KVM: x86: disable MPX if host did not enable MPX XSAVE featuresPaolo Bonzini2016-03-093-18/+17
| * | Merge tag 'kvm-arm-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2016-03-092-3/+3
| |\ \
| * | | KVM: MMU: micro-optimize gpte_accessPaolo Bonzini2016-03-081-2/+5
| * | | KVM: MMU: simplify last_pte_bitmapPaolo Bonzini2016-03-081-24/+26
| * | | KVM: MMU: coalesce more page zapping in mmu_sync_childrenPaolo Bonzini2016-03-081-4/+11
| * | | KVM: MMU: move zap/flush to kvm_mmu_get_pagePaolo Bonzini2016-03-081-20/+20
| * | | KVM: MMU: invert return value of mmu.sync_page and *kvm_sync_page*Paolo Bonzini2016-03-082-19/+16
| * | | KVM: MMU: cleanup __kvm_sync_page and its callersPaolo Bonzini2016-03-081-6/+4
| * | | KVM: MMU: use kvm_sync_page in kvm_sync_pagesPaolo Bonzini2016-03-081-2/+1
| * | | KVM: MMU: move TLB flush out of __kvm_sync_pagePaolo Bonzini2016-03-081-29/+24
| * | | KVM: MMU: introduce kvm_mmu_flush_or_zapPaolo Bonzini2016-03-081-9/+10
| * | | KVM: i8254: drop local copy of mul_u64_u32_divPaolo Bonzini2016-03-041-23/+3
| * | | KVM: MMU: check kvm_mmu_pages and mmu_page_path indicesXiao Guangrong2016-03-041-1/+6
| * | | KVM: MMU: Fix ubsan warningsPaolo Bonzini2016-03-041-24/+33
| * | | KVM: MMU: cleanup handle_abnormal_pfnPaolo Bonzini2016-03-041-6/+2
| * | | KVM: VMX: use vmcs_clear/set_bits for debug register exitsPaolo Bonzini2016-03-041-11/+3