summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm
AgeCommit message (Expand)AuthorFilesLines
2022-01-20KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guestSean Christopherson1-0/+1
2021-12-29x86/pkey: Fix undefined behaviour with PKRU_WD_BITAndrew Cooper1-2/+2
2021-12-14KVM: x86: Wait for IPIs to be delivered when handling Hyper-V TLB flush hyper...Vitaly Kuznetsov1-1/+1
2021-12-08x86/pv: Switch SWAPGS to ALTERNATIVEJuergen Gross3-34/+8
2021-11-21x86/iopl: Fake iopl(3) CLI/STI usagePeter Zijlstra2-0/+2
2021-11-18x86/sev: Make the #VC exception stacks part of the default stacks storageBorislav Petkov1-1/+7
2021-11-18x86/sev: Add an x86 version of cc_platform_has()Tom Lendacky1-0/+1
2021-11-18x86: Increase exception stack sizesPeter Zijlstra1-1/+1
2021-10-13x86/entry: Correct reference to intended CONFIG_64_BITLukas Bulwahn1-1/+1
2021-10-06KVM: x86: Handle SRCU initialization failure during page track initHaimin Zhang1-1/+1
2021-10-06x86/kvmclock: Move this_cpu_pvti into kvmclock.hZelin Deng1-0/+14
2021-09-30x86/asm: Fix SETZ size enqcmds() build failureKees Cook1-1/+1
2021-09-30x86/asm: Add a missing __iomem annotation in enqcmds()Dave Jiang1-1/+1
2021-09-22x86/uaccess: Fix 32-bit __get_user_asm_u64() when CC_HAS_ASM_GOTO_OUTPUT=yWill Deacon1-2/+2
2021-09-15x86/mce: Defer processing of early errorsBorislav Petkov1-0/+1
2021-08-18KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653)Maxim Levitsky1-0/+2
2021-08-04x86/asm: Ensure asm/proto.h can be included stand-aloneJan Kiszka1-0/+2
2021-07-20x86/fpu: Return proper error codes from user access functionsThomas Gleixner1-7/+12
2021-07-14x86/sev: Split up runtime #VC handler for correct state trackingJoerg Roedel1-19/+10
2021-07-14KVM: nVMX: Sync all PGDs on nested transition with shadow pagingSean Christopherson1-1/+1
2021-07-14sched/core: Initialize the idle task with preemption disabledValentin Schneider1-1/+1
2021-07-07Revert "KVM: x86/mmu: Drop kvm_mmu_extended_role.cr4_la57 hack"Sean Christopherson1-0/+1
2021-06-30x86/fpu: Make init_fpstate correct with optimized XSAVEThomas Gleixner1-22/+8
2021-06-23x86/pkru: Write hardware init value to PKRU when xstate is initThomas Gleixner1-2/+9
2021-06-23x86/process: Check PF_KTHREAD and not current->mm for kernel threadsThomas Gleixner1-1/+1
2021-06-10x86/kvm: Disable all PV features on crashVitaly Kuznetsov1-6/+0
2021-06-10x86/kvm: Disable kvmclock on all CPUs on shutdownVitaly Kuznetsov1-2/+2
2021-06-10x86/apic: Mark _all_ legacy interrupts when IO/APIC is missingThomas Gleixner1-0/+1
2021-06-10x86/cpufeatures: Force disable X86_FEATURE_ENQCMD and remove update_pasid()Thomas Gleixner3-17/+3
2021-05-19KVM: VMX: Disable preemption when probing user return MSRsSean Christopherson1-0/+1
2021-05-19KVM/VMX: Invoke NMI non-IST entry instead of IST entryLai Jiangshan1-0/+15
2021-05-19KVM: x86/mmu: Remove the defunct update_pte() paging hookSean Christopherson1-3/+0
2021-04-14ACPI: processor: Fix build when CONFIG_ACPI_PROCESSOR=mVitaly Kuznetsov1-1/+1
2021-04-07ACPI: processor: Fix CPU0 wakeup in acpi_idle_play_dead()Vitaly Kuznetsov1-0/+1
2021-03-30Revert "xen: fix p2m size in dom0 for disabled memory hotplug case"Roger Pau Monne1-12/+0
2021-03-30KVM: x86: Protect userspace MSR filter with SRCU, and set atomically-ishSean Christopherson1-5/+9
2021-03-30static_call: Allow module use without exposing static_call_keyJosh Poimboeuf1-0/+7
2021-03-25x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall()Oleg Nesterov1-1/+13
2021-03-25x86: Move TS_COMPAT back to asm/thread_info.hOleg Nesterov2-9/+9
2021-03-17x86/sev-es: Use __copy_from_user_inatomic()Joerg Roedel1-0/+2
2021-03-17x86/entry: Move nmi entry/exit into common codeThomas Gleixner1-3/+0
2021-03-17x86/sev-es: Introduce ip_within_syscall_gap() helperJoerg Roedel2-0/+16
2021-03-07xen: fix p2m size in dom0 for disabled memory hotplug caseJuergen Gross1-0/+12
2021-03-04x86/virt: Eat faults on VMXOFF in reboot flowsSean Christopherson1-5/+12
2021-02-10x86/apic: Add extra serialization for non-serializing MSRsDave Hansen2-10/+18
2021-02-07x86/cpu: Add another Alder Lake CPU to the Intel familyGayatri Kammela1-0/+1
2021-02-07x86: __always_inline __{rd,wr}msr()Peter Zijlstra1-2/+2
2021-02-04x86/xen: avoid warning in Xen pv guest with CONFIG_AMD_MEM_ENCRYPT enabledJuergen Gross1-0/+1
2021-01-27x86/topology: Make __max_die_per_package available unconditionallyBorislav Petkov1-2/+2
2021-01-27x86/fpu: Add kernel_fpu_begin_mask() to selectively initialize stateAndy Lutomirski1-2/+13