aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-116/+194
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds10-0/+17
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-4/+0
2010-10-22Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2-11/+9
2010-10-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-0/+1
2010-10-21Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-591/+0
2010-10-21Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2010-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds7-29/+376
2010-10-21Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds15-720/+839
2010-10-21Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+11
2010-10-21Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-15/+22
2010-10-21Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-15/+16
2010-10-21Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds7-103/+489
2010-10-21Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds24-1369/+2876
2010-10-21Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds14-95/+741
2010-10-21Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-27/+34
2010-10-21security: remove unused parameter from security_task_setscheduler()KOSAKI Motohiro2-4/+4
2010-10-20Merge branch 'linus' into irq/coreIngo Molnar9-21/+40
2010-10-19Merge branch 'devel-stable' into develRussell King7-10/+29
2010-10-19Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/coreIngo Molnar6-131/+373
2010-10-19tracing: Fix compile issue for trace_sched_wakeup.cSteven Rostedt1-2/+1
2010-10-19futex: Fix errors in nested key ref-countingDarren Hart1-15/+16
2010-10-19blktrace: remove the big kernel lockArnd Bergmann1-11/+3
2010-10-19rtmutex-tester: make it build without BKLArnd Bergmann1-0/+6
2010-10-19workqueue: remove in_workqueue_context()Tejun Heo1-15/+0
2010-10-19workqueue: Clarify that schedule_on_each_cpu is synchronousTejun Heo1-4/+6
2010-10-18Merge branches 'at91', 'dcache', 'ftrace', 'hwbpt', 'misc', 'mmci', 's3c', 'st-ux' and 'unwind' into develRussell King25-200/+445
2010-10-18sched: Export account_system_vtime()Ingo Molnar1-0/+1
2010-10-18sched: Call tick_check_idle before __irq_enterVenkatesh Pallipadi2-4/+10
2010-10-18sched: Remove irq time from available CPU powerVenkatesh Pallipadi3-1/+30
2010-10-18sched: Do not account irq time to current taskVenkatesh Pallipadi3-10/+47
2010-10-18sched: Add IRQ_TIME_ACCOUNTING, finer accounting of irq timeVenkatesh Pallipadi1-0/+49
2010-10-18sched: Add a PF flag for ksoftirqd identificationVenkatesh Pallipadi1-0/+1
2010-10-18sched: Fix softirq time accountingVenkatesh Pallipadi2-18/+35
2010-10-18sched: Drop group_capacity to 1 only if local group has extra capacityNikhil Rao1-2/+7
2010-10-18sched: Force balancing on newidle balance if local group has capacityNikhil Rao1-3/+25
2010-10-18sched: Set group_imb only a task can be pulled from the busiest cpuNikhil Rao1-5/+7
2010-10-18sched: Do not consider SCHED_IDLE tasks to be cache hotNikhil Rao1-0/+3
2010-10-18perf: Optimize sw eventsPeter Zijlstra1-2/+2
2010-10-18perf: Use jump_labels to optimize the scheduler hooksPeter Zijlstra1-15/+9
2010-10-18jump_label: Use more consistent namingPeter Zijlstra1-3/+3
2010-10-18perf, hw_breakpoint: Fix crash in hw_breakpoint creationPeter Zijlstra2-9/+22
2010-10-18perf: Find task before event allocPeter Zijlstra1-11/+12
2010-10-18perf: Fix task refcount bugsPeter Zijlstra1-3/+4
2010-10-18perf: Fix group movingPeter Zijlstra1-1/+6
2010-10-18irq_work: Add generic hardirq context callbacksPeter Zijlstra4-101/+176
2010-10-18perf_events: Fix transaction recovery in group_sched_in()Stephane Eranian1-13/+63
2010-10-18perf_events: Fix bogus context time trackingStephane Eranian1-1/+7
2010-10-18lockdep: Check the depth of subclassHitoshi Mitake1-8/+10
2010-10-18lockdep: Add improved subclass cachingHitoshi Mitake1-7/+18