sfrench/cifs-2.6.git
2020-09-28 Paolo BonziniKVM: x86: rename KVM_REQ_GET_VMCS12_PAGES
2020-09-28 Alexander GrafKVM: selftests: Add test for user space MSR handling
2020-09-28 Alexander GrafKVM: x86: Introduce MSR filtering
2020-09-28 Alexander GrafKVM: x86: VMX: Prevent MSR passthrough when MSR access...
2020-09-28 Alexander GrafKVM: x86: SVM: Prevent MSR passthrough when MSR access...
2020-09-28 Aaron LewisKVM: x86: Prepare MSR bitmaps for userspace tracked...
2020-09-28 Alexander GrafKVM: x86: Add infrastructure for MSR filtering
2020-09-28 Alexander GrafKVM: x86: Allow deflecting unknown MSR accesses to...
2020-09-28 Alexander GrafKVM: x86: Return -ENOENT on unimplemented MSRs
2020-09-28 Sean ChristophersonKVM: VMX: Rename vmx_uret_msr's "index" to "slot"
2020-09-28 Sean ChristophersonKVM: VMX: Rename "vmx_msr_index" to "vmx_uret_msrs_list"
2020-09-28 Sean ChristophersonKVM: VMX: Rename "vmx_set_guest_msr" to "vmx_set_guest_...
2020-09-28 Sean ChristophersonKVM: VMX: Rename "find_msr_entry" to "vmx_find_uret_msr"
2020-09-28 Sean ChristophersonKVM: VMX: Add vmx_setup_uret_msr() to handle lookup...
2020-09-28 Sean ChristophersonKVM: VMX: Move uret MSR lookup into update_transition_e...
2020-09-28 Sean ChristophersonKVM: VMX: Check guest support for RDTSCP before process...
2020-09-28 Sean ChristophersonKVM: VMX: Rename "__find_msr_index" to "__vmx_find_uret...
2020-09-28 Sean ChristophersonKVM: VMX: Rename vcpu_vmx's "guest_msrs_ready" to ...
2020-09-28 Sean ChristophersonKVM: VMX: Rename vcpu_vmx's "save_nmsrs" to "nr_active_...
2020-09-28 Sean ChristophersonKVM: VMX: Rename vcpu_vmx's "nmsrs" to "nr_uret_msrs"
2020-09-28 Sean ChristophersonKVM: VMX: Rename the "shared_msr_entry" struct to ...
2020-09-28 Sean ChristophersonKVM: VMX: Rename "vmx_find_msr_index" to "vmx_find_load...
2020-09-28 Sean ChristophersonKVM: VMX: Prepend "MAX_" to MSR array size defines
2020-09-28 Sean ChristophersonKVM: x86: Rename "shared_msrs" to "user_return_msrs"
2020-09-28 Sean ChristophersonKVM: x86/mmu: Move individual kvm_mmu initialization...
2020-09-28 Sean ChristophersonKVM: nVMX: Read EXIT_QUAL and INTR_INFO only when neede...
2020-09-28 Sean ChristophersonKVM: x86: Use common definition for kvm_nested_vmexit...
2020-09-28 Sean ChristophersonKVM: x86: Add macro wrapper for defining kvm_exit trace...
2020-09-28 Sean ChristophersonKVM: x86: Add intr/vectoring info and error code to...
2020-09-28 Sean ChristophersonKVM: VMX: Add a helper to test for a valid error code...
2020-09-28 Sean ChristophersonKVM: x86: Read guest RIP from within the kvm_nested_vme...
2020-09-28 Sean ChristophersonKVM: x86: Add RIP to the kvm_entry, i.e. VM-Enter,...
2020-09-28 Sean ChristophersonKVM: nVMX: WARN on attempt to switch the currently...
2020-09-28 Sean ChristophersonKVM: nVMX: Drop redundant VMCS switch and free_nested...
2020-09-28 Sean ChristophersonKVM: nVMX: Ensure vmcs01 is the loaded VMCS when freein...
2020-09-28 Sean ChristophersonKVM: nVMX: Move free_nested() below vmx_switch_vmcs()
2020-09-28 Sean ChristophersonKVM: nVMX: Explicitly check for valid guest state for...
2020-09-28 Sean ChristophersonKVM: nVMX: Reload vmcs01 if getting vmcs12's pages...
2020-09-28 Sean ChristophersonKVM: nVMX: Reset the segment cache when stuffing guest...
2020-09-28 Sean ChristophersonKVM: x86/mmu: Track write/user faults using bools
2020-09-28 Sean ChristophersonKVM: x86/mmu: Hoist ITLB multi-hit workaround check...
2020-09-28 Sean ChristophersonKVM: x86/mmu: Rename 'hlevel' to 'level' in FNAME(fetch)
2020-09-28 Sean ChristophersonKVM: x86/mmu: Account NX huge page disallowed iff huge...
2020-09-28 Sean ChristophersonKVM: x86/mmu: Capture requested page level before NX...
2020-09-28 Sean ChristophersonKVM: x86/mmu: Move "huge page disallowed" calculation...
2020-09-28 Sean ChristophersonKVM: x86/mmu: Refactor the zap loop for recovering...
2020-09-28 Sean ChristophersonKVM: x86/mmu: Commit zap of remaining invalid pages...
2020-09-28 Sean ChristophersonKVM: VMX: Rename ops.h to vmx_ops.h
2020-09-28 Xiaoyao LiKVM: VMX: Extract posted interrupt support to separate...
2020-09-28 Sean ChristophersonKVM: x86/mmu: Bail early from final #PF handling on...
2020-09-28 Sean ChristophersonKVM: x86/mmu: Return unique RET_PF_* values if the...
2020-09-28 Sean ChristophersonKVM: x86/mmu: Invert RET_PF_* check when falling throug...
2020-09-28 Sean ChristophersonKVM: x86/mmu: Return -EIO if page fault returns RET_PF_...
2020-09-28 Ben GardonKVM: x86/MMU: Recursively zap nested TDP SPs when zappi...
2020-09-28 Sean ChristophersonKVM: x86/mmu: Move flush logic from mmu_page_zap_pte...
2020-09-28 Vitaly KuznetsovKVM: x86: hyper-v: disallow configuring SynIC timers...
2020-09-28 Vitaly KuznetsovKVM: x86: hyper-v: Mention SynDBG CPUID leaves in api.rst
2020-09-28 Sean ChristophersonKVM: x86/mmu: Stash 'kvm' in a local variable in kvm_mm...
2020-09-28 Sean ChristophersonKVM: VMX: Add a helper and macros to reduce boilerplate...
2020-09-28 Sean ChristophersonKVM: VMX: Rename RDTSCP secondary exec control name...
2020-09-28 Sean ChristophersonKVM: VMX: Unconditionally clear CPUID.INVPCID if !CPUID...
2020-09-28 Sean ChristophersonKVM: VMX: Rename vmx_*_supported() helpers to cpu_has_v...
2020-09-28 Li Qiangcpuidle-haltpoll: fix error comments in arch_haltpoll_d...
2020-09-28 Sean ChristophersonKVM: VMX: Use "illegal GPA" helper for PT/RTIT output...
2020-09-28 Sean ChristophersonKVM: x86: Move illegal GPA helper out of the MMU code
2020-09-28 Sean ChristophersonKVM: VMX: Replace MSR_IA32_RTIT_OUTPUT_BASE_MASK with...
2020-09-28 Sean ChristophersonKVM: x86: Unexport cpuid_query_maxphyaddr()
2020-09-28 Sean ChristophersonKVM: VMX: Use precomputed MAXPHYADDR for RTIT base...
2020-09-28 Tom LendackyKVM: VMX: Do not perform emulation for INVD intercept
2020-09-28 Paolo BonziniKVM: SEV: shorten comments around sev_clflush_pages
2020-09-28 Cfir CohenKVM: SVM: Mark SEV launch secret pages as dirty.
2020-09-28 Sean ChristophersonKVM: nVMX: Add VM-Enter failed tracepoints for super...
2020-09-28 Krish SadhukhanKVM: nSVM: CR3 MBZ bits are only 63:52
2020-09-28 Robert HooKVM: x86: emulating RDPID failure shall return #UD...
2020-09-28 Sean ChristophersonKVM: nVMX: Morph notification vector IRQ on nested...
2020-09-28 Tianjia ZhangKVM: MIPS: clean up redundant kvm_run parameters in...
2020-09-28 Haiwei LiKVM: SVM: Add tracepoint for cr_interception
2020-09-28 Wanpeng LiKVM: SVM: Analyze is_guest_mode() in svm_vcpu_run()
2020-09-28 Sean ChristophersonKVM: VMX: Invoke NMI handler via indirect call instead...
2020-09-28 Sean ChristophersonKVM: VMX: Move IRQ invocation to assembly subroutine
2020-09-28 Sean ChristophersonKVM: x86: Add kvm_x86_ops hook to short circuit emulation
2020-09-28 Haiwei LiKVM: SVM: use __GFP_ZERO instead of clear_page()
2020-09-28 Krish SadhukhanKVM: nVMX: KVM needs to unset "unrestricted guest"...
2020-09-28 Maxim LevitskyKVM: x86: fix MSR_IA32_TSC read for nested migration
2020-09-28 Rustam KovhaevKVM: use struct_size() and flex_array_size() helpers...
2020-09-28 Babu MogerKVM: SVM: Enable INVPCID feature on AMD
2020-09-28 Babu MogerKVM: X86: Move handling of INVPCID types to x86
2020-09-28 Babu MogerKVM: X86: Rename and move the function vmx_handle_memor...
2020-09-28 Babu MogerKVM: SVM: Remove set_cr_intercept, clr_cr_intercept...
2020-09-28 Babu MogerKVM: SVM: Add new intercept word in vmcb_control_area
2020-09-28 Babu MogerKVM: SVM: Modify 64 bit intercept field to two 32 bit...
2020-09-28 Babu MogerKVM: SVM: Modify intercept_exceptions to generic intercepts
2020-09-28 Babu MogerKVM: SVM: Change intercept_dr to generic intercepts
2020-09-28 Babu MogerKVM: SVM: Change intercept_cr to generic intercepts
2020-09-28 Babu MogerKVM: SVM: Introduce vmcb_(set_intercept/clr_intercept...
2020-09-28 Babu MogerKVM: nSVM: Remove unused field
2020-09-28 Maxim LevitskyKVM: SVM: refactor exit labels in svm_create_vcpu
2020-09-28 Maxim LevitskyKVM: SVM: use __GFP_ZERO instead of clear_page
2020-09-28 Maxim LevitskyKVM: SVM: refactor msr permission bitmap allocation
2020-09-28 Maxim LevitskyKVM: nSVM: rename nested vmcb to vmcb12
next