aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-16mce: fix warning messages about static struct mce_deviceGreg Kroah-Hartman2-11/+25
2012-01-15Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+24
2012-01-13x86/mce: Fix CPU hotplug and suspend regression related to MCESrivatsa S. Bhat1-1/+1
2012-01-08Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/coreIngo Molnar1-1/+1
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds5-117/+114
2012-01-07Merge branch 'tip/x86/core-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/coreIngo Molnar1-0/+24
2012-01-06Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-33/+94
2012-01-06Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-01-06Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+1
2012-01-06Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2012-01-06Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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/kernel/git/tip/tipLinus Torvalds4-88/+315
2012-01-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers5-117/+114
2011-12-21x86: Add counter when debug stack is used with interrupts enabledSteven Rostedt1-2/+4
2011-12-21x86: Keep current stack in NMI breakpointsSteven Rostedt1-0/+22
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/ras/ras into x86/mceIngo 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/git/bp/bp into x86/mceIngo Molnar1-7/+57
2011-12-14x86, mce, therm_throt: Don't report power limit and package level thermal throttle events in mcelogFenghua 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-05Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2011-12-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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