summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2012-01-08Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-117/+114
2012-01-07Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-33/+94
2012-01-07Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2012-01-07Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+1
2012-01-07Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+2
2012-01-07Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-20/+18
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman5-117/+114
2012-01-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-88/+315
2012-01-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+2
2012-01-04Merge commit 'v3.2-rc7' into x86/asmIngo Molnar6-23/+40
2011-12-23perf/x86: Fix raw_spin_unlock_irqrestore() usageRobert Richter1-1/+1
2011-12-22cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers5-117/+114
2011-12-21perf events: Add Intel x86 mapping for PERF_COUNT_HW_REF_CPU_CYCLESStephane Eranian1-0/+1
2011-12-21perf events: Enable raw event support for Intel unhalted_reference_cycles eventStephane Eranian2-11/+12
2011-12-21x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'Kevin Winchester6-22/+2
2011-12-20Merge commit 'v3.2-rc6' into perf/coreIngo Molnar4-8/+29
2011-12-18Merge branch 'mce-inject' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Ingo Molnar1-4/+30
2011-12-16x86: add IRQ context simulation in module mce-injectChen Gong1-4/+30
2011-12-15x86, centaur: Enable cx8 for VIA Eden tooTimo Teräs1-1/+1
2011-12-15x86: Report cpb and eff_freq_ro flags correctlyJoerg Roedel1-1/+2
2011-12-15Merge branch 'early-mce-decode' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar1-7/+57
2011-12-15x86, mce, therm_throt: Don't report power limit and package level thermal thr...Fenghua Yu1-22/+7
2011-12-14x86, MCE: Drain mcelog bufferBorislav Petkov1-0/+39
2011-12-14x86, mce: Add wrappers for registering on the decode chainBorislav Petkov1-7/+18
2011-12-11x86: Call idle notifier after irq_enter()Frederic Weisbecker2-2/+2
2011-12-09x86, CPU: Drop superfluous get_cpu_cap() prototypeBorislav Petkov1-4/+1
2011-12-06perf, x86: Expose perf capability to other modulesGleb Natapov1-0/+12
2011-12-06perf, x86: Implement arch event mask as quirkPeter Zijlstra3-33/+68
2011-12-06x86, perf: Disable non available architectural eventsGleb Natapov2-5/+28
2011-12-06perf, x86: Prefer fixed-purpose counters when schedulingPeter Zijlstra1-5/+14
2011-12-06perf, x86: Fix event scheduler for constraints with overlapping countersRobert Richter3-5/+72
2011-12-06perf, x86: Implement event scheduler helper functionsRobert Richter1-53/+132
2011-12-06x86: Fix the !CONFIG_NUMA build of the new CPU ID fixup code supportSteffen Persvold1-0/+2
2011-12-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2011-12-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-23/+38
2011-12-05x86: Add x86_init platform override to fix up NUMA core numberingDaniel J Blueman2-0/+16
2011-12-05x86/mtrr: Resolve inconsistency with Intel processor manualAjaykumar Hotchandani1-0/+1
2011-12-05Add TAINT_FIRMWARE_WORKAROUND on MTRR fixupPrarit Bhargava1-0/+1
2011-12-05perf, x86: Force IBS LVT offset assignment for family 10hRobert Richter1-11/+18
2011-12-05perf, x86: Disable PEBS on SandyBridge chipsPeter Zijlstra1-0/+8
2011-12-04x86: Fix boot failures on older AMD CPU'sLinus Torvalds1-4/+4
2011-11-14perf/x86: Enable raw event access to Intel offcore eventsPeter Zijlstra1-5/+1
2011-11-14perf: Don't use -ENOSPC for out of PMU resourcesPeter Zijlstra2-6/+6
2011-11-14perf/x86: Fix PEBS instruction unwindPeter Zijlstra1-1/+5
2011-11-08x86/mce: Make mce_chrdev_ops 'static const'Luck, Tony2-4/+23
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-0/+5
2011-11-03Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-12/+6
2011-11-01i7core_edac: Drop the edac_mce facilityBorislav Petkov1-1/+0
2011-11-01x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker5-0/+5
2011-10-31x86, MCE: Use notifier chain only for MCE decodingBorislav Petkov1-11/+6