summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-176-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-061-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-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/+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