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