1. 3386c05 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  2. baf48f6 softlock: fix false panic which can occur if softlockup_thresh is reduced by Mandeep Singh Baines · 16 years ago
  3. 490dea4 itimers: remove the per-cpu-ish-ness by Peter Zijlstra · 16 years ago
  4. cfa97f9 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  5. 901608d mm: introduce get_mm_hiwater_xxx(), fix taskstats->hiwater_xxx accounting by Oleg Nesterov · 16 years ago
  6. d9be28e Merge branches 'sched/clock', 'sched/cleanups' and 'linus' into sched/urgent by Ingo Molnar · 16 years ago
  7. c70f22d sched: clean up arch_reinit_sched_domains() by Li Zefan · 16 years ago
  8. 61420f5 Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 16 years ago
  9. 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
  10. 79741dd [PATCH] idle cputime accounting by Martin Schwidefsky · 16 years ago
  11. 47fea2a sched: sched.c declare variables before they get used by Jaswinder Singh Rajput · 16 years ago
  12. 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
  13. 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
  14. 06aaf76 sched: move test_sd_parent() to an SMP section of sched.h by Ingo Molnar · 16 years ago
  15. 100fdae sched: add SD_BALANCE_NEWIDLE at MC and CPU level for sched_mc>0 by Vaidyanathan Srinivasan · 16 years ago
  16. afb8a9b sched: framework for sched_mc/smt_power_savings=N by Gautham R Shenoy · 16 years ago
  17. 716707b sched: convert BALANCE_FOR_xx_POWER to inline functions by Vaidyanathan Srinivasan · 16 years ago
  18. 9c2c480 schedstat: consolidate per-task cpu runtime stats by Ken Chen · 16 years ago
  19. 45ab6b0 Merge branch 'sched/core' into cpus4096 by Ingo Molnar · 16 years ago
  20. 81444a7 Merge branch 'tracing/fastboot' into cpus4096 by Ingo Molnar · 16 years ago
  21. c1dfdc7 Merge commit 'v2.6.28-rc8' into sched/core by Ingo Molnar · 16 years ago
  22. c272477 x86, bts: provide in-kernel branch-trace interface by Markus Metzger · 16 years ago
  23. 380c4b1 tracing/function-graph-tracer: append the tracing_graph_flag by Frederic Weisbecker · 16 years ago
  24. ea4e2bc ftrace: graph of a single function by Steven Rostedt · 16 years ago
  25. b8307db Merge commit 'v2.6.28-rc7' into tracing/core by Ingo Molnar · 16 years ago
  26. ec98ce4 Merge branch 'master' into next by James Morris · 16 years ago
  27. a64d31b Merge branch 'linus' into cpus4096 by Ingo Molnar · 16 years ago
  28. 7ef9964 epoll: introduce resource usage limits by Davide Libenzi · 16 years ago
  29. 6c415b9 sched: add uid information to sched_debug for CONFIG_USER_SCHED by Arun R Bharadwaj · 16 years ago
  30. fb52607 tracing/function-return-tracer: change the name into function-graph-tracer by Frederic Weisbecker · 16 years ago
  31. 6abb11a x86, bts, ptrace: move BTS buffer allocation from ds.c into ptrace.c by Markus Metzger · 16 years ago
  32. ca0002a x86, bts: base in-kernel ds interface on handles by Markus Metzger · 16 years ago
  33. 18b6e04 User namespaces: set of cleanups (v2) by Serge Hallyn · 16 years ago
  34. 96f874e sched: convert remaining old-style cpumask operators by Rusty Russell · 16 years ago
  35. 6a7b3dc sched: convert nohz_cpu_mask to cpumask_var_t. by Rusty Russell · 16 years ago
  36. 6c99e9a sched: convert struct sched_group/sched_domain cpumask_ts to variable bitmaps by Rusty Russell · 16 years ago
  37. 758b2cd sched: wrap sched_group and sched_domain cpumask accesses. by Rusty Russell · 16 years ago
  38. 943f3d0 Merge branches 'sched/core', 'core/core' and 'tracing/core' into cpus4096 by Ingo Molnar · 16 years ago
  39. 64b7482 Merge branch 'sched/rt' into sched/core by Ingo Molnar · 16 years ago
  40. f201ae2 tracing/function-return-tracer: store return stack into task_struct and allocate it dynamically by Frederic Weisbecker · 16 years ago
  41. 0231022 tracing/function-return-tracer: add the overrun field by Frederic Weisbecker · 16 years ago
  42. 2b82892 Merge branch 'master' into next by James Morris · 16 years ago
  43. 3b11a1d CRED: Differentiate objective and effective subjective credentials on a task by David Howells · 16 years ago
  44. d84f4f9 CRED: Inaugurate COW credentials by David Howells · 16 years ago
  45. bb952bb CRED: Separate per-task-group keyrings from signal_struct by David Howells · 16 years ago
  46. f1752ee CRED: Detach the credentials from task_struct by David Howells · 16 years ago
  47. b6dff3e CRED: Separate task security context from task_struct by David Howells · 16 years ago
  48. 60a011c Merge branch 'tracing/function-return-tracer' into tracing/fastboot by Ingo Molnar · 16 years ago
  49. 50ee917 sched/rt: removed unneeded defintion by Dhaval Giani · 16 years ago
  50. caf4b32 tracing, x86: add low level support for ftrace return tracing by Frederic Weisbecker · 16 years ago
  51. ad474ca fix for account_group_exec_runtime(), make sure ->signal can't be freed under rq->lock by Oleg Nesterov · 16 years ago
  52. f8d570a net: Fix recursive descent in __scm_destroy(). by David Miller · 16 years ago
  53. 8c82a17e Merge commit 'v2.6.28-rc1' into sched/urgent by Ingo Molnar · 16 years ago
  54. 88ed86f Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/proc by Linus Torvalds · 16 years ago
  55. 1f6d6e8e Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  56. 133e887 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  57. b5aadf7 proc: move /proc/schedstat boilerplate to kernel/sched_stats.h by Alexey Dobriyan · 16 years ago
  58. 4ce72a2 sched: add CONFIG_SMP consistency by Li Zefan · 16 years ago
  59. 268a3dc Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2 by Thomas Gleixner · 16 years ago
  60. 99ebcf8 Merge branch 'v28-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  61. 656eb2c add CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS by Roland McGrath · 16 years ago
  62. e575f11 coredump_filter: add hugepage dumping by KOSAKI Motohiro · 16 years ago
  63. ffda12a sched: optimize group load balancer by Peter Zijlstra · 16 years ago
  64. c465a76 Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/debug' into v28-timers-for-linus by Thomas Gleixner · 16 years ago
  65. 651dab4 Merge commit 'linus/master' into merge-linus by Arjan van de Ven · 16 years ago
  66. e62b485 sched: kill unused scheduler decl. by David Miller · 16 years ago
  67. 365d46d Merge branch 'linus' into x86/xen by Ingo Molnar · 16 years ago
  68. a5d8c34 sched debug: add name to sched_domain sysctl entries by Ingo Molnar · 16 years ago
  69. 7086efe timers: fix itimer/many thread hang, v3 by Frank Mayhar · 16 years ago
  70. bb34d92 timers: fix itimer/many thread hang, v2 by Frank Mayhar · 16 years ago
  71. 15afe09 sched: wakeup preempt when small overlap by Peter Zijlstra · 16 years ago
  72. 5ce73a4 timers: fix itimer/many thread hang, cleanups by Ingo Molnar · 16 years ago
  73. 0a8eaa4 timers: fix itimer/many thread hang, fix #2 by Ingo Molnar · 16 years ago
  74. f06febc timers: fix itimer/many thread hang by Frank Mayhar · 16 years ago
  75. f7d0b92 mm: define USE_SPLIT_PTLOCKS rather than repeating expression by Jeremy Fitzhardinge · 16 years ago
  76. 7f79d85 Merge branch 'linus' into sched/devel by Ingo Molnar · 16 years ago
  77. 6976675 hrtimer: create a "timer_slack" field in the task struct by Arjan van de Ven · 16 years ago
  78. 4904862 sched: fix process time monotonicity by Balbir Singh · 16 years ago
  79. bee367e sched: reorder struct sched_rt_entity to remove padding on 64 bit builds by Richard Kennedy · 16 years ago
  80. 07dd20e sched: reorder signal_struct to remove 8 bytes on 64 bit builds by Richard Kennedy · 16 years ago
  81. 9e2b2dc CRED: Introduce credential access wrappers by David Howells · 16 years ago
  82. c1955a3 sched_clock: delay using sched_clock() by Peter Zijlstra · 16 years ago
  83. e4e4e53 sched clock: revert various sched_clock() changes by Ingo Molnar · 16 years ago
  84. 940389b task IO accounting: move all IO statistics in struct task_io_accounting by Andrea Righi · 16 years ago
  85. 5995477 task IO accounting: improve code readability by Andrea Righi · 16 years ago
  86. 85ba2d8 tracehook: wait_task_inactive by Roland McGrath · 16 years ago
  87. 2b2a1ff tracehook: death by Roland McGrath · 16 years ago
  88. 7babe8d Full conversion to early_initcall() interface, remove old interface by Eduard - Gabriel Munteanu · 16 years ago
  89. 16d6926 uninline arch_pick_mmap_layout() by Andrew Morton · 16 years ago
  90. 873b477 per-task-delay-accounting: add memory reclaim delay by Keika Kobayashi · 16 years ago
  91. 297c5d9 task IO accounting: provide distinct tgid/tid I/O statistics by Andrea Righi · 16 years ago
  92. 49b5cf3 accounting: account for user time when updating memory integrals by Jonathan Lim · 16 years ago
  93. dbda0de pidns: remove find_task_by_pid, unused for a long time by Pavel Emelyanov · 16 years ago
  94. e49859e pidns: remove now unused find_pid function. by Pavel Emelyanov · 16 years ago
  95. 19b0cfc pidns: remove now unused kill_proc function by Pavel Emelyanov · 16 years ago
  96. 246bb0b kill PF_BORROWED_MM in favour of PF_KTHREAD by Oleg Nesterov · 16 years ago
  97. 7b34e42 introduce PF_KTHREAD flag by Oleg Nesterov · 16 years ago
  98. 364d3c1 ptrace: give more respect to SIGKILL by Oleg Nesterov · 16 years ago
  99. 8b05c7e add a helper function to test if an object is on the stack by FUJITA Tomonori · 16 years ago
  100. 7f9dce3 Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago