aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
AgeCommit message (Expand)Author
2022-05-09x86/cpu: Load microcode during restore_processor_state()Borislav Petkov
2022-04-27stat: fix inconsistency between struct stat and struct compat_statMikulas Patocka
2022-04-20KVM: x86/mmu: Resolve nx_huge_pages when kvm.ko is loadedSean Christopherson
2022-03-11x86/speculation: Add eIBRS + Retpoline optionsPeter Zijlstra
2022-03-11x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCEPeter Zijlstra (Intel)
2022-03-02x86/fpu: Correct pkru/xstate inconsistencyBrian Geffon
2022-02-05KVM: x86: Forcibly leave nested virt when SMM state is toggledSean Christopherson
2022-01-27x86/mm: Flush global TLB when switching to trampoline page-tableJoerg Roedel
2022-01-27x86/uaccess: Move variable into switch case statementKees Cook
2022-01-20KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guestSean Christopherson
2021-12-29x86/pkey: Fix undefined behaviour with PKRU_WD_BITAndrew Cooper
2021-12-14KVM: x86: Wait for IPIs to be delivered when handling Hyper-V TLB flush hyper...Vitaly Kuznetsov
2021-12-08x86/pv: Switch SWAPGS to ALTERNATIVEJuergen Gross
2021-11-21x86/iopl: Fake iopl(3) CLI/STI usagePeter Zijlstra
2021-11-18x86/sev: Make the #VC exception stacks part of the default stacks storageBorislav Petkov
2021-11-18x86/sev: Add an x86 version of cc_platform_has()Tom Lendacky
2021-11-18x86: Increase exception stack sizesPeter Zijlstra
2021-10-13x86/entry: Correct reference to intended CONFIG_64_BITLukas Bulwahn
2021-10-06KVM: x86: Handle SRCU initialization failure during page track initHaimin Zhang
2021-10-06x86/kvmclock: Move this_cpu_pvti into kvmclock.hZelin Deng
2021-09-30x86/asm: Fix SETZ size enqcmds() build failureKees Cook
2021-09-30x86/asm: Add a missing __iomem annotation in enqcmds()Dave Jiang
2021-09-22x86/uaccess: Fix 32-bit __get_user_asm_u64() when CC_HAS_ASM_GOTO_OUTPUT=yWill Deacon
2021-09-15x86/mce: Defer processing of early errorsBorislav Petkov
2021-08-18KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653)Maxim Levitsky
2021-08-04x86/asm: Ensure asm/proto.h can be included stand-aloneJan Kiszka
2021-07-20x86/fpu: Return proper error codes from user access functionsThomas Gleixner
2021-07-14x86/sev: Split up runtime #VC handler for correct state trackingJoerg Roedel
2021-07-14KVM: nVMX: Sync all PGDs on nested transition with shadow pagingSean Christopherson
2021-07-14sched/core: Initialize the idle task with preemption disabledValentin Schneider
2021-07-07Revert "KVM: x86/mmu: Drop kvm_mmu_extended_role.cr4_la57 hack"Sean Christopherson
2021-06-30x86/fpu: Make init_fpstate correct with optimized XSAVEThomas Gleixner
2021-06-23x86/pkru: Write hardware init value to PKRU when xstate is initThomas Gleixner
2021-06-23x86/process: Check PF_KTHREAD and not current->mm for kernel threadsThomas Gleixner
2021-06-10x86/kvm: Disable all PV features on crashVitaly Kuznetsov
2021-06-10x86/kvm: Disable kvmclock on all CPUs on shutdownVitaly Kuznetsov
2021-06-10x86/apic: Mark _all_ legacy interrupts when IO/APIC is missingThomas Gleixner
2021-06-10x86/cpufeatures: Force disable X86_FEATURE_ENQCMD and remove update_pasid()Thomas Gleixner
2021-05-19KVM: VMX: Disable preemption when probing user return MSRsSean Christopherson
2021-05-19KVM/VMX: Invoke NMI non-IST entry instead of IST entryLai Jiangshan
2021-05-19KVM: x86/mmu: Remove the defunct update_pte() paging hookSean Christopherson
2021-04-14ACPI: processor: Fix build when CONFIG_ACPI_PROCESSOR=mVitaly Kuznetsov
2021-04-07ACPI: processor: Fix CPU0 wakeup in acpi_idle_play_dead()Vitaly Kuznetsov
2021-03-30Revert "xen: fix p2m size in dom0 for disabled memory hotplug case"Roger Pau Monne
2021-03-30KVM: x86: Protect userspace MSR filter with SRCU, and set atomically-ishSean Christopherson
2021-03-30static_call: Allow module use without exposing static_call_keyJosh Poimboeuf
2021-03-25x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall()Oleg Nesterov
2021-03-25x86: Move TS_COMPAT back to asm/thread_info.hOleg Nesterov
2021-03-17x86/sev-es: Use __copy_from_user_inatomic()Joerg Roedel
2021-03-17x86/entry: Move nmi entry/exit into common codeThomas Gleixner