| Commit message (Expand) | Author | Age |
... | |
| * | | | | | | | | | | sched, x86: Fix cpufreq + sched_clock() TSC scaling | Peter Zijlstra | 2009-06-17 |
* | | | | | | | | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2009-06-20 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'tip/tracing/urgent-1' of git://git.kernel.org/pub/scm/linux/ker... | Ingo Molnar | 2009-06-20 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | function-graph: add stack frame test | Steven Rostedt | 2009-06-18 |
| | * | | | | | | | | | | | function-graph: disable when both x86_32 and optimize for size are configured | Steven Rostedt | 2009-06-18 |
| * | | | | | | | | | | | | Merge branch 'tip/tracing/urgent' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 2009-06-20 |
| |\| | | | | | | | | | | |
|
| | * | | | | | | | | | | | ring-buffer: have benchmark test print to trace buffer | Steven Rostedt | 2009-06-17 |
| | * | | | | | | | | | | | ring-buffer: do not grab locks in nmi | Steven Rostedt | 2009-06-17 |
| | * | | | | | | | | | | | ring-buffer: add locks around rb_per_cpu_empty | Steven Rostedt | 2009-06-17 |
| | * | | | | | | | | | | | ring-buffer: check for less than two in size allocation | Steven Rostedt | 2009-06-17 |
| | * | | | | | | | | | | | ring-buffer: remove useless compile check for buffer_page size | Steven Rostedt | 2009-06-17 |
| | * | | | | | | | | | | | ring-buffer: remove useless warn on check | Steven Rostedt | 2009-06-16 |
| | * | | | | | | | | | | | ring-buffer: use BUF_PAGE_HDR_SIZE in calculating index | Steven Rostedt | 2009-06-16 |
| * | | | | | | | | | | | | tracing/urgent: warn in case of ftrace_start_up inbalance | Frederic Weisbecker | 2009-06-20 |
| * | | | | | | | | | | | | tracing/urgent: fix unbalanced ftrace_start_up | Frederic Weisbecker | 2009-06-20 |
| |/ / / / / / / / / / / |
|
| * | | | | | | | | | | | tracing: update sample event documentation | Steven Rostedt | 2009-06-16 |
| * | | | | | | | | | | | tracing/filters: fix race between filter setting and module unload | Li Zefan | 2009-06-16 |
| * | | | | | | | | | | | tracing/filters: free filter_string in destroy_preds() | Li Zefan | 2009-06-16 |
| * | | | | | | | | | | | ring-buffer: use commit counters for commit pointer accounting | Steven Rostedt | 2009-06-16 |
| * | | | | | | | | | | | ring-buffer: remove unused variable | Steven Rostedt | 2009-06-16 |
| * | | | | | | | | | | | ring-buffer: have benchmark test handle discarded events | Steven Rostedt | 2009-06-16 |
| * | | | | | | | | | | | ring-buffer: prevent adding write in discarded area | Steven Rostedt | 2009-06-15 |
| * | | | | | | | | | | | tracing/filters: strloc should be unsigned short | Li Zefan | 2009-06-15 |
| * | | | | | | | | | | | tracing/filters: operand can be negative | Li Zefan | 2009-06-15 |
| * | | | | | | | | | | | tracing: replace a GFP_ATOMIC with GFP_KERNEL allocation | Li Zefan | 2009-06-15 |
| * | | | | | | | | | | | tracing: fix a typo in tracing_cpumask_write() | Li Zefan | 2009-06-15 |
| * | | | | | | | | | | | tracing: fix undeclared 'PAGE_SIZE' in include/linux/trace_seq.h | Wu Zhangjin | 2009-06-15 |
| * | | | | | | | | | | | cpumask: use new operators in kernel/trace | Rusty Russell | 2009-06-15 |
* | | | | | | | | | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-06-20 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | NOHZ: Properly feed cpufreq ondemand governor | Eero Nurkkala | 2009-05-27 |
* | | | | | | | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-06-20 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'x86/mce3' into x86/urgent | Ingo Molnar | 2009-06-20 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | x86, mce: fix error path in mce_create_device() | Hidetoshi Seto | 2009-06-18 |
| | * | | | | | | | | | | | | | x86: use zalloc_cpumask_var for mce_dev_initialized | Yinghai Lu | 2009-06-18 |
| | * | | | | | | | | | | | | | x86: fix duplicated sysfs attribute | Yinghai Lu | 2009-06-18 |
| | * | | | | | | | | | | | | | Merge branch 'x86/urgent' into x86/mce3 | Ingo Molnar | 2009-06-17 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | x86, mce: mce_intel.c needs <asm/apic.h> | H. Peter Anvin | 2009-06-17 |
| | * | | | | | | | | | | | | | | x86, mce: rename _64.c files which are no longer 64-bit-specific | Hidetoshi Seto | 2009-06-16 |
| | * | | | | | | | | | | | | | | x86, mce: mce.h cleanup | Hidetoshi Seto | 2009-06-16 |
| | * | | | | | | | | | | | | | | x86, mce: remove therm_throt.h | Hidetoshi Seto | 2009-06-16 |
| | * | | | | | | | | | | | | | | x86, mce: remove intel_set_thermal_handler() | Hidetoshi Seto | 2009-06-16 |
| | * | | | | | | | | | | | | | | x86, mce: squash mce_intel.c into therm_throt.c | Hidetoshi Seto | 2009-06-16 |
| | * | | | | | | | | | | | | | | x86, mce: unify smp_thermal_interrupt | Hidetoshi Seto | 2009-06-16 |
| | * | | | | | | | | | | | | | | x86, mce: unify smp_thermal_interrupt, prepare | Hidetoshi Seto | 2009-06-16 |
| | * | | | | | | | | | | | | | | x86, mce: unify smp_thermal_interrupt, prepare mce_intel_64 | Hidetoshi Seto | 2009-06-16 |
| | * | | | | | | | | | | | | | | x86, mce: unify smp_thermal_interrupt, prepare p4 | Hidetoshi Seto | 2009-06-16 |
| | * | | | | | | | | | | | | | | x86, mce: make mce_disabled boolean | Hidetoshi Seto | 2009-06-16 |
| | * | | | | | | | | | | | | | | x86, mce: unify mce.h | Hidetoshi Seto | 2009-06-16 |
| | * | | | | | | | | | | | | | | x86, mce: sysfs entries for new mce options | Hidetoshi Seto | 2009-06-16 |
| | * | | | | | | | | | | | | | | x86, mce: rename static variables around trigger | Hidetoshi Seto | 2009-06-16 |