summaryrefslogtreecommitdiff
path: root/include/linux/sched.h
AgeCommit message (Expand)AuthorFilesLines
2012-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+19
2011-12-19Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Martin 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-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-17writeback: remove vm_dirties and task->dirtiesWu Fengguang1-1/+0
2011-11-17sched: Make separate sched*.c translation unitsPeter Zijlstra1-0/+9
2011-11-07Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+7
2011-10-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+6
2011-10-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+0
2011-10-26Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2011-10-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus 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-30user namespace: usb: make usb urbs user namespace aware (v2)Serge Hallyn1-1/+2
2011-09-29rcu: Simplify unboosting checksPaul E. McKenney1-3/+0
2011-09-29nohz: 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-23Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2011-07-23Merge 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-21Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus 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-20rcu: 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...Ingo 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
2011-06-10sched: Isolate preempt counting in its own config optionFrederic Weisbecker1-1/+1
2011-06-08Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2011-06-04job control: introduce task_set_jobctl_pending()Tejun Heo1-0/+2
2011-06-04job control: introduce JOBCTL_PENDING_MASK and task_clear_jobctl_pending()Tejun Heo1-1/+4
2011-06-04job control: rename signal->group_stop and flags to jobctl and update themTejun Heo1-8/+14
2011-05-31sched: Fix schedstat.nr_wakeups_migratePeter Zijlstra1-0/+1
2011-05-29mm: Fix boot crash in mm_alloc()Linus Torvalds1-1/+0