1. 681b304 Kconfig: delete duplicate word by Stephan Sperber · 14 years ago
  2. a57eb94 rcu: Add a TINY_PREEMPT_RCU by Paul E. McKenney · 14 years ago
  3. 4d87ffa rcu: Fix RCU_FANOUT help message by Paul E. McKenney · 14 years ago
  4. 687d7a9 rcu: restrict TREE_RCU to SMP builds with !PREEMPT by Paul E. McKenney · 14 years ago
  5. d762746 Make do_execve() take a const filename pointer by David Howells · 14 years ago
  6. 26df076 Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 14 years ago
  7. 65e0e81 memcg: remove experimental from swap account config by KAMEZAWA Hiroyuki · 14 years ago
  8. 914dcaa param: make param sections const. by Rusty Russell · 14 years ago
  9. 8c8946f Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 14 years ago
  10. e446127 init/main.c: mark do_one_initcall* as __init_or_module by Kevin Winchester · 14 years ago
  11. 22c5c03 init/main.c: fix warning: 'calltime.tv64' may be used uninitialized by Kevin Winchester · 14 years ago
  12. 7841733 Merge branch 'bkl/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 14 years ago
  13. 3b7433b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  14. 4aed2fd Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  15. ffd386a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  16. 6ee0578 workqueue: mark init_workqueues() as early_initcall() by Suresh Siddha · 14 years ago
  17. 939a67f Audit: split audit watch Kconfig by Eric Paris · 14 years ago
  18. 67640b6 Audit: audit watches depend on fsnotify by Eric Paris · 14 years ago
  19. 28a3a7e audit: reimplement audit_trees using fsnotify rather than inotify by Eric Paris · 14 years ago
  20. 181a51f slow-work: kill it by Tejun Heo · 14 years ago
  21. 5e3d20a init: Remove the BKL from startup code by Arnd Bergmann · 14 years ago
  22. 08f8ba0 Merge commit 'v2.6.35-rc4' into perf/core by Ingo Molnar · 14 years ago
  23. 123f94f Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  24. 9715856 init: Fix comment by Peter Zijlstra · 14 years ago
  25. f384c95 Merge branch 'linus' into perf/core by Thomas Gleixner · 14 years ago
  26. b433c3d init, sched: Fix race between init and kthreadd by Peter Zijlstra · 14 years ago
  27. 099a19d percpu: allow limited allocation before slab is online by Tejun Heo · 14 years ago
  28. 646b1db Merge commit 'v2.6.35-rc3' into perf/core by Ingo Molnar · 14 years ago
  29. 75cbfb9 ACPI: Do not try to set up acpi processor stuff on cores exceeding maxcpus= by Thomas Renninger · 14 years ago
  30. 039ca4e tracing: Remove kmemtrace ftrace plugin by Li Zefan · 14 years ago
  31. 30dbb20e tracing: Remove boot tracer by Américo Wang · 14 years ago
  32. 1f73897 Merge branch 'for-35' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 14 years ago
  33. 1f52250 mem-hotplug: avoid multiple zones sharing same boot strapping boot_pageset by Haicheng Li · 14 years ago
  34. ee9a360 Merge branch 'master' into for-2.6.35 by Jens Axboe · 14 years ago
  35. 0b4b382 x86, kgdb, init: Add early and late debug states by Jason Wessel · 14 years ago
  36. 67fc4e0 kdb: core for kgdb back end (2 of 2) by Jason Wessel · 14 years ago
  37. 48652ce Merge commit 'v2.6.34-rc6' into sched/core by Ingo Molnar · 14 years ago
  38. 7407cf3 Merge branch 'master' into for-2.6.35 by Jens Axboe · 14 years ago
  39. afc24d4 blk-cgroup: config options re-arrangement by Vivek Goyal · 14 years ago
  40. df37bd1 initramfs: handle unrecognised decompressor when unpacking by Phillip Lougher · 14 years ago
  41. b257c14 Merge branch 'linus' into sched/core by Ingo Molnar · 14 years ago
  42. 32bd7eb sched: Remove remaining USER_SCHED code by Li Zefan · 14 years ago
  43. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  44. 5ab116c cpuset: fix the problem that cpuset_mem_spread_node() returns an offline node by Miao Xie · 14 years ago
  45. 0dea116 cgroup: implement eventfd-based generic API for notifications by Kirill A. Shutemov · 14 years ago
  46. 7463e63 init/main.c: make setup_max_cpus static for !SMP by H Hartley Sweeten · 14 years ago
  47. 8aaed5b init/initramfs.c: fix "symbol shadows an earlier one" noise by H Hartley Sweeten · 14 years ago
  48. 9a85b8d init/main.c: improve usability in case of init binary failure by Andreas Mohr · 14 years ago
  49. 452aa69 mm/pm: force GFP_NOIO during suspend/hibernation and resume by Rafael J. Wysocki · 14 years ago
  50. 0f2cc4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  51. 2bd3a997 init: Open /dev/console from rootfs by Eric W. Biederman · 14 years ago
  52. fb7b096 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  53. f66ffde Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  54. 6556a67 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  55. d25e8db Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  56. 642c4c7 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  57. 37d4008 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
  58. b309a29 oprofile: remove EXPERIMENTAL from the config option description by Robert Richter · 14 years ago
  59. 8bd93a2 rcu: Accelerate grace period if last non-dynticked CPU by Paul E. McKenney · 14 years ago
  60. d11c563 sched: Use lockdep-based checking on rcu_dereference() by Paul E. McKenney · 14 years ago
  61. 2b633e3 smp: Use nr_cpus= to set nr_cpu_ids early by Yinghai Lu · 14 years ago
  62. 773e3eb init: Move radix_tree_init() early by Yinghai Lu · 14 years ago
  63. 6d3e090 Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 14 years ago
  64. 54bb655 ima: initialize ima before inodes can be allocated by Eric Paris · 15 years ago
  65. 8433646 kconfig CROSS_COMPILE option by Roland McGrath · 14 years ago
  66. 7c94143 sched: Remove USER_SCHED by Dhaval Giani · 14 years ago
  67. 61405fe Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  68. 7dd65fe lib: add support for LZO-compressed kernels by Albin Tonnerre · 14 years ago
  69. 16295be padata: Generic parallelization/serialization interface by Steffen Klassert · 14 years ago
  70. 07b139c perf events: Remove CONFIG_EVENT_PROFILE by Li Zefan · 14 years ago
  71. 3981e15 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  72. aac3d39 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  73. 5a865c0 Merge branch 'for-33' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 14 years ago
  74. 933b061 sched: Mark boot-cpu active before smp_init() by Peter Zijlstra · 14 years ago
  75. 5429136 initramfs: add missing decompressor error check by Phillip Lougher · 15 years ago
  76. 196a15b init/main.c: fix symbol shadows noise by H Hartley Sweeten · 15 years ago
  77. ea63763 nommu: fix malloc performance by adding uninitialized flag by Jie Zhang · 15 years ago
  78. 273b281 kbuild: move utsrelease.h to include/generated by Sam Ravnborg · 15 years ago
  79. 9204595 kbuild: move compile.h to include/generated by Sam Ravnborg · 15 years ago
  80. 60d8ce2 Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  81. 9e9868a sysfs: deprecated features are to help old tools not to confuse them by Uwe Kleine-König · 15 years ago
  82. 1557d33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 by Linus Torvalds · 15 years ago
  83. 6077817 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  84. 3e72b81 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  85. f066a4f param: don't complain about unused module parameters. by Rusty Russell · 15 years ago
  86. e9438e3 sysfs: fix SYSFS_DEPRECATED_V2 prompt by Randy Dunlap · 15 years ago
  87. f13a48b SLOW_WORK: Move slow_work's proc file to debugfs by David Howells · 15 years ago
  88. feae320 timers, init: Limit the number of per cpu calibration bootup messages by Mike Travis · 15 years ago
  89. 8fba10a SLOW_WORK: Allow the work items to be viewed through a /proc file by David Howells · 15 years ago
  90. bb9074f Merge commit 'v2.6.32-rc7' by Eric W. Biederman · 15 years ago
  91. 6beb000 locking: Make inlining decision Kconfig based by Thomas Gleixner · 15 years ago
  92. 26a9ba1 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  93. 26a7034 sysctl: Reduce sys_sysctl to a compatibility wrapper around /proc/sys by Eric W. Biederman · 15 years ago
  94. dd77038 perf_events: Fix some typo in the perf events config description by Thadeu Lima de Souza Cascardo · 15 years ago
  95. 022382a powerpc: Minor cleanup to init/Kconfig by Kumar Gala · 15 years ago
  96. 9b1d82f rcu: "Tiny RCU", The Bloatwatch Edition by Paul E. McKenney · 15 years ago
  97. f579bbc 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
  98. 906010b perf_event: Provide vmalloc() based mmap() backing by Peter Zijlstra · 15 years ago
  99. 94a8d5c Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 15 years ago
  100. 2bcd57a headers: utsname.h redux by Alexey Dobriyan · 15 years ago