| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt... | Ingo Molnar | 2008-11-11 | 10 | -70/+235 |
|\ |
|
| * | ring-buffer: prevent infinite looping on time stamping | Steven Rostedt | 2008-11-11 | 1 | -1/+1 |
| * | ftrace: disable tracing on resize | Steven Rostedt | 2008-11-11 | 1 | -1/+16 |
| * | Merge branch 'cpus4096' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/... | Linus Torvalds | 2008-11-09 | 2 | -0/+48 |
| |\ |
|
| | * | cpumask: introduce new API, without changing anything | Rusty Russell | 2008-11-06 | 2 | -0/+48 |
| * | | sched: fix memory leak in a failure path | Li Zefan | 2008-11-07 | 1 | -0/+1 |
| * | | sched: fix a bug in sched domain degenerate | Li Zefan | 2008-11-07 | 1 | -2/+4 |
| * | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2008-11-07 | 2 | -36/+111 |
| |\ \ |
|
| | * | | Add round_jiffies_up and related routines | Alan Stern | 2008-11-06 | 1 | -30/+99 |
| | * | | generic-ipi: fix the smp_mb() placement | Suresh Siddha | 2008-11-06 | 1 | -6/+12 |
| | |/ |
|
| * | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2008-11-07 | 3 | -29/+54 |
| |\ \ |
|
| | * | | sched: fix buddies for group scheduling | Peter Zijlstra | 2008-11-05 | 1 | -2/+14 |
| | * | | sched: backward looking buddy | Peter Zijlstra | 2008-11-05 | 3 | -9/+30 |
| | * | | sched: fix fair preempt check | Peter Zijlstra | 2008-11-05 | 1 | -0/+3 |
| | * | | sched: cleanup fair task selection | Peter Zijlstra | 2008-11-05 | 1 | -22/+11 |
| | |/ |
|
| * / | cgroups: fix invalid cgrp->dentry before cgroup has been completely removed | Li Zefan | 2008-11-07 | 1 | -1/+0 |
| |/ |
|
* / | ftrace: fix breakage in bin_fmt results | Eric Anholt | 2008-11-05 | 1 | -1/+1 |
|/ |
|
* | tracing, ring-buffer: add paranoid checks for loops | Steven Rostedt | 2008-11-03 | 1 | -0/+56 |
* | ftrace: use kretprobe trampoline name to test in output | Steven Rostedt | 2008-11-03 | 1 | -18/+21 |
* | tracing, alpha: undefined reference to `save_stack_trace' | Al Viro | 2008-11-03 | 2 | -1/+3 |
* | PM_TEST_SUSPEND should depend on RTC_CLASS, not RTC_LIB | Al Viro | 2008-11-01 | 1 | -1/+1 |
* | reserve_region_with_split: Fix GFP_KERNEL usage under spinlock | Linus Torvalds | 2008-11-01 | 1 | -1/+1 |
* | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2008-10-31 | 1 | -1/+1 |
|\ |
|
| * | sched: change sched_debug's mode to 0444 | Li Zefan | 2008-10-30 | 1 | -1/+1 |
* | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2008-10-31 | 2 | -10/+17 |
|\ \ |
|
| * | | ftrace: handle archs that do not support irqs_disabled_flags | Steven Rostedt | 2008-10-31 | 2 | -10/+17 |
* | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2008-10-31 | 1 | -1/+3 |
|\ \ \ |
|
| * | | | resources: fix x86info results ioremap.c:226 __ioremap_caller+0xf2/0x2d6() WA... | Suresh Siddha | 2008-10-28 | 1 | -1/+3 |
| | |/
| |/| |
|
* | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2008-10-30 | 2 | -1/+9 |
|\ \ \
| | |/
| |/| |
|
| * | | ftrace: fix trace_nop config select | Steven Rostedt | 2008-10-29 | 1 | -1/+1 |
| * | | ftrace: perform an initialization for ftrace to enable it | Frederic Weisbecker | 2008-10-28 | 1 | -0/+8 |
| |/ |
|
* | | 'kill sig -1' must only apply to caller's namespace | Sukadev Bhattiprolu | 2008-10-30 | 1 | -1/+2 |
* | | kernel/profile: fix profile_init() section mismatch | Paul Mundt | 2008-10-30 | 1 | -1/+1 |
* | | freezer_cg: simplify freezer_change_state() | Li Zefan | 2008-10-30 | 1 | -12/+7 |
* | | freezer_cg: use thaw_process() in unfreeze_cgroup() | Li Zefan | 2008-10-30 | 2 | -21/+14 |
* | | freezer_cg: remove redundant check in freezer_can_attach() | Li Zefan | 2008-10-30 | 1 | -9/+7 |
* | | freezer_cg: fix improper BUG_ON() causing oops | Li Zefan | 2008-10-30 | 1 | -1/+2 |
|/ |
|
* | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2008-10-28 | 14 | -567/+143 |
|\ |
|
| * | ftrace: fix current_tracer error return | Steven Rostedt | 2008-10-28 | 1 | -3/+4 |
| * | tracing: fix a build error on alpha | Frederic Weisbecker | 2008-10-28 | 1 | -0/+1 |
| * | tracing/ftrace: make boot tracer select the sched_switch tracer | Frederic Weisbecker | 2008-10-27 | 1 | -0/+1 |
| * | tracepoint: check if the probe has been registered | Frederic Weisbecker | 2008-10-27 | 1 | -0/+8 |
| * | trace: fix printk warning for u64 | Stephen Rothwell | 2008-10-27 | 1 | -1/+3 |
| * | Merge commit 'v2.6.28-rc2' into tracing/urgent | Ingo Molnar | 2008-10-27 | 28 | -551/+785 |
| |\ |
|
| * | | ftrace: warning in kernel/trace/ftrace.c | Ingo Molnar | 2008-10-24 | 1 | -1/+4 |
| * | | ftrace: fix build failure | Ingo Molnar | 2008-10-23 | 1 | -2/+0 |
| * | | ftrace: remove ftrace hash | Steven Rostedt | 2008-10-23 | 2 | -211/+35 |
| * | | ftrace: remove mcount set | Steven Rostedt | 2008-10-23 | 1 | -9/+0 |
| * | | ftrace: remove daemon | Steven Rostedt | 2008-10-23 | 2 | -308/+28 |
| * | | ftrace: add ftrace warn on to disable ftrace | Steven Rostedt | 2008-10-23 | 1 | -10/+19 |