index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-25
KVM: x86: hyper-v: Drop redundant 'ex' parameter from kvm_hv_flush_tlb()
Vitaly Kuznetsov
1
-17
/
+6
2022-02-25
KVM: x86: hyper-v: Drop redundant 'ex' parameter from kvm_hv_send_ipi()
Vitaly Kuznetsov
1
-4
/
+4
2022-02-25
Revert "KVM: VMX: Save HOST_CR3 in vmx_prepare_switch_to_guest()"
Sean Christopherson
2
-11
/
+21
2022-02-25
Revert "KVM: VMX: Save HOST_CR3 in vmx_set_host_fs_gs()"
Sean Christopherson
3
-14
/
+14
2022-02-24
KVM: x86: nSVM: disallow userspace setting of MSR_AMD64_TSC_RATIO to non default value when tsc scaling disabled
Maxim Levitsky
1
-2
/
+17
2022-02-24
KVM: x86/mmu: make apf token non-zero to fix bug
Liang Zhang
1
-1
/
+12
2022-02-21
Merge tag 'v5.17-rc5' into sched/core, to resolve conflicts
Ingo Molnar
19
-389
/
+652
2022-02-18
KVM: x86/mmu: Remove MMU auditing
Sean Christopherson
4
-337
/
+0
2022-02-18
KVM: x86: allow defining return-0 static calls
Paolo Bonzini
3
-27
/
+2
2022-02-18
KVM: x86: make several APIC virtualization callbacks optional
Paolo Bonzini
5
-39
/
+12
2022-02-18
KVM: x86: remove KVM_X86_OP_NULL and mark optional kvm_x86_ops
Paolo Bonzini
1
-1
/
+1
2022-02-18
KVM: x86: use static_call_cond for optional callbacks
Paolo Bonzini
1
-6
/
+2
2022-02-18
KVM: x86: return 1 unconditionally for availability of KVM_CAP_VAPIC
Paolo Bonzini
3
-15
/
+1
2022-02-18
KVM: SEV: Allow SEV intra-host migration of VM with mirrors
Peter Gonda
2
-20
/
+40
2022-02-18
x86/kvm: Fix compilation warning in non-x86_64 builds
Leonardo Bras
1
-0
/
+4
2022-02-17
x86/kvm/fpu: Remove kvm_vcpu_arch.guest_supported_xcr0
Leonardo Bras
2
-7
/
+16
2022-02-17
x86/kvm/fpu: Limit guest user_xfeatures to supported bits of XCR0
Leonardo Bras
1
-0
/
+2
2022-02-17
kvm: x86: Disable KVM_HC_CLOCK_PAIRING if tsc is in always catchup mode
Anton Romanov
1
-0
/
+7
2022-02-17
KVM: x86: Add KVM_CAP_ENABLE_CAP to x86
Aaron Lewis
1
-0
/
+1
2022-02-16
sched/isolation: Use single feature type while referring to housekeeping cpumask
Frederic Weisbecker
1
-1
/
+1
2022-02-14
KVM: SVM: Rename AVIC helpers to use "avic" prefix instead of "svm"
Sean Christopherson
3
-33
/
+33
2022-02-14
Merge remote-tracking branch 'kvm/master' into HEAD
Paolo Bonzini
5
-60
/
+74
2022-02-14
KVM: x86/pmu: Use AMD64_RAW_EVENT_MASK for PERF_TYPE_RAW
Jim Mattson
1
-1
/
+1
2022-02-14
KVM: x86/pmu: Don't truncate the PerfEvtSeln MSR when creating a perf event
Jim Mattson
1
-2
/
+3
2022-02-13
KVM: x86: Replace memset() "optimization" with normal per-field writes
Sean Christopherson
2
-7
/
+8
2022-02-11
KVM: SVM: fix race between interrupt delivery and AVIC inhibition
Maxim Levitsky
4
-49
/
+55
2022-02-11
KVM: SVM: set IRR in svm_deliver_interrupt
Paolo Bonzini
2
-3
/
+1
2022-02-11
KVM: SVM: extract avic_ring_doorbell
Maxim Levitsky
1
-11
/
+20
2022-02-10
KVM: VMX: Use local pointer to vcpu_vmx in vmx_vcpu_after_set_cpuid()
Oliver Upton
1
-2
/
+2
2022-02-10
KVM: nSVM: Implement Enlightened MSR-Bitmap feature
Vitaly Kuznetsov
3
-13
/
+37
2022-02-10
KVM: nSVM: Split off common definitions for Hyper-V on KVM and KVM on Hyper-V
Vitaly Kuznetsov
2
-24
/
+36
2022-02-10
KVM: x86: Make kvm_hv_hypercall_enabled() static inline
Vitaly Kuznetsov
2
-6
/
+5
2022-02-10
KVM: nSVM: Track whether changes in L0 require MSR bitmap for L2 to be rebuilt
Vitaly Kuznetsov
3
-1
/
+15
2022-02-10
KVM: x86/mmu: Add tracepoint for splitting huge pages
David Matlack
2
-3
/
+30
2022-02-10
KVM: x86/mmu: Split huge pages mapped by the TDP MMU during KVM_CLEAR_DIRTY_LOG
David Matlack
5
-32
/
+66
2022-02-10
KVM: x86/mmu: Split huge pages mapped by the TDP MMU when dirty logging is enabled
David Matlack
6
-0
/
+268
2022-02-10
KVM: x86/mmu: Separate TDP MMU shadow page allocation and initialization
David Matlack
1
-9
/
+17
2022-02-10
KVM: x86/mmu: Derive page role for TDP MMU shadow pages from parent
David Matlack
1
-18
/
+19
2022-02-10
KVM: x86/mmu: Remove redundant role overrides for TDP MMU shadow pages
David Matlack
1
-4
/
+0
2022-02-10
KVM: x86/mmu: Refactor TDP MMU iterators to take kvm_mmu_page root
David Matlack
3
-17
/
+15
2022-02-10
KVM: x86/mmu: Move restore_acc_track_spte() to spte.h
David Matlack
2
-14
/
+15
2022-02-10
KVM: x86/mmu: Drop new_spte local variable from restore_acc_track_spte()
David Matlack
1
-6
/
+5
2022-02-10
KVM: x86/mmu: Remove unnecessary warnings from restore_acc_track_spte()
David Matlack
1
-3
/
+0
2022-02-10
KVM: x86/mmu: Consolidate logic to atomically install a new TDP MMU page table
David Matlack
1
-32
/
+36
2022-02-10
KVM: x86/mmu: Rename handle_removed_tdp_mmu_page() to handle_removed_pt()
David Matlack
1
-5
/
+3
2022-02-10
KVM: x86/mmu: Rename TDP MMU functions that handle shadow pages
David Matlack
1
-14
/
+14
2022-02-10
KVM: x86/mmu: Change tdp_mmu_{set,zap}_spte_atomic() to return 0/-EBUSY
David Matlack
1
-21
/
+26
2022-02-10
KVM: x86/mmu: Automatically update iter->old_spte if cmpxchg fails
David Matlack
1
-29
/
+23
2022-02-10
KVM: x86/mmu: Rename __rmap_write_protect() to rmap_write_protect()
David Matlack
1
-5
/
+5
2022-02-10
KVM: x86/mmu: Rename rmap_write_protect() to kvm_vcpu_write_protect_gfn()
David Matlack
1
-3
/
+3
[prev]
[next]