| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-05-17 | 6 | -14/+14 |
|\ |
|
| * | Merge tag 'v4.6-rc6' into x86/asm, to refresh the tree | Ingo Molnar | 2016-05-05 | 1 | -0/+4 |
| |\ |
|
| * | | x86/asm/64: Rename thread_struct's fs and gs to fsbase and gsbase | Andy Lutomirski | 2016-04-29 | 1 | -1/+1 |
| * | | Merge tag 'v4.6-rc4' into x86/asm, to pick up fixes | Ingo Molnar | 2016-04-19 | 7 | -28/+39 |
| |\ \ |
|
| * | | | x86/cpufeature: Replace cpu_has_xsaves with boot_cpu_has() usage | Borislav Petkov | 2016-04-13 | 2 | -3/+3 |
| * | | | x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usage | Borislav Petkov | 2016-04-13 | 2 | -7/+7 |
| * | | | Merge branch 'x86/cpu' into x86/asm, to merge more patches | Ingo Molnar | 2016-04-13 | 1 | -1/+2 |
| |\ \ \ |
|
| | * | | | x86/cpufeature: Remove cpu_has_gbpages | Borislav Petkov | 2016-03-31 | 1 | -1/+2 |
| * | | | | x86/vdso: Remove direct HPET access through the vDSO | Andy Lutomirski | 2016-04-13 | 1 | -2/+1 |
| |/ / / |
|
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2016-05-11 | 1 | -1/+5 |
|\ \ \ \ |
|
| * | | | | x86/kvm: Add stack frame dependency to fastop() inline asm | Josh Poimboeuf | 2016-05-10 | 1 | -1/+5 |
| | |/ /
| |/| | |
|
* | | | | mm: thp: kvm: fix memory corruption in KVM with THP enabled | Andrea Arcangeli | 2016-05-06 | 1 | -2/+2 |
| |_|/
|/| | |
|
* | | | perf/x86/intel/pt: Don't die on VMXON | Alexander Shishkin | 2016-04-28 | 1 | -0/+4 |
|/ / |
|
* | | KVM: x86: mask CPUID(0xD,0x1).EAX against host value | Paolo Bonzini | 2016-04-10 | 1 | -0/+1 |
* | | kvm: x86: do not leak guest xcr0 into host interrupt handlers | David Matlack | 2016-04-10 | 1 | -6/+4 |
* | | KVM: MMU: fix permission_fault() | Xiao Guangrong | 2016-04-10 | 2 | -6/+5 |
* | | kvm: x86: make lapic hrtimer pinned | Luiz Capitulino | 2016-04-05 | 1 | -4/+4 |
* | | kvm: set page dirty only if page has been writable | Yu Zhao | 2016-04-01 | 1 | -2/+10 |
* | | KVM: Hyper-V: do not do hypercall userspace exits if SynIC is disabled | Paolo Bonzini | 2016-04-01 | 1 | -0/+5 |
* | | KVM: x86: Inject pending interrupt even if pending nmi exist | Yuki Shibuya | 2016-04-01 | 1 | -10/+10 |
|/ |
|
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-03-24 | 3 | -5/+5 |
|\ |
|
| * | Merge branch 'x86/cleanups' into x86/urgent | Ingo Molnar | 2016-03-17 | 3 | -5/+5 |
| |\ |
|
| | * | x86: Fix misspellings in comments | Adam Buchbinder | 2016-02-24 | 3 | -5/+5 |
* | | | KVM: page_track: fix access to NULL slot | Paolo Bonzini | 2016-03-22 | 1 | -2/+7 |
* | | | KVM/x86: update the comment of memory barrier in the vcpu_enter_guest() | Lan Tianyu | 2016-03-22 | 1 | -2/+6 |
* | | | KVM/x86: Call smp_wmb() before increasing tlbs_dirty | Lan Tianyu | 2016-03-22 | 1 | -0/+11 |
* | | | KVM/x86: Replace smp_mb() with smp_store_mb/release() in the walk_shadow_page... | Lan Tianyu | 2016-03-22 | 1 | -4/+3 |
* | | | KVM: Remove redundant smp_mb() in the kvm_mmu_commit_zap_page() | Lan Tianyu | 2016-03-22 | 1 | -8/+7 |
* | | | KVM, pkeys: expose CPUID/CR4 to guest | Huaitong Han | 2016-03-22 | 3 | -5/+35 |
* | | | KVM, pkeys: add pkeys support for permission_fault | Huaitong Han | 2016-03-22 | 6 | -8/+69 |
* | | | KVM, pkeys: introduce pkru_mask to cache conditions | Huaitong Han | 2016-03-22 | 1 | -0/+80 |
* | | | KVM, pkeys: save/restore PKRU when guest/host switches | Xiao Guangrong | 2016-03-22 | 1 | -0/+23 |
* | | | KVM, pkeys: add pkeys support for xsave state | Huaitong Han | 2016-03-22 | 1 | -1/+2 |
* | | | KVM, pkeys: disable pkeys for guests in non-paging mode | Huaitong Han | 2016-03-22 | 1 | -6/+10 |
* | | | KVM: x86: remove magic number with enum cpuid_leafs | Huaitong Han | 2016-03-22 | 1 | -20/+20 |
* | | | KVM: MMU: return page fault error code from permission_fault | Paolo Bonzini | 2016-03-22 | 2 | -8/+12 |
* | | | KVM: VMX: fix nested vpid for old KVM guests | Paolo Bonzini | 2016-03-22 | 1 | -1/+13 |
* | | | KVM: VMX: avoid guest hang on invalid invvpid instruction | Paolo Bonzini | 2016-03-22 | 1 | -0/+1 |
* | | | KVM: VMX: avoid guest hang on invalid invept instruction | Paolo Bonzini | 2016-03-22 | 1 | -0/+1 |
* | | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-03-21 | 2 | -10/+25 |
|\ \ \ |
|
| * | | | x86/kvm: Add output operand in vmx_handle_external_intr inline asm | Chris J Arges | 2016-02-24 | 1 | -1/+3 |
| * | | | x86/kvm: Make test_cc() always inline | Josh Poimboeuf | 2016-02-24 | 1 | -1/+1 |
| * | | | x86/kvm: Set ELF function type for fastop functions | Josh Poimboeuf | 2016-02-24 | 1 | -8/+21 |
| | |/
| |/| |
|
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2016-03-16 | 24 | -648/+1113 |
|\ \ \
| |_|/
|/| | |
|
| * | | KVM: x86: remove eager_fpu field of struct kvm_vcpu_arch | Paolo Bonzini | 2016-03-09 | 2 | -3/+2 |
| * | | KVM: x86: disable MPX if host did not enable MPX XSAVE features | Paolo Bonzini | 2016-03-09 | 3 | -18/+17 |
| * | | Merge tag 'kvm-arm-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Paolo Bonzini | 2016-03-09 | 2 | -3/+3 |
| |\ \ |
|
| * | | | KVM: MMU: micro-optimize gpte_access | Paolo Bonzini | 2016-03-08 | 1 | -2/+5 |
| * | | | KVM: MMU: simplify last_pte_bitmap | Paolo Bonzini | 2016-03-08 | 1 | -24/+26 |
| * | | | KVM: MMU: coalesce more page zapping in mmu_sync_children | Paolo Bonzini | 2016-03-08 | 1 | -4/+11 |