aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-19/+54
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-3/+1
2012-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+19
2011-12-19Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into cputime-tipMartin Schwidefsky1-2/+17
2011-12-15[S390] cputime: add sparse checking and cleanupMartin Schwidefsky1-2/+2
2011-12-15sched: Mark parent and real_parent as __rcuKees Cook1-2/+2
2011-12-15Merge commit 'v3.2-rc5' into sched/coreIngo Molnar1-1/+0
2011-12-12threadgroup: extend threadgroup_lock() to cover exit and execTejun Heo1-6/+41
2011-12-12threadgroup: rename signal->threadgroup_fork_lock to ->group_rwsemTejun Heo1-15/+15
2011-12-11sched: Add is_idle_task() to handle invalidated uses of idle_cpu()Paul E. McKenney1-0/+8
2011-12-06sched: Fix compile error for UP,!NOHZPeter Zijlstra1-1/+1
2011-12-06sched, nohz: Track nr_busy_cpus in the sched_group_powerSuresh Siddha1-0/+6
2011-11-23Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into pm-freezerRafael J. Wysocki1-3/+1
2011-11-23freezer: kill unused set_freezable_with_signal()Tejun Heo1-1/+0
2011-11-21freezer: kill PF_FREEZINGTejun Heo1-2/+1
2011-11-17writeback: remove vm_dirties and task->dirtiesWu Fengguang1-1/+0
2011-11-17sched: Make separate sched*.c translation unitsPeter Zijlstra1-0/+9
2011-11-06Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-0/+7
2011-10-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+6
2011-10-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+0
2011-10-26Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2011-10-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-1/+2
2011-10-04sched: Convert to struct llistPeter Zijlstra1-1/+2
2011-10-04Merge branch 'linus' into sched/coreIngo Molnar1-1/+0
2011-10-03writeback: per task dirty rate limitWu Fengguang1-0/+7
2011-09-30posix-cpu-timers: Cure SMP wobblesPeter Zijlstra1-1/+0
2011-09-29user namespace: usb: make usb urbs user namespace aware (v2)Serge Hallyn1-1/+2
2011-09-28rcu: Simplify unboosting checksPaul E. McKenney1-3/+0
2011-09-28nohz: Remove nohz_cpu_maskShi, Alex1-1/+0
2011-09-13locking, sched: Annotate thread_group_cputimer as rawThomas Gleixner1-2/+2
2011-08-14sched: Accumulate per-cfs_rq cpu usage and charge against bandwidthPaul Turner1-0/+4
2011-08-11move RLIMIT_NPROC check from set_user() to do_execve_common()Vasiliy Kulikov1-0/+1
2011-07-25Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2011-07-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2011-07-22Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds1-18/+34
2011-07-21Merge branch 'linus' into sched/coreIngo Molnar1-5/+14
2011-07-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+3
2011-07-20sched: Allow for overlapping sched_domain spansPeter Zijlstra1-0/+2
2011-07-20sched: Break out cpu_power from the sched_group structurePeter Zijlstra1-5/+9
2011-07-19rcu: Fix RCU_BOOST race handling current->rcu_read_unlock_specialPaul E. McKenney1-0/+3
2011-07-12fixlet: Remove fs_excl from struct task.Justin TerAvest1-1/+0
2011-07-05sched: Disable (revert) SCHED_LOAD_SCALE increasePeter Zijlstra1-1/+1
2011-07-01Merge branch 'sched/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into sched/coreIngo Molnar1-1/+1
2011-06-27redefine thread_group_leader() as exit_signal >= 0Oleg Nesterov1-2/+4
2011-06-27kill task_detached()Oleg Nesterov1-5/+0
2011-06-27make do_notify_parent() __must_check, update the callersOleg Nesterov1-1/+1
2011-06-27make do_notify_parent() return boolOleg Nesterov1-2/+2
2011-06-16ptrace: implement PTRACE_LISTENTejun Heo1-0/+2
2011-06-16ptrace: implement TRAP_NOTIFY and use it for group stop eventsTejun Heo1-1/+3
2011-06-16job control: introduce JOBCTL_TRAP_STOP and use it for group stop trapTejun Heo1-1/+5