summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
* kernel/sched.c: remove bogus comment from account_user_timeMichael Neuling2007-10-201-1/+0
* Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-191-2/+2
* Hook up group scheduler with control groupsSrivatsa Vaddagiri2007-10-191-0/+121
* hotplug cpu: migrate a task within its cpusetCliff Wickman2007-10-191-1/+11
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-191-3/+4
* Fix tsk->exit_state usageEugene Teo2007-10-191-1/+1
* Fix cpusets update_cpumaskPaul Menage2007-10-191-0/+13
* cpuset sched_load_balance flagPaul Jackson2007-10-191-14/+81
* Uninline find_task_by_xxx set of functionsPavel Emelyanov2007-10-191-2/+1
* pid namespaces: changes to show virtual ids to userPavel Emelyanov2007-10-191-2/+4
* Task Control Groups: example CPU accounting subsystemPaul Menage2007-10-191-3/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2007-10-181-33/+40
|\
| * sched: reduce schedstat variable overhead a bitKen Chen2007-10-181-10/+10
| * sched: add KERN_CONT annotationIngo Molnar2007-10-181-11/+11
| * sched: cleanup, make struct rq comments more consistentIngo Molnar2007-10-181-4/+8
| * sched: cleanup, fix spacingIngo Molnar2007-10-181-7/+7
| * sched: fix return value of wait_for_completion_interruptible()Andi Kleen2007-10-181-1/+4
* | Add scaled time to taskstats based process accountingMichael Neuling2007-10-181-0/+21
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2007-10-171-7/+31
|\
| * sched: fix new task startup crashSrivatsa Vaddagiri2007-10-171-1/+1
| * sched: fix improper load balance across sched domainKen Chen2007-10-171-4/+19
| * sched: more robust sd-sysctl entry freeingMilton Miller2007-10-171-2/+11
* | migration_call(CPU_DEAD): use spin_lock_irq() instead of task_rq_lock()Oleg Nesterov2007-10-171-2/+2
* | do CPU_DEAD migrating under read_lock(tasklist) instead of write_lock_irq(tas...Oleg Nesterov2007-10-171-6/+16
|/
* cpuset: remove sched domain hooks from cpusetsPaul Jackson2007-10-161-29/+0
* Convert cpu_sibling_map to be a per cpu variableMike Travis2007-10-161-4/+4
* sched: sync wakeups preempt tooIngo Molnar2007-10-151-10/+1
* sched: affine sync wakeupsIngo Molnar2007-10-151-1/+7
* sched: guest CPU accounting: maintain stats in account_system_time()Laurent Vivier2007-10-151-0/+25
* sched: domain sysctl fixes: add terminator commentMilton Miller2007-10-151-0/+1
* sched: domain sysctl fixes: do not crash on allocation failureMilton Miller2007-10-151-2/+8
* sched: domain sysctl fixes: unregister the sysctl table before domainsMilton Miller2007-10-151-4/+30
* sched: domain sysctl fixes: use for_each_online_cpu()Milton Miller2007-10-151-1/+2
* sched: domain sysctl fixes: use kcalloc()Milton Miller2007-10-151-3/+2
* sched: allow the immediate migration of cache-cold tasksIngo Molnar2007-10-151-1/+7
* sched: debug, improve migration statisticsIngo Molnar2007-10-151-22/+54
* sched: activate task_hot() only on fair-scheduled tasksPeter Zijlstra2007-10-151-3/+8
* sched: reintroduce cache-hot affinityIngo Molnar2007-10-151-0/+27
* sched: do not normalize kernel threads via SysRq-NIngo Molnar2007-10-151-11/+7
* sched: remove stale comment from sched_group_set_shares()Andi Kleen2007-10-151-2/+0
* sched: clean up is_migration_thread()Ingo Molnar2007-10-151-6/+9
* sched: cleanup: refactor normalize_rt_tasksAndi Kleen2007-10-151-20/+23
* sched: cleanup: refactor common code of sleep_on / wait_for_completionAndi Kleen2007-10-151-139/+49
* sched: cleanup: remove unnecessary gotosAndi Kleen2007-10-151-165/+162
* sched: prevent wakeup over-schedulingMike Galbraith2007-10-151-1/+3
* sched: disable forced preemption by defaultPeter Zijlstra2007-10-151-1/+3
* sched: some proc entries are missed in sched_domain sys_ctl debug codeZou Nan hai2007-10-151-3/+3
* sched: fix rt ptracer monopolizing CPUGautham R Shenoy2007-10-151-1/+1
* sched: group scheduling, sysfs tunablesDhaval Giani2007-10-151-1/+13
* sched: export cpu_clock()Paul E. McKenney2007-10-151-0/+1
OpenPOWER on IntegriCloud