summaryrefslogtreecommitdiff
path: root/kernel/sched.c
AgeCommit message (Expand)Author
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day
2007-10-19Hook up group scheduler with control groupsSrivatsa Vaddagiri
2007-10-19hotplug cpu: migrate a task within its cpusetCliff Wickman
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov
2007-10-19Fix tsk->exit_state usageEugene Teo
2007-10-19Fix cpusets update_cpumaskPaul Menage
2007-10-19cpuset sched_load_balance flagPaul Jackson
2007-10-19Uninline find_task_by_xxx set of functionsPavel Emelyanov
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov
2007-10-19Task Control Groups: example CPU accounting subsystemPaul Menage
2007-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds
2007-10-18Add scaled time to taskstats based process accountingMichael Neuling
2007-10-18sched: reduce schedstat variable overhead a bitKen Chen
2007-10-18sched: add KERN_CONT annotationIngo Molnar
2007-10-18sched: cleanup, make struct rq comments more consistentIngo Molnar
2007-10-18sched: cleanup, fix spacingIngo Molnar
2007-10-18sched: fix return value of wait_for_completion_interruptible()Andi Kleen
2007-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds
2007-10-17migration_call(CPU_DEAD): use spin_lock_irq() instead of task_rq_lock()Oleg Nesterov
2007-10-17do CPU_DEAD migrating under read_lock(tasklist) instead of write_lock_irq(tas...Oleg Nesterov
2007-10-17sched: fix new task startup crashSrivatsa Vaddagiri
2007-10-17sched: fix improper load balance across sched domainKen Chen
2007-10-17sched: more robust sd-sysctl entry freeingMilton Miller
2007-10-16cpuset: remove sched domain hooks from cpusetsPaul Jackson
2007-10-16Convert cpu_sibling_map to be a per cpu variableMike Travis
2007-10-15sched: sync wakeups preempt tooIngo Molnar
2007-10-15sched: affine sync wakeupsIngo Molnar
2007-10-15sched: guest CPU accounting: maintain stats in account_system_time()Laurent Vivier
2007-10-15sched: domain sysctl fixes: add terminator commentMilton Miller
2007-10-15sched: domain sysctl fixes: do not crash on allocation failureMilton Miller
2007-10-15sched: domain sysctl fixes: unregister the sysctl table before domainsMilton Miller
2007-10-15sched: domain sysctl fixes: use for_each_online_cpu()Milton Miller
2007-10-15sched: domain sysctl fixes: use kcalloc()Milton Miller
2007-10-15sched: allow the immediate migration of cache-cold tasksIngo Molnar
2007-10-15sched: debug, improve migration statisticsIngo Molnar
2007-10-15sched: activate task_hot() only on fair-scheduled tasksPeter Zijlstra
2007-10-15sched: reintroduce cache-hot affinityIngo Molnar
2007-10-15sched: do not normalize kernel threads via SysRq-NIngo Molnar
2007-10-15sched: remove stale comment from sched_group_set_shares()Andi Kleen
2007-10-15sched: clean up is_migration_thread()Ingo Molnar
2007-10-15sched: cleanup: refactor normalize_rt_tasksAndi Kleen
2007-10-15sched: cleanup: refactor common code of sleep_on / wait_for_completionAndi Kleen
2007-10-15sched: cleanup: remove unnecessary gotosAndi Kleen
2007-10-15sched: prevent wakeup over-schedulingMike Galbraith
2007-10-15sched: disable forced preemption by defaultPeter Zijlstra
2007-10-15sched: some proc entries are missed in sched_domain sys_ctl debug codeZou Nan hai
2007-10-15sched: fix rt ptracer monopolizing CPUGautham R Shenoy
2007-10-15sched: group scheduling, sysfs tunablesDhaval Giani
2007-10-15sched: export cpu_clock()Paul E. McKenney
2007-10-15sched: fix: move the CPU check into ->task_new_fair()Ingo Molnar