index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
oprofile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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: hyper-v: Mention SynDBG CPUID leaves in api.rst
Vitaly Kuznetsov
1
-1
/
+4
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
5
-10
/
+10
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
cpuidle-haltpoll: fix error comments in arch_haltpoll_disable
Li Qiang
1
-1
/
+1
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: MIPS: clean up redundant kvm_run parameters in assembly
Tianjia Zhang
5
-18
/
+14
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
5
-35
/
+36
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: use struct_size() and flex_array_size() helpers in kvm_io_bus_unregister...
Rustam Kovhaev
1
-2
/
+2
2020-09-28
KVM: SVM: Enable INVPCID feature on AMD
Babu Moger
2
-0
/
+53
2020-09-28
KVM: X86: Move handling of INVPCID types to x86
Babu Moger
3
-67
/
+80
2020-09-28
KVM: X86: Rename and move the function vmx_handle_memory_failure to x86.c
Babu Moger
5
-36
/
+37
2020-09-28
KVM: SVM: Remove set_cr_intercept, clr_cr_intercept and is_cr_intercept
Babu Moger
2
-42
/
+17
2020-09-28
KVM: SVM: Add new intercept word in vmcb_control_area
Babu Moger
3
-6
/
+17
2020-09-28
KVM: SVM: Modify 64 bit intercept field to two 32 bit vectors
Babu Moger
5
-45
/
+41
2020-09-28
KVM: SVM: Modify intercept_exceptions to generic intercepts
Babu Moger
4
-12
/
+15
2020-09-28
KVM: SVM: Change intercept_dr to generic intercepts
Babu Moger
4
-42
/
+38
2020-09-28
KVM: SVM: Change intercept_cr to generic intercepts
Babu Moger
4
-24
/
+23
2020-09-28
KVM: SVM: Introduce vmcb_(set_intercept/clr_intercept/_is_intercept)
Babu Moger
3
-0
/
+39
2020-09-28
KVM: nSVM: Remove unused field
Babu Moger
2
-3
/
+0
2020-09-28
KVM: SVM: refactor exit labels in svm_create_vcpu
Maxim Levitsky
1
-7
/
+7
2020-09-28
KVM: SVM: use __GFP_ZERO instead of clear_page
Maxim Levitsky
1
-4
/
+2
2020-09-28
KVM: SVM: refactor msr permission bitmap allocation
Maxim Levitsky
1
-22
/
+23
2020-09-28
KVM: nSVM: rename nested vmcb to vmcb12
Maxim Levitsky
3
-119
/
+117
2020-09-28
KVM: SVM: rename a variable in the svm_create_vcpu
Maxim Levitsky
1
-6
/
+6
2020-09-28
KVM: LAPIC: Reduce world switch latency caused by timer_advance_ns
Wanpeng Li
3
-12
/
+7
[next]