aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-18Add scaled time to taskstats based process accountingMichael Neuling1-1/+1
2007-10-18Remove struct task_struct::io_waitAlexey Dobriyan1-7/+0
2007-10-18sched: reduce schedstat variable overhead a bitKen Chen1-21/+21
2007-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds1-0/+2
2007-10-17ifdef struct task_struct::securityAlexey Dobriyan1-1/+2
2007-10-17task_struct: move ->fpu_counter and ->oomkilladjAlexey Dobriyan1-10/+10
2007-10-17user.c: #ifdef ->mq_bytesAlexey Dobriyan1-0/+2
2007-10-17Shrink task_struct if CONFIG_FUTEX=nAlexey Dobriyan1-1/+2
2007-10-17Shrink struct task_struct::oomkilladjAlexey Dobriyan1-1/+1
2007-10-17Add MMF_DUMP_ELF_HEADERSRoland McGrath1-1/+2
2007-10-17softlockup: add a /proc tuning parameterRavikiran G Thirumalai1-0/+1
2007-10-17mm: dirty balancing for tasksPeter Zijlstra1-0/+2
2007-10-17sched: fix !SYSFS build breakageDhaval Giani1-0/+2
2007-10-16cpuset: remove sched domain hooks from cpusetsPaul Jackson1-3/+0
2007-10-16move mm_struct and vm_area_structMartin Schwidefsky1-73/+1
2007-10-15sched: guest CPU accounting: maintain stats in account_system_time()Laurent Vivier1-0/+1
2007-10-15sched: guest CPU accounting: add guest-CPU /proc/<pid>/stat fieldsLaurent Vivier1-0/+3
2007-10-15sched: debug, improve migration statisticsIngo Molnar1-0/+18
2007-10-15sched: reintroduce cache-hot affinityIngo Molnar1-0/+1
2007-10-15sched: prevent wakeup over-schedulingMike Galbraith1-0/+1
2007-10-15sched: group scheduling, sysfs tunablesDhaval Giani1-0/+11
2007-10-15sched: cleanup: rename task_grp to task_groupIngo Molnar1-6/+6
2007-10-15sched: cleanup, remove the TASK_NONINTERACTIVE flagMike Galbraith1-2/+1
2007-10-15sched: mark scheduling classes as constIngo Molnar1-2/+2