aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-31Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-42/+54
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-29sparseirq: move __weak symbols into separate compilation unitYinghai Lu2-9/+20
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-29sparseirq: work around __weak alias bugIngo Molnar2-5/+9
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-27sparseirq: fix hang with !SPARSE_IRQYinghai Lu1-0/+15
2008-12-27sparseirq: set lock_class for legacy irq when sparse_irq is selectedYinghai Lu1-0/+1
2008-12-27sparseirq: work around compiler optimizing away __weak functionsYinghai Lu1-3/+4
2008-12-27sparseirq: fix desc->lock initIngo Molnar2-0/+3
2008-12-27sparseirq: do not printk when migrating IRQ descriptorsIngo Molnar1-5/+1
2008-12-26sparseirq: remove duplicated arch_early_irq_init()Yinghai Lu1-4/+0
2008-12-26irq: simplify for_each_irq_desc() usageKOSAKI Motohiro3-23/+0
2008-12-26proc: remove ifdef CONFIG_SPARSE_IRQ from stat.cKOSAKI Motohiro1-1/+1
2008-12-26irq: for_each_irq_desc() move to irqnr.hKOSAKI Motohiro1-2/+11
2008-12-26hrtimer: remove #include <linux/irq.h>KOSAKI Motohiro1-1/+0
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