Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | perf report: Print out raw events in hexa | Ingo Molnar | 2009-06-14 | 1 | -1/+35 | |
| * | | | | | | | | | perf annotate: Fixes for filename:line displays | Frederic Weisbecker | 2009-06-13 | 1 | -5/+6 | |
| * | | | | | | | | | perf stat: Enable raw data to be printed | Ingo Molnar | 2009-06-13 | 2 | -18/+30 | |
| * | | | | | | | | | perf stat: Add feature to run and measure a command multiple times | Ingo Molnar | 2009-06-13 | 1 | -65/+194 | |
| * | | | | | | | | | perf stat: Reorganize output | Ingo Molnar | 2009-06-13 | 2 | -29/+42 | |
| * | | | | | | | | | perf_counter, x86: Update AMD hw caching related event table | Jaswinder Singh Rajput | 2009-06-13 | 1 | -21/+15 | |
| * | | | | | | | | | perf_counter, x86: Check old-AMD performance monitoring support | Jaswinder Singh Rajput | 2009-06-13 | 1 | -0/+4 | |
| * | | | | | | | | | perf_counter: Fix stack corruption in perf_read_hw | Marti Raudsepp | 2009-06-13 | 1 | -1/+1 | |
| * | | | | | | | | | perf_counter: Fix atomic_set vs. atomic64_t type mismatch | Paul Mackerras | 2009-06-13 | 1 | -1/+1 | |
| * | | | | | | | | | perf annotate: Print a sorted summary of annotated overhead lines | Frederic Weisbecker | 2009-06-13 | 1 | -21/+90 | |
| * | | | | | | | | | perf annotate: Print the filename:line for annotated colored lines | Frederic Weisbecker | 2009-06-13 | 2 | -1/+98 | |
* | | | | | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2009-06-20 | 6 | -9/+18 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | sched: Fix out of scope variable access in sched_slice() | Christian Engelmayer | 2009-06-17 | 1 | -1/+2 | |
| * | | | | | | | | | | sched: Hide runqueues from direct refer at source code level | Hitoshi Mitake | 2009-06-17 | 1 | -3/+3 | |
| * | | | | | | | | | | sched: Remove unneeded __ref tag | Li Zefan | 2009-06-17 | 2 | -2/+2 | |
| * | | | | | | | | | | sched, x86: Fix cpufreq + sched_clock() TSC scaling | Peter Zijlstra | 2009-06-17 | 2 | -3/+11 | |
* | | | | | | | | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2009-06-20 | 19 | -186/+332 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'tip/tracing/urgent-1' of git://git.kernel.org/pub/scm/linux/ker... | Ingo Molnar | 2009-06-20 | 9 | -9/+54 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | function-graph: add stack frame test | Steven Rostedt | 2009-06-18 | 9 | -9/+53 | |
| | * | | | | | | | | | | | function-graph: disable when both x86_32 and optimize for size are configured | Steven Rostedt | 2009-06-18 | 1 | -0/+1 | |
| * | | | | | | | | | | | | Merge branch 'tip/tracing/urgent' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 2009-06-20 | 2 | -41/+78 | |
| |\| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | ring-buffer: have benchmark test print to trace buffer | Steven Rostedt | 2009-06-17 | 1 | -18/+19 | |
| | * | | | | | | | | | | | ring-buffer: do not grab locks in nmi | Steven Rostedt | 2009-06-17 | 1 | -8/+51 | |
| | * | | | | | | | | | | | ring-buffer: add locks around rb_per_cpu_empty | Steven Rostedt | 2009-06-17 | 1 | -2/+9 | |
| | * | | | | | | | | | | | ring-buffer: check for less than two in size allocation | Steven Rostedt | 2009-06-17 | 1 | -2/+2 | |
| | * | | | | | | | | | | | ring-buffer: remove useless compile check for buffer_page size | Steven Rostedt | 2009-06-17 | 1 | -11/+0 | |
| | * | | | | | | | | | | | ring-buffer: remove useless warn on check | Steven Rostedt | 2009-06-16 | 1 | -3/+0 | |
| | * | | | | | | | | | | | ring-buffer: use BUF_PAGE_HDR_SIZE in calculating index | Steven Rostedt | 2009-06-16 | 1 | -1/+1 | |
| * | | | | | | | | | | | | tracing/urgent: warn in case of ftrace_start_up inbalance | Frederic Weisbecker | 2009-06-20 | 1 | -0/+7 | |
| * | | | | | | | | | | | | tracing/urgent: fix unbalanced ftrace_start_up | Frederic Weisbecker | 2009-06-20 | 1 | -3/+5 | |
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | tracing: update sample event documentation | Steven Rostedt | 2009-06-16 | 2 | -11/+24 | |
| * | | | | | | | | | | | tracing/filters: fix race between filter setting and module unload | Li Zefan | 2009-06-16 | 1 | -17/+10 | |
| * | | | | | | | | | | | tracing/filters: free filter_string in destroy_preds() | Li Zefan | 2009-06-16 | 1 | -0/+1 | |
| * | | | | | | | | | | | ring-buffer: use commit counters for commit pointer accounting | Steven Rostedt | 2009-06-16 | 1 | -79/+75 | |
| * | | | | | | | | | | | ring-buffer: remove unused variable | Steven Rostedt | 2009-06-16 | 1 | -1/+0 | |
| * | | | | | | | | | | | ring-buffer: have benchmark test handle discarded events | Steven Rostedt | 2009-06-16 | 1 | -3/+5 | |
| * | | | | | | | | | | | ring-buffer: prevent adding write in discarded area | Steven Rostedt | 2009-06-15 | 1 | -12/+56 | |
| * | | | | | | | | | | | tracing/filters: strloc should be unsigned short | Li Zefan | 2009-06-15 | 1 | -1/+1 | |
| * | | | | | | | | | | | tracing/filters: operand can be negative | Li Zefan | 2009-06-15 | 1 | -1/+6 | |
| * | | | | | | | | | | | tracing: replace a GFP_ATOMIC with GFP_KERNEL allocation | Li Zefan | 2009-06-15 | 1 | -1/+1 | |
| * | | | | | | | | | | | tracing: fix a typo in tracing_cpumask_write() | Li Zefan | 2009-06-15 | 1 | -3/+3 | |
| * | | | | | | | | | | | tracing: fix undeclared 'PAGE_SIZE' in include/linux/trace_seq.h | Wu Zhangjin | 2009-06-15 | 1 | -0/+2 | |
| * | | | | | | | | | | | cpumask: use new operators in kernel/trace | Rusty Russell | 2009-06-15 | 2 | -3/+3 | |
* | | | | | | | | | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-06-20 | 1 | -3/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | NOHZ: Properly feed cpufreq ondemand governor | Eero Nurkkala | 2009-05-27 | 1 | -3/+9 | |
* | | | | | | | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-06-20 | 37 | -597/+670 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'x86/mce3' into x86/urgent | Ingo Molnar | 2009-06-20 | 16 | -508/+528 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | x86, mce: fix error path in mce_create_device() | Hidetoshi Seto | 2009-06-18 | 1 | -5/+5 | |
| | * | | | | | | | | | | | | | x86: use zalloc_cpumask_var for mce_dev_initialized | Yinghai Lu | 2009-06-17 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | x86: fix duplicated sysfs attribute | Yinghai Lu | 2009-06-17 | 1 | -1/+1 |