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
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-28
KVM: nVMX: WARN on attempt to switch the currently loaded VMCS
Sean Christopherson
1
-1
/
+1
2020-09-28
KVM: nVMX: Drop redundant VMCS switch and free_nested() call
Sean Christopherson
1
-2
/
+0
2020-09-28
KVM: nVMX: Ensure vmcs01 is the loaded VMCS when freeing nested state
Sean Christopherson
1
-0
/
+3
2020-09-28
KVM: nVMX: Move free_nested() below vmx_switch_vmcs()
Sean Christopherson
1
-38
/
+38
2020-09-28
KVM: nVMX: Explicitly check for valid guest state for !unrestricted guest
Sean Christopherson
3
-7
/
+10
2020-09-28
KVM: nVMX: Reload vmcs01 if getting vmcs12's pages fails
Sean Christopherson
1
-1
/
+3
2020-09-28
KVM: nVMX: Reset the segment cache when stuffing guest segs
Sean Christopherson
1
-0
/
+2
2020-09-28
KVM: x86/mmu: Track write/user faults using bools
Sean Christopherson
2
-7
/
+7
2020-09-28
KVM: x86/mmu: Hoist ITLB multi-hit workaround check up a level
Sean Christopherson
2
-3
/
+4
2020-09-28
KVM: x86/mmu: Rename 'hlevel' to 'level' in FNAME(fetch)
Sean Christopherson
1
-5
/
+5
2020-09-28
KVM: x86/mmu: Account NX huge page disallowed iff huge page was requested
Sean Christopherson
2
-2
/
+3
2020-09-28
KVM: x86/mmu: Capture requested page level before NX huge page workaround
Sean Christopherson
2
-12
/
+18
2020-09-28
KVM: x86/mmu: Move "huge page disallowed" calculation into mapping helpers
Sean Christopherson
2
-20
/
+26
2020-09-28
KVM: x86/mmu: Refactor the zap loop for recovering NX lpages
Sean Christopherson
1
-4
/
+6
2020-09-28
KVM: x86/mmu: Commit zap of remaining invalid pages when recovering lpages
Sean Christopherson
1
-0
/
+1
2020-09-28
KVM: VMX: Rename ops.h to vmx_ops.h
Sean Christopherson
3
-2
/
+1
2020-09-28
KVM: VMX: Extract posted interrupt support to separate files
Xiaoyao Li
5
-405
/
+439
2020-09-28
KVM: x86/mmu: Bail early from final #PF handling on spurious faults
Sean Christopherson
2
-1
/
+19
2020-09-28
KVM: x86/mmu: Return unique RET_PF_* values if the fault was fixed
Sean Christopherson
2
-30
/
+29
2020-09-28
KVM: x86/mmu: Invert RET_PF_* check when falling through to emulation
Sean Christopherson
1
-2
/
+2
2020-09-28
KVM: x86/mmu: Return -EIO if page fault returns RET_PF_INVALID
Sean Christopherson
1
-1
/
+2
2020-09-28
KVM: x86/MMU: Recursively zap nested TDP SPs when zapping last/only parent
Ben Gardon
2
-8
/
+24
2020-09-28
KVM: x86/mmu: Move flush logic from mmu_page_zap_pte() to FNAME(invlpg)
Sean Christopherson
2
-9
/
+8
2020-09-28
KVM: x86: hyper-v: disallow configuring SynIC timers with no SynIC
Vitaly Kuznetsov
1
-0
/
+11
2020-09-28
KVM: x86/mmu: Stash 'kvm' in a local variable in kvm_mmu_free_roots()
Sean Christopherson
1
-7
/
+7
2020-09-28
KVM: VMX: Add a helper and macros to reduce boilerplate for sec exec ctls
Sean Christopherson
1
-87
/
+64
2020-09-28
KVM: VMX: Rename RDTSCP secondary exec control name to insert "ENABLE"
Sean Christopherson
3
-8
/
+8
2020-09-28
KVM: VMX: Unconditionally clear CPUID.INVPCID if !CPUID.PCID
Sean Christopherson
1
-5
/
+11
2020-09-28
KVM: VMX: Rename vmx_*_supported() helpers to cpu_has_vmx_*()
Sean Christopherson
2
-11
/
+11
2020-09-28
KVM: VMX: Use "illegal GPA" helper for PT/RTIT output base check
Sean Christopherson
1
-1
/
+1
2020-09-28
KVM: x86: Move illegal GPA helper out of the MMU code
Sean Christopherson
4
-7
/
+7
2020-09-28
KVM: VMX: Replace MSR_IA32_RTIT_OUTPUT_BASE_MASK with helper function
Sean Christopherson
1
-4
/
+7
2020-09-28
KVM: x86: Unexport cpuid_query_maxphyaddr()
Sean Christopherson
1
-1
/
+0
2020-09-28
KVM: VMX: Use precomputed MAXPHYADDR for RTIT base MSR check
Sean Christopherson
1
-1
/
+1
2020-09-28
KVM: VMX: Do not perform emulation for INVD intercept
Tom Lendacky
1
-1
/
+2
2020-09-28
KVM: SEV: shorten comments around sev_clflush_pages
Paolo Bonzini
1
-12
/
+7
2020-09-28
KVM: SVM: Mark SEV launch secret pages as dirty.
Cfir Cohen
1
-1
/
+14
2020-09-28
KVM: nVMX: Add VM-Enter failed tracepoints for super early checks
Sean Christopherson
1
-5
/
+5
2020-09-28
KVM: nSVM: CR3 MBZ bits are only 63:52
Krish Sadhukhan
2
-2
/
+2
2020-09-28
KVM: x86: emulating RDPID failure shall return #UD rather than #GP
Robert Hoo
1
-1
/
+1
2020-09-28
KVM: nVMX: Morph notification vector IRQ on nested VM-Enter to pending PI
Sean Christopherson
3
-0
/
+16
2020-09-28
KVM: SVM: Add tracepoint for cr_interception
Haiwei Li
1
-0
/
+2
2020-09-28
KVM: SVM: Analyze is_guest_mode() in svm_vcpu_run()
Wanpeng Li
1
-5
/
+6
2020-09-28
KVM: VMX: Invoke NMI handler via indirect call instead of INTn
Sean Christopherson
1
-15
/
+15
2020-09-28
KVM: VMX: Move IRQ invocation to assembly subroutine
Sean Christopherson
2
-30
/
+37
2020-09-28
KVM: x86: Add kvm_x86_ops hook to short circuit emulation
Sean Christopherson
4
-34
/
+35
2020-09-28
KVM: SVM: use __GFP_ZERO instead of clear_page()
Haiwei Li
1
-4
/
+2
2020-09-28
KVM: nVMX: KVM needs to unset "unrestricted guest" VM-execution control in vm...
Krish Sadhukhan
3
-8
/
+19
2020-09-28
KVM: x86: fix MSR_IA32_TSC read for nested migration
Maxim Levitsky
1
-2
/
+14
2020-09-28
KVM: SVM: Enable INVPCID feature on AMD
Babu Moger
1
-0
/
+51
[next]