tunnels: fix netns vs proto registration ordering
[safe/jmp/linux-2.6] / kernel / sched.c
2010-01-21 Yong Zhangsched: Reassign prev and switch_count when reacquire_ke...
2009-12-23 Peter Zijlstrasched: Revert 738d2be, simplify set_task_cpu()
2009-12-20 Peter Zijlstrasched: Fix hotplug hang
2009-12-20 Peter Zijlstrasched: Restore printk sanity
2009-12-17 Peter Zijlstrasched: Fix broken assertion
2009-12-17 Frederic Weisbeckersched: Teach might_sleep() about preemptible RCU
2009-12-17 Ingo Molnarsched: Make warning less noisy
2009-12-16 Peter Zijlstrasched: Simplify set_task_cpu()
2009-12-16 Peter Zijlstrasched: Remove the cfs_rq dependency from set_task_cpu()
2009-12-16 Peter Zijlstrasched: Add pre and post wakeup hooks
2009-12-16 Peter Zijlstrasched: Move kthread_bind() back to kthread.c
2009-12-16 Peter Zijlstrasched: Fix select_task_rq() vs hotplug issues
2009-12-16 Peter Zijlstrasched: Fix sched_exec() balancing
2009-12-16 Peter Zijlstrasched: Ensure set_task_cpu() is never called on blocked...
2009-12-16 Peter Zijlstrasched: Use TASK_WAKING for fork wakups
2009-12-16 Peter Zijlstrasched: Fix task_hot() test order
2009-12-16 Ingo MolnarMerge branch 'linus' into sched/urgent
2009-12-14 Thomas Gleixnersched: Convert pi_lock to raw_spinlock
2009-12-14 Thomas Gleixnersched: Convert rt_runtime_lock to raw_spinlock
2009-12-14 Thomas Gleixnersched: Convert rq->lock to raw_spinlock
2009-12-14 Thomas Gleixnerlocking: Further name space cleanups
2009-12-14 Thomas Gleixnerlocking: Implement new raw_spinlock
2009-12-14 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-12-14 Thomas Gleixnersched: Use rcu in sched_get_rr_param()
2009-12-14 Thomas Gleixnersched: Use rcu in sched_get/set_affinity()
2009-12-14 Thomas Gleixnersched: Use rcu in sys_sched_getscheduler/sys_sched_getp...
2009-12-13 Joe Perchessched: Use pr_fmt() and pr_<level>()
2009-12-13 Rafael J. Wysockisched: Make wakeup side and atomic variants of completi...
2009-12-12 Linus TorvaldsMerge branch 'sched-fixes-for-linus' of git://git....
2009-12-10 Ingo Molnarsched: Remove forced2_migrations stats
2009-12-10 Phil Carmodysched: Fix memory leak in two error corner cases
2009-12-10 Mike Galbraithsched: Fix build warning in get_update_sysctl_factor()
2009-12-09 Christian Ehrhardtsched: Update normalized values on user updates via...
2009-12-09 Christian Ehrhardtsched: Make tunable scaling style configurable
2009-12-09 Christian Ehrhardtsched: Fix missing sched tunable recalculation on cpu...
2009-12-09 Peter Zijlstrasched: Fix task priority bug
2009-12-09 Peter Zijlstrasched: cgroup: Implement different treatment for idle...
2009-12-09 Peter Zijlstrasched: Discard some old bits
2009-12-09 Peter Zijlstrasched: Sanitize fork() handling
2009-12-09 Peter Zijlstrasched: Clean up ttwu() rq locking
2009-12-09 Peter Zijlstrasched: Remove rq->clock coupling from set_task_cpu()
2009-12-09 Peter Zijlstrasched: Consolidate select_task_rq() callers
2009-12-09 Thomas Gleixnersched: Protect sched_rr_get_param() access to task...
2009-12-09 Thomas Gleixnersched: Protect task->cpus_allowed access in sched_getaf...
2009-12-08 Linus TorvaldsMerge git://git./linux/kernel/git/ebiederm/sysctl-2.6
2009-12-08 Tejun HeoMerge branch 'for-linus' into for-next
2009-12-06 Peter Zijlstrasched: Fix balance vs hotplug race
2009-12-05 Linus TorvaldsMerge branch 'sched-core-for-linus' of git://git./linux...
2009-12-05 Linus TorvaldsMerge branch 'core-rcu-for-linus' of git://git./linux...
2009-12-03 Frederic Weisbeckermutex: Fix missing conditions to build mutex_spin_on_ow...
2009-12-02 Hidetoshi Setosched, cputime: Introduce thread_group_times()
2009-12-02 Hidetoshi Setosched, cputime: Cleanups related to task_times()
2009-12-02 Rusty Russellsched: Fix isolcpus boot option
2009-12-02 Tejun Heosched: Revert 498657a478c60be092208422fefa9c7b248729c2
2009-11-26 Hidetoshi Setosched, time: Define nsecs_to_jiffies()
2009-11-26 Hidetoshi Setosched: Remove task_{u,s,g}time()
2009-11-26 Hidetoshi Setosched: Introduce task_times() to replace task_{u,s...
2009-11-26 Ingo MolnarMerge branch 'sched/urgent' into sched/core
2009-11-26 Mike Travissched: Limit the number of scheduler debug messages
2009-11-25 Shmulik Ladkanisched.c: Call debug_show_all_locks() when dumping all...
2009-11-24 Tim Blechmannsched: Optimize branch hint in context_switch()
2009-11-23 Jan Bluncksched_feat_write(): Update ppos instead of file->f_pos
2009-11-17 Eric W. BiedermanMerge commit 'v2.6.32-rc7'
2009-11-16 Peter Zijlstrasched: Sched_rt_periodic_timer vs cpu hotplug
2009-11-15 Tejun Heosched, kvm: Fix race condition involving sched_in_preem...
2009-11-12 Hidetoshi Setosched: Fix granularity of task_u/stime()
2009-11-12 Mike Galbraithsched: Fix/add missing update_rq_clock() calls
2009-11-12 Eric W. Biedermansysctl kernel: Remove binary sysctl logic
2009-11-10 Paul E. McKenneyrcu: Enable synchronize_sched_expedited() fastpath
2009-11-10 Peter Zijlstrasched: Make sure task has correct sched_class after...
2009-11-10 Mike Galbraithsched: Fix and clean up rate-limit newidle code
2009-11-08 Lai Jiangshansched, no_hz: Remove unused rq->last_tick_seen field
2009-11-08 Cyrill Gorcunovsched: Use root_task_group_empty only with FAIR_GROUP_SCHED
2009-11-08 Randy Dunlapsched: Fix kernel-doc function parameter name
2009-11-05 Linus TorvaldsMerge branch 'sched-fixes-for-linus' of git://git....
2009-11-04 Mike Galbraithsched: Rate-limit newidle
2009-11-04 Rusty Russellcpumask: Partition_sched_domains takes array of cpumask...
2009-11-04 Hiroshi Shimamotosched: Remove unused cpu_nr_migrations()
2009-11-03 Mike Galbraithsched: Fix kthread_bind() by moving the body of kthread...
2009-11-02 Rusty Russellsched: Fix boot crash by zalloc()ing most of the cpu...
2009-10-29 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-10-29 Tejun Heopercpu: make percpu symbols under kernel/ and mm/ unique
2009-10-28 Jiri Kosinasched: move rq_weight data array out of .percpu
2009-10-25 Ryota Ozakisched, cpuacct: Fix niced guest time accounting
2009-10-25 Ingo MolnarMerge branch 'linus' into sched/core
2009-10-23 Mike Galbraithsched: Strengthen buddies and mitigate buddy induced...
2009-10-14 Linus TorvaldsMerge branch 'sched-fixes-for-linus' of git://git....
2009-10-13 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2009-10-12 Randy Dunlapsched: Fix missing kernel-doc notation
2009-10-09 Mike Galbraithsched: Update the clock of runqueue select_task_rq...
2009-10-09 Wu Fengguangwriteback: account IO throttling wait as iowait
2009-10-05 Jayson R. Kingsched: Remove obsolete comment in sched_init()
2009-10-05 Peter Williamssched: Set correct normal_prio and prio values in sched...
2009-10-01 Alexey Dobriyanconst: constify remaining file_operations
2009-09-24 Alexey Dobriyansysctl: remove "struct file *" argument of ->proc_handler
2009-09-24 Ben Blumcgroups: let ss->can_attach and ss->attach do whole...
2009-09-23 Linus TorvaldsMerge branch 'timers-for-linus' of git://git./linux...
2009-09-22 Arjan van de Vencpuidle: fix the menu governor to boost IO performance
2009-09-21 Linus TorvaldsMerge branch 'perfcounters-rename-for-linus' of git...
2009-09-21 Ingo Molnarperf: Do the big rename: Performance Counters -> Perfor...
next