1. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  2. 94f6030 Slab allocators: Replace explicit zeroing with __GFP_ZERO by Christoph Lameter · 17 years ago
  3. 396faf0 Allow huge page allocations to use GFP_HIGH_MOVABLE by Mel Gorman · 17 years ago
  4. 7713a7d [HRTIMER] Fix cpu pointer arg to clockevents_notify() by David Miller · 17 years ago
  5. 7144521 Remove duplicate comments from sysctl.c by Linus Torvalds · 17 years ago
  6. 10b275d Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 17 years ago
  7. 1492192 kernel/printk.c: document possible deadlock against scheduler by Jiri Kosina · 17 years ago
  8. 24da1cb modules: remove modlist_lock by Rusty Russell · 17 years ago
  9. 1f1f642 make cancel_xxx_work_sync() return a boolean by Oleg Nesterov · 17 years ago
  10. f5a421a rename cancel_rearming_delayed_work() to cancel_delayed_work_sync() by Oleg Nesterov · 17 years ago
  11. f84d5a7 is_power_of_2: kernel/kfifo.c by vignesh babu · 17 years ago
  12. cf99aba make seccomp zerocost in schedule by Andrea Arcangeli · 17 years ago
  13. 1d9d02f move seccomp from /proc to a prctl by Andrea Arcangeli · 17 years ago
  14. 19769b7 sprint_symbol() cleanup by Andrew Morton · 17 years ago
  15. 2be7fe0 sysctl.c: add text telling people to use CTL_UNNUMBERED by Andrew Morton · 17 years ago
  16. 36cf3b5 FUTEX: Tidy up the code by Thomas Gleixner · 17 years ago
  17. 4e44f34 sys_time() speedup by Ingo Molnar · 17 years ago
  18. 213dd26 namespace: ensure clone_flags are always stored in an unsigned long by Eric W. Biederman · 17 years ago
  19. b716395 diskquota: 32bit quota tools on 64bit architectures by Vasily Tarasov · 17 years ago
  20. 6d9525b kerneldoc fix in audit_core_dumps by Henrik Kretzschmar · 17 years ago
  21. 98c0d07 add a kmem_cache for nsproxy objects by Cedric Le Goater · 17 years ago
  22. 467e9f4 fix create_new_namespaces() return value by Cedric Le Goater · 17 years ago
  23. 77ec739 user namespace: add unshare by Serge E. Hallyn · 17 years ago
  24. acce292 user namespace: add the framework by Cedric Le Goater · 17 years ago
  25. 7d69a1f remove CONFIG_UTS_NS and CONFIG_IPC_NS by Cedric Le Goater · 17 years ago
  26. 522ed77 Audit: add TTY input auditing by Miloslav Trmac · 17 years ago
  27. 4f27c00 Improve behaviour of spurious IRQ detect by Alan Cox · 17 years ago
  28. b663a79 taskstats: add context-switch counters by Maxim Uvarov · 17 years ago
  29. aa0ac36 Remove capability.h from mm.h by Alexey Dobriyan · 17 years ago
  30. c5c061b8 Add a flag to indicate deferrable timers in /proc/timer_stats by Venki Pallipadi · 17 years ago
  31. e84845c add printk.time option, deprecate 'time' by Randy Dunlap · 17 years ago
  32. 78c1b06 Remove clockevents_{release,request}_device by Andi Kleen · 17 years ago
  33. c2aef33 Reduce cpuset.c write_lock_irq() to read_lock() by Paul Menage · 17 years ago
  34. 45807a1 vdso: print fatal signals by Ingo Molnar · 17 years ago
  35. 708f4b5 Make /proc/modules use seq_list_xxx helpers by Pavel Emelianov · 17 years ago
  36. 1c6b4aa cpu hotplug: fix ksoftirqd termination on cpu hotplug with naughty realtime process by Satoru Takeuchi · 17 years ago
  37. 85653af Fix stop_machine_run problem with naughty real time process by Satoru Takeuchi · 17 years ago
  38. d621414 Use boot based time for uptime in /proc by Tomas Janousek · 17 years ago
  39. 924b42d Use boot based time for process start time and boot time in /proc by Tomas Janousek · 17 years ago
  40. 7c3f1a5 Introduce boot based time by Tomas Janousek · 17 years ago
  41. 6175ecf Use write_trylock_irqsave in ptrace_attach by Sripathi Kodi · 17 years ago
  42. e18eecb Add generic exit-time stack-depth checking to CONFIG_DEBUG_STACK_USAGE by Jeff Dike · 17 years ago
  43. 98011f5 mm: fix improper .init-type section references by Jan Beulich · 17 years ago
  44. f0c0b2b change zonelist order: zonelist order selection logic by KAMEZAWA Hiroyuki · 17 years ago
  45. 18a8bd9 serial: convert early_uart to earlycon for 8250 by Yinghai Lu · 17 years ago
  46. d37bf60 console: console handover to preferred console by Yinghai Lu · 17 years ago
  47. eaa944a console: more buf for index parsing by Yinghai Lu · 17 years ago
  48. e4af30b [PATCH] sched: prettify prio_to_wmult[] by Ingo Molnar · 17 years ago
  49. 5714d2d [PATCH] sched: document prio_to_wmult[] by Ingo Molnar · 17 years ago
  50. f9153ee [PATCH] sched: improve weight-array comments by Ingo Molnar · 17 years ago
  51. 4fd8851 CFS: Fix missing digit off in wmult table by Thomas Gleixner · 17 years ago
  52. 12a2296 Merge branch 'splice-2.6.23' of git://git.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 17 years ago
  53. aba2da6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 17 years ago
  54. 4bd7732 [PATCH] sched: fix show_task()/show_tasks() output by Ingo Molnar · 17 years ago
  55. 45f384a [PATCH] sched: remove stale version info from kernel/sched_debug.c by Ingo Molnar · 17 years ago
  56. a5968df [PATCH] sched: allow larger granularity by Ingo Molnar · 17 years ago
  57. e127031 [PATCH] sched: fix prio_to_wmult[] for nice 1 by Mike Galbraith · 17 years ago
  58. d3f35d9 relay: fixup kerneldoc comment by Tom Zanussi · 17 years ago
  59. 24da24d relay: fix bogus cast in subbuf_splice_actor() by Tom Zanussi · 17 years ago
  60. bb50cbb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6 by Linus Torvalds · 17 years ago
  61. ed03218 security: Protection for exploiting null dereference using mmap by Eric Paris · 17 years ago
  62. 7b59575 sysfs: kill unnecessary attribute->owner by Tejun Heo · 17 years ago
  63. cac36bb0 pipe: change the ->pin() operation to ->confirm() by Jens Axboe · 17 years ago
  64. 1db60cf relay: use splice_to_pipe() instead of open-coding the pipe loop by Jens Axboe · 17 years ago
  65. d6b29d7 splice: divorce the splice structure/function definitions from the pipe header by Jens Axboe · 17 years ago
  66. ebf9909 splice: relay support by Tom Zanussi · 17 years ago
  67. c31f2e8 sched: add CFS credits by Ingo Molnar · 17 years ago
  68. 0fec171 sched: clean up sleep_on() APIs by Ingo Molnar · 17 years ago
  69. 9761eea sched: style cleanups by Ingo Molnar · 17 years ago
  70. 23bdd70 sched: do not set softirqs to nice +19 by Ingo Molnar · 17 years ago
  71. 43ae34c sched: scheduler debugging, core by Ingo Molnar · 17 years ago
  72. 77e54a1 sched: add CFS debug sysctls by Ingo Molnar · 17 years ago
  73. b2cfba19 sched: remove unused rq types from sched.c by Ingo Molnar · 17 years ago
  74. 634fa8c sched: remove interactivity types by Ingo Molnar · 17 years ago
  75. dff06c1 sched: clean up include files in sched.c by Ingo Molnar · 17 years ago
  76. 172ba84 sched: update delay-accounting to use CFS's precise stats by Balbir Singh · 17 years ago
  77. 1b9f19c sched: turn on the use of unstable events by Ingo Molnar · 17 years ago
  78. bb29ab2 sched: x86, track TSC-unstable events by Ingo Molnar · 17 years ago
  79. dd41f59 sched: cfs core code by Ingo Molnar · 17 years ago
  80. f3479f1 sched: remove the sleep-bonus interactivity code by Ingo Molnar · 17 years ago
  81. c18a173 sched: remove expired_starving() by Ingo Molnar · 17 years ago
  82. f2ac58e sched: remove sleep_type by Ingo Molnar · 17 years ago
  83. 45bf76d sched: cfs, add load-calculation methods by Ingo Molnar · 17 years ago
  84. 1453118 sched: clean up __normal_prio() position by Ingo Molnar · 17 years ago
  85. 71f8bd4 sched: cleanup: move dequeue/enqueue_task() by Ingo Molnar · 17 years ago
  86. c24d20d sched: move around resched_task() by Ingo Molnar · 17 years ago
  87. e05606d sched: clean up the rt priority macros by Ingo Molnar · 17 years ago
  88. 138a8ae sched: add cfs_rq ops by Ingo Molnar · 17 years ago
  89. 41b86e9 sched: make posix-cpu-timers use CFS's accounting information by Ingo Molnar · 17 years ago
  90. 20d315d sched: add rq_clock()/__rq_clock() by Ingo Molnar · 17 years ago
  91. 6aa645e sched: cfs rq data types by Ingo Molnar · 17 years ago
  92. fa72e9e sched: cfs core, kernel/sched_idletask.c by Ingo Molnar · 17 years ago
  93. bb44e5d sched: cfs core, kernel/sched_rt.c by Ingo Molnar · 17 years ago
  94. bf0f6f2 sched: cfs core, kernel/sched_fair.c by Ingo Molnar · 17 years ago
  95. 425e096 sched: move code into kernel/sched_stats.h by Ingo Molnar · 17 years ago
  96. 1df2105 sched: add init_idle_bootup_task() by Ingo Molnar · 17 years ago
  97. f64f611 sched: remove sched_exit() by Ingo Molnar · 17 years ago
  98. c65cc87 sched: uninline set_task_cpu() by Ingo Molnar · 17 years ago
  99. 0437e10 sched: zap the migration init / cache-hot balancing code by Ingo Molnar · 17 years ago
  100. d15bcfd sched: rename idle_type/SCHED_IDLE by Ingo Molnar · 17 years ago