aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2021-06-17KVM: x86: Remove guest mode check from kvm_check_nested_eventsJim Mattson1-3/+0
2021-06-17KVM: nVMX: Enable nested TSC scalingIlias Stamatis1-6/+18
2021-06-17KVM: X86: Add vendor callbacks for writing the TSC multiplierIlias Stamatis7-25/+41
2021-06-17KVM: X86: Move write_l1_tsc_offset() logic to common code and rename itIlias Stamatis5-43/+30
2021-06-17KVM: X86: Add functions that calculate the nested TSC fieldsIlias Stamatis2-0/+27
2021-06-17KVM: X86: Add functions for retrieving L2 TSC fields from common codeIlias Stamatis5-0/+44
2021-06-17KVM: nVMX: Add a TSC multiplier field in VMCS12Ilias Stamatis2-1/+4
2021-06-17KVM: X86: Add a ratio parameter to kvm_scale_tsc()Ilias Stamatis2-10/+19
2021-06-17KVM: X86: Rename kvm_compute_tsc_offset() to kvm_compute_l1_tsc_offset()Ilias Stamatis1-5/+5
2021-06-17KVM: X86: Store L1's TSC scaling ratio in 'struct kvm_vcpu_arch'Ilias Stamatis3-6/+9
2021-06-17KVM: x86/mmu: Lazily allocate memslot rmapsBen Gardon6-8/+71
2021-06-17KVM: x86/mmu: Skip rmap operations if rmaps not allocatedBen Gardon3-47/+71
2021-06-17KVM: x86/mmu: Add a field to control memslot rmap allocationBen Gardon3-5/+16
2021-06-17KVM: x86/mmu: Factor out allocating memslot rmapBen Gardon1-10/+27
2021-06-17KVM: x86/mmu: Deduplicate rmap freeingBen Gardon1-8/+11
2021-06-17KVM: x86: Do not write protect huge page in initially-all-set modeKeqian Zhu2-31/+36
2021-06-17KVM: x86: Support write protecting only large pagesKeqian Zhu5-11/+22
2021-06-17KVM: hyper-v: Advertise support for fast XMM hypercallsSiddharth Chandrasekaran2-1/+7
2021-06-17KVM: x86: kvm_hv_flush_tlb use inputs from XMM registersSiddharth Chandrasekaran2-19/+74
2021-06-17KVM: hyper-v: Collect hypercall params into structSiddharth Chandrasekaran1-68/+79
2021-06-17KVM: x86: Move FPU register accessors into fpu.hSiddharth Chandrasekaran3-122/+158
2021-06-17KVM: x86/mmu: Make is_nx_huge_page_enabled an inline functionShaokun Zhang2-9/+7
2021-06-17perf/x86: Reset the dirty counter to prevent the leak for an RDPMC taskKan Liang4-3/+37
2021-06-15x86/sgx: Add missing xa_destroy() when virtual EPC is destroyedKai Huang1-0/+1
2021-06-15x86/tsx: Clear CPUID bits when TSX always force abortsPawan Gupta3-3/+40
2021-06-15x86/events/intel: Do not deploy TSX force abort workaround when TSX is deprecatedPawan Gupta1-1/+7
2021-06-15x86/msr: Define new bits in TSX_FORCE_ABORT MSRPawan Gupta2-0/+5
2021-06-15x86/sev: Propagate #GP if getting linear instruction address failedJoerg Roedel1-1/+8
2021-06-15x86/insn: Extend error reporting from insn_fetch_from_user[_inatomic]()Joerg Roedel3-18/+16
2021-06-15x86/insn-eval: Make 0 a valid RIP for insn_get_effective_ip()Joerg Roedel1-7/+7
2021-06-15x86/sev: Fix error message in runtime #VC handlerJoerg Roedel1-1/+1
2021-06-14x86, lto: Enable Clang LTO for 32-bit as wellNathan Chancellor1-2/+2
2021-06-12Merge tag 'perf-urgent-2021-06-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-5/+8
2021-06-11x86, lto: Pass -stack-alignment only on LLD < 13.0.0Tor Vic1-2/+3
2021-06-11KVM: x86/mmu: Calculate and check "full" mmu_role for nested MMUSean Christopherson1-1/+25
2021-06-11KVM: X86: Fix x86_emulator slab cache leakWanpeng Li1-0/+1
2021-06-11KVM: SVM: Call SEV Guest Decommission if ASID binding failsAlper Gun1-5/+15
2021-06-11x86/sgx: Correct kernel-doc's arg name in sgx_encl_release()ChenXiaoSong1-1/+1
2021-06-11crypto: x86/curve25519 - fix cpu feature checking logic in mod_exitHangbin Liu1-1/+1
2021-06-10KVM: x86: Immediately reset the MMU context when the SMM flag is clearedSean Christopherson1-1/+4
2021-06-10KVM: x86: Fix fall-through warnings for ClangGustavo A. R. Silva2-0/+2
2021-06-10KVM: SVM: fix doc warningsChenXiaoSong1-3/+3
2021-06-10x86/nmi_watchdog: Fix old-style NMI watchdog regression on old Intel CPUsCodyYao-oc1-2/+2
2021-06-10x86/fpu: Reset state for all signal restore failuresThomas Gleixner1-11/+15
2021-06-10Merge tag 'drm-intel-next-2021-06-09' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-0/+1
2021-06-09kvm: LAPIC: Restore guard to prevent illegal APIC register accessJim Mattson1-0/+3
2021-06-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-20/+42
2021-06-09x86/fpu: Add address range checks to copy_user_to_xstate()Andy Lutomirski1-3/+3
2021-06-09x86/pkru: Write hardware init value to PKRU when xstate is initThomas Gleixner1-2/+9
2021-06-09x86/process: Check PF_KTHREAD and not current->mm for kernel threadsThomas Gleixner1-1/+1