aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAge
* sched: clean up, move __sched_text_start/end to sched.hIngo Molnar2007-11-28
* sched: clean up sd_alloc_ctl_cpu_table() definitionIngo Molnar2007-11-28
* sched: reorder SCHED_FEAT_ bitsIngo Molnar2007-11-15
* sched: remove activate_idle_task()Dmitry Adamushko2007-11-15
* sched: fix __set_task_cpu() SMP raceDmitry Adamushko2007-11-15
* sched: fix SCHED_FIFO tasks & FAIR_GROUP_SCHEDOleg Nesterov2007-11-15
* sched: fix accounting of interrupts during guest execution on s390Christian Borntraeger2007-11-15
* revert "Task Control Groups: example CPU accounting subsystem"Andrew Morton2007-11-14
* sched: proper prototype for kernel/sched.c:migration_init()Adrian Bunk2007-11-09
* sched: avoid large irq-latencies in smp-balancingPeter Zijlstra2007-11-09
* sched: remove PREEMPT_RESTRICTIngo Molnar2007-11-09
* sched: turn off PREEMPT_RESTRICTIngo Molnar2007-11-09
* sched: cleanup, use NSEC_PER_MSEC and NSEC_PER_SECEric Dumazet2007-11-09
* sched: reintroduce SMP tunings againIngo Molnar2007-11-09
* 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