summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* do not change dead_task->exit_signalOleg Nesterov2011-06-272-2/+0Star
* kill task_detached()Oleg Nesterov2011-06-271-3/+2Star
* reparent_leader: check EXIT_DEAD instead of task_detached()Oleg Nesterov2011-06-271-1/+1
* make do_notify_parent() __must_check, update the callersOleg Nesterov2011-06-271-21/+8Star
* __ptrace_detach: avoid task_detached(), check do_notify_parent()Oleg Nesterov2011-06-271-15/+18
* kill tracehook_notify_death()Oleg Nesterov2011-06-271-8/+13
* make do_notify_parent() return boolOleg Nesterov2011-06-272-11/+15
* ptrace: kill clone/exec tracehooksTejun Heo2011-06-221-9/+32
* ptrace: kill trivial tracehooksTejun Heo2011-06-223-10/+7Star
* ptrace: kill task_ptrace()Tejun Heo2011-06-222-11/+11
* ptrace: implement PTRACE_LISTENTejun Heo2011-06-163-8/+50
* ptrace: implement TRAP_NOTIFY and use it for group stop eventsTejun Heo2011-06-161-3/+35
* ptrace: implement PTRACE_INTERRUPTTejun Heo2011-06-161-2/+27
* ptrace: implement PTRACE_SEIZETejun Heo2011-06-162-15/+59
* job control: introduce JOBCTL_TRAP_STOP and use it for group stop trapTejun Heo2011-06-162-32/+70
* signal: remove three noop tracehooksTejun Heo2011-06-041-30/+14Star
* ptrace: use bit_waitqueue for TRAPPING instead of wait_chldexitTejun Heo2011-06-042-4/+9
* job control: introduce task_set_jobctl_pending()Tejun Heo2011-06-042-9/+43
* job control: make task_clear_jobctl_pending() clear TRAPPING automaticallyTejun Heo2011-06-041-5/+8
* job control: introduce JOBCTL_PENDING_MASK and task_clear_jobctl_pending()Tejun Heo2011-06-041-10/+17
* ptrace: relocate set_current_state(TASK_TRACED) in ptrace_stop()Tejun Heo2011-06-041-15/+13Star
* ptrace: ptrace_check_attach(): rename @kill to @ignore_state and add commentsTejun Heo2011-06-041-5/+19
* job control: rename signal->group_stop and flags to jobctl and update themTejun Heo2011-06-042-51/+52
* ptrace: remove silly wait_trap variable from ptrace_attach()Tejun Heo2011-06-041-3/+1Star
* rcu: Cure load woesPeter Zijlstra2011-05-312-9/+56
* mm: Fix boot crash in mm_alloc()Linus Torvalds2011-05-291-32/+10Star
* Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-05-291-12/+25
|\
| * idle governor: Avoid lock acquisition to read pm_qos before entering idleTim Chen2011-05-291-12/+25
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-05-286-26/+57
|\ \
| * | cpuset: Fix cpuset_cpus_allowed_fallback(), don't update tsk->rt.nr_cpus_allowedKOSAKI Motohiro2011-05-283-11/+16
| * | sched: Fix ->min_vruntime calculation in dequeue_entity()Peter Zijlstra2011-05-281-2/+3
| * | sched: Fix ttwu() for __ARCH_WANT_INTERRUPTS_ON_CTXSWPeter Zijlstra2011-05-281-9/+28
| * | sched: More sched_domain iterations fixesXiaotian Feng2011-05-282-4/+10
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-05-284-136/+94Star
|\ \ \
| * | | rcu: Start RCU kthreads in TASK_INTERRUPTIBLE statePaul E. McKenney2011-05-282-0/+3
| * | | rcu: Remove waitqueue usage for cpu, node, and boost kthreadsPeter Zijlstra2011-05-283-39/+17Star
| * | | rcu: Avoid acquiring rcu_node locks in timer functionsPaul E. McKenney2011-05-282-9/+8Star
| * | | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2011-05-284-90/+68Star
| |\ \ \ | | |/ / | |/| |
| | * | rcu: Decrease memory-barrier usage based on semi-formal proofPaul E. McKenney2011-05-264-77/+62Star
| | * | rcu: Make rcu_enter_nohz() pay attention to nestingPaul E. McKenney2011-05-261-2/+2
| | * | rcu: Don't do reschedule unless in irqPaul E. McKenney2011-05-261-2/+3
| | * | rcu: Remove old memory barriers from rcu_process_callbacks()Paul E. McKenney2011-05-261-14/+0Star
| | * | rcu: Add memory barriersPaul E. McKenney2011-05-261-0/+6
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-05-288-24/+101
|\ \ \ \
| * | | | perf: Fix SIGIO handlingPeter Zijlstra2011-05-281-0/+8
| * | | | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2011-05-276-18/+90
| |\ \ \ \
| | * | | | ftrace: Add internal recursive checksSteven Rostedt2011-05-263-6/+32
| | * | | | tracing: Add __print_symbolic_u64 to avoid warnings on 32bit machineliubo2011-05-261-0/+27
| | * | | | ftrace: Set ops->flag to enabled even on static function tracingSteven Rostedt2011-05-261-1/+5
| | * | | | tracing: Have event with function tracer check error returnSteven Rostedt2011-05-261-1/+6