diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-11 17:01:07 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-11 17:01:07 -0400 |
commit | 8a1ca8cedd108c8e76a6ab34079d0bbb4f244799 (patch) | |
tree | 636c715524f1718599209cc289908ea44b6cb859 /MAINTAINERS | |
parent | b640f042faa2a2fad6464f259a8afec06e2f6386 (diff) | |
parent | 940010c5a314a7bd9b498593bc6ba1718ac5aec5 (diff) |
Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: (574 commits)
perf_counter: Turn off by default
perf_counter: Add counter->id to the throttle event
perf_counter: Better align code
perf_counter: Rename L2 to LL cache
perf_counter: Standardize event names
perf_counter: Rename enums
perf_counter tools: Clean up u64 usage
perf_counter: Rename perf_counter_limit sysctl
perf_counter: More paranoia settings
perf_counter: powerpc: Implement generalized cache events for POWER processors
perf_counters: powerpc: Add support for POWER7 processors
perf_counter: Accurate period data
perf_counter: Introduce struct for sample data
perf_counter tools: Normalize data using per sample period data
perf_counter: Annotate exit ctx recursion
perf_counter tools: Propagate signals properly
perf_counter tools: Small frequency related fixes
perf_counter: More aggressive frequency adjustment
perf_counter/x86: Fix the model number of Intel Core2 processors
perf_counter, x86: Correct some event and umask values for Intel processors
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ccdb57524e3c..70f961d43d9c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -4403,6 +4403,16 @@ S: Maintained | |||
4403 | F: include/linux/delayacct.h | 4403 | F: include/linux/delayacct.h |
4404 | F: kernel/delayacct.c | 4404 | F: kernel/delayacct.c |
4405 | 4405 | ||
4406 | PERFORMANCE COUNTER SUBSYSTEM | ||
4407 | P: Peter Zijlstra | ||
4408 | M: a.p.zijlstra@chello.nl | ||
4409 | P: Paul Mackerras | ||
4410 | M: paulus@samba.org | ||
4411 | P: Ingo Molnar | ||
4412 | M: mingo@elte.hu | ||
4413 | L: linux-kernel@vger.kernel.org | ||
4414 | S: Supported | ||
4415 | |||
4406 | PERSONALITY HANDLING | 4416 | PERSONALITY HANDLING |
4407 | P: Christoph Hellwig | 4417 | P: Christoph Hellwig |
4408 | M: hch@infradead.org | 4418 | M: hch@infradead.org |