sched: convert nohz_cpu_mask to cpumask_var_t.
[safe/jmp/linux-2.6] / kernel / sched.c
2008-11-24 Rusty Russellsched: convert nohz_cpu_mask to cpumask_var_t.
2008-11-24 Rusty Russellsched: convert struct sched_group/sched_domain cpumask_...
2008-11-24 Rusty Russellsched: wrap sched_group and sched_domain cpumask accesses.
2008-11-24 Rusty Russellsched: remove any_online_cpu()
2008-11-24 Rusty Russellsched: get rid of boutique sched.c allocations, use...
2008-11-24 Rusty Russellsched: convert sched.c from for_each_cpu_mask to for_ea...
2008-11-24 Mike Travissched: reduce stack size requirements in kernel/sched.c
2008-11-24 Ingo MolnarMerge branches 'sched/core', 'core/core' and 'tracing...
2008-11-24 Ingo MolnarMerge branches 'core/debug', 'core/futexes', 'core...
2008-11-24 Ingo MolnarMerge branch 'sched/rt' into sched/core
2008-11-23 Ingo Molnartracing/function-return-tracer: clean up task start...
2008-11-23 Frederic Weisbeckertracing/function-return-tracer: store return stack...
2008-11-21 Vegard Nossumsched: update comment for move_task_off_dead_cpu
2008-11-19 Ken Chensched: fix inconsistency when redistribute per-cpu...
2008-11-19 Ingo MolnarMerge branches 'tracing/ftrace' and 'tracing/urgent...
2008-11-19 Ingo MolnarMerge branch 'linus' into sched/core
2008-11-18 Li Zefancpuset: fix regression when failed to generate sched...
2008-11-17 Oleg Nesterovaccount_steal_time: kill the unneeded account_group_sys...
2008-11-16 Mathieu Desnoyerstracepoints: add DECLARE_TRACE() and DEFINE_TRACE()
2008-11-12 Ingo Molnarsched: fix init_idle()'s use of sched_clock()
2008-11-12 Ingo MolnarMerge branch 'linus' into core/locking
2008-11-12 Balbir Singhsched: fix stale value in average load per task
2008-11-11 Bharata B Raosched: add hierarchical accounting to cpu accounting...
2008-11-11 Oleg Nesterovfix for account_group_exec_runtime(), make sure ->signa...
2008-11-10 Peter Zijlstrasched: clean up debug info
2008-11-07 Li Zefansched: clean up SCHED_CPUMASK_ALLOC
2008-11-07 Ingo MolnarMerge branch 'sched/urgent' into sched/core
2008-11-07 Li Zefansched: fix memory leak in a failure path
2008-11-07 Li Zefansched: fix a bug in sched domain degenerate
2008-11-06 Sripathi Kodisched, lockdep: inline double_unlock_balance()
2008-11-05 Peter Zijlstrasched: backward looking buddy
2008-11-04 Li Zefansched: add sanity check in partition_sched_domains()
2008-11-04 Li Zefansched: remove redundant call to unregister_sched_domain...
2008-11-04 Li Zefansched debug: remove sd_level_to_string()
2008-10-30 Li Zefansched: switch sched_features to seqfile
2008-10-29 Li Zefansched: cleanup for alloc_rt/fair_sched_group()
2008-10-28 Ingo MolnarMerge commit 'v2.6.28-rc2' into core/locking
2008-10-24 Peter Zijlstrasched: virtual time buddy preemption
2008-10-24 Peter Zijlstrasched: fix a find_busiest_group buglet
2008-10-23 Linus TorvaldsMerge branch 'proc' of git://git./linux/kernel/git...
2008-10-23 Linus TorvaldsMerge branch 'v28-range-hrtimers-for-linus-v2' of git...
2008-10-23 Linus TorvaldsMerge branch 'sched-fixes-for-linus' of git://git....
2008-10-23 Alexey Dobriyanproc: move /proc/schedstat boilerplate to kernel/sched_...
2008-10-22 Thomas GleixnerMerge branch 'timers/range-hrtimers' into v28-range...
2008-10-20 Linus TorvaldsMerge branch 'tracing-v28-for-linus' of git://git....
2008-10-20 Peter Zijlstrasched: optimize group load balancer
2008-10-20 Thomas GleixnerMerge branches 'timers/clocksource', 'timers/hrtimers...
2008-10-17 Arjan van de VenMerge commit 'linus/master' into merge-linus
2008-10-16 Yinghai Lux86: move kstat_irqs from kstat to irq_desc
2008-10-16 Yinghai Luirq: make irqs in kernel stat use per_cpu_dyn_array
2008-10-15 Peter Zijlstrasched: only update rq->clock while holding rq->lock
2008-10-14 Mathieu Desnoyerstracing, sched: LTTng instrumentation - scheduler
2008-10-09 Ingo Molnarsched debug: add name to sched_domain sysctl entries
2008-10-06 Li Zefansched: remove redundant code in cpu_cgroup_create()
2008-10-06 Ingo MolnarMerge branch 'linus' into sched/devel
2008-09-30 Nick Pigginsched: improve preempt debugging
2008-09-30 Ingo Molnartimers: fix itimer/many thread hang, fix
2008-09-29 Thomas Gleixnerhrtimer: prevent migration of per CPU hrtimers
2008-09-27 Frank Mayhartimers: fix itimer/many thread hang, v3
2008-09-23 Peter Zijlstrasched: more sanity checks on the bandwidth settings
2008-09-23 Ingo MolnarMerge branches 'sched/urgent' and 'sched/rt' into sched...
2008-09-23 Frank Mayhartimers: fix itimer/many thread hang, v2
2008-09-23 Andrew Mortonsched: clarify ifdef tangle
2008-09-23 Rakib Mullicksched: fix init_hrtick() section mismatch warning
2008-09-22 Peter Zijlstrasched: wakeup preempt when small overlap
2008-09-14 Frank Mayhartimers: fix itimer/many thread hang
2008-09-11 Ingo MolnarMerge commit 'v2.6.27-rc6' into sched/devel
2008-09-11 Hiroshi Shimamotosched: fix deadlock in setting scheduler parameter...
2008-09-06 Ingo MolnarMerge branch 'sched/cpuset' into sched/urgent
2008-09-06 Max Krasnyanskysched: arch_reinit_sched_domains() must destroy domains...
2008-09-06 Ingo MolnarMerge branch 'linus' into sched/devel
2008-09-06 Krzysztof Heltsched: compilation fix with gcc 3.4.6
2008-09-06 Arjan van de Venhrtimer: convert kernel/* to the new hrtimer apis
2008-09-05 Balbir Singhsched: fix process time monotonicity
2008-08-28 Ingo Molnarsched: extract walk_tg_tree(), fix
2008-08-28 Ingo Molnarsched: clean up __might_sleep()
2008-08-28 Joe Kortymake might_sleep() display the oopsing process
2008-08-26 Kevin Diggssched: add kernel doc for the completion, fix kernel...
2008-08-26 Ingo MolnarMerge branch 'linus' into sched/devel
2008-08-22 Oleg Nesterovwait_task_inactive: "improve" the returned value for...
2008-08-22 Oleg Nesterovwait_task_inactive(): don't consider task->nivcsw
2008-08-22 Oleg Nesterovsched: do_wait_for_common: use signal_pending_state()
2008-08-19 Peter Zijlstrasched: rt-bandwidth fixes
2008-08-19 Peter Zijlstrasched: extract walk_tg_tree()
2008-08-19 Peter Zijlstrasched: rt-bandwidth group disable fixes
2008-08-17 Linus TorvaldsMerge branch 'sched-fixes-for-linus' of git://git....
2008-08-15 Peter Zijlstrasched: scale sysctl_sched_shares_ratelimit with nr_cpus
2008-08-15 Dave Chinnercompletions: uninline try_wait_for_completion and compl...
2008-08-14 Zhang, Yanminsched: fix the race between walk_tg_tree and sched_crea...
2008-08-11 Linus TorvaldsMerge branch 'sched-fixes-for-linus' of git://git....
2008-08-11 Ingo MolnarMerge branch 'core/locking' into core/urgent
2008-08-11 Ingo MolnarMerge branch 'linus' into sched/urgent
2008-08-11 Peter Zijlstralockdep: re-annotate scheduler runqueues
2008-08-11 Ingo MolnarMerge branch 'linus' into sched/clock
2008-08-05 Jeremy Fitzhardinge__sched_setscheduler: don't do any policy checks when...
2008-08-01 Peter Zijlstralockdep: change scheduler annotation
2008-07-30 Andi Kleensched: make scheduler sysfs attributes sysdev class...
2008-07-28 roel kluinsched: test runtime rather than period in global_rt_run...
2008-07-26 Roland McGrathtracehook: wait_task_inactive
2008-07-26 Eduard - Gabriel... Full conversion to early_initcall() interface, remove...
next