summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAgeFilesLines
* move RLIMIT_NPROC check from set_user() to do_execve_common()Vasiliy Kulikov2011-08-111-0/+1
* Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds2011-07-251-1/+0Star
|\
| * fixlet: Remove fs_excl from struct task.Justin TerAvest2011-07-121-1/+0Star
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-07-231-1/+1
|\ \
| * \ Merge branch 'linus' into sched/coreIngo Molnar2011-07-211-5/+14
| |\ \
| * \ \ Merge branch 'sched/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-07-011-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | sched: Isolate preempt counting in its own config optionFrederic Weisbecker2011-06-101-1/+1
* | | | Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds2011-07-231-18/+34
|\ \ \ \ | |_|_|/ |/| | |
| * | | redefine thread_group_leader() as exit_signal >= 0Oleg Nesterov2011-06-271-2/+4
| * | | kill task_detached()Oleg Nesterov2011-06-271-5/+0Star
| * | | make do_notify_parent() __must_check, update the callersOleg Nesterov2011-06-271-1/+1
| * | | make do_notify_parent() return boolOleg Nesterov2011-06-271-2/+2
| * | | ptrace: implement PTRACE_LISTENTejun Heo2011-06-161-0/+2
| * | | ptrace: implement TRAP_NOTIFY and use it for group stop eventsTejun Heo2011-06-161-1/+3
| * | | job control: introduce JOBCTL_TRAP_STOP and use it for group stop trapTejun Heo2011-06-161-1/+5
| * | | job control: introduce task_set_jobctl_pending()Tejun Heo2011-06-041-0/+2
| * | | job control: introduce JOBCTL_PENDING_MASK and task_clear_jobctl_pending()Tejun Heo2011-06-041-1/+4
| * | | job control: rename signal->group_stop and flags to jobctl and update themTejun Heo2011-06-041-8/+14
* | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-07-211-0/+3
|\ \ \ \
| * | | | rcu: Fix RCU_BOOST race handling current->rcu_read_unlock_specialPaul E. McKenney2011-07-201-0/+3
* | | | | sched: Allow for overlapping sched_domain spansPeter Zijlstra2011-07-201-0/+2
* | | | | sched: Break out cpu_power from the sched_group structurePeter Zijlstra2011-07-201-5/+9
|/ / / /
* | / / sched: Disable (revert) SCHED_LOAD_SCALE increasePeter Zijlstra2011-07-051-1/+1
| |/ / |/| |
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-06-081-0/+1
|\ \ \ | |/ / |/| / | |/
| * sched: Fix schedstat.nr_wakeups_migratePeter Zijlstra2011-05-311-0/+1
* | mm: Fix boot crash in mm_alloc()Linus Torvalds2011-05-291-1/+0Star
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-05-281-0/+7
|\|
| * cpuset: Fix cpuset_cpus_allowed_fallback(), don't update tsk->rt.nr_cpus_allowedKOSAKI Motohiro2011-05-281-0/+7
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-05-281-1/+1
|\ \ | |/ |/|
| * Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2011-05-271-1/+1
| |\
| | * ftrace: Add internal recursive checksSteven Rostedt2011-05-261-1/+1
* | | cgroups: read-write lock CLONE_THREAD forking per threadgroupBen Blum2011-05-271-0/+36
|/ /
* | mm: convert mm->cpu_vm_cpumask into cpumask_var_tKOSAKI Motohiro2011-05-251-0/+1
* | oom: replace PF_OOM_ORIGIN with toggling oom_score_adjDavid Rientjes2011-05-251-1/+0Star
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-05-231-6/+28
|\ \
| * | sched: Increase SCHED_LOAD_SCALE resolutionNikhil Rao2011-05-201-2/+21
| * | sched: Introduce SCHED_POWER_SCALE to scale cpu_power calculationsNikhil Rao2011-05-201-5/+8
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-05-231-1/+0Star
|\ \ \ | | |/ | |/|
| * | watchdog: Disable watchdog when thresh is zeroMandeep Singh Baines2011-05-231-1/+0Star
| |/
* | Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds2011-05-201-3/+14
|\ \ | |/ |/|
| * Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/mis...Oleg Nesterov2011-04-071-3/+14
| |\
| | * signal: Turn SIGNAL_STOP_DEQUEUED into GROUP_STOP_DEQUEUEDOleg Nesterov2011-04-041-3/+3
| | * ptrace: Clean transitions between TASK_STOPPED and TRACEDTejun Heo2011-03-231-0/+2
| | * signal: Use GROUP_STOP_PENDING to stop once for a single group stopTejun Heo2011-03-231-0/+3
| | * signal: Fix premature completion of group stop when interfered by ptraceTejun Heo2011-03-231-0/+6
* | | sched: Remove unused parameters from sched_fork() and wake_up_new_task()Samir Bellabes2011-05-121-3/+2Star
* | | Merge commit 'v2.6.39-rc7' into sched/coreIngo Molnar2011-05-121-0/+3
|\ \ \
| * | | ptrace: Prepare to fix racy accesses on task breakpointsFrederic Weisbecker2011-04-251-0/+3
* | | | sched: Get rid of lock_depthJonathan Corbet2011-04-241-6/+0Star
* | | | Merge commit 'v2.6.39-rc4' into sched/coreIngo Molnar2011-04-211-0/+3
|\| | |