summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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/+4Star
* Isolate some explicit usage of task->tgidPavel Emelyanov2007-10-191-0/+6
* Uninline find_task_by_xxx set of functionsPavel Emelyanov2007-10-191-9/+6Star
* pid namespaces: allow cloning of new namespacePavel Emelyanov2007-10-191-0/+1
* pid namespaces: miscellaneous preparations for pid namespacesPavel Emelyanov2007-10-191-7/+5Star
* 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/+5Star
* Task Control Groups: make cpusets a client of cgroupsPaul Menage2007-10-191-3/+0Star
* Task Control Groups: shared cgroup subsystem group arraysPaul Menage2007-10-191-29/+4Star
* 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
|\
| * sched: reduce schedstat variable overhead a bitKen Chen2007-10-181-21/+21
* | Add scaled time to taskstats based process accountingMichael Neuling2007-10-181-1/+1
* | Remove struct task_struct::io_waitAlexey Dobriyan2007-10-181-7/+0Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2007-10-171-0/+2
|\
| * sched: fix !SYSFS build breakageDhaval Giani2007-10-171-0/+2
* | ifdef struct task_struct::securityAlexey Dobriyan2007-10-171-1/+2
* | task_struct: move ->fpu_counter and ->oomkilladjAlexey Dobriyan2007-10-171-10/+10
* | user.c: #ifdef ->mq_bytesAlexey Dobriyan2007-10-171-0/+2
* | Shrink task_struct if CONFIG_FUTEX=nAlexey Dobriyan2007-10-171-1/+2
* | Shrink struct task_struct::oomkilladjAlexey Dobriyan2007-10-171-1/+1
* | Add MMF_DUMP_ELF_HEADERSRoland McGrath2007-10-171-1/+2
* | softlockup: add a /proc tuning parameterRavikiran G Thirumalai2007-10-171-0/+1
* | mm: dirty balancing for tasksPeter Zijlstra2007-10-171-0/+2
|/
* cpuset: remove sched domain hooks from cpusetsPaul Jackson2007-10-161-3/+0Star
* move mm_struct and vm_area_structMartin Schwidefsky2007-10-161-73/+1Star
* sched: guest CPU accounting: maintain stats in account_system_time()Laurent Vivier2007-10-151-0/+1
* sched: guest CPU accounting: add guest-CPU /proc/<pid>/stat fieldsLaurent Vivier2007-10-151-0/+3
* sched: debug, improve migration statisticsIngo Molnar2007-10-151-0/+18
* sched: reintroduce cache-hot affinityIngo Molnar2007-10-151-0/+1
* sched: prevent wakeup over-schedulingMike Galbraith2007-10-151-0/+1
* sched: group scheduling, sysfs tunablesDhaval Giani2007-10-151-0/+11
* sched: cleanup: rename task_grp to task_groupIngo Molnar2007-10-151-6/+6
* sched: cleanup, remove the TASK_NONINTERACTIVE flagMike Galbraith2007-10-151-2/+1Star
* sched: mark scheduling classes as constIngo Molnar2007-10-151-2/+2