aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched.c
AgeCommit message (Expand)Author
2007-11-15sched: reorder SCHED_FEAT_ bitsIngo Molnar
2007-11-15sched: remove activate_idle_task()Dmitry Adamushko
2007-11-15sched: fix __set_task_cpu() SMP raceDmitry Adamushko
2007-11-15sched: fix SCHED_FIFO tasks & FAIR_GROUP_SCHEDOleg Nesterov
2007-11-15sched: fix accounting of interrupts during guest execution on s390Christian Borntraeger
2007-11-14revert "Task Control Groups: example CPU accounting subsystem"Andrew Morton
2007-11-09sched: proper prototype for kernel/sched.c:migration_init()Adrian Bunk
2007-11-09sched: avoid large irq-latencies in smp-balancingPeter Zijlstra
2007-11-09sched: remove PREEMPT_RESTRICTIngo Molnar
2007-11-09sched: turn off PREEMPT_RESTRICTIngo Molnar
2007-11-09sched: cleanup, use NSEC_PER_MSEC and NSEC_PER_SECEric Dumazet
2007-11-09sched: reintroduce SMP tunings againIngo Molnar
2007-10-29sched: fix style in kernel/sched.cIngo Molnar
2007-10-29sched: report CPU usage in CFS cgroup directoriesPaul Menage
2007-10-29sched: move rcu_head to task_group structSrivatsa Vaddagiri
2007-10-29sched: fix incorrect assumption that cpu 0 existsJames Bottomley
2007-10-29sched: make kernel/sched.c:account_guest_time() staticAdrian Bunk
2007-10-24sched: isolate SMP balancing code a bit morePeter Williams
2007-10-24sched: reduce balance-tasks overheadPeter Williams
2007-10-24sched: clean up some control group codePaul Menage
2007-10-24sched: use show_regs() to improve __schedule_bug() outputSatyam Sharma
2007-10-24sched: clean up sched_domain_debug()Ingo Molnar
2007-10-24sched: fix fastcall mismatch in completion APIsIngo Molnar
2007-10-24sched: fix sched_domain sysctl registration againMilton Miller
2007-10-22sched: don't clear PF_VCPU in schedulerLaurent Vivier
2007-10-20kernel/sched.c: remove bogus comment from account_user_timeMichael Neuling
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