aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-15sched: reorder SCHED_FEAT_ bitsIngo Molnar1-6/+6
2007-11-15sched: remove activate_idle_task()Dmitry Adamushko1-18/+4
2007-11-15sched: fix __set_task_cpu() SMP raceDmitry Adamushko1-7/+13
2007-11-15sched: fix SCHED_FIFO tasks & FAIR_GROUP_SCHEDOleg Nesterov1-1/+3
2007-11-15sched: fix accounting of interrupts during guest execution on s390Christian Borntraeger1-4/+2
2007-11-14revert "Task Control Groups: example CPU accounting subsystem"Andrew Morton1-11/+3
2007-11-09sched: proper prototype for kernel/sched.c:migration_init()Adrian Bunk1-3/+1
2007-11-09sched: avoid large irq-latencies in smp-balancingPeter Zijlstra1-5/+10
2007-11-09sched: remove PREEMPT_RESTRICTIngo Molnar1-3/+1
2007-11-09sched: turn off PREEMPT_RESTRICTIngo Molnar1-1/+1
2007-11-09sched: cleanup, use NSEC_PER_MSEC and NSEC_PER_SECEric Dumazet1-4/+4
2007-11-09sched: reintroduce SMP tunings againIngo Molnar1-0/+28
2007-10-29sched: fix style in kernel/sched.cIngo Molnar1-9/+9
2007-10-29sched: report CPU usage in CFS cgroup directoriesPaul Menage1-5/+33
2007-10-29sched: move rcu_head to task_group structSrivatsa Vaddagiri1-4/+4
2007-10-29sched: fix incorrect assumption that cpu 0 existsJames Bottomley1-2/+2
2007-10-29sched: make kernel/sched.c:account_guest_time() staticAdrian Bunk1-1/+1
2007-10-24sched: isolate SMP balancing code a bit morePeter Williams1-17/+0
2007-10-24sched: reduce balance-tasks overheadPeter Williams1-32/+67
2007-10-24sched: clean up some control group codePaul Menage1-35/+18
2007-10-24sched: use show_regs() to improve __schedule_bug() outputSatyam Sharma1-3/+11
2007-10-24sched: clean up sched_domain_debug()Ingo Molnar1-73/+73
2007-10-24sched: fix fastcall mismatch in completion APIsIngo Molnar1-5/+5
2007-10-24sched: fix sched_domain sysctl registration againMilton Miller1-5/+20
2007-10-22sched: don't clear PF_VCPU in schedulerLaurent Vivier1-1/+0
2007-10-20kernel/sched.c: remove bogus comment from account_user_timeMichael Neuling1-1/+0
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-2/+2
2007-10-19Hook up group scheduler with control groupsSrivatsa Vaddagiri1-0/+121
2007-10-19hotplug cpu: migrate a task within its cpusetCliff Wickman1-1/+11
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-3/+4
2007-10-19Fix tsk->exit_state usageEugene Teo1-1/+1
2007-10-19Fix cpusets update_cpumaskPaul Menage1-0/+13
2007-10-19cpuset sched_load_balance flagPaul Jackson1-14/+81
2007-10-19Uninline find_task_by_xxx set of functionsPavel Emelyanov1-2/+1
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov1-2/+4
2007-10-19Task Control Groups: example CPU accounting subsystemPaul Menage1-3/+11
2007-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds1-33/+40
2007-10-18Add scaled time to taskstats based process accountingMichael Neuling1-0/+21
2007-10-18sched: reduce schedstat variable overhead a bitKen Chen1-10/+10
2007-10-18sched: add KERN_CONT annotationIngo Molnar1-11/+11
2007-10-18sched: cleanup, make struct rq comments more consistentIngo Molnar1-4/+8
2007-10-18sched: cleanup, fix spacingIngo Molnar1-7/+7
2007-10-18sched: fix return value of wait_for_completion_interruptible()Andi Kleen1-1/+4
2007-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds1-7/+31
2007-10-17migration_call(CPU_DEAD): use spin_lock_irq() instead of task_rq_lock()Oleg Nesterov1-2/+2
2007-10-17do CPU_DEAD migrating under read_lock(tasklist) instead of write_lock_irq(tasklist)Oleg Nesterov1-6/+16
2007-10-17sched: fix new task startup crashSrivatsa Vaddagiri1-1/+1
2007-10-17sched: fix improper load balance across sched domainKen Chen1-4/+19
2007-10-17sched: more robust sd-sysctl entry freeingMilton Miller1-2/+11
2007-10-16cpuset: remove sched domain hooks from cpusetsPaul Jackson1-29/+0