aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-27sparseirq: do not printk when migrating IRQ descriptorsIngo Molnar1-5/+1
2008-12-26cpumask: Replace cpu_coregroup_map with cpu_coregroup_maskRusty Russell1-3/+3
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-23sched: nominate preferred wakeup cpu, fixVaidyanathan Srinivasan1-1/+1
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-19sched: fix warning in kernel/sched.cIngo Molnar1-1/+1
2008-12-19sched: activate active load balancing in new idle cpusVaidyanathan Srinivasan1-0/+54
2008-12-19sched: bias task wakeups to preferred semi-idle packagesVaidyanathan Srinivasan1-0/+18
2008-12-19sched: nominate preferred wakeup cpuVaidyanathan Srinivasan1-0/+12
2008-12-19sched: favour lower logical cpu number for sched_mc balanceVaidyanathan Srinivasan1-2/+2
2008-12-19sched: framework for sched_mc/smt_power_savings=NGautham R Shenoy1-3/+14
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
2008-12-18ftrace: add not to regex on filtering functionsSteven Rostedt1-2/+13