aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAgeFilesLines
* kernel: add CLONE_IO to specifically request sharing of IO contextsJens Axboe2008-01-281-0/+1
* ioprio: move io priority from task_struct to io_contextJens Axboe2008-01-281-1/+0
* sched: keep total / count stats in addition to the max forArjan van de Ven2008-01-251-0/+2
* sched, futex: detach sched.h and futex.hAlexey Dobriyan2008-01-251-1/+1
* softlockup: fix signednessIngo Molnar2008-01-251-2/+2
* sched: latencytop supportArjan van de Ven2008-01-251-0/+5
* sched: rt throttling vs no_hzPeter Zijlstra2008-01-251-0/+2
* sched: rt group schedulingPeter Zijlstra2008-01-251-1/+9
* sched: rt time limitPeter Zijlstra2008-01-251-0/+2
* sched: high-res preemption tickPeter Zijlstra2008-01-251-1/+2
* sched: do not do cond_resched() when CONFIG_PREEMPTHerbert Xu2008-01-251-1/+12
* sched: SCHED_FIFO/SCHED_RR watchdog timerPeter Zijlstra2008-01-251-0/+1
* sched: sched_rt_entityPeter Zijlstra2008-01-251-2/+6
* Preempt-RCU: implementationPaul E. McKenney2008-01-251-0/+5
* sched: RT-balance, add new methods to sched_classSteven Rostedt2008-01-251-0/+7
* sched: RT-balance, replace hooks with pre/post schedule and wakeup methodsSteven Rostedt2008-01-251-0/+3
* sched: add sched-domain rootsGregory Haskins2008-01-251-0/+3
* sched: de-SCHED_OTHER-ize the RT pathGregory Haskins2008-01-251-0/+1
* sched: add RT-balance cpu-weightGregory Haskins2008-01-251-0/+2
* softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasksIngo Molnar2008-01-251-0/+10
* sched: group scheduler, fix fairness of cpu bandwidth allocation for task groupsSrivatsa Vaddagiri2008-01-251-0/+4
* fix struct user_info export's sysfs interactionKay Sievers2008-01-241-7/+2
* remove task_ppid_nr_nsRoland McGrath2008-01-131-13/+0
* sched: clean up, move __sched_text_start/end to sched.hIngo Molnar2007-11-281-0/+4
* sched: proper prototype for kernel/sched.c:migration_init()Adrian Bunk2007-11-091-0/+8
* sched: avoid large irq-latencies in smp-balancingPeter Zijlstra2007-11-091-0/+1
* sched: remove PREEMPT_RESTRICTIngo Molnar2007-11-091-1/+0
* sched: restore deterministic CPU accounting on powerpcPaul Mackerras2007-11-091-0/+1
* sched: reintroduce the sched_min_granularity tunablePeter Zijlstra2007-11-091-1/+5
* sched: fix /proc/<PID>/stat stime/utime monotonicity, part 2Balbir Singh2007-10-301-1/+1
* sched: keep utime/stime monotonicPeter Zijlstra2007-10-291-0/+1
* De-constify sched.hAlexey Dobriyan2007-10-261-14/+14
* sched: isolate SMP balancing code a bit morePeter Williams2007-10-241-0/+2
* sched: reduce balance-tasks overheadPeter Williams2007-10-241-2/+5
* sched: constify sched.hJoe Perches2007-10-241-14/+14
* Isolate the explicit usage of signal->pgrpPavel Emelyanov2007-10-191-2/+17
* cpuset sched_load_balance flagPaul Jackson2007-10-191-0/+2
* Uninline the task_xid_nr_ns() callsPavel Emelyanov2007-10-191-20/+4
* Isolate some explicit usage of task->tgidPavel Emelyanov2007-10-191-0/+6
* Uninline find_task_by_xxx set of functionsPavel Emelyanov2007-10-191-9/+6
* pid namespaces: allow cloning of new namespacePavel Emelyanov2007-10-191-0/+1
* pid namespaces: miscellaneous preparations for pid namespacesPavel Emelyanov2007-10-191-7/+5
* pid namespaces: helpers to find the task by its numerical idsPavel Emelyanov2007-10-191-2/+29
* pid namespaces: helpers to obtain pid numbersPavel Emelyanov2007-10-191-10/+98
* pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn2007-10-191-2/+10
* pid namespaces: round up the APIPavel Emelianov2007-10-191-10/+5
* Task Control Groups: make cpusets a client of cgroupsPaul Menage2007-10-191-3/+0
* Task Control Groups: shared cgroup subsystem group arraysPaul Menage2007-10-191-29/+4
* Task Control Groups: basic task cgroup frameworkPaul Menage2007-10-191-1/+33
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2007-10-181-21/+21
|\