index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
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
6
-32
/
+70
2022-02-10
KVM: x86/mmu: Split huge pages mapped by the TDP MMU when dirty logging is en...
David Matlack
7
-0
/
+271
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
2022-02-10
KVM: x86: Add checks for reserved-to-zero Hyper-V hypercall fields
Sean Christopherson
1
-0
/
+5
2022-02-10
KVM: x86: Reject fixeds-size Hyper-V hypercalls with non-zero "var_cnt"
Sean Christopherson
1
-6
/
+6
2022-02-10
KVM: x86: Shove vp_bitmap handling down into sparse_set_to_vcpu_mask()
Sean Christopherson
1
-27
/
+38
2022-02-10
KVM: x86: Don't bother reading sparse banks that end up being ignored
Sean Christopherson
1
-3
/
+16
2022-02-10
KVM: x86: Add a helper to get the sparse VP_SET for IPIs and TLB flushes
Sean Christopherson
1
-16
/
+16
2022-02-10
KVM: x86: Refactor kvm_hv_flush_tlb() to reduce indentation
Sean Christopherson
1
-19
/
+21
2022-02-10
KVM: x86: Get the number of Hyper-V sparse banks from the VARHEAD field
Sean Christopherson
2
-20
/
+29
2022-02-10
KVM: x86/mmu: Consolidate comments about {Host,MMU}-writable
David Matlack
2
-55
/
+60
2022-02-10
KVM: x86/mmu: Rename DEFAULT_SPTE_MMU_WRITEABLE to DEFAULT_SPTE_MMU_WRITABLE
David Matlack
3
-7
/
+7
2022-02-10
KVM: x86/mmu: Move is_writable_pte() to spte.h
David Matlack
2
-39
/
+39
2022-02-10
KVM: x86/mmu: Check SPTE writable invariants when setting leaf SPTEs
David Matlack
4
-9
/
+6
2022-02-10
KVM: x86/mmu: Move SPTE writable invariant checks to a helper function
David Matlack
1
-7
/
+13
2022-02-10
KVM: LAPIC: Enable timer posted-interrupt only when mwait/hlt is advertised
Wanpeng Li
1
-1
/
+2
2022-02-10
KVM: VMX: Dont' send posted IRQ if vCPU == this vCPU and vCPU is IN_GUEST_MODE
Wanpeng Li
1
-19
/
+21
2022-02-10
KVM: SVM: Rename hook implementations to conform to kvm_x86_ops' names
Sean Christopherson
3
-25
/
+25
2022-02-10
KVM: SVM: Rename SEV implemenations to conform to kvm_x86_ops hooks
Sean Christopherson
3
-21
/
+21
2022-02-10
KVM: x86: Use more verbose names for mem encrypt kvm_x86_ops hooks
Sean Christopherson
6
-17
/
+23
2022-02-10
KVM: SVM: Remove unused MAX_INST_SIZE #define
Sean Christopherson
1
-2
/
+0
2022-02-10
KVM: SVM: Rename svm_flush_tlb() to svm_flush_tlb_current()
Sean Christopherson
2
-6
/
+7
2022-02-10
KVM: x86: Move get_cs_db_l_bits() helper to SVM
Sean Christopherson
3
-12
/
+10
2022-02-10
KVM: VMX: Rename VMX functions to conform to kvm_x86_ops names
Sean Christopherson
3
-18
/
+18
2022-02-10
KVM: x86: Use static_call() for copy/move encryption context ioctls()
Sean Christopherson
2
-7
/
+12
2022-02-10
KVM: x86: Unexport kvm_x86_ops
Sean Christopherson
1
-1
/
+0
2022-02-10
KVM: x86: Uninline and export hv_track_root_tdp()
Sean Christopherson
2
-13
/
+15
2022-02-10
KVM: nVMX: Refactor PMU refresh to avoid referencing kvm_x86_ops.pmu_ops
Sean Christopherson
3
-4
/
+7
2022-02-10
KVM: xen: Use static_call() for invoking kvm_x86_ops hooks
Sean Christopherson
1
-2
/
+2
2022-02-10
KVM: x86: Use static_call() for .vcpu_deliver_sipi_vector()
Sean Christopherson
2
-1
/
+2
2022-02-10
KVM: VMX: Call vmx_get_cpl() directly in handle_dr()
Sean Christopherson
1
-1
/
+1
[prev]
[next]