aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-03-26NOHZ: reevaluate idle sleep length after add_timer_on()Thomas Gleixner1-0/+43
2008-03-21sched: add arch_update_cpu_topology hook.Heiko Carstens1-0/+5
2008-03-21sched: add exported arch_reinit_sched_domains() to header file.Heiko Carstens1-1/+1
2008-03-21sched: remove double unlikely from schedule()Roel Kluin1-1/+1
2008-03-21sched: cleanup old and rarely used 'debug' features.Peter Zijlstra1-6/+2
2008-03-19sched: wakeup-buddy tasks are cache-hotIngo Molnar1-0/+6
2008-03-19sched: improve affine wakeupsIngo Molnar1-1/+4
2008-03-15sched: fix overload performance: buddy wakeupsPeter Zijlstra1-1/+1
2008-03-15sched: fix calc_delta_mine()Ingo Molnar1-1/+1
2008-03-15sched: fix update_load_add()/sub()Ingo Molnar1-0/+2
2008-03-15sched: fix race in schedule()Hiroshi Shimamoto1-22/+16
2008-03-11keep rd->online and cpu_online_map in syncGregory Haskins1-1/+2
2008-03-11Revert "cpu hotplug: adjust root-domain->online span in response to hotplug event"Gregory Haskins1-7/+11
2008-03-09cpu hotplug: adjust root-domain->online span in response to hotplug eventGregory Haskins1-11/+7
2008-03-07sched: don't allow rt_runtime_us to be zero for groups having rt tasksDhaval Giani1-0/+17
2008-03-07sched: rt-group: fixup schedulability constraints calculationPeter Zijlstra1-7/+3
2008-03-07sched: fix the wrong time slice value for SCHED_FIFO tasksMiao Xie1-1/+1
2008-03-07sched: export task_nicePavel Roskin1-1/+1
2008-03-07sched: retain vruntimePeter Zijlstra1-0/+5
2008-03-04sched: revert load_balance_monitor() changesPeter Zijlstra1-248/+35
2008-02-25sched: fix signedness warnings in sched.cHarvey Harrison1-1/+1
2008-02-25sched: make early bootup sched_clock() use saferIngo Molnar1-4/+10
2008-02-23Add memory barrier semantics to wake_up() & coLinus Torvalds1-0/+1
2008-02-23kprobes: refuse kprobe insertion on add/sub_preempt_counter()Srinivasa Ds1-2/+2
2008-02-13sched: rt-group: refure unrunnable tasksPeter Zijlstra1-0/+15
2008-02-13sched: rt-group: clean up the ifdefferyPeter Zijlstra1-71/+139
2008-02-13sched: rt-group: make rt groups scheduling configurablePeter Zijlstra1-43/+105
2008-02-13sched: rt-group: interfacePeter Zijlstra1-30/+111
2008-02-13sched: rt-group: deal with PIPeter Zijlstra1-0/+3
2008-02-13sched: fix incorrect irq lock usage in normalize_rt_tasks()Peter Zijlstra1-4/+4
2008-02-13sched: fair-group: separate tg->shares from task_group_lockPeter Zijlstra1-20/+17
2008-02-08kernel: remove fastcall in kernel/*Harvey Harrison1-8/+8
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/miscLinus Torvalds1-10/+18
2008-01-31sched: remove unused paramsGerald Stralko1-5/+5
2008-01-30spinlock: lockbreak cleanupNick Piggin1-10/+6
2008-01-25sched: print backtrace of running tasks tooNick Piggin1-2/+1
2008-01-25sched: monitor clock underflows in /proc/sched_debugGuillaume Chazarain1-2/+4
2008-01-25sched: fix rq->clock warps on frequency changesGuillaume Chazarain1-1/+1
2008-01-25sched: remove the !PREEMPT_BKL codeIngo Molnar1-16/+3
2008-01-25sched: rt throttling vs no_hzPeter Zijlstra1-1/+22
2008-01-25sched: rt group schedulingPeter Zijlstra1-83/+200
2008-01-25sched: rt time limitPeter Zijlstra1-20/+50
2008-01-25sched: high-res preemption tickPeter Zijlstra1-11/+199
2008-01-25sched: do not do cond_resched() when CONFIG_PREEMPTHerbert Xu1-2/+4
2008-01-25sched: documentation, whitespace fixesIngo Molnar1-4/+4
2008-01-25sched: sched_rt_entityPeter Zijlstra1-1/+1
2008-01-25sched: dynamically update the root-domain span/online mapsGregory Haskins1-12/+19
2008-01-25sched: RT-balance, add new methods to sched_classSteven Rostedt1-22/+20
2008-01-25sched: RT-balance, replace hooks with pre/post schedule and wakeup methodsSteven Rostedt1-4/+16
2008-01-25sched: get rid of 'new_cpu' in try_to_wake_up()Dmitry Adamushko1-8/+3