aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* perf util: Make the timechart SVG width dynamicArjan van de Ven2009-09-20
* perf timechart: Show the duration of scheduler delays in the SVGArjan van de Ven2009-09-20
* perf timechart: Show the name of the waker/wakee in timechartArjan van de Ven2009-09-20
* perf_counter: Fix perf_copy_attr() pointer arithmeticIan Schram2009-09-19
* perf utils: Use a define for the maximum length of a trace eventArjan van de Ven2009-09-19
* perf: Add timechart help text and add timechart to "perf help"Arjan van de Ven2009-09-19
* tracing, x86, cpuidle: Move the end point of a C state in the power tracerArjan van de Ven2009-09-19
* perf utils: Be consistent about minimum text size in the svghelperArjan van de Ven2009-09-19
* perf timechart: Add "perf timechart record"Arjan van de Ven2009-09-19
* perf: Add the timechart toolArjan van de Ven2009-09-19
* perf: Add a SVG helper library fileArjan van de Ven2009-09-19
* tracing, perf: Convert the power tracer into an event tracerArjan van de Ven2009-09-19
* perf: Add a sample_event type to the event_unionArjan van de Ven2009-09-19
* perf: Allow perf utilities to have "callback" options without argumentsArjan van de Ven2009-09-19
* perf: Store trace event name/id pairs in perf.dataArjan van de Ven2009-09-19
* perf: Add a timestamp to fork eventsArjan van de Ven2009-09-19
* Merge branch 'linus' into perfcounters/coreIngo Molnar2009-09-19
|\
| * pty_write: don't do a tty_wakeup() when the buffers are fullLinus Torvalds2009-09-18
| * Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-18
| |\
| | * x86, mce: Fix compilation with !CONFIG_DEBUG_FS in mce-severity.cAndi Kleen2009-09-14
| | * x86, mce: CE in last bank prevents panic by unknown MCEHidetoshi Seto2009-08-26
| | * x86, mce: Fake panic support for MCE testingHuang Ying2009-08-10
| | * x86, mce: Move debugfs mce dir creating to mce.cHuang Ying2009-08-10
| | * x86, mce: Support specifying raise mode for software MCE injectionHuang Ying2009-08-10
| | * x86, mce: Support specifying context for software mce injectionHuang Ying2009-08-10
| | * x86, mce: fix reporting of Thermal Monitoring mechanism enabledBartlomiej Zolnierkiewicz2009-07-29
| | * x86, mce: remove never executed codeBartlomiej Zolnierkiewicz2009-07-29
| | * x86, mce: add missing __cpuinit tagsBartlomiej Zolnierkiewicz2009-07-29
| | * x86, mce: fix "mce" boot option handling for CONFIG_X86_NEW_MCEBartlomiej Zolnierkiewicz2009-07-29
| | * x86, mce: don't log boot MCEs on Pentium M (model == 13) CPUsBartlomiej Zolnierkiewicz2009-07-29
| | * x86: mce: Lower maximum number of banks to architecture limitAndi Kleen2009-07-09
| | * x86: mce: macros to compute banks MSRsAndi Kleen2009-07-09
| | * x86: mce: Move per bank data in a single datastructureAndi Kleen2009-07-09
| | * x86: mce: Move code in mce.cAndi Kleen2009-07-09
| | * x86: mce: Rename CONFIG_X86_NEW_MCE to CONFIG_X86_MCEAndi Kleen2009-07-09
| | * x86: mce: Remove old i386 machine check codeAndi Kleen2009-07-09
| | * x86: mce: Update X86_MCE description in x86/KconfigAndi Kleen2009-07-09
| | * x86: mce: Make CONFIG_X86_ANCIENT_MCE dependent on CONFIG_X86_MCEAndi Kleen2009-07-09
| | * x86, mce: use atomic_inc_return() instead of add by 1Borislav Petkov2009-06-21
| | * x86, mce: fix typo in comment in asm/mce.hBorislav Petkov2009-06-21
| * | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-18
| |\ \
| | * | sched: Fix SD_POWERSAVING_BALANCE|SD_PREFER_LOCAL vs SD_WAKE_AFFINEPeter Zijlstra2009-09-17
| | * | sched: Stop buddies from hogging the systemPeter Zijlstra2009-09-17
| | * | sched: Add new wakeup preemption mode: WAKEUP_RUNNINGPeter Zijlstra2009-09-17
| | * | sched: Fix TASK_WAKING & loadaverage breakageIngo Molnar2009-09-17
| | * | sched: Disable wakeup balancingPeter Zijlstra2009-09-16
| | * | sched: Rename flags to wake_flagsPeter Zijlstra2009-09-16
| | * | sched: Clean up the load_idx selection in select_task_rq_fairPeter Zijlstra2009-09-16
| | * | sched: Optimize cgroup vs wakeup a bitPeter Zijlstra2009-09-16
| | * | sched: x86: Name old_perf in a unique wayPeter Zijlstra2009-09-16