summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2023-10-16x86/MCE/AMD: Split amd_mce_is_memory_error()Yazen Ghannam
2023-10-16x86/head/64: Add missing __head annotation to startup_64_load_idt()Hou Wenlong
2023-10-16x86/head/64: Mark 'startup_gdt[]' and 'startup_gdt_descr' as __initdataHou Wenlong
2023-10-15Revert "x86/smp: Put CPUs into INIT on shutdown if possible"Linus Torvalds
2023-10-15Merge tag 'smp-urgent-2023-10-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-10-12x86/alternatives: Disable KASAN in apply_alternatives()Kirill A. Shutemov
2023-10-12KVM: x86: Constrain guest-supported xfeatures only at KVM_GET_XSAVE{2}Sean Christopherson
2023-10-12x86/fpu: Allow caller to constrain xfeatures when copying to uabi bufferSean Christopherson
2023-10-12sched/topology: Rename 'DIE' domain to 'PKG'Peter Zijlstra
2023-10-12x86/nmi: Fix out-of-order NMI nesting checks & false positive warningPaul E. McKenney
2023-10-12x86/msi: Fix compile error caused by CONFIG_GENERIC_MSI_IRQ=y && !CONFIG_X86_...Lu Yao
2023-10-11x86/resctrl: Add sparse_masks file in infoFenghua Yu
2023-10-11x86/resctrl: Enable non-contiguous CBMs in Intel CATMaciej Wieczor-Retman
2023-10-11x86/resctrl: Rename arch_has_sparse_bitmapsMaciej Wieczor-Retman
2023-10-11cpu-hotplug: Provide prototypes for arch CPU registrationRussell King (Oracle)
2023-10-11x86/cpu: Fix AMD erratum #1485 on Zen4-based CPUsBorislav Petkov (AMD)
2023-10-11x86/sev: Move sev_setup_arch() to mem_encrypt.cAlexander Shishkin
2023-10-11x86/resctrl: Fix remaining kernel-doc warningsMaciej Wieczor-Retman
2023-10-10arch/x86: Remove now superfluous sentinel elem from ctl_table arraysJoel Granados
2023-10-10x86/cpu: Provide debug interfaceThomas Gleixner
2023-10-10x86/cpu/topology: Cure the abuse of cpuinfo for persisting logical idsThomas Gleixner
2023-10-10x86/apic: Use u32 for wakeup_secondary_cpu[_64]()Thomas Gleixner
2023-10-10x86/apic: Use u32 for [gs]et_apic_id()Thomas Gleixner
2023-10-10x86/apic: Use u32 for phys_pkg_id()Thomas Gleixner
2023-10-10x86/apic: Use u32 for cpu_present_to_apicid()Thomas Gleixner
2023-10-10x86/apic: Use u32 for check_apicid_used()Thomas Gleixner
2023-10-10x86/apic: Use u32 for APIC IDs in global dataThomas Gleixner
2023-10-10x86/apic: Use BAD_APICID consistentlyThomas Gleixner
2023-10-10x86/cpu: Move cpu_l[l2]c_id into topology infoThomas Gleixner
2023-10-10x86/cpu: Move logical package and die IDs into topology infoThomas Gleixner
2023-10-10x86/cpu: Remove pointless evaluation of x86_coreid_bitsThomas Gleixner
2023-10-10x86/cpu: Move cu_id into topology infoThomas Gleixner
2023-10-10x86/cpu: Move cpu_core_id into topology infoThomas Gleixner
2023-10-10x86/cpu: Move cpu_die_id into topology infoThomas Gleixner
2023-10-10x86/cpu: Move phys_proc_id into topology infoThomas Gleixner
2023-10-10x86/cpu: Encapsulate topology information in cpuinfo_x86Thomas Gleixner
2023-10-10x86/apic: Fake primary thread mask for XEN/PVThomas Gleixner
2023-10-10x86/cpu/hygon: Fix the CPU topology evaluation for realPu Wen
2023-10-09x86/sev: Check IOBM for IOIO exceptions from user-spaceJoerg Roedel
2023-10-09x86/sev: Disable MMIO emulation from user modeBorislav Petkov (AMD)
2023-10-08x86/resctrl: Fix kernel-doc warningsRandy Dunlap
2023-10-07x86/idle: Disable IBRS when CPU is offline to improve single-threaded perform...Waiman Long
2023-10-05Merge tag 'v6.6-rc4' into x86/entry, to pick up fixesIngo Molnar
2023-10-04rcu: Standardize explicit CPU-hotplug callsFrederic Weisbecker
2023-10-04x86: kdump: use generic interface to simplify crashkernel reservation codeBaoquan He
2023-10-04crash_core: change the prototype of function parse_crashkernel()Baoquan He
2023-10-03x86/fpu/xstate: Address kernel-doc warningZhu Wang
2023-10-03x86/boot: Harmonize the style of array-type parameter for fixup_pointer() callsWang Jinchao
2023-10-03x86/amd_nb: Use Family 19h Models 60h-7Fh Function 4 IDsYazen Ghannam
2023-10-03x86/headers: Replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada