summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/mce/AMD: Document some functionalityAravind Gopalakrishnan2016-03-081-5/+2
* x86/mce/AMD: Fix logic to obtain block addressAravind Gopalakrishnan2016-03-081-29/+55
* x86/mce/AMD, EDAC: Enable error decoding of Scalable MCA errorsAravind Gopalakrishnan2016-03-081-0/+29
* Merge branch 'linus' into ras/core, to pick up fixesIngo Molnar2016-03-081-0/+2
|\
| * perf/x86/amd/uncore: Plug reference leakThomas Gleixner2016-02-171-0/+2
* | x86/mce: Check for faults tagged in EXTABLE_CLASS_FAULT exception table entriesTony Luck2016-02-182-36/+56
* | x86/mce/AMD: Set MCAX Enable bitAravind Gopalakrishnan2016-02-011-0/+14
* | x86/mce/AMD: Carve out threshold block preparationBorislav Petkov2016-02-011-38/+49
* | x86/mce/AMD: Fix LVT offset configuration for thresholdingAravind Gopalakrishnan2016-02-011-1/+26
* | x86/mce/AMD: Reduce number of blocks scanned per bankAravind Gopalakrishnan2016-02-011-1/+1
* | x86/mce/AMD: Do not perform shared bank check for future processorsAravind Gopalakrishnan2016-02-011-0/+7
* | x86/mce: Fix order of AMD MCE init function callAravind Gopalakrishnan2016-02-011-1/+1
|/
* perf/x86: De-obfuscate codePeter Zijlstra2016-01-291-3/+1
* perf/x86: Fix uninitialized value usagePeter Zijlstra2016-01-291-1/+2
* perf/x86: add Intel SkyLake uncore IMC PMU supportStephane Eranian2016-01-213-0/+24
* x86/cpu/amd: Remove an unneeded condition in srat_detect_node()Dan Carpenter2016-01-141-2/+1
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-01-121-2/+9
|\
| * x86/mm/mtrr: Mark the 'range_new' static variable in mtrr_calc_range_state() ...Rasmus Villemoes2015-12-041-2/+9
* | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-125-40/+30
|\ \
| * | x86: Replace RDRAND forced-reseed with simple sanity checkLen Brown2015-11-251-13/+12
| * | x86/cpu: Fix MSR value truncation issueBorislav Petkov2015-11-241-1/+1
| * | x86/cpu/amd, kvm: Satisfy guest kernel reads of IC_CFG MSRBorislav Petkov2015-11-241-2/+2
| * | x86/cpu: Unify CPU family, model, stepping calculationBorislav Petkov2015-11-243-24/+15
| |/
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-01-1211-62/+48
|\ \
| * | x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov2015-12-198-16/+20
| * | x86/cpufeature: Cleanup get_cpu_cap()Borislav Petkov2015-12-193-28/+25
| * | x86/cpufeature: Move some of the scattered feature bits to x86_capabilityBorislav Petkov2015-12-192-20/+5
* | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-01-121-40/+42
|\ \ \
| * | | x86/mce: Make usable address checks Intel-onlyBorislav Petkov2015-11-241-18/+22
| * | | x86/mce: Add the missing memory error check on AMDBorislav Petkov2015-11-241-4/+4
| * | | x86/RAS: Remove mce.usable_addrBorislav Petkov2015-11-241-8/+4
| * | | x86/mce: Do not enter deferred errors into the generic pool twiceTony Luck2015-11-241-11/+13
| | |/ | |/|
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-01-1112-61/+885
|\ \ \
| * | | perf/x86/amd: Remove l1-dcache-stores event for AMDVince Weaver2016-01-061-1/+1
| * | | perf/x86/intel/uncore: Add Knights Landing uncore PMU supportHarish Chegondi2016-01-064-1/+499
| * | | perf/x86/intel/uncore: Remove hard coding of PMON box control MSR offsetHarish Chegondi2016-01-061-1/+2
| * | | perf/x86/intel: Add perf core PMU support for Intel Knights LandingHarish Chegondi2016-01-063-0/+78
| * | | perf/x86/intel/uncore: Add Broadwell-EP uncore supportKan Liang2016-01-062-5/+149
| * | | perf/x86/rapl: Use unified perf_event_sysfs_show instead of special interfaceHuang Rui2016-01-061-18/+5
| * | | perf/x86: Enable cycles:pp for Intel AtomStephane Eranian2016-01-062-0/+3
| * | | perf/x86: fix PEBS issues on Intel Atom/Core2Stephane Eranian2016-01-061-1/+8
| * | | perf/x86: Fix LBR related crashes on Intel AtomStephane Eranian2016-01-061-4/+7
| * | | perf/x86: Fix filter_events() bug with event mappingsStephane Eranian2016-01-061-1/+10
| * | | perf/x86: Use INST_RETIRED.PREC_DIST for cycles: pppAndi Kleen2016-01-064-5/+57
| * | | perf/x86: Use INST_RETIRED.TOTAL_CYCLES_PS for cycles:pp for SkylakeAndi Kleen2016-01-062-4/+3
| * | | perf/x86: Allow zero PEBS status with only single active eventAndi Kleen2016-01-061-0/+12
| * | | perf/x86: Remove warning for zero PEBS statusAndi Kleen2016-01-061-4/+1
| * | | Merge tag 'v4.4-rc5' into perf/core, to pick up fixesIngo Molnar2015-12-141-0/+1
| |\ \ \ | | | |/ | | |/|
| * | | perf/x86: Remove old MSR perf tracing codeAndi Kleen2015-12-061-11/+1
| * | | perf/x86/intel: Fix __initconst declaration in the RAPL perf driverAndi Kleen2015-12-061-1/+1