aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* perf top: Convert to Git option parsingIngo Molnar2009-05-26
* perf stat: Convert to Git option parsingIngo Molnar2009-05-26
* perf_counter tools: Librarize event string parsingIngo Molnar2009-05-26
* perf record: Convert to Git option parsingIngo Molnar2009-05-26
* perf stat: Remove unused variableIngo Molnar2009-05-26
* perf record: Straighten out argv typesIngo Molnar2009-05-26
* perf_counter: Initialize ->oncpu properlyIngo Molnar2009-05-26
* perf_counter, x86: Make NMI lockups more robustIngo Molnar2009-05-26
* perf_counter, x86: Fix APIC NMI programmingIngo Molnar2009-05-26
* perf_counter: powerpc: Implement interrupt throttlingPaul Mackerras2009-05-26
* perf_counter: fix warning & lockupIngo Molnar2009-05-25
* Revert "perf_counter, x86: speed up the scheduling fast-path"Ingo Molnar2009-05-25
* perf_counter: Generic per counter interrupt throttlePeter Zijlstra2009-05-25
* perf_counter: x86: Remove interrupt throttlePeter Zijlstra2009-05-25
* perf_counter: x86: Expose INV and EDGE bitsPeter Zijlstra2009-05-25
* perf_counter: Fix PERF_COUNTER_CONTEXT_SWITCHES for cpu countersPeter Zijlstra2009-05-25
* perf_counter: Propagate inheritance failures down the fork() pathPeter Zijlstra2009-05-25
* perf_counter: Make pctrl() affect inherited counters tooPeter Zijlstra2009-05-25
* perf_counter: Remove unused ABI bitsPeter Zijlstra2009-05-25
* perf_counter: Fix perf-$cmd invokationPeter Zijlstra2009-05-25
* perf stat: flip around ':k' and ':u' flagsIngo Molnar2009-05-25
* perf_counter: Move child perfcounter init to after scheduler initIngo Molnar2009-05-25
* perf top: Reduce display overheadMike Galbraith2009-05-25
* perf_counter tools: increase limits, fixIngo Molnar2009-05-25
* perf_counter: Increase mmap limitIngo Molnar2009-05-24
* perf top: fix segfaultMike Galbraith2009-05-24
* perf_counter: Remove perf_counter_context::nr_enabledPeter Zijlstra2009-05-24
* perf_counter: Change pctrl() behaviourPeter Zijlstra2009-05-24
* perf_counter: Simplify context cleanupPeter Zijlstra2009-05-23
* perf_counter: Fix userspace buildPeter Zijlstra2009-05-23
* perf_counter: Sanitize context lockingPeter Zijlstra2009-05-23
* perf_counter: Sanitize counter->mutexPeter Zijlstra2009-05-23
* perf_counter: Fix dynamic irq_period loggingPeter Zijlstra2009-05-23
* perf_counter tools: increase limitsIngo Molnar2009-05-22
* perf_counter: fix !PERF_COUNTERS build failureIngo Molnar2009-05-22
* perf_counter: Optimize context switch between identical inherited contextsPaul Mackerras2009-05-22
* perf_counter: Dynamically allocate tasks' perf_counter_context structPaul Mackerras2009-05-22
* perf_counter: Fix context removal deadlockIngo Molnar2009-05-20
* perf_counter: Optimize sched in/out of countersPeter Zijlstra2009-05-20
* perf_counter: Optimize disable of time based sw countersPeter Zijlstra2009-05-20
* perf_counter: Log irq_period changesPeter Zijlstra2009-05-20
* perf_counter: Solve the rotate_ctx vs inherit race differentlyPeter Zijlstra2009-05-20
* perf_counter: fix counter inheritance raceIngo Molnar2009-05-19
* perf_counter: fix counter freeing logicIngo Molnar2009-05-19
* perf_counter, x86: speed up the scheduling fast-pathIngo Molnar2009-05-18
* perf_counter: powerpc: initialize cpuhw pointer before usePaul Mackerras2009-05-18
* Merge commit 'v2.6.30-rc6' into perfcounters/coreIngo Molnar2009-05-18
|\
| * Linux 2.6.30-rc6v2.6.30-rc6Linus Torvalds2009-05-16
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-05-15
| |\
| | * PCI MSI: Fix MSI-X with NIU cardsMatthew Wilcox2009-05-11