summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
* x86/fpu: Preserve supervisor states in sanitize_restored_user_xstate()Thomas Gleixner2021-06-301-18/+8
* perf/x86: Track pmu in per-CPU cpu_hw_eventsKan Liang2021-06-305-12/+24
* PCI: Add AMD RS690 quirk to enable 64-bit DMAMikel Rychliski2021-06-301-0/+44
* perf/x86/intel/lbr: Zero the xstate buffer on allocationThomas Gleixner2021-06-301-1/+2
* perf/x86/lbr: Remove cpuc->lbr_xsave allocation from atomic contextLike Xu2021-06-303-8/+30
* x86/xen: Fix noinstr fail in exc_xen_unknown_trap()Peter Zijlstra2021-06-301-0/+2
* x86/entry: Fix noinstr fail in __do_fast_syscall_32()Peter Zijlstra2021-06-301-1/+1
* x86/fpu: Reset state for all signal restore failuresThomas Gleixner2021-06-231-11/+15
* x86/fpu: Invalidate FPU state after a failed XRSTOR from a user bufferAndy Lutomirski2021-06-231-0/+19
* x86/fpu: Prevent state corruption in __fpu__restore_sig()Thomas Gleixner2021-06-231-8/+1
* x86/pkru: Write hardware init value to PKRU when xstate is initThomas Gleixner2021-06-231-2/+9
* x86/ioremap: Map EFI-reserved memory as encrypted for SEVTom Lendacky2021-06-231-1/+3
* x86/process: Check PF_KTHREAD and not current->mm for kernel threadsThomas Gleixner2021-06-231-1/+1
* x86/mm: Avoid truncating memblocks for SGX memoryFan Du2021-06-231-1/+7
* KVM: X86: Fix x86_emulator slab cache leakWanpeng Li2021-06-231-0/+1
* KVM: x86/mmu: Calculate and check "full" mmu_role for nested MMUSean Christopherson2021-06-231-1/+25
* KVM: x86: Immediately reset the MMU context when the SMM flag is clearedSean Christopherson2021-06-231-1/+4
* kvm: LAPIC: Restore guard to prevent illegal APIC register accessJim Mattson2021-06-231-0/+3
* KVM: x86: Ensure liveliness of nested VM-Enter fail tracepoint messageSean Christopherson2021-06-161-3/+3
* x86/nmi_watchdog: Fix old-style NMI watchdog regression on old Intel CPUsCodyYao-oc2021-06-161-2/+2
* KVM: X86: MMU: Use the correct inherited permissions to get shadow pageLai Jiangshan2021-06-161-5/+9
* perf/x86/intel/uncore: Fix M2M event umask for Ice Lake serverKan Liang2021-06-161-1/+2
* x86/kvm: Disable all PV features on crashVitaly Kuznetsov2021-06-103-39/+32
* x86/kvm: Disable kvmclock on all CPUs on shutdownVitaly Kuznetsov2021-06-103-6/+4
* x86/kvm: Teardown PV features on boot CPU as wellVitaly Kuznetsov2021-06-101-16/+41
* KVM: SVM: Truncate GPR value for DR and CR accesses in !64-bit modeSean Christopherson2021-06-101-4/+4
* x86/apic: Mark _all_ legacy interrupts when IO/APIC is missingThomas Gleixner2021-06-103-0/+22
* x86/sev: Check SME/SEV support in CPUID firstPu Wen2021-06-101-5/+6
* x86/cpufeatures: Force disable X86_FEATURE_ENQCMD and remove update_pasid()Thomas Gleixner2021-06-104-74/+3
* KVM: X86: Fix vCPU preempted state from guest's point of viewWanpeng Li2021-06-031-0/+2
* KVM: x86: Defer vtime accounting 'til after IRQ handlingWanpeng Li2021-05-283-6/+15
* x86/boot/compressed/64: Check SEV encryption in the 32-bit boot-pathJoerg Roedel2021-05-261-0/+85
* x86/Xen: swap NX determination and GDT setup on BSPJan Beulich2021-05-261-4/+4
* x86/sev-es: Forward page-faults which happen during emulationJoerg Roedel2021-05-261-0/+4
* x86/sev-es: Use __put_user()/__get_user() for data accessesJoerg Roedel2021-05-261-20/+46
* x86/sev-es: Don't return NULL from sev_es_get_ghcb()Joerg Roedel2021-05-261-13/+12
* x86/sev-es: Invalidate the GHCB after completing VMGEXITTom Lendacky2021-05-262-0/+6
* x86/sev-es: Move sev_es_put_ghcb() in prep for follow on patchTom Lendacky2021-05-261-18/+18
* perf/x86: Avoid touching LBR_TOS MSR for Arch LBRLike Xu2021-05-261-1/+1
* x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypesArnd Bergmann2021-05-221-2/+2
* KVM: VMX: Disable preemption when probing user return MSRsSean Christopherson2021-05-193-4/+18
* KVM: VMX: Do not advertise RDPID if ENABLE_RDTSCP control is unsupportedSean Christopherson2021-05-191-2/+4
* KVM: nVMX: Always make an attempt to map eVMCS after migrationVitaly Kuznetsov2021-05-191-10/+19
* KVM: x86: Move RDPID emulation intercept to its own enumSean Christopherson2021-05-193-2/+4
* KVM: x86: Emulate RDPID only if RDTSCP is supportedSean Christopherson2021-05-191-1/+2
* KVM: x86: Prevent deadlock against tk_core.seqThomas Gleixner2021-05-191-4/+18
* KVM: x86: Cancel pvclock_gtod_work on module removalThomas Gleixner2021-05-191-0/+1
* KVM: LAPIC: Accurately guarantee busy wait for timer to expire when using hv_...Wanpeng Li2021-05-191-1/+1
* KVM/VMX: Invoke NMI non-IST entry instead of IST entryLai Jiangshan2021-05-193-7/+34
* KVM: x86/mmu: Remove the defunct update_pte() paging hookSean Christopherson2021-05-193-51/+2