summaryrefslogtreecommitdiff
path: root/kernel/sched.c
AgeCommit message (Expand)Author
2008-04-19cpuset: modify cpuset_set_cpus_allowed to use cpumask pointerMike Travis
2008-04-19sched: remove fixed NR_CPUS sized arrays in kernel_sched_cMike Travis
2008-04-19sched: allow cpuacct stats to be resetDhaval Giani
2008-04-19sched: cleanup cpuacct variable namesDhaval Giani
2008-04-19sched: rt-group: smp balancingPeter Zijlstra
2008-04-19sched: rt-group: synchonised bandwidth periodPeter Zijlstra
2008-04-19sched: remove sysctl_sched_batch_wakeup_granularityIngo Molnar
2008-04-19sched: reenable sync wakeupsIngo Molnar
2008-04-19sched: cache hot buddyIngo Molnar
2008-04-19sched: feat affine wakeupsIngo Molnar
2008-04-19sched: introduce SCHED_FEAT_SYNC_WAKEUPS, turn it offIngo Molnar
2008-04-19sched: fix rq->clock overflows detection with CONFIG_NO_HZGuillaume Chazarain
2008-04-19sched: sched.c needs tick.hReynes Philippe
2008-04-19sched: make cpu_clock() globally synchronousIngo Molnar
2008-03-26NOHZ: reevaluate idle sleep length after add_timer_on()Thomas Gleixner
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