summaryrefslogtreecommitdiff
path: root/kernel/sched.c
AgeCommit message (Expand)Author
2008-01-25sched: group scheduling, change how cpu load is calculatedSrivatsa Vaddagiri
2008-01-25sched: group scheduling, minor fixesSrivatsa Vaddagiri
2008-01-25sched: group scheduling code cleanupSrivatsa Vaddagiri
2008-01-22sched: group scheduler, set uid share fixIngo Molnar
2008-01-09show_task: real_parentRoland McGrath
2007-12-18sched: touch softlockup watchdog after idlingIngo Molnar
2007-12-18sched: fix crash on ia64, introduce task_current()Dmitry Adamushko
2007-12-07sched: enable early use of sched_clock()Ingo Molnar
2007-12-06Add wait_for_completion_killableMatthew Wilcox
2007-12-06sched: Use task_contributes_to_load, TASK_ALL and TASK_NORMALMatthew Wilcox
2007-12-05sched: style cleanupsIngo Molnar
2007-12-04sched: fix crash in sys_sched_rr_get_interval()Ingo Molnar
2007-12-02sched: cpu accounting controller (V2)Srivatsa Vaddagiri
2007-11-28sched: clean up, move __sched_text_start/end to sched.hIngo Molnar
2007-11-28sched: clean up sd_alloc_ctl_cpu_table() definitionIngo Molnar
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