summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2025-06-24x86/traps: Initialize DR7 by writing its architectural reset valueXin Li (Intel)1-1/+1
2025-06-24x86/traps: Initialize DR6 by writing its architectural reset valueXin Li (Intel)1-14/+10
2025-06-18x86/mm: Fix early boot use of INVPLGBRik van Riel1-1/+1
2025-06-16x86,fs/resctrl: Remove inappropriate references to cacheinfo in the resctrl s...Qinyun Tan1-2/+4
2025-05-30Merge tag 'x86_sgx_for_6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-29/+4
2025-05-27Merge tag 'x86_mtrr_for_v6.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-05-27Merge tag 'x86_cache_for_v6.16_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-7223/+42
2025-05-27Merge tag 'x86-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2025-05-21x86/bugs: Fix spectre_v2 mitigation default on IntelPawan Gupta1-1/+2
2025-05-21x86/bugs: Restructure ITS mitigationDavid Kaplan1-77/+90
2025-05-21Merge tag 'v6.15-rc7' into x86/core, to pick up fixesIngo Molnar1-0/+5
2025-05-17Merge tag 'x86-urgent-2025-05-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+5
2025-05-17x86/bugs: Fix indentation due to ITS mergeBorislav Petkov (AMD)1-2/+2
2025-05-16x86,fs/resctrl: Move the resctrl filesystem code to live in /fs/resctrlJames Morse8-7348/+15
2025-05-16x86/resctrl: Always initialise rid field in rdt_resources_all[]James Morse1-5/+5
2025-05-16x86/resctrl: Relax some asm #includesDave Martin1-1/+2
2025-05-16x86/resctrl: Prefer alloc(sizeof(*foo)) idiom in rdt_init_fs_context()Dave Martin1-1/+1
2025-05-16x86/resctrl: Squelch whitespace anomalies in resctrl core codeDave Martin1-7/+5
2025-05-16x86/resctrl: Move the filesystem bits to headers visible to fs/resctrlJames Morse2-9/+5
2025-05-16fs/resctrl: Add boiler plate for external resctrl codeJames Morse4-5/+3
2025-05-16x86/cpu/intel: Rename CPUID(0x2) descriptors iterator parameterAhmed S. Darwish1-6/+6
2025-05-16x86/cacheinfo: Rename CPUID(0x2) descriptors iterator parameterAhmed S. Darwish1-7/+7
2025-05-16x86/cpuid: Rename cpuid_get_leaf_0x2_regs() to cpuid_leaf_0x2()Ahmed S. Darwish2-4/+4
2025-05-16x86/resctrl: Split trace.hJames Morse5-22/+42
2025-05-16x86/resctrl: Expand the width of domid by replacing mon_data_bitsJames Morse3-36/+106
2025-05-16x86/resctrl: Add end-marker to the resctrl_event_id enumJames Morse1-5/+4
2025-05-16x86/resctrl: Move is_mba_sc() out of core.cJames Morse2-15/+15
2025-05-15x86/resctrl: Drop __init/__exit on assorted symbolsJames Morse4-10/+10
2025-05-15x86/resctrl: Resctrl_exit() teardown resctrl but leave the mount pointJames Morse1-8/+40
2025-05-15x86/resctrl: Check all domains are offline in resctrl_exit()James Morse1-0/+33
2025-05-15x86/resctrl: Rename resctrl_sched_in() to begin with "resctrl_arch_"James Morse1-6/+6
2025-05-15x86/resctrl: Remove the limit on the number of CLOSIDAmit Singh Tomar1-16/+35
2025-05-15x86/resctrl: Optimize cpumask_any_housekeeping()Yury Norov [NVIDIA]1-21/+7
2025-05-15x86/sgx: Prevent attempts to reclaim poisoned pagesAndrew Zaborowski1-0/+2
2025-05-15x86/cpuid: Rename have_cpuid_p() to cpuid_feature()Ahmed S. Darwish2-6/+6
2025-05-15x86/cpuid: Set <asm/cpuid/api.h> as the main CPUID headerAhmed S. Darwish3-3/+3
2025-05-13x86/CPU/AMD: Add X86_FEATURE_ZEN6Yazen Ghannam1-0/+5
2025-05-13x86/bugs: Fix SRSO reporting on Zen1/2 with SMT disabledBorislav Petkov (AMD)1-1/+3
2025-05-13Merge commit 'its-for-linus-20250509-merge' into x86/core, to resolve conflictsIngo Molnar2-22/+226
2025-05-13Merge branch 'x86/platform' into x86/core, to merge dependent commitsIngo Molnar1-0/+54
2025-05-13Merge branch 'x86/msr' into x86/core, to resolve conflictsIngo Molnar28-230/+247
2025-05-13Merge branch 'x86/microcode' into x86/core, to merge dependent commitsIngo Molnar5-4/+218
2025-05-13Merge branch 'x86/fpu' into x86/core, to merge dependent commitsIngo Molnar2-0/+2
2025-05-13Merge branch 'x86/cpu' into x86/core, to resolve conflictsIngo Molnar12-862/+812
2025-05-13Merge branch 'x86/boot' into x86/core, to merge dependent commitsIngo Molnar1-0/+1
2025-05-13Merge branch 'x86/bugs' into x86/core, to merge dependent commitsIngo Molnar1-508/+675
2025-05-12x86/mtrr: Check if fixed-range MTRRs exist in mtrr_save_fixed_ranges()Jiaqing Zhao1-1/+1
2025-05-12Merge tag 'its-for-linus-20250509' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-16/+217
2025-05-12Merge tag 'ibti-hisory-for-linus-2025-05-06' of git://git.kernel.org/pub/scm/...Linus Torvalds2-6/+9
2025-05-09x86/its: Add support for RSB stuffing mitigationPawan Gupta1-0/+19