summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2012-03-12perf/x86: Fix local vs remote memory events for NHM/WSMPeter Zijlstra1-8/+9
2012-03-02perf/x86/kvm: Fix Host-Only/Guest-Only counting with SVM disabledJoerg Roedel2-4/+41
2012-02-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-8/+38
2012-02-22x86/mce/AMD: Fix UP build errorBorislav Petkov1-0/+2
2012-02-20i387: export 'fpu_owner_task' per-cpu variableLinus Torvalds1-0/+3
2012-02-20i387: support lazy restore of FPU stateLinus Torvalds1-0/+2
2012-02-09x86/amd: Fix L1i and L2 cache sharing information for AMD family 15h processorsAndreas Herrmann1-8/+36
2012-02-07perf: Fix double start/stop in x86_pmu_start()Stephane Eranian1-0/+3
2012-02-03perf: Remove deprecated WARN_ON_ONCE()Stephane Eranian3-6/+0
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/kern...Linus 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/g...Ingo Molnar1-1/+1
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-117/+114
2012-01-07Merge branch 'tip/x86/core-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar1-0/+24
2012-01-06Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-33/+94
2012-01-06Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2012-01-06Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+1
2012-01-06Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+2
2012-01-06Merge 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-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/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-14x86, 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-05Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2