summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-11-26sched: Remove task_{u,s,g}time()Hidetoshi Seto2-32/+3
2009-11-26sched: Introduce task_times() to replace task_{u,s}time() pairHidetoshi Seto3-24/+41
2009-11-26Merge branch 'sched/urgent' into sched/coreIngo Molnar23-193/+373
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-24sched: Optimize branch hint in pick_next_task_fair()Tim Blechmann1-1/+1
2009-11-23sched_feat_write(): Update ppos instead of file->f_posJan Blunck1-1/+1
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-13sched: More generic WAKE_AFFINE vs select_idle_sibling()Peter Zijlstra1-17/+16
2009-11-13sched: Cleanup select_task_rq_fair()Peter Zijlstra1-22/+51
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-11Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-9/+16
2009-11-11Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2
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-07genirq: try_one_irq() must be called with irq disabledYong Zhang1-0/+2
2009-11-05Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-53/+83
2009-11-05Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-3/+5
2009-11-05sched: Fix affinity logic in select_task_rq_fair()Mike Galbraith1-0/+2
2009-11-04sched: Rate-limit newidleMike Galbraith2-1/+25
2009-11-04sched: Check for an idle shared cache in select_task_rq_fair()Mike Galbraith1-4/+29
2009-11-04cpumask: Partition_sched_domains takes array of cpumask_var_tRusty Russell2-32/+55
2009-11-04cpumask: Simplify sched_rt.cRusty Russell1-37/+24
2009-11-04sched: Remove unused cpu_nr_migrations()Hiroshi Shimamoto1-11/+0
2009-11-04sched: Remove unused __schedule() declarationHiroshi Shimamoto1-1/+1
2009-11-04ftrace: Fix unmatched locking in ftrace_regex_write()Li Zefan1-3/+3
2009-11-04ring-buffer: Synchronize resizing buffer with reader lockLai Jiangshan1-0/+2
2009-11-03Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-24/+30
2009-11-03Correct nr_processes() when CPUs have been unpluggedIan Campbell1-1/+1
2009-11-03PM / Hibernate: Add newline to load_image() fail pathJiri Slaby1-1/+2
2009-11-03PM / Hibernate: Fix error handling in save_image()Jiri Slaby1-16/+16
2009-11-03PM / Hibernate: Fix blkdev refleaksJiri Slaby2-7/+12
2009-11-03sched: Fix kthread_bind() by moving the body of kthread_bind() to sched.cMike Galbraith2-23/+32
2009-11-02Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+1
2009-11-02Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-22/+44
2009-11-02Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-12/+15
2009-11-02rcu: Fix long-grace-period race between forcing and initializationPaul E. McKenney2-8/+15
2009-11-02uids: Prevent tear down raceThomas Gleixner1-1/+1
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/...Linus Torvalds1-11/+11
2009-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-param-fixesLinus Torvalds1-11/+6
2009-10-29Merge branch 'hwpoison-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-7/+37
2009-10-29Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-22/+102
2009-10-29Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1