aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
4 daysx86/split_lock: turn off by defaultJason A. Donenfeld1-1/+1
2026-04-22x86/CPU: Fix FPDSS on Zen1Borislav Petkov (AMD)1-0/+3
2026-04-05x86/mce/amd: Filter bogus hardware errors on Zen3 clientsYazen Ghannam1-0/+8
2026-03-23x86/cpu: Add comment clarifying CRn pinningPeter Zijlstra1-0/+13
2026-03-23x86/cpu: Remove X86_CR4_FRED from the CR4 pinned bits maskBorislav Petkov (AMD)1-1/+1
2026-03-23x86/cpu: Enable FSGSBASE early in cpu_init_exception_handling()Nikunj A Dadhania1-6/+12
2026-03-22Merge tag 'x86-urgent-2026-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+11
2026-03-20Merge tag 'hyperv-fixes-signed-20260319' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-2/+3
2026-03-18x86/mce/amd: Check SMCA feature bit before accessing SMCA MSRsWilliam Roche1-6/+11
2026-03-04x86/resctrl: Fix SNC detectionTony Luck1-31/+5
2026-03-04x86/topo: Add topology_num_nodes_per_package()Peter Zijlstra2-2/+14
2026-02-24x86/hyperv: print out reserved vectors in hexadecimalWei Liu1-2/+3
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds10-13/+13
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook12-15/+16
2026-02-20Merge tag 'hyperv-next-signed-20260218' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-0/+25
2026-02-18Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2026-02-18x86/hyperv: Reserve 3 interrupt vectors used exclusively by MSHVMukesh Rathor1-0/+25
2026-02-12mm: update shmem_[kernel]_file_*() functions to use vma_flags_tLorenzo Stoakes1-1/+1
2026-02-10Merge tag 'x86_entry_for_7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-9/+10
2026-02-10Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+1
2026-02-10Merge tag 'x86_microcode_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-6/+15
2026-02-10Merge tag 'x86_cleanups_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-14/+5
2026-02-10Merge tag 'x86_cache_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-102/+628
2026-02-10Merge tag 'x86-cpu-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-47/+11
2026-02-10Merge tag 'x86-boot-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-15/+0
2026-01-19Merge tag 'v6.19-rc6' into tip-x86-cleanupsBorislav Petkov (AMD)3-5/+21
2026-01-14x86/microcode/AMD: Allow loader debugging to be enabled on baremetal tooBorislav Petkov (AMD)3-6/+15
2026-01-13x86/cpufeature: Replace X86_FEATURE_SYSENTER32 with X86_FEATURE_SYSFAST32H. Peter Anvin4-9/+10
2026-01-13x86/resctrl: Fix memory bandwidth counter width for HygonXiaochen Shen2-2/+16
2026-01-13x86/resctrl: Add missing resctrl initialization for HygonXiaochen Shen1-2/+4
2026-01-12sched: Move clock related paravirt code to kernel/schedJuergen Gross1-0/+1
2026-01-12x86/paravirt: Remove not needed includes of paravirt.hJuergen Gross1-1/+0
2026-01-10x86/resctrl: Enable RDT_RESOURCE_PERF_PKGTony Luck2-0/+22
2026-01-10x86,fs/resctrl: Compute number of RMIDs as minimum across resourcesTony Luck1-2/+13
2026-01-10x86/resctrl: Handle number of RMIDs supported by RDT_RESOURCE_PERF_PKGTony Luck1-1/+52
2026-01-09x86/resctrl: Add energy/perf choices to rdt boot optionTony Luck3-0/+42
2026-01-09x86,fs/resctrl: Handle domain creation/deletion for RDT_RESOURCE_PERF_PKGTony Luck3-0/+59
2026-01-09x86/resctrl: Read telemetry eventsTony Luck3-0/+60
2026-01-09x86/resctrl: Find and enable usable telemetry eventsTony Luck1-2/+61
2026-01-09x86,fs/resctrl: Add architectural event pointerTony Luck2-4/+4
2026-01-09x86,fs/resctrl: Fill in details of events for performance and energy GUIDsTony Luck1-0/+66
2026-01-09x86/resctrl: Discover hardware telemetry eventsTony Luck4-0/+122
2026-01-09x86,fs/resctrl: Add and initialize a resource for package scope monitoringTony Luck1-0/+10
2026-01-09x86,fs/resctrl: Add an architectural hook called for first mountTony Luck1-0/+4
2026-01-09x86/CPU/AMD: Simplify the spectral chicken fixBorislav Petkov (AMD)1-8/+2
2026-01-05x86,fs/resctrl: Support binary fixed point event countersTony Luck1-3/+3
2026-01-05x86,fs/resctrl: Handle events that can be read from any CPUTony Luck1-3/+3
2026-01-05x86,fs/resctrl: Rename some L3 specific functionsTony Luck3-11/+13