| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'linus' into x86/urgent | Ingo Molnar | 2011-03-18 | 12 | -118/+830 |
|\ |
|
| * | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2011-03-15 | 4 | -41/+103 |
| |\ |
|
| | * | Merge commit 'v2.6.38' into x86/mm | Ingo Molnar | 2011-03-15 | 4 | -10/+22 |
| | |\ |
|
| | * \ | Merge branch 'x86/amd-nb' into x86/mm | Ingo Molnar | 2011-02-16 | 2 | -18/+68 |
| | |\ \ |
|
| | * \ \ | Merge commit 'v2.6.38-rc4' into x86/numa | Ingo Molnar | 2011-02-14 | 2 | -3/+19 |
| | |\ \ \ |
|
| | * | | | | x86: Unify node_to_cpumask_map handling between 32 and 64bit | Tejun Heo | 2011-01-28 | 1 | -1/+1 |
| | * | | | | x86: Unify CPU -> NUMA node mapping between 32 and 64bit | Tejun Heo | 2011-01-28 | 2 | -3/+3 |
| | * | | | | x86: Unify cpu/apicid <-> NUMA node mapping between 32 and 64bit | Tejun Heo | 2011-01-28 | 2 | -19/+31 |
| * | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2011-03-15 | 2 | -7/+4 |
| |\ \ \ \ \ |
|
| | * \ \ \ \ | Merge commit 'v2.6.38-rc4' into x86/cpu | Ingo Molnar | 2011-02-14 | 2 | -3/+19 |
| | |\ \ \ \ \
| | | | |/ / /
| | | |/| | | |
|
| | * | | | | | x86: Move llc_shared_map out of cpu_info | Yinghai Lu | 2011-01-26 | 2 | -7/+4 |
| | | |/ / /
| | |/| | | |
|
| * | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2011-03-15 | 1 | -2/+2 |
| |\ \ \ \ \ |
|
| | * \ \ \ \ | Merge commit 'v2.6.38-rc8' into x86/asm | Ingo Molnar | 2011-03-09 | 3 | -9/+21 |
| | |\ \ \ \ \ |
|
| | * | | | | | | x86: Really print supported CPUs if PROCESSOR_SELECT=y | Jan Beulich | 2011-03-05 | 1 | -2/+2 |
| | | |_|/ / /
| | |/| | | | |
|
| * | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-03-15 | 7 | -86/+789 |
| |\ \ \ \ \ \
| | |_|_|_|_|/
| |/| | | | | |
|
| | * | | | | | Merge commit 'v2.6.38-rc8' into perf/core | Ingo Molnar | 2011-03-08 | 2 | -6/+13 |
| | |\ \ \ \ \
| | | | |/ / /
| | | |/| | | |
|
| | * | | | | | perf: Avoid the percore allocations if the CPU is not HT capable | Lin Ming | 2011-03-05 | 2 | -6/+13 |
| | * | | | | | perf: Fix LLC-* events on Intel Nehalem/Westmere | Andi Kleen | 2011-03-04 | 2 | -17/+79 |
| | * | | | | | perf: Add support for supplementary event registers | Andi Kleen | 2011-03-04 | 2 | -0/+262 |
| | * | | | | | perf_events: Update PEBS event constraints | Stephane Eranian | 2011-03-04 | 2 | -21/+42 |
| | * | | | | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2011-03-04 | 3 | -1/+165 |
| | |\ \ \ \ \ |
|
| | | * | | | | | perf, x86: Add Intel SandyBridge CPU support | Lin Ming | 2011-03-02 | 3 | -1/+165 |
| | * | | | | | | perf, x86: Add support for AMD family 15h core counters | Robert Richter | 2011-02-16 | 2 | -3/+184 |
| | * | | | | | | perf, x86: Store perfctr msr addresses in config_base/event_base | Robert Richter | 2011-02-16 | 3 | -19/+14 |
| | * | | | | | | perf, x86: Add new AMD family 15h msrs to perfctr reservation code | Robert Richter | 2011-02-16 | 1 | -0/+4 |
| | * | | | | | | perf, x86: Calculate perfctr msr addresses in helper functions | Robert Richter | 2011-02-16 | 2 | -15/+25 |
| | * | | | | | | perf, x86: Use helper function in x86_pmu_enable_all() | Robert Richter | 2011-02-16 | 1 | -11/+8 |
| | * | | | | | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2011-02-16 | 1 | -3/+8 |
| | |\ \ \ \ \ \
| | | |/ / / / / |
|
| | * | | | | | | Merge branch 'linus' into perf/core | Ingo Molnar | 2011-02-07 | 2 | -3/+19 |
| | |\ \ \ \ \ \
| | | | |_|/ / /
| | | |/| | | | |
|
| | * | | | | | | Merge commit 'v2.6.38-rc3' into perf/core | Ingo Molnar | 2011-02-02 | 2 | -0/+4 |
| | |\ \ \ \ \ \
| | | | |_|_|/ /
| | | |/| | | | |
|
| | * | | | | | | x86, perf: Change two init functions to static | Yinghai Lu | 2011-01-27 | 1 | -2/+2 |
* | | | | | | | | Merge branch 'x86/amd-nb' into x86/urgent | Ingo Molnar | 2011-03-16 | 2 | -18/+68 |
|\ \ \ \ \ \ \ \
| | |_|_|_|_|_|/
| |/| | | | | | |
|
| * | | | | | | | x86, amd: Initialize variable properly | Borislav Petkov | 2011-02-15 | 1 | -3/+3 |
| * | | | | | | | x86, amd: Support L3 Cache Partitioning on AMD family 0x15 CPUs | Hans Rosenfeld | 2011-02-07 | 1 | -15/+61 |
| * | | | | | | | x86, amd: Normalize compute unit IDs on multi-node processors | Andreas Herrmann | 2011-01-26 | 1 | -2/+6 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | x86, AMD: Set ARAT feature on AMD processors | Boris Ostrovsky | 2011-03-16 | 1 | -0/+4 |
| |/ / / / /
|/| | | | | |
|
* | | | | | | [CPUFREQ] pcc-cpufreq: don't load driver if get_freq fails during init. | Naga Chumbalkar | 2011-03-09 | 1 | -1/+1 |
| |_|_|_|/
|/| | | | |
|
* | | | | | [CPUFREQ] p4-clockmod: print EST-capable warning message only once | Naga Chumbalkar | 2011-03-01 | 1 | -3/+3 |
* | | | | | [CPUFREQ] Fix another notifier leak in powernow-k8. | Dave Jones | 2011-03-01 | 1 | -2/+2 |
* | | | | | [CPUFREQ] Missing "unregister_cpu_notifier" in powernow-k8.c | Neil Brown | 2011-03-01 | 1 | -1/+8 |
| |_|_|/
|/| | | |
|
* | | | | perf, x86: P4 PMU: Fix spurious NMI messages | Cyrill Gorcunov | 2011-02-16 | 1 | -3/+8 |
| |_|/
|/| | |
|
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-02-06 | 1 | -1/+9 |
|\ \ \ |
|
| * | | | x86, mtrr: Avoid MTRR reprogramming on BP during boot on UP platforms | Suresh Siddha | 2011-02-03 | 1 | -1/+9 |
| |/ / |
|
* | | | perf: Fix Pentium4 raw event validation | Stephane Eranian | 2011-01-27 | 1 | -2/+10 |
|/ / |
|
* | | x86, mcheck, therm_throt.c: Export symbol platform_thermal_notify to allow co... | Fenghua Yu | 2011-01-21 | 1 | -0/+1 |
* | | x86: Update CPU cache attributes table descriptors | Dave Jones | 2011-01-20 | 1 | -0/+3 |
|/ |
|
* | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-01-11 | 3 | -17/+19 |
|\ |
|
| * | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2011-01-09 | 3 | -142/+180 |
| |\ |
|
| * | | perf, x86: P4 PMU - Fix unflagged overflows handling | Cyrill Gorcunov | 2011-01-09 | 1 | -13/+15 |
| * | | x86, NMI: Remove DIE_NMI_IPI | Don Zickus | 2011-01-07 | 2 | -2/+2 |