summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-07-022-17/+20
|\
| * x86: Fix /proc/mtrr with base/size more than 44bitsYinghai Lu2013-06-252-17/+20
* | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-024-24/+22
|\ \
| * | x86: Add a static_cpu_has_safe variantBorislav Petkov2013-06-201-0/+6
| * | x86: Sanity-check static_cpu_has usageBorislav Petkov2013-06-201-0/+8
| * | x86, cpu: Add a synthetic, always true, cpu featureBorislav Petkov2013-06-201-0/+2
| * | x86: Get rid of ->hard_math and all the FPU asm fuH. Peter Anvin2013-06-064-24/+6
| |/
* | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-021-27/+25
|\ \
| * | x86/intel/cacheinfo: Shut up last long-standing warningBorislav Petkov2013-06-201-27/+25
| |/
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-022-2/+2
|\ \
| * | x86, asm, cleanup: Replace open-coded control register values with symbolicH. Peter Anvin2013-06-252-2/+2
| |/
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-07-0211-99/+979
|\ \
| * | perf/x86: Disable PEBS-LL in intel_pmu_pebs_disable()Stephane Eranian2013-06-261-0/+6
| * | perf/x86: Fix shared register mutual exclusion enforcementStephane Eranian2013-06-263-4/+27
| * | perf/x86/intel: Support full width countingAndi Kleen2013-06-262-0/+12
| * | perf: Drop sample rate when sampling is too slowDave Hansen2013-06-231-1/+11
| * | perf/x86/intel: Add mem-loads/stores support for HaswellAndi Kleen2013-06-193-7/+41
| * | perf/x86/intel: Support Haswell/v4 LBR formatAndi Kleen2013-06-191-5/+51
| * | perf/x86/intel: Move NMI clearing to end of PMI handlerAndi Kleen2013-06-192-8/+13
| * | perf/x86/intel: Add Haswell PEBS supportAndi Kleen2013-06-193-2/+42
| * | perf/x86/intel: Add simple Haswell PMU supportAndi Kleen2013-06-192-2/+88
| * | perf/x86/intel: Add Haswell PEBS record supportAndi Kleen2013-06-192-22/+91
| * | perf/x86/intel: Fix sparse warningYan, Zheng2013-06-191-1/+1
| * | perf/x86/amd: AMD IOMMU Performance Counter PERF uncore PMU implementationSuravee Suthikulpanit2013-06-193-0/+548
| * | perf/x86: Only print PMU state when also WARN()'ingDave Hansen2013-06-191-2/+6
| * | perf/x86: Reduce stack usage of x86_schedule_events()Andrew Hunter2013-06-193-18/+22
| * | Merge branch 'perf/urgent' into perf/coreIngo Molnar2013-06-191-1/+1
| |\ \
| * | | perf/x86/amd: Rework AMD PMU init codePeter Zijlstra2013-05-281-17/+17
| * | | perf/x86: Check branch sampling priv level in generic codeStephane Eranian2013-05-281-10/+3
| * | | perf/x86/intel: Prevent some shift wrapping bugs in the Intel uncore driverDan Carpenter2013-05-282-4/+4
| | |/ | |/|
* | | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2013-06-211-4/+4
|\ \ \ | |_|/ |/| |
| * | x86, mtrr: Fix original mtrr range get for mtrr_cleanupYinghai Lu2013-06-181-4/+4
| |/
* | perf/x86: Fix broken PEBS-LL support on SNB-EP/IVB-EPStephane Eranian2013-06-191-1/+1
|/
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-05-053-18/+41
|\
| * perf/x86/intel/lbr: Demand proper privileges for PERF_SAMPLE_BRANCH_KERNELPeter Zijlstra2013-05-051-3/+10
| * perf/x86/intel/lbr: Fix LBR filterPeter Zijlstra2013-05-041-2/+12
| * perf/x86: Blacklist all MEM_*_RETIRED events for Ivy BridgePeter Zijlstra2013-05-041-4/+9
| * perf/x86/intel: Fix unintended variable name reuseJan-Simon Möller2013-04-301-8/+8
| * perf/x86/intel: Add support for IvyBridge model 58 UncoreVince Weaver2013-04-301-0/+1
| * perf/x86/intel: Fix typo in perf_event_intel_uncore.cVince Weaver2013-04-301-1/+1
* | Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-04-301-1/+2
|\ \
| * \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-04-281-1/+2
| |\ \ | | |/ | |/|
| | * cpufreq: AMD "frequency sensitivity feedback" powersave bias for ondemand gov...Jacob Shin2013-04-101-1/+2
* | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-04-303-36/+30
|\ \ \
| * \ \ Merge tag 'edac_amd_f16h' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Ingo Molnar2013-04-191-1/+2
| |\ \ \
| * \ \ \ Merge tag 'please-pull-cmci_rediscover' of git://git.kernel.org/pub/scm/linux...Ingo Molnar2013-04-083-21/+10
| |\ \ \ \
| | * | | | x86/mce: Rework cmci_rediscover() to play well with CPU hotplugSrivatsa S. Bhat2013-04-022-21/+6
| | | |_|/ | | |/| |
| * | | | x86, MCE, AMD: Use MCG_CAP MSR to find out number of banks on AMDBoris Ostrovsky2013-03-221-7/+15
| * | | | x86, MCE, AMD: Replace shared_bank array with is_shared_bank() helperBoris Ostrovsky2013-03-221-8/+9
* | | | | Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-04-301-1/+2
|\ \ \ \ \
OpenPOWER on IntegriCloud