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
*
KVM: Don't allocate dirty bitmap if dirty ring is enabled
Peter Xu
2020-11-15
1
-1
/
+1
*
KVM: X86: Implement ring-based dirty memory tracking
Peter Xu
2020-11-15
5
-2
/
+27
*
KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]
Peter Xu
2020-11-15
3
-55
/
+79
*
KVM: x86: hyper-v: allow KVM_GET_SUPPORTED_HV_CPUID as a system ioctl
Vitaly Kuznetsov
2020-11-15
4
-25
/
+33
*
KVM: x86: emulate wait-for-SIPI and SIPI-VMExit
Yadong Qi
2020-11-15
1
-14
/
+41
*
KVM: x86: fix apic_accept_events vs check_nested_events
Paolo Bonzini
2020-11-15
2
-5
/
+27
*
KVM: x86: Return bool instead of int for CR4 and SREGS validity checks
Sean Christopherson
2020-11-15
4
-19
/
+15
*
KVM: x86: Move vendor CR4 validity check to dedicated kvm_x86_ops hook
Sean Christopherson
2020-11-15
6
-20
/
+32
*
KVM: SVM: Drop VMXE check from svm_set_cr4()
Sean Christopherson
2020-11-15
1
-3
/
+0
*
KVM: VMX: Drop explicit 'nested' check from vmx_set_cr4()
Sean Christopherson
2020-11-15
1
-12
/
+7
*
KVM: VMX: Drop guest CPUID check for VMXE in vmx_set_cr4()
Sean Christopherson
2020-11-15
1
-2
/
+3
*
kvm: mmu: fix is_tdp_mmu_check when the TDP MMU is not in use
Paolo Bonzini
2020-11-15
1
-0
/
+7
*
KVM: SVM: Update cr3_lm_rsvd_bits for AMD SEV guests
Babu Moger
2020-11-13
1
-0
/
+8
*
KVM: x86: Introduce cr3_lm_rsvd_bits in kvm_vcpu_arch
Babu Moger
2020-11-13
2
-1
/
+3
*
KVM: x86: clflushopt should be treated as a no-op by emulation
David Edmondson
2020-11-13
1
-1
/
+7
*
KVM: x86: handle MSR_IA32_DEBUGCTLMSR with report_ignored_msrs
Pankaj Gupta
2020-11-08
1
-3
/
+3
*
kvm: x86: request masterclock update any time guest uses different msr
Oliver Upton
2020-11-08
1
-1
/
+1
*
kvm: x86: ensure pv_cpuid.features is initialized when enabling cap
Oliver Upton
2020-11-08
3
-7
/
+19
*
kvm: x86: reads of restricted pv msrs should also result in #GP
Oliver Upton
2020-11-08
1
-0
/
+34
*
KVM: x86: use positive error values for msr emulation that causes #GP
Maxim Levitsky
2020-11-08
2
-14
/
+22
*
KVM: x86/mmu: fix counting of rmap entries in pte_list_add
Li RongQing
2020-11-08
1
-5
/
+7
*
KVM: vmx: remove unused variable
Paolo Bonzini
2020-10-31
1
-2
/
+0
*
KVM: VMX: eVMCS: make evmcs_sanitize_exec_ctrls() work again
Vitaly Kuznetsov
2020-10-31
3
-5
/
+5
*
KVM: x86: Fix NULL dereference at kvm_msr_ignored_check()
Takashi Iwai
2020-10-30
1
-4
/
+4
*
KVM: x86: replace static const variables with macros
Paolo Bonzini
2020-10-30
3
-21
/
+21
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-10-24
5
-9
/
+6
|
\
|
*
KVM: ioapic: break infinite recursion on lazy EOI
Vitaly Kuznetsov
2020-10-24
1
-4
/
+1
|
*
KVM: vmx: rename pi_init to avoid conflict with paride
Paolo Bonzini
2020-10-24
3
-4
/
+4
|
*
KVM: x86/mmu: Avoid modulo operator on 64-bit value to fix i386 build
Sean Christopherson
2020-10-24
1
-1
/
+1
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-10-23
37
-2309
/
+4864
|
\
|
|
*
kvm: x86/mmu: NX largepage recovery for TDP MMU
Ben Gardon
2020-10-23
3
-4
/
+18
|
*
kvm: x86/mmu: Don't clear write flooding count for direct roots
Ben Gardon
2020-10-23
1
-1
/
+7
|
*
kvm: x86/mmu: Support MMIO in the TDP MMU
Ben Gardon
2020-10-23
3
-21
/
+72
|
*
kvm: x86/mmu: Support write protection for nesting in tdp MMU
Ben Gardon
2020-10-23
3
-0
/
+57
|
*
kvm: x86/mmu: Support disabling dirty logging for the tdp MMU
Ben Gardon
2020-10-23
3
-0
/
+63
|
*
kvm: x86/mmu: Support dirty logging for the TDP MMU
Ben Gardon
2020-10-23
4
-5
/
+325
|
*
kvm: x86/mmu: Support changed pte notifier in tdp MMU
Ben Gardon
2020-10-23
3
-1
/
+67
|
*
kvm: x86/mmu: Add access tracking for tdp_mmu
Ben Gardon
2020-10-23
3
-7
/
+128
|
*
kvm: x86/mmu: Support invalidate range MMU notifier for TDP MMU
Ben Gardon
2020-10-23
3
-6
/
+86
|
*
kvm: x86/mmu: Allocate struct kvm_mmu_pages for all pages in TDP MMU
Ben Gardon
2020-10-23
1
-3
/
+10
|
*
kvm: x86/mmu: Add TDP MMU PF handler
Ben Gardon
2020-10-23
5
-37
/
+194
|
*
kvm: x86/mmu: Remove disallowed_hugepage_adjust shadow_walk_iterator arg
Ben Gardon
2020-10-22
2
-7
/
+9
|
*
kvm: x86/mmu: Support zapping SPTEs in the TDP MMU
Ben Gardon
2020-10-22
5
-0
/
+136
|
*
kvm: x86/mmu: Add functions to handle changed TDP SPTEs
Ben Gardon
2020-10-22
3
-1
/
+115
|
*
kvm: x86/mmu: Allocate and free TDP MMU roots
Ben Gardon
2020-10-22
4
-6
/
+145
|
*
kvm: x86/mmu: Init / Uninit the TDP MMU
Ben Gardon
2020-10-22
4
-1
/
+46
|
*
kvm: x86/mmu: Introduce tdp_iter
Ben Gardon
2020-10-22
3
-1
/
+234
|
*
KVM: mmu: extract spte.h and spte.c
Paolo Bonzini
2020-10-22
5
-548
/
+607
|
*
KVM: mmu: Separate updating a PTE from kvm_set_pte_rmapp
Paolo Bonzini
2020-10-22
1
-7
/
+17
|
*
kvm: x86/mmu: Separate making SPTEs from set_spte
Ben Gardon
2020-10-22
1
-16
/
+33
[next]