- 7d3b56b Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 61420f5 Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 16 years ago
- 6ca09df sched: put back some stack hog changes that were undone in kernel/sched.c by Mike Travis · 16 years ago
- 6bdf197 ia64: cpumask fix for is_affinity_mask_valid() by Ingo Molnar · 16 years ago
- 263ec64 cpumask: convert RCU implementations, fix by Ingo Molnar · 16 years ago
- 7eb1955 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask into merge-rr-cpumask by Mike Travis · 16 years ago
- b840d79 Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 5db0e1e cpumask: replace for_each_cpu_mask_nr with for_each_cpu in kernel/time/ by Rusty Russell · 16 years ago
- 41c7bb9 cpumask: convert rest of files in kernel/ by Rusty Russell · 16 years ago
- e0b582e cpumask: convert kernel/cpu.c by Rusty Russell · 16 years ago
- c309b91 cpumask: convert kernel/profile.c by Rusty Russell · 16 years ago
- bd232f9 cpumask: convert RCU implementations by Rusty Russell · 16 years ago
- d036e67 cpumask: convert kernel/irq by Rusty Russell · 16 years ago
- 6b95482 cpumask: convert kernel time functions by Rusty Russell · 16 years ago
- e7577c5 cpumask: convert kernel/workqueue.c by Rusty Russell · 16 years ago
- a45185d cpumask: convert kernel/compat.c by Rusty Russell · 16 years ago
- f1fc057 cpumask: remove any_online_cpu() users: kernel/ by Rusty Russell · 16 years ago
- 4462344 cpumask: convert kernel trace functions further by Rusty Russell · 16 years ago
- 9e01c1b cpumask: convert kernel trace functions by Rusty Russell · 16 years ago
- 4f4b6c1 cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: core by Rusty Russell · 16 years ago
- db200df Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 79741dd [PATCH] idle cputime accounting by Martin Schwidefsky · 16 years ago
- 457533a [PATCH] fix scaled & unscaled cputime accounting by Martin Schwidefsky · 16 years ago
- 2ca1a61 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Rusty Russell · 16 years ago
- 6a94cb7 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 16 years ago
- 1af237a tracing: removed duplicated #include by Huang Weiyi · 16 years ago
- 526ea06 Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 6de7148 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6 by Linus Torvalds · 16 years ago
- 1dff81f Merge branch 'for-2.6.29' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
- 179475a Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- bb758e9 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 5f34fe1 Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- ce47d97 cpumask: arch_send_call_function_ipi_mask: core by Rusty Russell · 16 years ago
- 54b11e6 cpumask: smp_call_function_many() by Rusty Russell · 16 years ago
- 3fa4152 cpumask: make set_cpu_*/init_cpu_* out-of-line by Rusty Russell · 16 years ago
- b3199c0 cpumask: switch over to cpu_online/possible/active/present_mask: core by Rusty Russell · 16 years ago
- 33edcf1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Rusty Russell · 16 years ago
- 43a2563 sparseirq: move __weak symbols into separate compilation unit by Yinghai Lu · 16 years ago
- abf137d aio: make the lookup_ioctx() lockless by Jens Axboe · 16 years ago
- 7c0990c Do not free io context when taking recursive faults in do_exit by Nikanth Karthikesan · 16 years ago
- 0a8c539 [XFS] Fix merge failures by Lachlan McIlroy · 16 years ago
- e3c6d4e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
- b2e2fe9 sparseirq: work around __weak alias bug by Ingo Molnar · 16 years ago
- 96faec9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next by Linus Torvalds · 16 years ago
- a39b863 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- b0f4b28 Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 12026ea sparseirq: fix hang with !SPARSE_IRQ by Yinghai Lu · 16 years ago
- fa6beb3 sparseirq: set lock_class for legacy irq when sparse_irq is selected by Yinghai Lu · 16 years ago
- 13a0c3c sparseirq: work around compiler optimizing away __weak functions by Yinghai Lu · 16 years ago
- 793f7b1 sparseirq: fix desc->lock init by Ingo Molnar · 16 years ago
- 8b07cd4 sparseirq: do not printk when migrating IRQ descriptors by Ingo Molnar · 16 years ago
- be4d638 cpumask: Replace cpu_coregroup_map with cpu_coregroup_mask by Rusty Russell · 16 years ago
- 00c2363 sparseirq: remove duplicated arch_early_irq_init() by Yinghai Lu · 16 years ago
- 18eefed irq: simplify for_each_irq_desc() usage by KOSAKI Motohiro · 16 years ago
- 26ddd8d proc: remove ifdef CONFIG_SPARSE_IRQ from stat.c by KOSAKI Motohiro · 16 years ago
- f9af0e7 irq: for_each_irq_desc() move to irqnr.h by KOSAKI Motohiro · 16 years ago
- 51bc39f hrtimer: remove #include <linux/irq.h> by KOSAKI Motohiro · 16 years ago
- 32e8d18 Merge branches 'timers/clocksource', 'timers/hpet', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/rtc' into timers/core by Ingo Molnar · 16 years ago
- 860cf88 Merge branches 'irq/sparseirq', 'irq/genirq' and 'irq/urgent'; commit 'v2.6.28' into irq/core by Ingo Molnar · 16 years ago
- 6638101 Merge branches 'core/debugobjects', 'core/iommu', 'core/locking', 'core/printk', 'core/rcu', 'core/resources', 'core/softirq' and 'core/stacktrace' into core/core by Ingo Molnar · 16 years ago
- cc37d3d Merge branch 'core/futexes' into core/core by Ingo Molnar · 16 years ago
- b594deb Merge branch 'core/debug' into core/core by Ingo Molnar · 16 years ago
- 0b271ef4 Merge commit 'v2.6.28' into core/core by Ingo Molnar · 16 years ago
- 4e20228 Merge branch 'sched/urgent'; commit 'v2.6.28' into sched/core by Ingo Molnar · 16 years ago
- 5250d32 Merge branches 'tracing/ftrace', 'tracing/hw-branch-tracing' and 'tracing/ring-buffer'; commit 'v2.6.28' into tracing/core by Ingo Molnar · 16 years ago
- 468a15b sched, trace: update trace_sched_wakeup() by Peter Zijlstra · 16 years ago
- 9212ddb stacktrace: provide save_stack_trace_tsk() weak alias by Ingo Molnar · 16 years ago
- 12d79ba rcu: provide RCU options on non-preempt architectures too by Ingo Molnar · 16 years ago
- cbacc2c Merge branch 'next' into for-linus by James Morris · 16 years ago
- db8862e Merge branch 'linus' into tracing/hw-branch-tracing by Ingo Molnar · 16 years ago
- 20ca9b3 cgroups: avoid accessing uninitialized data in failure path by Li Zefan · 16 years ago
- e368d3a cgroups: suppress bogus warning messages by Sharyathi Nagesh · 16 years ago
- 36dffab sched: nominate preferred wakeup cpu, fix by Vaidyanathan Srinivasan · 16 years ago
- 98db8df ring-buffer: prevent false positive warning by Steven Rostedt · 16 years ago
- a8ccf1d ring-buffer: fix dangling commit race by Steven Rostedt · 16 years ago
- 27a0464 [XFS] Fix merge conflict in fs/xfs/xfs_rename.c by Lachlan McIlroy · 16 years ago
- 3d44cc3 Null pointer deref with hrtimer_try_to_cancel() by Thomas Gleixner · 16 years ago
- bf53de9 x86, bts: add fork and exit handling by Markus Metzger · 16 years ago
- b909895 sparseirq: fix numa_migrate_irq_desc dependency and comments by Yinghai Lu · 16 years ago
- 26cc271 printk: fix discarding message when recursion_bug by Hiroshi Shimamoto · 16 years ago
- 9bb4824 allow stripping of generated symbols under CONFIG_KALLSYMS_ALL by Jan Beulich · 16 years ago
- 213cc06 ftrace: introduce tracing_reset_online_cpus() helper by Pekka J Enberg · 16 years ago
- 30cd324 Merge branches 'tracing/ftrace', 'tracing/ring-buffer' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
- 9924da4 sched: fix warning in kernel/sched.c by Ingo Molnar · 16 years ago
- ad273b3 sched: activate active load balancing in new idle cpus by Vaidyanathan Srinivasan · 16 years ago
- 7eb52df sched: bias task wakeups to preferred semi-idle packages by Vaidyanathan Srinivasan · 16 years ago
- 7a09b1a sched: nominate preferred wakeup cpu by Vaidyanathan Srinivasan · 16 years ago
- d5679bd sched: favour lower logical cpu number for sched_mc balance by Vaidyanathan Srinivasan · 16 years ago
- afb8a9b sched: framework for sched_mc/smt_power_savings=N by Gautham R Shenoy · 16 years ago
- b568636 futex: clean up futex_(un)lock_pi fault handling by Darren Hart · 16 years ago
- c71dd42 tracing: fix warnings in kernel/trace/trace_sched_switch.c by Ingo Molnar · 16 years ago
- 3bddb9a tracing: fix warning in kernel/trace/trace.c by Ingo Molnar · 16 years ago
- b2e3c0a hrtimers: fix warning in kernel/hrtimer.c by Ingo Molnar · 16 years ago
- 64db4cf "Tree RCU": scalable classic RCU implementation by Paul E. McKenney · 16 years ago
- d110ec3 Merge branch 'linus' into core/rcu by Ingo Molnar · 16 years ago
- 74c8a61 locking, irq: enclose irq_desc_lock_class in CONFIG_LOCKDEP by KOSAKI Motohiro · 16 years ago
- 9c2c480 schedstat: consolidate per-task cpu runtime stats by Ken Chen · 16 years ago
- 6d102bc tracing/ring-buffer: remove unused ring_buffer size by Lai Jiangshan · 16 years ago
- 3d9101e trace: fix task state printout by Thomas Gleixner · 16 years ago
- ea3a6d6 ftrace: add not to regex on filtering functions by Steven Rostedt · 16 years ago