summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
* sched: enable early use of sched_clock()Ingo Molnar2007-12-071-1/+6
* sched: style cleanupsIngo Molnar2007-12-051-64/+68
* sched: fix crash in sys_sched_rr_get_interval()Ingo Molnar2007-12-041-5/+9
* sched: cpu accounting controller (V2)Srivatsa Vaddagiri2007-12-021-26/+129
* sched: clean up, move __sched_text_start/end to sched.hIngo Molnar2007-11-281-3/+0
* sched: clean up sd_alloc_ctl_cpu_table() definitionIngo Molnar2007-11-281-1/+1
* sched: reorder SCHED_FEAT_ bitsIngo Molnar2007-11-151-6/+6
* sched: remove activate_idle_task()Dmitry Adamushko2007-11-151-18/+4
* sched: fix __set_task_cpu() SMP raceDmitry Adamushko2007-11-151-7/+13
* sched: fix SCHED_FIFO tasks & FAIR_GROUP_SCHEDOleg Nesterov2007-11-151-1/+3
* sched: fix accounting of interrupts during guest execution on s390Christian Borntraeger2007-11-151-4/+2
* revert "Task Control Groups: example CPU accounting subsystem"Andrew Morton2007-11-141-11/+3
* sched: proper prototype for kernel/sched.c:migration_init()Adrian Bunk2007-11-091-3/+1
* sched: avoid large irq-latencies in smp-balancingPeter Zijlstra2007-11-091-5/+10
* sched: remove PREEMPT_RESTRICTIngo Molnar2007-11-091-3/+1
* sched: turn off PREEMPT_RESTRICTIngo Molnar2007-11-091-1/+1
* sched: cleanup, use NSEC_PER_MSEC and NSEC_PER_SECEric Dumazet2007-11-091-4/+4
* sched: reintroduce SMP tunings againIngo Molnar2007-11-091-0/+28
* sched: fix style in kernel/sched.cIngo Molnar2007-10-291-9/+9
* sched: report CPU usage in CFS cgroup directoriesPaul Menage2007-10-291-5/+33
* sched: move rcu_head to task_group structSrivatsa Vaddagiri2007-10-291-4/+4
* sched: fix incorrect assumption that cpu 0 existsJames Bottomley2007-10-291-2/+2
* sched: make kernel/sched.c:account_guest_time() staticAdrian Bunk2007-10-291-1/+1
* sched: isolate SMP balancing code a bit morePeter Williams2007-10-241-17/+0
* sched: reduce balance-tasks overheadPeter Williams2007-10-241-32/+67
* sched: clean up some control group codePaul Menage2007-10-241-35/+18
* sched: use show_regs() to improve __schedule_bug() outputSatyam Sharma2007-10-241-3/+11
* sched: clean up sched_domain_debug()Ingo Molnar2007-10-241-73/+73
* sched: fix fastcall mismatch in completion APIsIngo Molnar2007-10-241-5/+5
* sched: fix sched_domain sysctl registration againMilton Miller2007-10-241-5/+20
* sched: don't clear PF_VCPU in schedulerLaurent Vivier2007-10-221-1/+0
* kernel/sched.c: remove bogus comment from account_user_timeMichael Neuling2007-10-201-1/+0
* Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-191-2/+2
* Hook up group scheduler with control groupsSrivatsa Vaddagiri2007-10-191-0/+121
* hotplug cpu: migrate a task within its cpusetCliff Wickman2007-10-191-1/+11
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-191-3/+4
* Fix tsk->exit_state usageEugene Teo2007-10-191-1/+1
* Fix cpusets update_cpumaskPaul Menage2007-10-191-0/+13
* cpuset sched_load_balance flagPaul Jackson2007-10-191-14/+81
* Uninline find_task_by_xxx set of functionsPavel Emelyanov2007-10-191-2/+1
* pid namespaces: changes to show virtual ids to userPavel Emelyanov2007-10-191-2/+4
* Task Control Groups: example CPU accounting subsystemPaul Menage2007-10-191-3/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2007-10-181-33/+40
|\
| * sched: reduce schedstat variable overhead a bitKen Chen2007-10-181-10/+10
| * sched: add KERN_CONT annotationIngo Molnar2007-10-181-11/+11
| * sched: cleanup, make struct rq comments more consistentIngo Molnar2007-10-181-4/+8
| * sched: cleanup, fix spacingIngo Molnar2007-10-181-7/+7
| * sched: fix return value of wait_for_completion_interruptible()Andi Kleen2007-10-181-1/+4
* | Add scaled time to taskstats based process accountingMichael Neuling2007-10-181-0/+21
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2007-10-171-7/+31
|\