summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-11Merge branch 'linus' into perfcounters/coreIngo Molnar449-8480/+17770
2009-06-11perf_counter: Turn off by defaultIngo Molnar1-1/+0
2009-06-11perf_counter: Add counter->id to the throttle eventPeter Zijlstra2-1/+4
2009-06-11perf_counter: Better align codeIngo Molnar1-80/+85
2009-06-11perf_counter: Rename L2 to LL cachePeter Zijlstra8-14/+14
2009-06-11perf_counter: Standardize event namesPeter Zijlstra15-135/+136
2009-06-11perf_counter: Rename enumsPeter Zijlstra2-31/+28
2009-06-11perf_counter tools: Clean up u64 usageIngo Molnar6-47/+47
2009-06-11perf_counter: Rename perf_counter_limit sysctlPeter Zijlstra3-12/+23
2009-06-11perf_counter: More paranoia settingsPeter Zijlstra3-6/+27
2009-06-11perf_counter: powerpc: Implement generalized cache events for POWER processorsPaul Mackerras8-6/+294
2009-06-11perf_counters: powerpc: Add support for POWER7 processorsPaul Mackerras3-1/+322
2009-06-11Merge branch 'tracing-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-16/+29
2009-06-11Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds130-2919/+8926
2009-06-11Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-4/+31
2009-06-11Merge branch 'signal-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-12/+64
2009-06-11Merge branch 'rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds11-51/+213
2009-06-11perf_counter: Accurate period dataPeter Zijlstra4-11/+28
2009-06-11perf_counter: Introduce struct for sample dataPeter Zijlstra4-25/+48
2009-06-11perf_counter tools: Normalize data using per sample period dataPeter Zijlstra2-8/+13
2009-06-11perf_counter: Annotate exit ctx recursionPeter Zijlstra1-1/+12
2009-06-11Merge branch 'printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-11/+45
2009-06-11Merge branch 'percpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-97/+44
2009-06-11Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-5/+30
2009-06-11Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds14-438/+1099
2009-06-11Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-355/+1225
2009-06-11Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds37-174/+1281
2009-06-11Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-9/+10
2009-06-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-29/+66
2009-06-11Merge branch 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds21-355/+489
2009-06-11Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds25-396/+213
2009-06-11Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-248/+266
2009-06-11Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-20/+16
2009-06-11Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-502/+237
2009-06-11Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds29-85/+78
2009-06-11Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-38/+28
2009-06-11Merge branch 'sched-docs-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+151
2009-06-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds13-150/+325
2009-06-11Revert "x86, bts: reenable ptrace branch trace support"Ingo Molnar1-0/+1
2009-06-11Merge branch 'x86-kbuild-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds32-981/+1235
2009-06-11Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds80-1323/+1260
2009-06-11CPUFREQ: Mark e_powersaver driver as EXPERIMENTAL and DANGEROUSHarald Welte1-3/+6
2009-06-11CPUFREQ: Enable acpi-cpufreq driver for VIA/Centaur CPUsHarald Welte1-5/+1
2009-06-10tracing: do not translate event helper macros in print formatSteven Rostedt1-77/+81
2009-06-10ftrace/documentation: fix typo in function grapher nameMike Frysinger1-1/+1
2009-06-10perf_counter tools: Propagate signals properlyPeter Zijlstra2-0/+25
2009-06-10perf_counter tools: Small frequency related fixesPeter Zijlstra2-2/+7
2009-06-10perf_counter: More aggressive frequency adjustmentPeter Zijlstra3-44/+92
2009-06-10perf_counter/x86: Fix the model number of Intel Core2 processorsYong Wang1-1/+4
2009-06-10tracing/events: convert block trace points to TRACE_EVENT(), fix !CONFIG_BLOCKLi Zefan1-2/+2