summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf utils: Use a define for the maximum length of a trace eventArjan van de Ven2009-09-191-7/+7
* perf: Add timechart help text and add timechart to "perf help"Arjan van de Ven2009-09-192-0/+36
* tracing, x86, cpuidle: Move the end point of a C state in the power tracerArjan van de Ven2009-09-192-3/+2
* perf utils: Be consistent about minimum text size in the svghelperArjan van de Ven2009-09-191-11/+13
* perf timechart: Add "perf timechart record"Arjan van de Ven2009-09-191-8/+39
* perf: Add the timechart toolArjan van de Ven2009-09-194-0/+1129
* perf: Add a SVG helper library fileArjan van de Ven2009-09-193-0/+408
* tracing, perf: Convert the power tracer into an event tracerArjan van de Ven2009-09-1910-388/+113
* perf: Add a sample_event type to the event_unionArjan van de Ven2009-09-191-0/+7
* perf: Allow perf utilities to have "callback" options without argumentsArjan van de Ven2009-09-191-0/+2
* perf: Store trace event name/id pairs in perf.dataArjan van de Ven2009-09-193-0/+90
* perf: Add a timestamp to fork eventsArjan van de Ven2009-09-193-2/+12
* Merge branch 'linus' into perfcounters/coreIngo Molnar2009-09-195088-355349/+593984
|\
| * pty_write: don't do a tty_wakeup() when the buffers are fullLinus Torvalds2009-09-181-2/+4
| * Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-1720-777/+363
| |\
| | * x86, mce: Fix compilation with !CONFIG_DEBUG_FS in mce-severity.cAndi Kleen2009-09-141-0/+2
| | * x86, mce: CE in last bank prevents panic by unknown MCEHidetoshi Seto2009-08-261-4/+4
| | * x86, mce: Fake panic support for MCE testingHuang Ying2009-08-101-11/+64
| | * x86, mce: Move debugfs mce dir creating to mce.cHuang Ying2009-08-103-3/+15
| | * x86, mce: Support specifying raise mode for software MCE injectionHuang Ying2009-08-102-8/+9
| | * x86, mce: Support specifying context for software mce injectionHuang Ying2009-08-102-32/+135
| | * x86, mce: fix reporting of Thermal Monitoring mechanism enabledBartlomiej Zolnierkiewicz2009-07-292-3/+14
| | * x86, mce: remove never executed codeBartlomiej Zolnierkiewicz2009-07-291-2/+0
| | * x86, mce: add missing __cpuinit tagsBartlomiej Zolnierkiewicz2009-07-291-2/+2
| | * x86, mce: fix "mce" boot option handling for CONFIG_X86_NEW_MCEBartlomiej Zolnierkiewicz2009-07-291-1/+3
| | * x86, mce: don't log boot MCEs on Pentium M (model == 13) CPUsBartlomiej Zolnierkiewicz2009-07-291-0/+4
| | * x86: mce: Lower maximum number of banks to architecture limitAndi Kleen2009-07-091-3/+4
| | * x86: mce: macros to compute banks MSRsAndi Kleen2009-07-093-22/+29
| | * x86: mce: Move per bank data in a single datastructureAndi Kleen2009-07-092-56/+67
| | * x86: mce: Move code in mce.cAndi Kleen2009-07-091-11/+11
| | * x86: mce: Rename CONFIG_X86_NEW_MCE to CONFIG_X86_MCEAndi Kleen2009-07-097-16/+10
| | * x86: mce: Remove old i386 machine check codeAndi Kleen2009-07-099-603/+2
| | * x86: mce: Update X86_MCE description in x86/KconfigAndi Kleen2009-07-091-12/+4
| | * x86: mce: Make CONFIG_X86_ANCIENT_MCE dependent on CONFIG_X86_MCEAndi Kleen2009-07-091-1/+1
| | * x86, mce: use atomic_inc_return() instead of add by 1Borislav Petkov2009-06-201-2/+2
| | * x86, mce: fix typo in comment in asm/mce.hBorislav Petkov2009-06-201-1/+1
| * | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-1721-603/+688
| |\ \
| | * | sched: Fix SD_POWERSAVING_BALANCE|SD_PREFER_LOCAL vs SD_WAKE_AFFINEPeter Zijlstra2009-09-171-15/+27
| | * | sched: Stop buddies from hogging the systemPeter Zijlstra2009-09-171-3/+8
| | * | sched: Add new wakeup preemption mode: WAKEUP_RUNNINGPeter Zijlstra2009-09-175-10/+29
| | * | sched: Fix TASK_WAKING & loadaverage breakageIngo Molnar2009-09-171-0/+4
| | * | sched: Disable wakeup balancingPeter Zijlstra2009-09-167-10/+4
| | * | sched: Rename flags to wake_flagsPeter Zijlstra2009-09-161-3/+3
| | * | sched: Clean up the load_idx selection in select_task_rq_fairPeter Zijlstra2009-09-161-19/+8
| | * | sched: Optimize cgroup vs wakeup a bitPeter Zijlstra2009-09-163-22/+10
| | * | sched: x86: Name old_perf in a unique wayPeter Zijlstra2009-09-161-2/+2
| | * | sched: Implement a gentler fair-sleepers featureIngo Molnar2009-09-162-2/+16
| | * | sched: Add SD_PREFER_LOCALPeter Zijlstra2009-09-163-3/+8
| | * | sched: Add a few SYNC hint knobs to play withPeter Zijlstra2009-09-152-3/+21
| | * | sched: Fix sync wakeups againPeter Zijlstra2009-09-151-4/+4
OpenPOWER on IntegriCloud