summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* 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/+3Star
* | | KVM: Remove redundant smp_mb() in the kvm_mmu_commit_zap_page()Lan Tianyu2016-03-221-8/+7Star
* | | 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-212-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/+2Star
| * | KVM: x86: disable MPX if host did not enable MPX XSAVE featuresPaolo Bonzini2016-03-093-18/+17Star
| * | 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/+16Star
| * | | KVM: MMU: cleanup __kvm_sync_page and its callersPaolo Bonzini2016-03-081-6/+4Star
| * | | KVM: MMU: use kvm_sync_page in kvm_sync_pagesPaolo Bonzini2016-03-081-2/+1Star
| * | | KVM: MMU: move TLB flush out of __kvm_sync_pagePaolo Bonzini2016-03-081-29/+24Star
| * | | 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/+3Star
| * | | 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/+2Star
| * | | KVM: VMX: use vmcs_clear/set_bits for debug register exitsPaolo Bonzini2016-03-041-11/+3Star
| * | | KVM: i8254: turn kvm_kpit_state.reinject into atomic_tRadim Krčmář2016-03-042-5/+5
| * | | KVM: i8254: move PIT timer function initializationRadim Krčmář2016-03-041-2/+1Star
| * | | KVM: i8254: don't assume layout of kvm_kpit_stateRadim Krčmář2016-03-041-4/+8
| * | | KVM: i8254: remove pointless dereference of PITRadim Krčmář2016-03-041-2/+2
| * | | KVM: i8254: remove pit and kvm from kvm_kpit_stateRadim Krčmář2016-03-042-7/+9
| * | | KVM: i8254: refactor kvm_free_pitRadim Krčmář2016-03-041-13/+11Star
| * | | KVM: i8254: refactor kvm_create_pitRadim Krčmář2016-03-041-15/+12Star
| * | | KVM: i8254: remove notifiers from PIT discard policyRadim Krčmář2016-03-043-13/+38
| * | | KVM: i8254: remove unnecessary uses of PIT state lockRadim Krčmář2016-03-043-14/+8Star