aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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-10-25sched, cpuacct: Fix niced guest time accountingRyota Ozaki1-2/+7
2009-10-25Merge branch 'linus' into sched/coreIngo Molnar97-8402/+8993
2009-10-22PM: Make warning in suspend_test_finish() less likely to happenRafael J. Wysocki1-2/+3
2009-10-15Merge the right tty-fixes branchLinus Torvalds1-1/+1
2009-10-14Merge branch 'tty-fixes'Linus Torvalds1-0/+18
2009-10-14Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-8/+12
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-14Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-2/+3
2009-10-14workqueue: add 'flush_delayed_work()' to run and wait for delayed workLinus Torvalds1-0/+18
2009-10-14workqueue: add 'flush_delayed_work()' to run and wait for delayed workLinus Torvalds1-0/+18
2009-10-13Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-3/+0
2009-10-13tracing/filters: Fix memory leak when setting a filterLi Zefan1-1/+2
2009-10-12sched: Fix missing kernel-doc notationRandy Dunlap1-0/+2
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan3-0/+3
2009-10-09sched: Update the clock of runqueue select_task_rq() selectedMike Galbraith1-2/+6
2009-10-09lockdep: Use cpu_clock() for lockstatPeter Zijlstra1-8/+12
2009-10-09writeback: account IO throttling wait as iowaitWu Fengguang1-3/+0
2009-10-09tracing: fix trace_vprintk callSteven Rostedt1-1/+1
2009-10-08Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds10-299/+386
2009-10-08Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-11/+9
2009-10-08Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds5-35/+37
2009-10-08Merge branch 'sparc-perf-events-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-62/+186
2009-10-08Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2009-10-07tracing: user local buffer variable for trace branch tracerSteven Rostedt1-3/+5
2009-10-07tracing: fix warning on kernel/trace/trace_branch.c andtrace_hw_branches.cZhenwen Xu2-4/+6
2009-10-07ftrace: check for failure for all conversionsSteven Rostedt1-8/+3
2009-10-07tracing: correct module boundaries for ftrace_releasejolsa@redhat.com1-8/+4
2009-10-07futex: fix requeue_pi key imbalanceDarren Hart1-1/+0
2009-10-07tracing: fix transposed numbers of lock_depth and preempt_countSteven Rostedt1-6/+8
2009-10-07NOHZ: update idle state also when NOHZ is inactiveEero Nurkkala1-2/+7
2009-10-07rcu: Place root rcu_node structure in separate lockdep classPaul E. McKenney1-1/+3
2009-10-07rcu: Make hot-unplugged CPU relinquish its own RCU callbacksPaul E. McKenney4-75/+125
2009-10-07rcu: Move rcu_barrier() to rcutreePaul E. McKenney2-119/+120
2009-10-06futex: Move exit_pi_state() call to release_mm()Thomas Gleixner2-2/+2
2009-10-06futex: Nullify robust lists after cleanupPeter Zijlstra1-2/+6
2009-10-06trace: Fix missing assignment in trace_ctxwake_*Hiroshi Shimamoto1-2/+2
2009-10-06perf_event: Provide vmalloc() based mmap() backingPeter Zijlstra1-62/+186
2009-10-06tracing/syscalls: Use long for syscall ret format and field definitionsTom Zanussi1-2/+2
2009-10-05sched: Remove obsolete comment in sched_init()Jayson R. King1-4/+0
2009-10-05futex: Fix locking imbalanceThomas Gleixner1-1/+1
2009-10-05panic: Fix panic message visibility by calling bust_spinlocks(0) before dyingAaro Koskinen1-1/+2
2009-10-05Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-25/+9
2009-10-05Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+0
2009-10-05Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-1/+5