aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-16Merge branch 'linus' into sched/urgentIngo Molnar1-114/+117
2009-12-14sched: Convert pi_lock to raw_spinlockThomas Gleixner1-6/+6
2009-12-14sched: Convert rt_runtime_lock to raw_spinlockThomas Gleixner1-14/+14
2009-12-14sched: Convert rq->lock to raw_spinlockThomas Gleixner1-90/+93
2009-12-14locking: Further name space cleanupsThomas Gleixner1-1/+1
2009-12-14locking: Implement new raw_spinlockThomas Gleixner1-1/+1
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-4/+4
2009-12-14sched: Use rcu in sched_get_rr_param()Thomas Gleixner1-3/+3
2009-12-14sched: Use rcu in sched_get/set_affinity()Thomas Gleixner1-10/+6
2009-12-14sched: Use rcu in sys_sched_getscheduler/sys_sched_getparam()Thomas Gleixner1-5/+5
2009-12-13sched: Use pr_fmt() and pr_<level>()Joe Perches1-52/+42
2009-12-13sched: Make wakeup side and atomic variants of completion API irq safeRafael J. Wysocki1-4/+6
2009-12-12Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-104/+114
2009-12-10sched: Remove forced2_migrations statsIngo Molnar1-6/+0
2009-12-10sched: Fix memory leak in two error corner casesPhil Carmody1-2/+6
2009-12-10sched: Fix build warning in get_update_sysctl_factor()Mike Galbraith1-1/+1
2009-12-09sched: Update normalized values on user updates via procChristian Ehrhardt1-2/+10
2009-12-09sched: Make tunable scaling style configurableChristian Ehrhardt1-1/+14
2009-12-09sched: Fix missing sched tunable recalculation on cpu add/removeChristian Ehrhardt1-13/+16
2009-12-09sched: Fix task priority bugPeter Zijlstra1-6/+0
2009-12-09sched: cgroup: Implement different treatment for idle sharesPeter Zijlstra1-2/+6
2009-12-09sched: Discard some old bitsPeter Zijlstra1-10/+7
2009-12-09sched: Sanitize fork() handlingPeter Zijlstra1-29/+18
2009-12-09sched: Clean up ttwu() rq lockingPeter Zijlstra1-8/+5
2009-12-09sched: Remove rq->clock coupling from set_task_cpu()Peter Zijlstra1-12/+1
2009-12-09sched: Consolidate select_task_rq() callersPeter Zijlstra1-3/+11
2009-12-09sched: Protect sched_rr_get_param() access to task->sched_classThomas Gleixner1-1/+5
2009-12-09sched: Protect task->cpus_allowed access in sched_getaffinity()Thomas Gleixner1-0/+4
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds1-3/+2
2009-12-08Merge branch 'for-linus' into for-nextTejun Heo1-11/+11
2009-12-06sched: Fix balance vs hotplug racePeter Zijlstra1-15/+17
2009-12-05Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-96/+174
2009-12-05Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2009-12-03mutex: Fix missing conditions to build mutex_spin_on_owner()Frederic Weisbecker1-1/+1
2009-12-02sched, cputime: Introduce thread_group_times()Hidetoshi Seto1-0/+41
2009-12-02sched, cputime: Cleanups related to task_times()Hidetoshi Seto1-10/+6
2009-12-02sched: Fix isolcpus boot optionRusty Russell1-1/+4
2009-12-02sched: Revert 498657a478c60be092208422fefa9c7b248729c2Tejun Heo1-1/+1
2009-11-26sched, time: Define nsecs_to_jiffies()Hidetoshi Seto1-2/+1
2009-11-26sched: Remove task_{u,s,g}time()Hidetoshi Seto1-31/+2
2009-11-26sched: Introduce task_times() to replace task_{u,s}time() pairHidetoshi Seto1-20/+35
2009-11-26Merge branch 'sched/urgent' into sched/coreIngo Molnar1-22/+64
2009-11-26sched: Limit the number of scheduler debug messagesMike Travis1-0/+13
2009-11-25sched.c: Call debug_show_all_locks() when dumping all tasksShmulik Ladkani1-1/+1
2009-11-24sched: Optimize branch hint in context_switch()Tim Blechmann1-2/+2
2009-11-23sched_feat_write(): Update ppos instead of file->f_posJan Blunck1-1/+1
2009-11-17Merge commit 'v2.6.32-rc7'Eric W. Biederman1-5/+38
2009-11-16sched: Sched_rt_periodic_timer vs cpu hotplugPeter Zijlstra1-0/+2
2009-11-15sched, kvm: Fix race condition involving sched_in_preempt_notifersTejun Heo1-1/+1
2009-11-12sched: Fix granularity of task_u/stime()Hidetoshi Seto1-9/+13