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