aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sched.h
AgeCommit message (Expand)Author
2012-01-10Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-12-19Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Martin Schwidefsky
2011-12-18writeback: dirty ratelimit - think time compensationWu Fengguang
2011-12-15[S390] cputime: add sparse checking and cleanupMartin Schwidefsky
2011-12-15sched: Mark parent and real_parent as __rcuKees Cook
2011-12-15Merge commit 'v3.2-rc5' into sched/coreIngo Molnar
2011-12-12threadgroup: extend threadgroup_lock() to cover exit and execTejun Heo
2011-12-12threadgroup: rename signal->threadgroup_fork_lock to ->group_rwsemTejun Heo
2011-12-11sched: Add is_idle_task() to handle invalidated uses of idle_cpu()Paul E. McKenney
2011-12-06sched: Fix compile error for UP,!NOHZPeter Zijlstra
2011-12-06sched, nohz: Track nr_busy_cpus in the sched_group_powerSuresh Siddha
2011-11-23Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Rafael J. Wysocki
2011-11-23freezer: kill unused set_freezable_with_signal()Tejun Heo
2011-11-21freezer: kill PF_FREEZINGTejun Heo
2011-11-17writeback: remove vm_dirties and task->dirtiesWu Fengguang
2011-11-17sched: Make separate sched*.c translation unitsPeter Zijlstra
2011-11-06Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-10-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-10-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-10-26Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2011-10-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-10-04sched: Convert to struct llistPeter Zijlstra
2011-10-04Merge branch 'linus' into sched/coreIngo Molnar
2011-10-03writeback: per task dirty rate limitWu Fengguang
2011-09-30posix-cpu-timers: Cure SMP wobblesPeter Zijlstra
2011-09-29user namespace: usb: make usb urbs user namespace aware (v2)Serge Hallyn
2011-09-28rcu: Simplify unboosting checksPaul E. McKenney
2011-09-28nohz: Remove nohz_cpu_maskShi, Alex
2011-09-13locking, sched: Annotate thread_group_cputimer as rawThomas Gleixner
2011-08-14sched: Accumulate per-cfs_rq cpu usage and charge against bandwidthPaul Turner
2011-08-11move RLIMIT_NPROC check from set_user() to do_execve_common()Vasiliy Kulikov
2011-07-25Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2011-07-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-07-22Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds
2011-07-21Merge branch 'linus' into sched/coreIngo Molnar
2011-07-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-07-20sched: Allow for overlapping sched_domain spansPeter Zijlstra
2011-07-20sched: Break out cpu_power from the sched_group structurePeter Zijlstra
2011-07-19rcu: Fix RCU_BOOST race handling current->rcu_read_unlock_specialPaul E. McKenney
2011-07-12fixlet: Remove fs_excl from struct task.Justin TerAvest
2011-07-05sched: Disable (revert) SCHED_LOAD_SCALE increasePeter Zijlstra
2011-07-01Merge branch 'sched/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2011-06-27redefine thread_group_leader() as exit_signal >= 0Oleg Nesterov
2011-06-27kill task_detached()Oleg Nesterov
2011-06-27make do_notify_parent() __must_check, update the callersOleg Nesterov
2011-06-27make do_notify_parent() return boolOleg Nesterov
2011-06-16ptrace: implement PTRACE_LISTENTejun Heo