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
2021-04-02
Merge branch 'kvm-tdp-fix-rcu' into HEAD
Paolo Bonzini
4
-38
/
+41
2021-04-02
Merge branch 'kvm-tdp-fix-flushes' into HEAD
Paolo Bonzini
3
-17
/
+42
2021-04-01
Merge branch 'kvm-fix-svm-races' into HEAD
Paolo Bonzini
1
-12
/
+20
2021-04-01
KVM: x86: Prevent 'hv_clock->system_time' from going negative in kvm_guest_time_update()
Vitaly Kuznetsov
1
-2
/
+17
2021-04-01
KVM: x86: disable interrupts while pvclock_gtod_sync_lock is taken
Paolo Bonzini
1
-11
/
+14
2021-04-01
KVM: x86: reduce pvclock_gtod_sync_lock critical sections
Paolo Bonzini
1
-6
/
+4
2021-04-01
Merge branch 'kvm-fix-svm-races' into kvm-master
Paolo Bonzini
1
-5
/
+23
2021-04-01
KVM: SVM: ensure that EFER.SVME is set when running nested guest or on nested vmexit
Paolo Bonzini
1
-1
/
+17
2021-04-01
KVM: SVM: load control fields from VMCB12 before checking them
Paolo Bonzini
1
-4
/
+6
2021-03-31
Merge commit 'kvm-tdp-fix-flushes' into kvm-master
Paolo Bonzini
3
-17
/
+42
2021-03-30
KVM: x86/mmu: Don't allow TDP MMU to yield when recovering NX pages
Sean Christopherson
3
-6
/
+27
2021-03-30
KVM: x86/mmu: Ensure TLBs are flushed for TDP MMU during NX zapping
Sean Christopherson
1
-4
/
+7
2021-03-30
KVM: x86/mmu: Ensure TLBs are flushed when yielding during GFN range zap
Sean Christopherson
1
-11
/
+12
2021-03-30
KVM: make: Fix out-of-source module builds
Siddharth Chandrasekaran
1
-1
/
+1
2021-03-30
KVM: x86/vPMU: Forbid writing to MSR_F15H_PERF MSRs when guest doesn't have X86_FEATURE_PERFCTR_CORE
Vitaly Kuznetsov
1
-0
/
+8
2021-03-30
KVM: x86: remove unused declaration of kvm_write_tsc()
Dongli Zhang
1
-1
/
+0
2021-03-30
KVM: clean up the unused argument
Haiwei Li
1
-5
/
+4
2021-03-21
x86: Fix various typos in comments, take #2
Ingo Molnar
2
-2
/
+2
2021-03-21
Merge branch 'linus' into x86/cleanups, to resolve conflict
Ingo Molnar
7
-93
/
+191
2021-03-18
KVM: X86: Fix missing local pCPU when executing wbinvd on all dirty pCPUs
Wanpeng Li
1
-1
/
+1
2021-03-18
KVM: x86: Protect userspace MSR filter with SRCU, and set atomically-ish
Sean Christopherson
1
-44
/
+65
2021-03-18
x86: Fix various typos in comments
Ingo Molnar
13
-19
/
+19
2021-03-18
Merge tag 'v5.12-rc3' into x86/cleanups, to refresh the tree
Ingo Molnar
5
-15
/
+37
2021-03-18
KVM: x86: hyper-v: Don't touch TSC page values when guest opted for re-enlightenment
Vitaly Kuznetsov
1
-1
/
+25
2021-03-18
KVM: x86: hyper-v: Track Hyper-V TSC page status
Vitaly Kuznetsov
1
-14
/
+35
2021-03-17
KVM: x86: hyper-v: Prevent using not-yet-updated TSC page by secondary CPUs
Vitaly Kuznetsov
3
-0
/
+26
2021-03-17
KVM: x86: hyper-v: Limit guest to writing zero to HV_X64_MSR_TSC_EMULATION_STATUS
Vitaly Kuznetsov
1
-0
/
+3
2021-03-16
KVM: x86/mmu: Store the address space ID in the TDP iterator
Sean Christopherson
4
-24
/
+13
2021-03-16
KVM: x86/mmu: Factor out tdp_iter_return_to_root
Ben Gardon
3
-10
/
+19
2021-03-16
KVM: x86/mmu: Fix RCU usage when atomically zapping SPTEs
Ben Gardon
1
-1
/
+1
2021-03-16
KVM: x86/mmu: Fix RCU usage in handle_removed_tdp_mmu_page
Ben Gardon
1
-3
/
+8
2021-03-15
KVM: x86/mmu: Mark the PAE roots as decrypted for shadow paging
Sean Christopherson
2
-4
/
+23
2021-03-15
KVM: x86/mmu: Use '0' as the one and only value for an invalid PAE root
Sean Christopherson
3
-12
/
+24
2021-03-15
KVM: VMX: Track root HPA instead of EPTP for paravirt Hyper-V TLB flush
Sean Christopherson
2
-47
/
+42
2021-03-15
KVM: VMX: Skip additional Hyper-V TLB EPTP flushes if one fails
Sean Christopherson
1
-1
/
+9
2021-03-15
KVM: VMX: Define Hyper-V paravirt TLB flush fields iff Hyper-V is enabled
Sean Christopherson
2
-1
/
+8
2021-03-15
KVM: VMX: Explicitly check for hv_remote_flush_tlb when loading pgd
Sean Christopherson
1
-7
/
+16
2021-03-15
KVM: VMX: Don't invalidate hv_tlb_eptp if the new EPTP matches
Sean Christopherson
1
-1
/
+2
2021-03-15
KVM: VMX: Invalidate hv_tlb_eptp to denote an EPTP mismatch
Sean Christopherson
2
-19
/
+23
2021-03-15
KVM: VMX: Do Hyper-V TLB flush iff vCPU's EPTP hasn't been flushed
Sean Christopherson
1
-15
/
+8
2021-03-15
KVM: VMX: Fold Hyper-V EPTP checking into it's only caller
Sean Christopherson
1
-24
/
+20
2021-03-15
KVM: VMX: Stash kvm_vmx in a local variable for Hyper-V paravirt TLB flush
Sean Christopherson
1
-6
/
+7
2021-03-15
KVM: VMX: Track common EPTP for Hyper-V's paravirt TLB flush
Sean Christopherson
2
-11
/
+10
2021-03-15
KVM: x86: Get active PCID only when writing a CR3 value
Sean Christopherson
4
-14
/
+18
2021-03-15
KVM/SVM: Move vmenter.S exception fixups out of line
Uros Bizjak
1
-15
/
+20
2021-03-15
KVM: x86/mmu: Dump reserved bits if they're detected on non-MMIO SPTE
Sean Christopherson
1
-3
/
+4
2021-03-15
KVM: x86/mmu: Use low available bits for removed SPTEs
Sean Christopherson
2
-5
/
+17
2021-03-15
KVM: x86/mmu: Use is_removed_spte() instead of open coded equivalents
Sean Christopherson
1
-2
/
+2
2021-03-15
KVM: x86/mmu: Tweak auditing WARN for A/D bits to !PRESENT (was MMIO)
Sean Christopherson
1
-9
/
+9
2021-03-15
KVM: x86/mmu: Use a dedicated bit to track shadow/MMU-present SPTEs
Sean Christopherson
2
-10
/
+21
[prev]
[next]