summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | x86, mtrr: Kill over the top warnAlan Cox2010-02-151-1/+1
| | * | | | | x86, mtrr: Constify struct mtrr_opsEmese Revfy2010-02-016-10/+10
| | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-02-282-94/+160
| |\ \ \ \ \
| | * | | | | x86, cacheinfo: Enable L3 CID only on AMDBorislav Petkov2010-02-181-88/+98
| | * | | | | x86, cacheinfo: Remove NUMA dependency, fix for AMD Fam10h rev D1Borislav Petkov2010-02-181-3/+3
| | * | | | | x86, cpu: Print AMD virtualization features in /proc/cpuinfoJoerg Roedel2010-02-131-0/+4
| | * | | | | x86, cacheinfo: Calculate L3 indicesBorislav Petkov2010-01-221-4/+31
| | * | | | | x86, cacheinfo: Add cache index disable sysfs attrs only to L3 cachesBorislav Petkov2010-01-221-9/+26
| | * | | | | x86, cacheinfo: Fix disabling of L3 cache indicesBorislav Petkov2010-01-221-13/+21
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-02-282-95/+1
| |\ \ \ \ \
| | * | | | | x86, mtrr: Remove unused mtrr/state.cBorislav Petkov2010-02-042-95/+1
| * | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-02-281-41/+43
| |\ \ \ \ \ \
| | * | | | | | x86: Macroise x86 cache descriptorsDave Jones2010-01-131-41/+43
| * | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-02-285-1331/+2078
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | perf_events, x86: Fixup fixed counter constraintsPeter Zijlstra2010-03-022-17/+39
* | | | | | | | perf, x86: Restrict the ANY flagPeter Zijlstra2010-03-021-0/+3
* | | | | | | | perf, x86: rename macro in ARCH_PERFMON_EVENTSEL_ENABLERobert Richter2010-03-013-9/+9
* | | | | | | | Merge commit 'v2.6.33' into perf/coreFrederic Weisbecker2010-02-273-691/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | / / / / / / | |/ / / / / / |/| | | | | |
| * | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2010-02-081-1/+2
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | / | | | |_|_|/ | | |/| | |
| | * | | | [CPUFREQ] Fix use after free of struct powernow_k8_dataThomas Renninger2010-01-131-1/+2
| * | | | | x86: Remove "x86 CPU features in debugfs" (CONFIG_X86_CPU_DEBUG)H. Peter Anvin2010-01-232-690/+0
| | |_|_|/ | |/| | |
* | | | | perf_event, amd: Fix spinlock initializationPeter Zijlstra2010-02-261-1/+1
* | | | | perf_events, x86: Split PMU definitions into separate filesPeter Zijlstra2010-02-264-1514/+1554
* | | | | perf_events, x86: Remove superflous MSR writesPeter Zijlstra2010-02-261-3/+0
* | | | | perf_events: Simplify code by removing cpu argument to hw_perf_group_sched_in()Peter Zijlstra2010-02-261-9/+9
* | | | | perf_events, x86: AMD event schedulingStephane Eranian2010-02-261-3/+262
* | | | | perf_events: Add new start/stop PMU callbacksStephane Eranian2010-02-261-4/+20
* | | | | perf_events, x86: Fix bug in hw_perf_enable()Stephane Eranian2010-02-041-6/+28
* | | | | bitops: Ensure the compile time HWEIGHT is only used for suchPeter Zijlstra2010-02-041-3/+7
* | | | | perf_events, x86: Implement intel core solo/duo supportPeter Zijlstra2010-02-041-72/+61
* | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-01-291-0/+7
|\ \ \ \ \ | |/ / / /
| * | | | perf: x86: Add support for the ANY bitStephane Eranian2010-01-211-0/+7
| | |_|/ | |/| |
* | | | perf_events, x86: Remove spurious counter reset from x86_pmu_enable()Peter Zijlstra2010-01-291-3/+0
* | | | perf_events, x86: Implement Intel Westmere supportPeter Zijlstra2010-01-291-7/+117
* | | | perf_events, x86: Clean up hw_perf_*_all() implementationPeter Zijlstra2010-01-291-45/+14
* | | | perf_events, x86: Fix event constraint masksPeter Zijlstra2010-01-291-4/+9
* | | | perf_event: x86: Deduplicate the disable codePeter Zijlstra2010-01-291-16/+13
* | | | perf, x86: Clean up event constraints code a bitIngo Molnar2010-01-291-29/+8
* | | | perf_event: x86: Optimize x86_pmu_disable()Peter Zijlstra2010-01-291-0/+1
* | | | perf_event: x86: Optimize the fast path a little morePeter Zijlstra2010-01-291-3/+3
* | | | perf_event: x86: Optimize constraint weight computationPeter Zijlstra2010-01-291-4/+5
* | | | perf_event: x86: Optimize the constraint searching bitsPeter Zijlstra2010-01-291-41/+34
* | | | perf_event: x86: Reduce some overly long lines with some MACROsPeter Zijlstra2010-01-291-31/+37
* | | | perf_event: x86: Clean up some of the u64/long bitmask castingPeter Zijlstra2010-01-291-24/+23
* | | | perf_event: x86: Fixup constraints typing issuePeter Zijlstra2010-01-291-3/+3
* | | | perf_event: x86: Allocate the fake_cpucPeter Zijlstra2010-01-291-10/+19
* | | | perf_events: Add fast-path to the rescheduling codeStephane Eranian2010-01-291-30/+61
* | | | perf_events, x86: Improve x86 event schedulingStephane Eranian2010-01-291-215/+560
* | | | perf: Fix inconsistency between IP and callchain samplingAnton Blanchard2010-01-281-3/+0
* | | | perf: Drop useless check for ignored frameFrederic Weisbecker2010-01-131-8/+0