Age | Commit message (Expand) | Author |
2011-06-27 | ptrace: kill real_parent_is_ptracer() in in favor of ptrace_reparented() | Oleg Nesterov |
2011-06-27 | do not change dead_task->exit_signal | Oleg Nesterov |
2011-06-27 | kill task_detached() | Oleg Nesterov |
2011-06-27 | reparent_leader: check EXIT_DEAD instead of task_detached() | Oleg Nesterov |
2011-06-27 | make do_notify_parent() __must_check, update the callers | Oleg Nesterov |
2011-06-27 | __ptrace_detach: avoid task_detached(), check do_notify_parent() | Oleg Nesterov |
2011-06-27 | kill tracehook_notify_death() | Oleg Nesterov |
2011-06-27 | make do_notify_parent() return bool | Oleg Nesterov |
2011-06-25 | Merge branch 'timer-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2011-06-23 | sched: Generalize sleep inside spinlock detection | Frederic Weisbecker |
2011-06-22 | ptrace: kill clone/exec tracehooks | Tejun Heo |
2011-06-22 | ptrace: kill trivial tracehooks | Tejun Heo |
2011-06-22 | ptrace: kill task_ptrace() | Tejun Heo |
2011-06-22 | lockdep: Fix trace_[soft,hard]irqs_[on,off]() recursion | Peter Zijlstra |
2011-06-22 | printk: Fix console_sem vs logbuf_lock unlock race | Peter Zijlstra |
2011-06-21 | time: Avoid accumulating time drift in suspend/resume | John Stultz |
2011-06-21 | time: Catch invalid timespec sleep values in __timekeeping_inject_sleeptime | John Stultz |
2011-06-21 | alarmtimers: Return -ENOTSUPP if no RTC device is present | John Stultz |
2011-06-21 | alarmtimers: Handle late rtc module loading | John Stultz |
2011-06-21 | PM: Free memory bitmaps if opening /dev/snapshot fails | Michal Kubecek |
2011-06-19 | Merge branches 'perf-urgent-for-linus', 'sched-urgent-for-linus', 'timers-urg... | Linus Torvalds |
2011-06-19 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2011-06-17 | KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyring | David Howells |
2011-06-17 | generic-ipi: Fix kexec boot crash by initializing call_single_queue before en... | Takao Indoh |
2011-06-16 | rcu: Move RCU_BOOST #ifdefs to header file | Paul E. McKenney |
2011-06-16 | ptrace: implement PTRACE_LISTEN | Tejun Heo |
2011-06-16 | ptrace: implement TRAP_NOTIFY and use it for group stop events | Tejun Heo |
2011-06-16 | ptrace: implement PTRACE_INTERRUPT | Tejun Heo |
2011-06-16 | ptrace: implement PTRACE_SEIZE | Tejun Heo |
2011-06-16 | job control: introduce JOBCTL_TRAP_STOP and use it for group stop trap | Tejun Heo |
2011-06-16 | clocksource: Make watchdog robust vs. interruption | Thomas Gleixner |
2011-06-16 | Merge commit 'v3.0-rc3' into perf/core | Ingo Molnar |
2011-06-15 | rcu: use softirq instead of kthreads except when RCU_BOOST=y | Paul E. McKenney |
2011-06-15 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2011-06-15 | gcov: disable CONFIG_CONSTRUCTORS when not needed by CONFIG_GCOV_KERNEL | Josh Triplett |
2011-06-15 | memcg: clear mm->owner when last possible owner leaves | KAMEZAWA Hiroyuki |
2011-06-15 | sched: Check if lowest_mask is initialized in find_lowest_rq() | Steven Rostedt |
2011-06-15 | sched: Fix need_resched() when checking peempt | Hillf Danton |
2011-06-14 | tracing/kprobes: Fix kprobe-tracer to support stack trace | Masami Hiramatsu |
2011-06-14 | stack_trace: Add weak save_stack_trace_regs() | Masami Hiramatsu |
2011-06-14 | ring-buffer: Set __GFP_NORETRY flag for ring buffer allocating process | Vaibhav Nagarnaik |
2011-06-14 | tracing: Convert to kstrtoul_from_user | Peter Huewe |
2011-06-14 | tracing, function_graph: Add context-info support for function_graph tracer | Jiri Olsa |
2011-06-14 | tracing, function_graph: Remove lock-depth from latency trace | Jiri Olsa |
2011-06-14 | tracing, function: Fix trace header to follow context-info option | Jiri Olsa |
2011-06-14 | tracing, function_graph: Merge overhead and duration display functions | Jiri Olsa |
2011-06-14 | tracing, function_graph: Remove dependency of abstime and duration fields on ... | Jiri Olsa |
2011-06-14 | async: Fixed an include coding style issue | Paul McQuade |
2011-06-14 | ftrace: Fixed an include coding style issue | Paul McQuade |
2011-06-14 | tracing: Add disable_on_free option | Steven Rostedt |