summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2021-06-22clocksource: Reduce clocksource-skew thresholdPaul E. McKenney
2021-06-22clocksource: Check per-CPU clock synchronization when marked unstablePaul E. McKenney
2021-06-22x86/fpu: Make init_fpstate correct with optimized XSAVEThomas Gleixner
2021-06-22x86/fpu: Preserve supervisor states in sanitize_restored_user_xstate()Thomas Gleixner
2021-06-21x86/sev: Split up runtime #VC handler for correct state trackingJoerg Roedel
2021-06-21x86/sev: Make sure IRQs are disabled while GHCB is activeJoerg Roedel
2021-06-20Merge tag 'x86_urgent_for_v5.13_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-06-18sched: Introduce task_is_running()Peter Zijlstra
2021-06-18Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar
2021-06-17hyperv: Detect Nested virtualization support for SVMVineeth Pillai
2021-06-15x86/sgx: Add missing xa_destroy() when virtual EPC is destroyedKai Huang
2021-06-15x86/tsx: Clear CPUID bits when TSX always force abortsPawan Gupta
2021-06-15x86/sev: Propagate #GP if getting linear instruction address failedJoerg Roedel
2021-06-15x86/insn: Extend error reporting from insn_fetch_from_user[_inatomic]()Joerg Roedel
2021-06-15x86/sev: Fix error message in runtime #VC handlerJoerg Roedel
2021-06-12Merge tag 'perf-urgent-2021-06-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-06-11x86/sgx: Correct kernel-doc's arg name in sgx_encl_release()ChenXiaoSong
2021-06-10x86/nmi_watchdog: Fix old-style NMI watchdog regression on old Intel CPUsCodyYao-oc
2021-06-10x86/fpu: Reset state for all signal restore failuresThomas Gleixner
2021-06-10Merge tag 'drm-intel-next-2021-06-09' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2021-06-09x86/fpu: Add address range checks to copy_user_to_xstate()Andy Lutomirski
2021-06-09x86/fpu: Invalidate FPU state after a failed XRSTOR from a user bufferAndy Lutomirski
2021-06-09x86/fpu: Prevent state corruption in __fpu__restore_sig()Thomas Gleixner
2021-06-08x86/setup: Document that Windows reserves the first MiBBorislav Petkov
2021-06-08x86/gpu: add JasperLake to gen11 early quirksTejas Upadhyay
2021-06-07x86/crash: Remove crash_reserve_low_1M()Mike Rapoport
2021-06-07x86/setup: Remove CONFIG_X86_RESERVE_LOW and reservelow= optionsMike Rapoport
2021-06-07Merge tag 'v5.13-rc5' into x86/cleanupsBorislav Petkov
2021-06-03x86/setup: Always reserve the first 1M of RAMMike Rapoport
2021-06-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar
2021-06-03x86/alternative: Optimize single-byte NOPs at an arbitrary positionBorislav Petkov
2021-06-03x86/cpufeatures: Force disable X86_FEATURE_ENQCMD and remove update_pasid()Thomas Gleixner
2021-06-03kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao
2021-06-03x86/alternative: Align insn bytes verticallyBorislav Petkov
2021-06-02x86/hyperv: fix logical processor creationPraveen Kumar
2021-06-01perf/x86/rapl: Use CPUID bit on AMD and Hygon partsAndrew Cooper
2021-06-01kprobes: Remove kprobe::fault_handlerPeter Zijlstra
2021-05-31x86/thermal: Fix LVT thermal setup for SMI delivery modeBorislav Petkov
2021-05-31x86/cstate: Allow ACPI C1 FFH MWAIT use on Hygon systemsPu Wen
2021-05-29x86/apic: Mark _all_ legacy interrupts when IO/APIC is missingThomas Gleixner
2021-05-28x86/mce: Include a MCi_MISC value in faked mce logsTony Luck
2021-05-27x86/MCE/AMD, EDAC/mce_amd: Add new SMCA bank typesMuralidhara M K
2021-05-27Merge v5.13-rc3 into drm-nextDaniel Vetter
2021-05-23Merge tag 'x86_urgent_for_v5.13_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-05-21Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-05-21x86/kexec: Set_[gi]dt() -> native_[gi]dt_invalidate() in machine_kexec_*.cH. Peter Anvin (Intel)
2021-05-21x86/idt: Remove address argument from idt_invalidate()H. Peter Anvin (Intel)
2021-05-21x86/amd_nb: Add AMD family 19h model 50h PCI idsDavid Bartley
2021-05-21Merge tag 'drm-intel-next-2021-05-19-1' of git://anongit.freedesktop.org/drm/...Dave Airlie
2021-05-19x86/sev-es: Use __put_user()/__get_user() for data accessesJoerg Roedel