index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'x86-fsgsbase-2020-08-04' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-08-05
1
-1
/
+1
|
\
|
*
x86/process/64: Make save_fsgs_for_kvm() ready for FSGSBASE
Thomas Gleixner
2020-06-18
1
-1
/
+1
*
|
Merge tag 'x86-entry-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2020-08-05
3
-15
/
+12
|
\
\
|
*
|
x86/kvm: Use __xfer_to_guest_mode_work_pending() in kvm_run_vcpu()
Thomas Gleixner
2020-07-30
1
-1
/
+1
|
*
|
x86/kvm: Use generic xfer to guest work function
Thomas Gleixner
2020-07-24
3
-15
/
+12
*
|
|
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-08-04
3
-3
/
+3
|
\
\
\
|
*
|
|
treewide: Remove uninitialized_var() usage
Kees Cook
2020-07-16
3
-3
/
+3
*
|
|
|
KVM: SVM: Fix disable pause loop exit/pause filtering capability on SVM
Wanpeng Li
2020-07-31
1
-3
/
+6
*
|
|
|
KVM: LAPIC: Prevent setting the tscdeadline timer if the lapic is hw disabled
Wanpeng Li
2020-07-31
1
-1
/
+1
*
|
|
|
KVM: nVMX: check for invalid hdr.vmx.flags
Paolo Bonzini
2020-07-27
1
-0
/
+3
*
|
|
|
KVM: nVMX: check for required but missing VMCS12 in KVM_SET_NESTED_STATE
Paolo Bonzini
2020-07-27
2
-3
/
+15
|
|
/
/
|
/
|
|
*
|
|
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-23
1
-18
/
+0
*
|
KVM: nVMX: Plumb L2 GPA through to PML emulation
Sean Christopherson
2020-06-23
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-13
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
[next]