aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2011-04-29perf events: Add generic front-end and back-end stalled cycle event definitionsIngo Molnar1-1/+1
2011-04-28perf event, x86: Use better stalled cycles metricIngo Molnar1-2/+2
2011-04-27perf, x86, nmi: Move LVT un-masking into irq handlersDon Zickus3-6/+33
2011-04-26perf events, x86: Mark constrant tables read mostlyIngo Molnar1-10/+10
2011-04-26perf events: Add stalled cycles generic event - PERF_COUNT_HW_STALLED_CYCLESIngo Molnar1-0/+3
2011-04-26Merge branch 'perf/urgent' into perf/statIngo Molnar3-10/+30
2011-04-26perf events, x86: Work around the Nehalem AAJ80 erratumIngo Molnar1-2/+14
2011-04-26perf, x86: Fix BTS conditionPeter Zijlstra2-2/+5
2011-04-24perf events, x86, P4: Fix typo in commentJustin P. Mattock1-1/+1
2011-04-22perf, x86: Update/fix Intel Nehalem cache eventsPeter Zijlstra1-4/+4
2011-04-22perf, x86: P4 PMU - Don't forget to clear cpuc->active_mask on overflowCyrill Gorcunov1-1/+1
2011-04-22perf, x86: P4 PMU -- Use perf_sample_data_init helperCyrill Gorcunov1-2/+1
2011-04-22Merge branch 'linus' into perf/coreIngo Molnar2-4/+37
2011-04-22x86, perf event: Turn off unstructured raw event access to offcore registersIngo Molnar1-1/+5
2011-04-22perf: Support Xeon E7's via the Westmere PMU driverAndi Kleen1-0/+1
2011-04-21x86, mce: Drop the default decoding notifierBorislav Petkov1-17/+7
2011-04-19Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+18
2011-04-19x86, MCE: Do not taint when handling correctable errorsBorislav Petkov2-4/+0
2011-04-19perf, x86: Use ALTERNATIVE() to check for X86_FEATURE_PERFCTR_CORERobert Richter1-4/+11
2011-04-19perf, x86: Fix AMD family 15h FPU event constraintsRobert Richter1-3/+17
2011-04-19perf, x86: Fix pre-defined cache-misses event for AMD family 15h cpusAndre Przywara1-1/+1
2011-04-19Merge branch 'perf/urgent' into perf/coreIngo Molnar2-6/+16
2011-04-15x86, amd: Disable GartTlbWlkErr when BIOS forgets itJoerg Roedel1-0/+19
2011-04-08x86, cpu: Move AMD Elan Kconfig under "Processor family"Ian Campbell1-2/+2
2011-04-04Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+15
2011-04-01rcu: create new rcu_access_index() and use in mcePaul E. McKenney1-1/+1
2011-03-29x86, mtrr, pat: Fix one cpu getting out of sync during resumeSuresh Siddha1-5/+15
2011-03-29x86: Use this_cpu_has for thermal_interrupt current cpuChristoph Lameter1-4/+3
2011-03-29perf, x86: P4 PMU - clean up the code a bitCyrill Gorcunov1-1/+1
2011-03-25Merge branch 'syscore' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds2-14/+17
2011-03-25Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-3/+9
2011-03-25perf, x86: Complain louder about BIOSen corrupting CPU/PMU state and continueIngo Molnar1-2/+7
2011-03-24perf, x86: P4 PMU - Read proper MSR register to catch unflagged overflowsDon Zickus1-0/+1
2011-03-23x86: Use syscore_ops instead of sysdev classes and sysdevsRafael J. Wysocki2-14/+17
2011-03-23Merge branch 'linus' into releaseLen Brown20-157/+900
2011-03-23Merge commit 'v2.6.38' into releaseLen Brown3-7/+14
2011-03-21ACPI, APEI, Add ERST record ID cacheHuang Ying1-15/+25
2011-03-19perf, x86: Fix Intel fixed counters base initializationStephane Eranian1-1/+1
2011-03-18Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds9-15/+15
2011-03-18Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-67/+47
2011-03-18x86, dumpstack: Correct stack dump info when frame pointer is availableNamhyung Kim1-1/+1
2011-03-18x86: Fix common misspellingsLucas De Marchi9-14/+14
2011-03-18Merge branch 'linus' into x86/urgentIngo Molnar12-118/+830
2011-03-16[CPUFREQ] pcc-cpufreq: remove duplicate statementsChumbalkar, Nagananda1-2/+0
2011-03-16[CPUFREQ] powernow-k8: The table index is not worth displayingThomas Renninger1-2/+1
2011-03-16Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+4
2011-03-16Merge branch 'x86/amd-nb' into x86/urgentIngo Molnar2-18/+68
2011-03-16perf, x86: Use INTEL_*_CONSTRAINT() for all PEBS event constraintsLin Ming2-50/+47
2011-03-16perf, x86: Clean up SandyBridge PEBS eventsLin Ming1-22/+5
2011-03-16x86, AMD: Set ARAT feature on AMD processorsBoris Ostrovsky1-0/+4