aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds1-3/+2
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
2009-11-12sched: Fix/add missing update_rq_clock() callsMike Galbraith1-5/+12
2009-11-12sysctl kernel: Remove binary sysctl logicEric W. Biederman1-3/+2
2009-11-10rcu: Enable synchronize_sched_expedited() fastpathPaul E. McKenney1-0/+1
2009-11-10sched: Make sure task has correct sched_class after policy changePeter Zijlstra1-12/+4
2009-11-10sched: Fix and clean up rate-limit newidle codeMike Galbraith1-13/+15
2009-11-08sched, no_hz: Remove unused rq->last_tick_seen fieldLai Jiangshan1-1/+0
2009-11-08sched: Use root_task_group_empty only with FAIR_GROUP_SCHEDCyrill Gorcunov1-1/+2
2009-11-08sched: Fix kernel-doc function parameter nameRandy Dunlap1-1/+1
2009-11-05Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+36
2009-11-04sched: Rate-limit newidleMike Galbraith1-1/+21
2009-11-04cpumask: Partition_sched_domains takes array of cpumask_var_tRusty Russell1-22/+46
2009-11-04sched: Remove unused cpu_nr_migrations()Hiroshi Shimamoto1-11/+0
2009-11-03sched: Fix kthread_bind() by moving the body of kthread_bind() to sched.cMike Galbraith1-0/+32
2009-11-02sched: Fix boot crash by zalloc()ing most of the cpu masksRusty Russell1-3/+3
2009-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-11/+11
2009-10-29sched: move rq_weight data array out of .percpuJiri Kosina1-11/+11
2009-10-25sched, cpuacct: Fix niced guest time accountingRyota Ozaki1-2/+7
2009-10-25Merge branch 'linus' into sched/coreIngo Molnar1-34/+76
2009-10-23sched: Strengthen buddies and mitigate buddy induced latenciesMike Galbraith1-1/+1
2009-10-14Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+8
2009-10-13Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-3/+0
2009-10-12sched: Fix missing kernel-doc notationRandy Dunlap1-0/+2
2009-10-09sched: Update the clock of runqueue select_task_rq() selectedMike Galbraith1-2/+6
2009-10-09writeback: account IO throttling wait as iowaitWu Fengguang1-3/+0
2009-10-05sched: Remove obsolete comment in sched_init()Jayson R. King1-4/+0
2009-10-05sched: Set correct normal_prio and prio values in sched_fork()Peter Williams1-11/+9
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-1/+1
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-2/+2
2009-09-24cgroups: let ss->can_attach and ss->attach do whole threadgroups at a timeBen Blum1-3/+32
2009-09-23Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+4