summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* x86/resctrl: Fix default monitoring groups reportingBabu Moger2021-08-181-14/+13
* x86/ioapic: Force affinity setup before startupThomas Gleixner2021-08-181-2/+4
* x86/msi: Force affinity setup before startupThomas Gleixner2021-08-181-4/+9
* x86/fpu: Limit xstate copy size in xstateregs_set()Thomas Gleixner2021-07-201-1/+1
* x86/fpu: Fix copy_xstate_to_kernel() gap handlingThomas Gleixner2021-07-201-44/+61
* x86/signal: Detect and prevent an alternate signal stack overflowChang S. Bae2021-07-201-4/+20
* x86/sev: Split up runtime #VC handler for correct state trackingJoerg Roedel2021-07-141-69/+79
* x86/sev: Make sure IRQs are disabled while GHCB is activeJoerg Roedel2021-07-141-12/+22
* clocksource: Check per-CPU clock synchronization when marked unstablePaul E. McKenney2021-07-141-1/+2
* sched/core: Initialize the idle task with preemption disabledValentin Schneider2021-07-141-1/+0
* x86/fpu: Make init_fpstate correct with optimized XSAVEThomas Gleixner2021-06-301-3/+38
* x86/fpu: Preserve supervisor states in sanitize_restored_user_xstate()Thomas Gleixner2021-06-301-18/+8
* 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/nmi_watchdog: Fix old-style NMI watchdog regression on old Intel CPUsCodyYao-oc2021-06-161-2/+2
* x86/kvm: Disable all PV features on crashVitaly Kuznetsov2021-06-102-33/+32
* x86/kvm: Disable kvmclock on all CPUs on shutdownVitaly Kuznetsov2021-06-102-4/+2
* x86/kvm: Teardown PV features on boot CPU as wellVitaly Kuznetsov2021-06-101-16/+41
* x86/apic: Mark _all_ legacy interrupts when IO/APIC is missingThomas Gleixner2021-06-102-0/+21
* x86/cpufeatures: Force disable X86_FEATURE_ENQCMD and remove update_pasid()Thomas Gleixner2021-06-101-57/+0
* 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
* KVM/VMX: Invoke NMI non-IST entry instead of IST entryLai Jiangshan2021-05-191-0/+10
* x86/kprobes: Fix to check non boostable prefixes correctlyMasami Hiramatsu2021-05-141-5/+12
* PM: hibernate: x86: Use crc32 instead of md5 for hibernation e820 integrity c...Chris von Recklinghausen2021-05-141-2/+2
* x86/microcode: Check for offline CPUs before requesting new microcodeOtavio Pontes2021-05-141-4/+4
* x86/platform/uv: Set section block size for hubless architecturesMike Travis2021-05-141-0/+3
* x86, sched: Treat Intel SNC topology as default, COD as exceptionAlison Schofield2021-05-141-44/+46
* x86/cpu: Initialize MSR_TSC_AUX if RDTSCP *or* RDPID is supportedSean Christopherson2021-05-111-1/+1
* x86/sev: Do not require Hypervisor CPUID bit for SEV guestsJoerg Roedel2021-05-111-5/+1
* x86/crash: Fix crash_setup_memmap_entries() out-of-bounds accessMike Galbraith2021-04-281-1/+1
* ACPI: x86: Call acpi_boot_table_init() after acpi_table_upgrade()Rafael J. Wysocki2021-04-211-3/+2
* ACPI: processor: Fix build when CONFIG_ACPI_PROCESSOR=mVitaly Kuznetsov2021-04-141-14/+12
* ACPI: processor: Fix CPU0 wakeup in acpi_idle_play_dead()Vitaly Kuznetsov2021-04-071-1/+1
* ACPI: tables: x86: Reserve memory occupied by ACPI tablesRafael J. Wysocki2021-04-072-18/+15
* x86/apic/of: Fix CPU devicetree-node lookupsJohan Hovold2021-03-251-0/+5
* x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall()Oleg Nesterov2021-03-251-23/+1
* x86/ioapic: Ignore IRQ2 againThomas Gleixner2021-03-251-0/+10
* KVM: kvmclock: Fix vCPUs > 64 can't be online/hotplugedWanpeng Li2021-03-171-10/+9
* x86/sev-es: Use __copy_from_user_inatomic()Joerg Roedel2021-03-171-1/+1
* x86/sev-es: Correctly track IRQ states in runtime #VC handlerJoerg Roedel2021-03-171-2/+4
* x86/entry: Move nmi entry/exit into common codeThomas Gleixner2021-03-173-12/+13
* x86/sev-es: Check regs->sp is trusted before adjusting #VC IST stackJoerg Roedel2021-03-171-2/+12
* x86/sev-es: Introduce ip_within_syscall_gap() helperJoerg Roedel2021-03-171-2/+1
* x86/unwind/orc: Disable KASAN checking in the ORC unwinder, part 2Josh Poimboeuf2021-03-171-6/+6
* x86/reboot: Add Zotac ZBOX CI327 nano PCI reboot quirkHeiner Kallweit2021-03-071-0/+9