| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2010-08-06 | 14 | -142/+310 |
|\ |
|
| * | x86: Fix keeping track of AMD C1E | Michal Schmidt | 2010-08-02 | 4 | -5/+8 |
| * | x86, cpu: Package Level Thermal Control, Power Limit Notification definitions | Fenghua Yu | 2010-07-31 | 3 | -2/+19 |
| * | x86, cpu: Export AMD errata definitions | H. Peter Anvin | 2010-07-29 | 1 | -0/+4 |
| * | x86, cpu: Use AMD errata checking framework for erratum 383 | Hans Rosenfeld | 2010-07-28 | 3 | -2/+4 |
| * | x86, cpu: Clean up AMD erratum 400 workaround | Hans Rosenfeld | 2010-07-28 | 3 | -37/+8 |
| * | x86, cpu: AMD errata checking framework | Hans Rosenfeld | 2010-07-28 | 2 | -0/+78 |
| * | Merge remote branch 'linus/master' into x86/cpu | H. Peter Anvin | 2010-07-28 | 505 | -195793/+3156 |
| |\ |
|
| * | | x86, cpu: Split addon_cpuid_features.c | H. Peter Anvin | 2010-07-20 | 3 | -57/+67 |
| * | | x86, cpu: Clean up formatting in cpufeature.h, remove override | H. Peter Anvin | 2010-07-20 | 1 | -6/+6 |
| * | | x86, cpu: Enumerate xsaveopt | Suresh Siddha | 2010-07-20 | 1 | -0/+1 |
| * | | x86, cpu: Add xsaveopt cpufeature | Suresh Siddha | 2010-07-20 | 1 | -0/+1 |
| * | | x86, cpu: Make init_scattered_cpuid_features() consider cpuid subleaves | Suresh Siddha | 2010-07-20 | 1 | -12/+13 |
| * | | x86, cpu: Support the features flags in new CPUID leaf 7 | H. Peter Anvin | 2010-07-08 | 3 | -4/+21 |
| * | | x86, cpu: Add CPU flags for F16C and RDRND | H. Peter Anvin | 2010-07-07 | 1 | -0/+2 |
| * | | x86: Look for IA32_ENERGY_PERF_BIAS support | Venkatesh Pallipadi | 2010-06-16 | 3 | -0/+4 |
| * | | x86, AMD: Extend support to future families | Borislav Petkov | 2010-06-10 | 1 | -3/+3 |
| * | | x86, cacheinfo: Carve out L3 cache slot accessors | Borislav Petkov | 2010-06-10 | 1 | -26/+82 |
| * | | x86, xsave: Cleanup return codes in check_for_xstate() | Dan Carpenter | 2010-06-10 | 1 | -6/+7 |
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-08-06 | 3 | -3/+15 |
|\ \ \ |
|
| * \ \ | Merge branch 'linus' into sched/core | Ingo Molnar | 2010-07-21 | 442 | -195669/+2674 |
| |\ \ \ |
|
| * | | | | sched: Fix spelling of sibling | Michael Neuling | 2010-06-29 | 1 | -1/+1 |
| * | | | | Merge commit 'v2.6.35-rc3' into sched/core | Ingo Molnar | 2010-06-18 | 42 | -58/+362 |
| |\ \ \ \ |
|
| * | | | | | powerpc: Exclude arch_sd_sibiling_asym_packing() on UP | Peter Zijlstra | 2010-06-09 | 1 | -0/+2 |
| * | | | | | powerpc: Enable asymmetric SMT scheduling on POWER7 | Michael Neuling | 2010-06-09 | 2 | -1/+11 |
| * | | | | | sched_clock: Add local_clock() API and improve documentation | Peter Zijlstra | 2010-06-09 | 1 | -2/+2 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-08-06 | 55 | -339/+608 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge branch 'perf/nmi' into perf/core | Ingo Molnar | 2010-08-05 | 7 | -8/+130 |
| |\ \ \ \ \ |
|
| | * | | | | | lockup_detector: Cross arch compile fixes | Don Zickus | 2010-05-16 | 1 | -2/+2 |
| | * | | | | | lockup_detector: Introduce CONFIG_HARDLOCKUP_DETECTOR | Frederic Weisbecker | 2010-05-16 | 1 | -0/+4 |
| | * | | | | | lockup_detector: Adapt CONFIG_PERF_EVENT_NMI to other archs | Frederic Weisbecker | 2010-05-16 | 2 | -1/+4 |
| | * | | | | | x86, watchdog: Fix build error in hw_nmi.c | Ingo Molnar | 2010-05-13 | 1 | -0/+1 |
| | * | | | | | x86: Cleanup hw_nmi.c cruft | Don Zickus | 2010-05-12 | 1 | -58/+0 |
| | * | | | | | x86: Move trigger_all_cpu_backtrace to its own die_notifier | Don Zickus | 2010-05-12 | 1 | -14/+51 |
| | * | | | | | lockup_detector: Combine nmi_watchdog and softlockup detector | Don Zickus | 2010-05-12 | 4 | -6/+6 |
| | * | | | | | Merge commit 'v2.6.34-rc7' into perf/nmi | Frederic Weisbecker | 2010-05-12 | 3267 | -63996/+149379 |
| | |\ \ \ \ \ |
|
| | * | | | | | | nmi_watchdog: Clean up various small details | Don Zickus | 2010-02-25 | 2 | -10/+10 |
| | * | | | | | | nmi_watchdog: Fix undefined 'apic' build bug | Don Zickus | 2010-02-19 | 1 | -0/+2 |
| | * | | | | | | nmi_watchdog: Compile and portability fixes | Don Zickus | 2010-02-14 | 2 | -5/+18 |
| | * | | | | | | nmi_watchdog: Use a boolean config flag for compiling | Don Zickus | 2010-02-14 | 1 | -0/+1 |
| | * | | | | | | nmi_watchdog: Config option to enable new nmi_watchdog | Don Zickus | 2010-02-08 | 2 | -1/+8 |
| | * | | | | | | nmi_watchdog: Add new, generic implementation, using perf events | Don Zickus | 2010-02-08 | 1 | -0/+114 |
| | * | | | | | | x86: Move notify_die from nmi.c to traps.c | Don Zickus | 2010-02-08 | 2 | -7/+5 |
| * | | | | | | | Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opr... | Ingo Molnar | 2010-08-04 | 1 | -2/+14 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | powerpc/oprofile: fix potential buffer overrun in op_model_cell.c | Denis Kirjanov | 2010-06-04 | 1 | -1/+1 |
| | * | | | | | | | Merge remote branch 'tip/perf/urgent' into oprofile/urgent | Robert Richter | 2010-06-04 | 1770 | -38340/+91363 |
| | |\ \ \ \ \ \ \ |
|
| | * | | | | | | | | Oprofile: Change CPUIDS from decimal to hex, and add some comments | John Villalovos | 2010-05-10 | 1 | -2/+14 |
| * | | | | | | | | | perf, powerpc: fsl_emb: Restore setting perf_sample_data.period | Scott Wood | 2010-08-03 | 1 | -0/+1 |
| * | | | | | | | | | perf, powerpc: Convert the FSL driver to use local64_t | Peter Zijlstra | 2010-08-03 | 1 | -14/+14 |
| * | | | | | | | | | Merge commit 'v2.6.35' into perf/core | Ingo Molnar | 2010-08-02 | 62 | -240/+364 |
| |\ \ \ \ \ \ \ \ \ |
|