aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-10-17x86/resctrl: Display RMID of resource groupBabu Moger2-0/+24
2023-10-17x86/resctrl: Add support for the files of MON groups onlyBabu Moger1-4/+11
2023-10-17x86/resctrl: Display CLOSID for resource groupBabu Moger1-0/+23
2023-10-17x86/resctrl: Introduce "-o debug" mount optionBabu Moger2-0/+20
2023-10-17x86/resctrl: Move default group file creation to mountBabu Moger1-24/+34
2023-10-17x86/resctrl: Unwind properly from rdt_enable_ctx()Babu Moger1-21/+32
2023-10-17x86/resctrl: Rename rftype flags for consistencyBabu Moger2-27/+27
2023-10-17x86/resctrl: Simplify rftype flag definitionsBabu Moger2-7/+8
2023-10-17x86/resctrl: Add multiple tasks to the resctrl group at onceBabu Moger1-3/+22
2023-10-17x86/sev: Check for user-space IOIO pointing to kernel spaceJoerg Roedel1-2/+29
2023-10-17vgacon: remove screen_info dependencyArnd Bergmann1-1/+1
2023-10-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-9/+11
2023-10-16x86/mce: Cleanup mce_usable_address()Yazen Ghannam3-23/+32
2023-10-16x86/mce: Define amd_mce_usable_address()Yazen Ghannam3-0/+43
2023-10-16x86/MCE/AMD: Split amd_mce_is_memory_error()Yazen Ghannam1-6/+26
2023-10-16x86/head/64: Add missing __head annotation to startup_64_load_idt()Hou Wenlong1-1/+1
2023-10-16x86/head/64: Mark 'startup_gdt[]' and 'startup_gdt_descr' as __initdataHou Wenlong1-2/+2
2023-10-15Revert "x86/smp: Put CPUs into INIT on shutdown if possible"Linus Torvalds2-59/+7
2023-10-15Merge tag 'smp-urgent-2023-10-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2023-10-12x86/alternatives: Disable KASAN in apply_alternatives()Kirill A. Shutemov1-0/+13
2023-10-12KVM: x86: Constrain guest-supported xfeatures only at KVM_GET_XSAVE{2}Sean Christopherson1-4/+1
2023-10-12x86/fpu: Allow caller to constrain xfeatures when copying to uabi bufferSean Christopherson3-5/+10
2023-10-12sched/topology: Rename 'DIE' domain to 'PKG'Peter Zijlstra1-2/+2
2023-10-12x86/nmi: Fix out-of-order NMI nesting checks & false positive warningPaul E. McKenney1-6/+7
2023-10-12x86/msi: Fix compile error caused by CONFIG_GENERIC_MSI_IRQ=y && !CONFIG_X86_...Lu Yao1-2/+2
2023-10-11x86/resctrl: Add sparse_masks file in infoFenghua Yu1-0/+18
2023-10-11x86/resctrl: Enable non-contiguous CBMs in Intel CATMaciej Wieczor-Retman3-7/+21
2023-10-11x86/resctrl: Rename arch_has_sparse_bitmapsMaciej Wieczor-Retman2-4/+4
2023-10-11cpu-hotplug: Provide prototypes for arch CPU registrationRussell King (Oracle)1-1/+1
2023-10-11x86/cpu: Fix AMD erratum #1485 on Zen4-based CPUsBorislav Petkov (AMD)1-0/+8
2023-10-11x86/sev: Move sev_setup_arch() to mem_encrypt.cAlexander Shishkin1-1/+1
2023-10-11x86/resctrl: Fix remaining kernel-doc warningsMaciej Wieczor-Retman1-5/+5
2023-10-10arch/x86: Remove now superfluous sentinel elem from ctl_table arraysJoel Granados2-2/+0
2023-10-10x86/cpu: Provide debug interfaceThomas Gleixner2-0/+60
2023-10-10x86/cpu/topology: Cure the abuse of cpuinfo for persisting logical idsThomas Gleixner1-10/+23
2023-10-10x86/apic: Use u32 for wakeup_secondary_cpu[_64]()Thomas Gleixner5-5/+5
2023-10-10x86/apic: Use u32 for [gs]et_apic_id()Thomas Gleixner8-13/+23
2023-10-10x86/apic: Use u32 for phys_pkg_id()Thomas Gleixner9-9/+9
2023-10-10x86/apic: Use u32 for cpu_present_to_apicid()Thomas Gleixner3-7/+8
2023-10-10x86/apic: Use u32 for check_apicid_used()Thomas Gleixner5-4/+5
2023-10-10x86/apic: Use u32 for APIC IDs in global dataThomas Gleixner3-13/+14
2023-10-10x86/apic: Use BAD_APICID consistentlyThomas Gleixner2-5/+3
2023-10-10x86/cpu: Move cpu_l[l2]c_id into topology infoThomas Gleixner7-56/+32
2023-10-10x86/cpu: Move logical package and die IDs into topology infoThomas Gleixner2-5/+5
2023-10-10x86/cpu: Remove pointless evaluation of x86_coreid_bitsThomas Gleixner2-27/+0
2023-10-10x86/cpu: Move cu_id into topology infoThomas Gleixner3-5/+5
2023-10-10x86/cpu: Move cpu_core_id into topology infoThomas Gleixner7-15/+15
2023-10-10x86/cpu: Move cpu_die_id into topology infoThomas Gleixner6-16/+16
2023-10-10x86/cpu: Move phys_proc_id into topology infoThomas Gleixner10-24/+23
2023-10-10x86/cpu: Encapsulate topology information in cpuinfo_x86Thomas Gleixner8-40/+40