aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAge
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-04-04
|\
| * x86, mtrr, pat: Fix one cpu getting out of sync during resumeSuresh Siddha2011-03-29
* | rcu: create new rcu_access_index() and use in mcePaul E. McKenney2011-04-01
|/
* Merge branch 'syscore' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2011-03-26
|\
| * x86: Use syscore_ops instead of sysdev classes and sysdevsRafael J. Wysocki2011-03-23
* | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-03-25
|\ \
| * | perf, x86: Complain louder about BIOSen corrupting CPU/PMU state and continueIngo Molnar2011-03-25
| * | perf, x86: P4 PMU - Read proper MSR register to catch unflagged overflowsDon Zickus2011-03-24
| * | perf, x86: Fix Intel fixed counters base initializationStephane Eranian2011-03-19
* | | Merge branch 'linus' into releaseLen Brown2011-03-23
|\ \ \ | | |/ | |/|
| * | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-18
| |\ \
| | * | x86, dumpstack: Correct stack dump info when frame pointer is availableNamhyung Kim2011-03-18
| | * | x86: Fix common misspellingsLucas De Marchi2011-03-18
| | * | Merge branch 'linus' into x86/urgentIngo Molnar2011-03-18
| | |\ \
| * | \ \ Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-03-18
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | perf, x86: Use INTEL_*_CONSTRAINT() for all PEBS event constraintsLin Ming2011-03-16
| | * | | perf, x86: Clean up SandyBridge PEBS eventsLin Ming2011-03-16
| | | |/ | | |/|
| * | | [CPUFREQ] pcc-cpufreq: remove duplicate statementsChumbalkar, Nagananda2011-03-16
| * | | [CPUFREQ] powernow-k8: The table index is not worth displayingThomas Renninger2011-03-16
| * | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-16
| |\ \ \ | | |/ / | |/| / | | |/
| | * Merge branch 'x86/amd-nb' into x86/urgentIngo Molnar2011-03-16
| | |\
| | * | x86, AMD: Set ARAT feature on AMD processorsBoris Ostrovsky2011-03-16
| * | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-03-15
| |\ \ \
| | * | | Merge commit 'v2.6.38' into x86/mmIngo Molnar2011-03-15
| | |\| |
| | * | | Merge branch 'x86/amd-nb' into x86/mmIngo Molnar2011-02-16
| | |\ \ \ | | | | |/ | | | |/|
| | | * | x86, amd: Initialize variable properlyBorislav Petkov2011-02-14
| | | * | x86, amd: Support L3 Cache Partitioning on AMD family 0x15 CPUsHans Rosenfeld2011-02-07
| | | * | x86, amd: Normalize compute unit IDs on multi-node processorsAndreas Herrmann2011-01-26
| | * | | Merge commit 'v2.6.38-rc4' into x86/numaIngo Molnar2011-02-14
| | |\ \ \
| | * | | | x86: Unify node_to_cpumask_map handling between 32 and 64bitTejun Heo2011-01-28
| | * | | | x86: Unify CPU -> NUMA node mapping between 32 and 64bitTejun Heo2011-01-28
| | * | | | x86: Unify cpu/apicid <-> NUMA node mapping between 32 and 64bitTejun Heo2011-01-28
| | | |/ / | | |/| |
| * | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-03-15
| |\ \ \ \
| | * \ \ \ Merge commit 'v2.6.38-rc4' into x86/cpuIngo Molnar2011-02-14
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | x86: Move llc_shared_map out of cpu_infoYinghai Lu2011-01-26
| | | |/ / | | |/| |
| * | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-03-15
| |\ \ \ \
| | * \ \ \ Merge commit 'v2.6.38-rc8' into x86/asmIngo Molnar2011-03-09
| | |\ \ \ \
| | * | | | | x86: Really print supported CPUs if PROCESSOR_SELECT=yJan Beulich2011-03-05
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-15
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Merge commit 'v2.6.38-rc8' into perf/coreIngo Molnar2011-03-08
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | perf: Avoid the percore allocations if the CPU is not HT capableLin Ming2011-03-05
| | * | | | perf: Fix LLC-* events on Intel Nehalem/WestmereAndi Kleen2011-03-04
| | * | | | perf: Add support for supplementary event registersAndi Kleen2011-03-04
| | * | | | perf_events: Update PEBS event constraintsStephane Eranian2011-03-04
| | * | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2011-03-04
| | |\ \ \ \
| | | * | | | perf, x86: Add Intel SandyBridge CPU supportLin Ming2011-03-02
| | * | | | | perf, x86: Add support for AMD family 15h core countersRobert Richter2011-02-16
| | * | | | | perf, x86: Store perfctr msr addresses in config_base/event_baseRobert Richter2011-02-16
| | * | | | | perf, x86: Add new AMD family 15h msrs to perfctr reservation codeRobert Richter2011-02-16
| | * | | | | perf, x86: Calculate perfctr msr addresses in helper functionsRobert Richter2011-02-16