aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAge
* sched: fix style in kernel/sched.cIngo Molnar2007-10-29
* sched: report CPU usage in CFS cgroup directoriesPaul Menage2007-10-29
* sched: move rcu_head to task_group structSrivatsa Vaddagiri2007-10-29
* sched: fix incorrect assumption that cpu 0 existsJames Bottomley2007-10-29
* sched: make kernel/sched.c:account_guest_time() staticAdrian Bunk2007-10-29
* sched: isolate SMP balancing code a bit morePeter Williams2007-10-24
* sched: reduce balance-tasks overheadPeter Williams2007-10-24
* sched: clean up some control group codePaul Menage2007-10-24
* sched: use show_regs() to improve __schedule_bug() outputSatyam Sharma2007-10-24
* sched: clean up sched_domain_debug()Ingo Molnar2007-10-24
* sched: fix fastcall mismatch in completion APIsIngo Molnar2007-10-24
* sched: fix sched_domain sysctl registration againMilton Miller2007-10-24
* sched: don't clear PF_VCPU in schedulerLaurent Vivier2007-10-22
* kernel/sched.c: remove bogus comment from account_user_timeMichael Neuling2007-10-19
* Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-19
* Hook up group scheduler with control groupsSrivatsa Vaddagiri2007-10-19
* hotplug cpu: migrate a task within its cpusetCliff Wickman2007-10-19
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-19
* Fix tsk->exit_state usageEugene Teo2007-10-19
* Fix cpusets update_cpumaskPaul Menage2007-10-19
* cpuset sched_load_balance flagPaul Jackson2007-10-19
* Uninline find_task_by_xxx set of functionsPavel Emelyanov2007-10-19
* pid namespaces: changes to show virtual ids to userPavel Emelyanov2007-10-19
* Task Control Groups: example CPU accounting subsystemPaul Menage2007-10-19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2007-10-18
|\
| * sched: reduce schedstat variable overhead a bitKen Chen2007-10-18
| * sched: add KERN_CONT annotationIngo Molnar2007-10-18
| * sched: cleanup, make struct rq comments more consistentIngo Molnar2007-10-18
| * sched: cleanup, fix spacingIngo Molnar2007-10-18
| * sched: fix return value of wait_for_completion_interruptible()Andi Kleen2007-10-18
* | Add scaled time to taskstats based process accountingMichael Neuling2007-10-18
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2007-10-17
|\
| * sched: fix new task startup crashSrivatsa Vaddagiri2007-10-17
| * sched: fix improper load balance across sched domainKen Chen2007-10-17
| * sched: more robust sd-sysctl entry freeingMilton Miller2007-10-17
* | migration_call(CPU_DEAD): use spin_lock_irq() instead of task_rq_lock()Oleg Nesterov2007-10-17
* | do CPU_DEAD migrating under read_lock(tasklist) instead of write_lock_irq(tas...Oleg Nesterov2007-10-17
|/
* cpuset: remove sched domain hooks from cpusetsPaul Jackson2007-10-16
* Convert cpu_sibling_map to be a per cpu variableMike Travis2007-10-16
* sched: sync wakeups preempt tooIngo Molnar2007-10-15
* sched: affine sync wakeupsIngo Molnar2007-10-15
* sched: guest CPU accounting: maintain stats in account_system_time()Laurent Vivier2007-10-15
* sched: domain sysctl fixes: add terminator commentMilton Miller2007-10-15
* sched: domain sysctl fixes: do not crash on allocation failureMilton Miller2007-10-15
* sched: domain sysctl fixes: unregister the sysctl table before domainsMilton Miller2007-10-15
* sched: domain sysctl fixes: use for_each_online_cpu()Milton Miller2007-10-15
* sched: domain sysctl fixes: use kcalloc()Milton Miller2007-10-15
* sched: allow the immediate migration of cache-cold tasksIngo Molnar2007-10-15
* sched: debug, improve migration statisticsIngo Molnar2007-10-15
* sched: activate task_hot() only on fair-scheduled tasksPeter Zijlstra2007-10-15