aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-30Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-1/+0
2008-12-30tracing: removed duplicated #includeHuang Weiyi1-1/+0
2008-12-30Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-3/+37
2008-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Linus Torvalds1-0/+14
2008-12-30Merge branch 'for-2.6.29' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-4/+2
2008-12-30Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds9-20/+354
2008-12-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-315/+107
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds25-345/+2159
2008-12-29aio: make the lookup_ioctx() locklessJens Axboe1-2/+2
2008-12-29Do not free io context when taking recursive faults in do_exitNikanth Karthikesan1-2/+0
2008-12-29[XFS] Fix merge failuresLachlan McIlroy59-1991/+6539
2008-12-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller68-2023/+6632
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds1-10/+6
2008-12-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds8-204/+250
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds35-1003/+4795
2008-12-25Merge branches 'timers/clocksource', 'timers/hpet', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/rtc' into timers/coreIngo Molnar6-315/+107
2008-12-25Merge branches 'irq/sparseirq', 'irq/genirq' and 'irq/urgent'; commit 'v2.6.28' into irq/coreIngo Molnar33-113/+551
2008-12-25Merge branches 'core/debugobjects', 'core/iommu', 'core/locking', 'core/printk', 'core/rcu', 'core/resources', 'core/softirq' and 'core/stacktrace' into core/coreIngo Molnar13-76/+1927
2008-12-25Merge branch 'core/futexes' into core/coreIngo Molnar1-26/+35
2008-12-25Merge branch 'core/debug' into core/coreIngo Molnar1-20/+12
2008-12-25Merge commit 'v2.6.28' into core/coreIngo Molnar26-91/+195
2008-12-25Merge branch 'sched/urgent'; commit 'v2.6.28' into sched/coreIngo Molnar4-10/+14
2008-12-25Merge branches 'tracing/ftrace', 'tracing/hw-branch-tracing' and 'tracing/ring-buffer'; commit 'v2.6.28' into tracing/coreIngo Molnar15-73/+63
2008-12-25sched, trace: update trace_sched_wakeup()Peter Zijlstra3-3/+3
2008-12-25stacktrace: provide save_stack_trace_tsk() weak aliasIngo Molnar1-0/+11
2008-12-25rcu: provide RCU options on non-preempt architectures tooIngo Molnar1-75/+0
2008-12-25Merge branch 'next' into for-linusJames Morris25-769/+1485
2008-12-24Merge branch 'linus' into tracing/hw-branch-tracingIngo Molnar2-5/+9
2008-12-23cgroups: avoid accessing uninitialized data in failure pathLi Zefan1-2/+3
2008-12-23cgroups: suppress bogus warning messagesSharyathi Nagesh1-3/+0
2008-12-23ring-buffer: prevent false positive warningSteven Rostedt1-2/+5
2008-12-23ring-buffer: fix dangling commit raceSteven Rostedt1-0/+12
2008-12-22[XFS] Fix merge conflict in fs/xfs/xfs_rename.cLachlan McIlroy13-32/+93
2008-12-20Null pointer deref with hrtimer_try_to_cancel()Thomas Gleixner1-0/+6
2008-12-20x86, bts: add fork and exit handlingMarkus Metzger2-0/+14
2008-12-19sparseirq: fix numa_migrate_irq_desc dependency and commentsYinghai Lu1-8/+3
2008-12-19printk: fix discarding message when recursion_bugHiroshi Shimamoto1-1/+1
2008-12-19allow stripping of generated symbols under CONFIG_KALLSYMS_ALLJan Beulich1-10/+6
2008-12-19ftrace: introduce tracing_reset_online_cpus() helperPekka J Enberg8-63/+20
2008-12-19Merge branches 'tracing/ftrace', 'tracing/ring-buffer' and 'tracing/urgent' into tracing/coreIngo Molnar14-57/+105
2008-12-19futex: clean up futex_(un)lock_pi fault handlingDarren Hart1-14/+12
2008-12-19tracing: fix warnings in kernel/trace/trace_sched_switch.cIngo Molnar2-1/+2
2008-12-19tracing: fix warning in kernel/trace/trace.cIngo Molnar1-1/+0
2008-12-19hrtimers: fix warning in kernel/hrtimer.cIngo Molnar1-1/+5
2008-12-18"Tree RCU": scalable classic RCU implementationPaul E. McKenney7-16/+1883
2008-12-18Merge branch 'linus' into core/rcuIngo Molnar49-396/+955
2008-12-18locking, irq: enclose irq_desc_lock_class in CONFIG_LOCKDEPKOSAKI Motohiro1-5/+0
2008-12-18schedstat: consolidate per-task cpu runtime statsKen Chen3-4/+5
2008-12-18tracing/ring-buffer: remove unused ring_buffer sizeLai Jiangshan1-3/+1
2008-12-18trace: fix task state printoutThomas Gleixner1-22/+17