summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/intel_rdt/cqm: Add CPU hotplug supportVikas Shivappa2017-08-013-7/+90
* x86/intel_rdt/cqm: Add sched_in supportVikas Shivappa2017-08-011-4/+0
* x86/intel_rdt/cqm: Add mount,umount supportVikas Shivappa2017-08-013-4/+62
* x86/intel_rdt/cqm: Add rmdir supportVikas Shivappa2017-08-011-4/+86
* x86/intel_rdt: Separate the ctrl bits from rmdirVikas Shivappa2017-08-011-15/+33
* x86/intel_rdt/cqm: Add mon_dataVikas Shivappa2017-08-015-3/+284
* x86/intel_rdt: Prepare for RDT monitor data supportVikas Shivappa2017-08-012-1/+1
* x86/intel_rdt/cqm: Add cpus file supportVikas Shivappa2017-08-011-17/+93
* x86/intel_rdt: Prepare to add RDT monitor cpus file supportVikas Shivappa2017-08-013-51/+60
* x86/intel_rdt/cqm: Add tasks file supportVikas Shivappa2017-08-011-2/+17
* x86/intel_rdt: Change closid type from int to u32Vikas Shivappa2017-08-012-2/+2
* x86/intel_rdt/cqm: Add mkdir support for RDT monitoringVikas Shivappa2017-08-012-8/+151
* x86/intel_rdt: Prepare for RDT monitoring mkdir supportVikas Shivappa2017-08-011-32/+79
* x86/intel_rdt/cqm: Add info files for RDT monitoringVikas Shivappa2017-08-012-0/+91
* x86/intel_rdt: Simplify info and base file listsTony luck2017-08-013-104/+112
* x86/intel_rdt/cqm: Add RMID (Resource monitoring ID) managementVikas Shivappa2017-08-013-0/+251
* x86/intel_rdt/cqm: Add RDT monitoring initializationVikas Shivappa2017-08-014-6/+242
* x86/intel_rdt: Make rdt_resources_all more readableVikas Shivappa2017-08-011-0/+5
* x86/intel_rdt: Cleanup namespace to support RDT monitoringVikas Shivappa2017-08-014-42/+43
* x86/intel_rdt: Mark rdt_root and closid_alloc as staticReinette Chatre2017-08-011-2/+2
* x86/intel_rdt: Change file names to accommodate RDT monitor codeVikas Shivappa2017-08-014-5/+249
* x86/intel_rdt: Introduce a common compile option for RDTVikas Shivappa2017-08-011-1/+1
* x86/perf/cqm: Wipe out perf based cqmVikas Shivappa2017-08-011-0/+8
* x86/cpu: Use indirect call to measure performance in init_amd_k6()Mikulas Patocka2017-07-161-0/+1
* Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-07-043-8/+82
|\
| * x86: use common aperfmperf_khz_on_cpu() to calculate KHz using APERF/MPERFLen Brown2017-06-272-0/+80
| * x86: do not use cpufreq_quick_get() for /proc/cpuinfo "cpu MHz"Len Brown2017-06-241-8/+2
* | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-045-200/+720
|\ \
| * | x86/mce: Always save severity in machine_check_poll()Yazen Ghannam2017-06-261-6/+1
| * | x86/MCE, xen/mcelog: Make /dev/mcelog registration messages more preciseJuergen Gross2017-06-201-1/+7
| * | x86/mce: Update bootlog description to reflect behavior on AMDYazen Ghannam2017-06-141-2/+3
| * | x86/mce: Don't disable MCA banks when offlining a CPU on AMDYazen Ghannam2017-06-141-2/+3
| * | x86/mce/mce-inject: Preset the MCE injection structBorislav Petkov2017-06-141-0/+9
| * | x86/mce: Clean up include filesBorislav Petkov2017-06-141-10/+0
| * | x86/mce: Get rid of register_mce_write_callback()Borislav Petkov2017-06-143-58/+61
| * | x86/mce: Merge mce_amd_inj into mce-injectBorislav Petkov2017-06-141-16/+526
| * | x86/mce/AMD: Use saved threshold block info in interrupt handlerYazen Ghannam2017-06-141-31/+35
| * | x86/mce/AMD: Use msr_stat when clearing MCA_STATUSYazen Ghannam2017-06-141-1/+1
| * | Merge tag 'v4.12-rc5' into ras/core, to pick up fixesIngo Molnar2017-06-143-8/+12
| |\|
| * | x86/mce/AMD: Carve out SMCA bank configurationYazen Ghannam2017-05-211-38/+38
| * | x86/mce/AMD: Redo error logging from APIC LVT interrupt handlersYazen Ghannam2017-05-211-73/+74
| * | x86/mce: Convert threshold_bank.cpus from atomic_t to refcount_tElena Reshetova2017-05-211-3/+3
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-041-2/+0
|\ \ \
| * | | x86/mtrr: Remove get_online_cpus() from mtrr_save_state()Sebastian Andrzej Siewior2017-05-261-2/+0
* | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-07-033-6/+34
|\ \ \ \
| * | | | x86/microcode: Make a couple of symbols staticColin Ian King2017-06-262-2/+2
| * | | | x86/microcode/intel: Save pointer to ucode patch for early AP loadingBorislav Petkov2017-06-201-4/+21
| * | | | x86/microcode: Look for the initrd at the correct address on 32-bitBorislav Petkov2017-06-201-0/+11
| | |_|/ | |/| |
* | | | Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-031-1/+17
|\ \ \ \
| * | | | x86/hyperv: Read TSC frequency from a synthetic MSRVitaly Kuznetsov2017-06-221-0/+15