index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: nVMX: fixes for preemption timer migration
Paolo Bonzini
2020-07-10
1
-0
/
+1
*
KVM: VMX: Use KVM_POSSIBLE_CR*_GUEST_BITS to initialize guest/host masks
Sean Christopherson
2020-07-03
2
-12
/
+7
*
KVM: x86: Mark CR4.TSD as being possibly owned by the guest
Sean Christopherson
2020-07-03
2
-1
/
+3
*
KVM: x86: Inject #GP if guest attempts to toggle CR4.LA57 in 64-bit mode
Sean Christopherson
2020-07-03
1
-0
/
+2
*
KVM: x86: bit 8 of non-leaf PDPEs is not reserved
Paolo Bonzini
2020-06-30
1
-1
/
+1
*
KVM: X86: Fix async pf caused null-ptr-deref
Wanpeng Li
2020-06-29
1
-0
/
+3
*
KVM: VMX: Remove vcpu_vmx's defunct copy of host_pkru
Sean Christopherson
2020-06-23
1
-2
/
+0
*
KVM: x86: allow TSC to differ by NTP correction bounds without TSC scaling
Marcelo Tosatti
2020-06-23
1
-1
/
+2
*
KVM: X86: Fix MSR range of APIC registers in X2APIC mode
Xiaoyao Li
2020-06-23
1
-2
/
+2
*
KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROL
Sean Christopherson
2020-06-22
1
-18
/
+0
*
KVM: nVMX: Plumb L2 GPA through to PML emulation
Sean Christopherson
2020-06-22
4
-9
/
+10
*
KVM: x86/mmu: Avoid mixing gpa_t with gfn_t in walk_addr_generic()
Vitaly Kuznetsov
2020-06-22
1
-6
/
+3
*
KVM: LAPIC: ensure APIC map is up to date on concurrent update requests
Paolo Bonzini
2020-06-22
1
-20
/
+31
*
kvm: lapic: fix broken vcpu hotplug
Igor Mammedov
2020-06-22
1
-0
/
+1
*
Revert "KVM: VMX: Micro-optimize vmexit time when not exposing PMU"
Vitaly Kuznetsov
2020-06-19
1
-2
/
+1
*
KVM: VMX: Add helpers to identify interrupt type from intr_info
Sean Christopherson
2020-06-15
1
-12
/
+20
*
kvm/svm: disable KCSAN for svm_vcpu_run()
Qian Cai
2020-06-15
1
-1
/
+1
*
Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
2020-06-13
1
-6
/
+6
|
\
|
*
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-14
1
-6
/
+6
*
|
Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2020-06-13
3
-3
/
+3
|
\
\
|
*
|
x86/entry: Optimize local_db_save() for virt
Peter Zijlstra
2020-06-11
1
-1
/
+1
|
*
|
x86/entry: Convert Machine Check to IDTENTRY_IST
Thomas Gleixner
2020-06-11
2
-2
/
+2
|
|
/
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-06-12
11
-150
/
+169
|
\
\
|
|
/
|
/
|
|
*
KVM: x86: do not pass poisoned hva to __kvm_set_memory_region
Paolo Bonzini
2020-06-11
1
-6
/
+1
|
*
KVM: async_pf: Inject 'page ready' event only if 'page not present' was previ...
Vitaly Kuznetsov
2020-06-11
1
-2
/
+5
|
*
kvm: i8254: remove redundant assignment to pointer s
Colin Ian King
2020-06-11
1
-1
/
+0
|
*
KVM: x86: respect singlestep when emulating instruction
Felipe Franciosi
2020-06-11
1
-1
/
+1
|
*
Merge branch 'kvm-basic-exit-reason' into HEAD
Paolo Bonzini
2020-06-11
1
-2
/
+2
|
|
\
|
|
*
KVM: nVMX: Consult only the "basic" exit reason when routing nested exit
Sean Christopherson
2020-06-11
1
-1
/
+1
|
*
|
KVM: x86: Unexport x86_fpu_cache and make it static
Sean Christopherson
2020-06-09
1
-2
/
+1
|
*
|
KVM: x86: Fix APIC page invalidation race
Eiichi Tsukata
2020-06-08
1
-5
/
+2
|
*
|
KVM: SVM: fix calls to is_intercept
Paolo Bonzini
2020-06-08
2
-2
/
+4
|
*
|
Revert "KVM: x86: work around leak of uninitialized stack contents"
Vitaly Kuznetsov
2020-06-08
1
-7
/
+0
|
*
|
KVM: VMX: Properly handle kvm_read/write_guest_virt*() result
Vitaly Kuznetsov
2020-06-08
3
-40
/
+74
|
*
|
KVM: x86: emulate reserved nops from 0f/18 to 0f/1f
Paolo Bonzini
2020-06-05
1
-2
/
+6
|
*
|
KVM: x86: minor code refactor and comments fixup around dirty logging
Anthony Yznaga
2020-06-04
1
-55
/
+49
|
*
|
KVM: x86: avoid unnecessary rmap walks when creating/moving slots
Anthony Yznaga
2020-06-04
1
-1
/
+1
|
*
|
KVM: x86: remove unnecessary rmap walk of read-only memslots
Anthony Yznaga
2020-06-04
1
-4
/
+2
|
*
|
KVM: Use vmemdup_user()
Denis Efremov
2020-06-04
1
-10
/
+7
|
*
|
KVM: x86: Move MPK feature detection to common code
Babu Moger
2020-06-04
2
-5
/
+8
|
*
|
KVM: x86: Assign correct value to array.maxnent
Xiaoyao Li
2020-06-04
1
-2
/
+3
|
*
|
KVM: VMX: Always treat MSR_IA32_PERF_CAPABILITIES as a valid PMU MSR
Sean Christopherson
2020-06-04
1
-1
/
+1
|
*
|
KVM: let kvm_destroy_vm_debugfs clean up vCPU debugfs directories
Paolo Bonzini
2020-06-04
1
-5
/
+5
*
|
|
Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-06-10
1
-1
/
+1
|
\
\
\
|
*
|
|
x86: kvm_hv_set_msr(): use __put_user() instead of 32bit __clear_user()
Al Viro
2020-06-03
1
-1
/
+1
*
|
|
|
mmap locking API: convert mmap_sem call sites missed by coccinelle
Michel Lespinasse
2020-06-09
1
-4
/
+4
|
|
/
/
|
/
|
|
*
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-06-03
37
-1575
/
+2716
|
\
\
\
|
*
|
|
x86/kvm/hyper-v: Add support for synthetic debugger via hypercalls
Jon Doron
2020-06-01
1
-0
/
+28
|
*
|
|
x86/kvm/hyper-v: enable hypercalls regardless of hypercall page
Jon Doron
2020-06-01
1
-1
/
+1
|
*
|
|
x86/kvm/hyper-v: Add support for synthetic debugger interface
Jon Doron
2020-06-01
4
-3
/
+219
[next]