summaryrefslogtreecommitdiff
path: root/include/linux/sched.h
AgeCommit message (Expand)Author
2008-01-28kernel: add CLONE_IO to specifically request sharing of IO contextsJens Axboe
2008-01-28ioprio: move io priority from task_struct to io_contextJens Axboe
2008-01-25sched: keep total / count stats in addition to the max forArjan van de Ven
2008-01-25sched, futex: detach sched.h and futex.hAlexey Dobriyan
2008-01-25softlockup: fix signednessIngo Molnar
2008-01-25sched: latencytop supportArjan van de Ven
2008-01-25sched: rt throttling vs no_hzPeter Zijlstra
2008-01-25sched: rt group schedulingPeter Zijlstra
2008-01-25sched: rt time limitPeter Zijlstra
2008-01-25sched: high-res preemption tickPeter Zijlstra
2008-01-25sched: do not do cond_resched() when CONFIG_PREEMPTHerbert Xu
2008-01-25sched: SCHED_FIFO/SCHED_RR watchdog timerPeter Zijlstra
2008-01-25sched: sched_rt_entityPeter Zijlstra
2008-01-25Preempt-RCU: implementationPaul E. McKenney
2008-01-25sched: RT-balance, add new methods to sched_classSteven Rostedt
2008-01-25sched: RT-balance, replace hooks with pre/post schedule and wakeup methodsSteven Rostedt
2008-01-25sched: add sched-domain rootsGregory Haskins
2008-01-25sched: de-SCHED_OTHER-ize the RT pathGregory Haskins
2008-01-25sched: add RT-balance cpu-weightGregory Haskins
2008-01-25softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasksIngo Molnar
2008-01-25sched: group scheduler, fix fairness of cpu bandwidth allocation for task groupsSrivatsa Vaddagiri
2008-01-24fix struct user_info export's sysfs interactionKay Sievers
2008-01-13remove task_ppid_nr_nsRoland McGrath
2007-12-06Add schedule_timeout_killableMatthew Wilcox
2007-12-06Add fatal_signal_pendingMatthew Wilcox
2007-12-06Add TASK_WAKEKILLMatthew Wilcox
2007-12-06Add macros to replace direct uses of TASK_ flagsMatthew Wilcox
2007-11-28sched: clean up, move __sched_text_start/end to sched.hIngo Molnar
2007-11-09sched: proper prototype for kernel/sched.c:migration_init()Adrian Bunk
2007-11-09sched: avoid large irq-latencies in smp-balancingPeter Zijlstra
2007-11-09sched: remove PREEMPT_RESTRICTIngo Molnar
2007-11-09sched: restore deterministic CPU accounting on powerpcPaul Mackerras
2007-11-09sched: reintroduce the sched_min_granularity tunablePeter Zijlstra
2007-10-30sched: fix /proc/<PID>/stat stime/utime monotonicity, part 2Balbir Singh
2007-10-29sched: keep utime/stime monotonicPeter Zijlstra
2007-10-26De-constify sched.hAlexey Dobriyan
2007-10-24sched: isolate SMP balancing code a bit morePeter Williams
2007-10-24sched: reduce balance-tasks overheadPeter Williams
2007-10-24sched: constify sched.hJoe Perches
2007-10-19Isolate the explicit usage of signal->pgrpPavel Emelyanov
2007-10-19cpuset sched_load_balance flagPaul Jackson
2007-10-19Uninline the task_xid_nr_ns() callsPavel Emelyanov
2007-10-19Isolate some explicit usage of task->tgidPavel Emelyanov
2007-10-19Uninline find_task_by_xxx set of functionsPavel Emelyanov
2007-10-19pid namespaces: allow cloning of new namespacePavel Emelyanov
2007-10-19pid namespaces: miscellaneous preparations for pid namespacesPavel Emelyanov
2007-10-19pid namespaces: helpers to find the task by its numerical idsPavel Emelyanov
2007-10-19pid namespaces: helpers to obtain pid numbersPavel Emelyanov
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn
2007-10-19pid namespaces: round up the APIPavel Emelianov