summaryrefslogtreecommitdiff
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
* sched: revert load_balance_monitor() changesPeter Zijlstra2008-03-041-248/+35
* sched: fix signedness warnings in sched.cHarvey Harrison2008-02-251-1/+1
* sched: make early bootup sched_clock() use saferIngo Molnar2008-02-251-4/+10
* Add memory barrier semantics to wake_up() & coLinus Torvalds2008-02-231-0/+1
* kprobes: refuse kprobe insertion on add/sub_preempt_counter()Srinivasa Ds2008-02-231-2/+2
* sched: rt-group: refure unrunnable tasksPeter Zijlstra2008-02-131-0/+15
* sched: rt-group: clean up the ifdefferyPeter Zijlstra2008-02-131-71/+139
* sched: rt-group: make rt groups scheduling configurablePeter Zijlstra2008-02-131-43/+105
* sched: rt-group: interfacePeter Zijlstra2008-02-131-30/+111
* sched: rt-group: deal with PIPeter Zijlstra2008-02-131-0/+3
* sched: fix incorrect irq lock usage in normalize_rt_tasks()Peter Zijlstra2008-02-131-4/+4
* sched: fair-group: separate tg->shares from task_group_lockPeter Zijlstra2008-02-131-20/+17
* kernel: remove fastcall in kernel/*Harvey Harrison2008-02-081-8/+8
* Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-02-011-10/+18
|\
| * Add wait_for_completion_killableMatthew Wilcox2007-12-061-2/+13
| * sched: Use task_contributes_to_load, TASK_ALL and TASK_NORMALMatthew Wilcox2007-12-061-8/+5
* | sched: remove unused paramsGerald Stralko2008-01-311-5/+5
* | spinlock: lockbreak cleanupNick Piggin2008-01-301-10/+6
* | sched: print backtrace of running tasks tooNick Piggin2008-01-251-2/+1
* | sched: monitor clock underflows in /proc/sched_debugGuillaume Chazarain2008-01-251-2/+4
* | sched: fix rq->clock warps on frequency changesGuillaume Chazarain2008-01-251-1/+1
* | sched: remove the !PREEMPT_BKL codeIngo Molnar2008-01-251-16/+3
* | sched: rt throttling vs no_hzPeter Zijlstra2008-01-251-1/+22
* | sched: rt group schedulingPeter Zijlstra2008-01-251-83/+200
* | sched: rt time limitPeter Zijlstra2008-01-251-20/+50
* | sched: high-res preemption tickPeter Zijlstra2008-01-251-11/+199
* | sched: do not do cond_resched() when CONFIG_PREEMPTHerbert Xu2008-01-251-2/+4
* | sched: documentation, whitespace fixesIngo Molnar2008-01-251-4/+4
* | sched: sched_rt_entityPeter Zijlstra2008-01-251-1/+1
* | sched: dynamically update the root-domain span/online mapsGregory Haskins2008-01-251-12/+19
* | sched: RT-balance, add new methods to sched_classSteven Rostedt2008-01-251-22/+20
* | sched: RT-balance, replace hooks with pre/post schedule and wakeup methodsSteven Rostedt2008-01-251-4/+16
* | sched: get rid of 'new_cpu' in try_to_wake_up()Dmitry Adamushko2008-01-251-8/+3
* | sched: add credits for RT balancing improvementsIngo Molnar2008-01-251-0/+2
* | sched: style cleanup, #2Ingo Molnar2008-01-251-15/+17
* | sched: remove unused JIFFIES_TO_NS() macroIngo Molnar2008-01-251-2/+1
* | sched: only balance our RT tasks within our domainGregory Haskins2008-01-251-0/+7
* | sched: add sched-domain rootsGregory Haskins2008-01-251-3/+118
* | sched: RT-balance on new taskSteven Rostedt2008-01-251-0/+1
* | sched: wake-balance fixesGregory Haskins2008-01-251-0/+2
* | sched: de-SCHED_OTHER-ize the RT pathGregory Haskins2008-01-251-140/+27
* | sched: add RT-balance cpu-weightGregory Haskins2008-01-251-1/+8
* | sched: push RT tasks from overloaded CPUsSteven Rostedt2008-01-251-0/+1
* | sched: pull RT tasks from overloaded runqueuesSteven Rostedt2008-01-251-0/+2
* | sched: add RT task pushingSteven Rostedt2008-01-251-1/+7
* | sched: track highest prio task queuedSteven Rostedt2008-01-251-0/+3
* | sched: count # of queued RT tasksSteven Rostedt2008-01-251-0/+1
* | softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasksIngo Molnar2008-01-251-2/+2
* | cpu-hotplug: replace per-subsystem mutexes with get_online_cpus()Gautham R Shenoy2008-01-251-16/+9
* | cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gautham R Shenoy2008-01-251-2/+2