summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
* NOHZ: reevaluate idle sleep length after add_timer_on()Thomas Gleixner2008-03-261-0/+43
* sched: add arch_update_cpu_topology hook.Heiko Carstens2008-03-211-0/+5
* sched: add exported arch_reinit_sched_domains() to header file.Heiko Carstens2008-03-211-1/+1
* sched: remove double unlikely from schedule()Roel Kluin2008-03-211-1/+1
* sched: cleanup old and rarely used 'debug' features.Peter Zijlstra2008-03-211-6/+2Star
* sched: wakeup-buddy tasks are cache-hotIngo Molnar2008-03-191-0/+6
* sched: improve affine wakeupsIngo Molnar2008-03-191-1/+4
* sched: fix overload performance: buddy wakeupsPeter Zijlstra2008-03-151-1/+1
* sched: fix calc_delta_mine()Ingo Molnar2008-03-151-1/+1
* sched: fix update_load_add()/sub()Ingo Molnar2008-03-151-0/+2
* sched: fix race in schedule()Hiroshi Shimamoto2008-03-151-22/+16Star
* keep rd->online and cpu_online_map in syncGregory Haskins2008-03-111-1/+2
* Revert "cpu hotplug: adjust root-domain->online span in response to hotplug e...Gregory Haskins2008-03-111-7/+11
* cpu hotplug: adjust root-domain->online span in response to hotplug eventGregory Haskins2008-03-091-11/+7Star
* sched: don't allow rt_runtime_us to be zero for groups having rt tasksDhaval Giani2008-03-071-0/+17
* sched: rt-group: fixup schedulability constraints calculationPeter Zijlstra2008-03-071-7/+3Star
* sched: fix the wrong time slice value for SCHED_FIFO tasksMiao Xie2008-03-071-1/+1
* sched: export task_nicePavel Roskin2008-03-071-1/+1
* sched: retain vruntimePeter Zijlstra2008-03-071-0/+5
* sched: revert load_balance_monitor() changesPeter Zijlstra2008-03-041-248/+35Star
* 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-241-0/+1
* kprobes: refuse kprobe insertion on add/sub_preempt_counter()Srinivasa Ds2008-02-241-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/+17Star
* 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/+5Star
* | sched: remove unused paramsGerald Stralko2008-01-311-5/+5
* | spinlock: lockbreak cleanupNick Piggin2008-01-301-10/+6Star
* | sched: print backtrace of running tasks tooNick Piggin2008-01-251-2/+1Star
* | 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/+3Star
* | 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/+20Star