summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/mtrr: Check if fixed MTRRs exist before saving themAndi Kleen2024-08-081-1/+1
* x86/CPU/AMD: Add models 0x60-0x6f to the Zen5 rangePerry Yuan2024-07-301-1/+1
* x86/aperfmperf: Fix deadlock on cpu_hotplug_lockJonathan Cameron2024-07-291-2/+4
* Merge tag 'pm-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2024-07-171-0/+1
|\
| * Merge back cpufreq material for v6.11.Rafael J. Wysocki2024-06-271-0/+1
| |\
| | * x86/cpufeatures: Add AMD FAST CPPC feature flagPerry Yuan2024-06-111-0/+1
* | | Merge tag 'x86_cache_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-07-166-298/+764
|\ \ \
| * | | x86/resctrl: Detect Sub-NUMA Cluster (SNC) modeTony Luck2024-07-021-0/+66
| * | | x86/resctrl: Enable shared RMID mode on Sub-NUMA Cluster (SNC) systemsTony Luck2024-07-023-0/+24
| * | | x86/resctrl: Make __mon_event_count() handle sum domainsTony Luck2024-07-021-9/+42
| * | | x86/resctrl: Fill out rmid_read structure for smp_call*() to read a counterTony Luck2024-07-023-10/+34
| * | | x86/resctrl: Handle removing directories in Sub-NUMA Cluster (SNC) modeTony Luck2024-07-021-6/+29
| * | | x86/resctrl: Create Sub-NUMA Cluster (SNC) monitor filesTony Luck2024-07-021-16/+46
| * | | x86/resctrl: Allocate a new field in union mon_data_bitsTony Luck2024-07-021-7/+13
| * | | x86/resctrl: Refactor mkdir_mondata_subdir() with a helper functionTony Luck2024-07-021-17/+28
| * | | x86/resctrl: Initialize on-stack struct rmid_read instancesTony Luck2024-07-023-5/+3
| * | | x86/resctrl: Add a new field to struct rmid_read for summation of domainsTony Luck2024-07-021-0/+19
| * | | x86/resctrl: Prepare for new Sub-NUMA Cluster (SNC) monitor filesTony Luck2024-07-023-3/+6
| * | | x86/resctrl: Block use of mba_MBps mount option on Sub-NUMA Cluster (SNC) sys...Tony Luck2024-07-021-3/+9
| * | | x86/resctrl: Introduce snc_nodes_per_l3_cacheTony Luck2024-07-021-6/+50
| * | | x86/resctrl: Add node-scope to the options for feature scopeTony Luck2024-07-021-0/+2
| * | | x86/resctrl: Split the rdt_domain and rdt_hw_domain structuresTony Luck2024-07-026-125/+146
| * | | x86/resctrl: Prepare for different scope for control/monitor operationsTony Luck2024-07-026-90/+221
| * | | x86/resctrl: Prepare to split rdt_domain structureTony Luck2024-07-025-69/+69
| * | | x86/resctrl: Prepare for new domain scopeTony Luck2024-07-024-17/+42
* | | | Merge tag 'x86_cpu_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-07-166-219/+70
|\ \ \ \
| * | | | x86/cpu/intel: Drop stray FAM6 check with new Intel CPU model definesAndrew Cooper2024-06-291-11/+7
| * | | | x86/cpufeatures: Flip the /proc/cpuinfo appearance logicBorislav Petkov (AMD)2024-06-201-2/+1
| * | | | x86/CPU/AMD: Always inline amd_clear_divider()Mateusz Guzik2024-06-131-11/+0
| * | | | x86/mce/inject: Add missing MODULE_DESCRIPTION() lineJeff Johnson2024-06-021-0/+1
| * | | | x86/cpu/intel: Switch to new Intel CPU model definesTony Luck2024-05-281-55/+53
| * | | | x86/pconfig: Remove unused MKTME pconfig codeAlison Schofield2024-05-282-85/+1
| * | | | x86/cpu: Remove useless work in detect_tme_early()Alison Schofield2024-05-281-60/+12
* | | | | Merge tag 'x86_bugs_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-07-161-5/+11
|\ \ \ \ \
| * | | | | x86/bugs: Add 'spectre_bhi=vmexit' cmdline optionJosh Poimboeuf2024-06-281-5/+11
| | |_|/ / | |/| | |
* | | | | Merge tag 'x86_vmware_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-07-161-82/+143
|\ \ \ \ \
| * | | | | x86/vmware: Add TDX hypercall supportAlexey Makhalov2024-06-251-0/+52
| * | | | | x86/vmware: Correct macro namesAlexey Makhalov2024-06-251-4/+4
| * | | | | x86/vmware: Use VMware hypercall APIAlexey Makhalov2024-06-251-70/+25
| * | | | | x86/vmware: Introduce VMware hypercall APIAlexey Makhalov2024-06-251-8/+62
| |/ / / /
* | | | | Merge tag 'x86_cc_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-162-20/+11
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | x86/resctrl: Replace open coded cacheinfo searchesTony Luck2024-06-102-20/+11
| | |_|/ | |/| |
* | | | Merge tag 'ras_core_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-07-162-8/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | x86/mce: Remove unused variable and return value in machine_check_poll()Yazen Ghannam2024-05-271-6/+1
| * | | x86/mce/inject: Only write MCA_MISC when a value has been suppliedYazen Ghannam2024-05-271-2/+6
| | |/ | |/|
* | | x86/resctrl: Don't try to free nonexistent RMIDsDave Martin2024-06-191-1/+2
| |/ |/|
* | Merge tag 'x86-urgent-2024-06-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-06-024-12/+26
|\ \
| * | x86/topology/intel: Unlock CPUID before evaluating anythingThomas Gleixner2024-05-313-10/+20
| * | x86/cpu: Provide default cache line size if not enumeratedDave Hansen2024-05-301-0/+4
| * | x86/topology/amd: Evaluate SMT in CPUID leaf 0x8000001e only on family 0x17 a...Thomas Gleixner2024-05-301-2/+2
| |/