aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-28kernel: add CLONE_IO to specifically request sharing of IO contextsJens Axboe1-0/+1
2008-01-28ioprio: move io priority from task_struct to io_contextJens Axboe1-1/+0
2008-01-25sched: keep total / count stats in addition to the max forArjan van de Ven1-0/+2
2008-01-25sched, futex: detach sched.h and futex.hAlexey Dobriyan1-1/+1
2008-01-25softlockup: fix signednessIngo Molnar1-2/+2
2008-01-25sched: latencytop supportArjan van de Ven1-0/+5
2008-01-25sched: rt throttling vs no_hzPeter Zijlstra1-0/+2
2008-01-25sched: rt group schedulingPeter Zijlstra1-1/+9
2008-01-25sched: rt time limitPeter Zijlstra1-0/+2
2008-01-25sched: high-res preemption tickPeter Zijlstra1-1/+2
2008-01-25sched: do not do cond_resched() when CONFIG_PREEMPTHerbert Xu1-1/+12
2008-01-25sched: SCHED_FIFO/SCHED_RR watchdog timerPeter Zijlstra1-0/+1
2008-01-25sched: sched_rt_entityPeter Zijlstra1-2/+6
2008-01-25Preempt-RCU: implementationPaul E. McKenney1-0/+5
2008-01-25sched: RT-balance, add new methods to sched_classSteven Rostedt1-0/+7
2008-01-25sched: RT-balance, replace hooks with pre/post schedule and wakeup methodsSteven Rostedt1-0/+3
2008-01-25sched: add sched-domain rootsGregory Haskins1-0/+3
2008-01-25sched: de-SCHED_OTHER-ize the RT pathGregory Haskins1-0/+1
2008-01-25sched: add RT-balance cpu-weightGregory Haskins1-0/+2
2008-01-25softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasksIngo Molnar1-0/+10
2008-01-25sched: group scheduler, fix fairness of cpu bandwidth allocation for task groupsSrivatsa Vaddagiri1-0/+4
2008-01-24fix struct user_info export's sysfs interactionKay Sievers1-7/+2
2008-01-13remove task_ppid_nr_nsRoland McGrath1-13/+0
2007-11-28sched: clean up, move __sched_text_start/end to sched.hIngo Molnar1-0/+4
2007-11-09sched: proper prototype for kernel/sched.c:migration_init()Adrian Bunk1-0/+8
2007-11-09sched: avoid large irq-latencies in smp-balancingPeter Zijlstra1-0/+1
2007-11-09sched: remove PREEMPT_RESTRICTIngo Molnar1-1/+0
2007-11-09sched: restore deterministic CPU accounting on powerpcPaul Mackerras1-0/+1
2007-11-09sched: reintroduce the sched_min_granularity tunablePeter Zijlstra1-1/+5
2007-10-30sched: fix /proc/<PID>/stat stime/utime monotonicity, part 2Balbir Singh1-1/+1
2007-10-29sched: keep utime/stime monotonicPeter Zijlstra1-0/+1
2007-10-26De-constify sched.hAlexey Dobriyan1-14/+14
2007-10-24sched: isolate SMP balancing code a bit morePeter Williams1-0/+2
2007-10-24sched: reduce balance-tasks overheadPeter Williams1-2/+5
2007-10-24sched: constify sched.hJoe Perches1-14/+14
2007-10-19Isolate the explicit usage of signal->pgrpPavel Emelyanov1-2/+17
2007-10-19cpuset sched_load_balance flagPaul Jackson1-0/+2
2007-10-19Uninline the task_xid_nr_ns() callsPavel Emelyanov1-20/+4
2007-10-19Isolate some explicit usage of task->tgidPavel Emelyanov1-0/+6
2007-10-19Uninline find_task_by_xxx set of functionsPavel Emelyanov1-9/+6
2007-10-19pid namespaces: allow cloning of new namespacePavel Emelyanov1-0/+1
2007-10-19pid namespaces: miscellaneous preparations for pid namespacesPavel Emelyanov1-7/+5
2007-10-19pid namespaces: helpers to find the task by its numerical idsPavel Emelyanov1-2/+29
2007-10-19pid namespaces: helpers to obtain pid numbersPavel Emelyanov1-10/+98
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn1-2/+10
2007-10-19pid namespaces: round up the APIPavel Emelianov1-10/+5
2007-10-19Task Control Groups: make cpusets a client of cgroupsPaul Menage1-3/+0
2007-10-19Task Control Groups: shared cgroup subsystem group arraysPaul Menage1-29/+4
2007-10-19Task Control Groups: basic task cgroup frameworkPaul Menage1-1/+33
2007-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds1-21/+21