1. 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
  2. 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
  3. 5a865c0 Merge branch 'for-33' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 14 years ago
  4. 933b061 sched: Mark boot-cpu active before smp_init() by Peter Zijlstra · 15 years ago
  5. 5429136 initramfs: add missing decompressor error check by Phillip Lougher · 15 years ago
  6. 196a15b init/main.c: fix symbol shadows noise by H Hartley Sweeten · 15 years ago
  7. ea63763 nommu: fix malloc performance by adding uninitialized flag by Jie Zhang · 15 years ago
  8. 273b281 kbuild: move utsrelease.h to include/generated by Sam Ravnborg · 15 years ago
  9. 9204595 kbuild: move compile.h to include/generated by Sam Ravnborg · 15 years ago
  10. 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
  11. 9e9868a sysfs: deprecated features are to help old tools not to confuse them by Uwe Kleine-König · 15 years ago
  12. 1557d33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 by Linus Torvalds · 15 years ago
  13. 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
  14. 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
  15. f066a4f param: don't complain about unused module parameters. by Rusty Russell · 15 years ago
  16. e9438e3 sysfs: fix SYSFS_DEPRECATED_V2 prompt by Randy Dunlap · 15 years ago
  17. f13a48b SLOW_WORK: Move slow_work's proc file to debugfs by David Howells · 15 years ago
  18. feae320 timers, init: Limit the number of per cpu calibration bootup messages by Mike Travis · 15 years ago
  19. 8fba10a SLOW_WORK: Allow the work items to be viewed through a /proc file by David Howells · 15 years ago
  20. bb9074f Merge commit 'v2.6.32-rc7' by Eric W. Biederman · 15 years ago
  21. 6beb000 locking: Make inlining decision Kconfig based by Thomas Gleixner · 15 years ago
  22. 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
  23. 26a7034 sysctl: Reduce sys_sysctl to a compatibility wrapper around /proc/sys by Eric W. Biederman · 15 years ago
  24. dd77038 perf_events: Fix some typo in the perf events config description by Thadeu Lima de Souza Cascardo · 15 years ago
  25. 022382a powerpc: Minor cleanup to init/Kconfig by Kumar Gala · 15 years ago
  26. 9b1d82f rcu: "Tiny RCU", The Bloatwatch Edition by Paul E. McKenney · 15 years ago
  27. 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
  28. 906010b perf_event: Provide vmalloc() based mmap() backing by Peter Zijlstra · 15 years ago
  29. 94a8d5c Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 15 years ago
  30. 2bcd57a headers: utsname.h redux by Alexey Dobriyan · 15 years ago
  31. 72d78d0 cpumask: remove unused cpu_mask_all by Rusty Russell · 15 years ago
  32. c37efa9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next by Linus Torvalds · 15 years ago
  33. 1eba8f8 rcu: Clean up code based on review feedback from Josh Triplett, part 2 by Paul E. McKenney · 15 years ago
  34. 746942d Merge branch 'sfi-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6 by Linus Torvalds · 15 years ago
  35. 4481374 mm: replace various uses of num_physpages by totalram_pages by Jan Beulich · 15 years ago
  36. 43c1266 Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  37. b8c7f1d 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
  38. 57c0c15 perf: Tidy up after the big rename by Ingo Molnar · 15 years ago
  39. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  40. 99657c7 kernel hacking: move STRIP_ASM_SYMS from General by Randy Dunlap · 15 years ago
  41. c602c65 Merge branch 'linus' into sfi-release by Len Brown · 15 years ago
  42. fc53776 tracing: Remove markers by Christoph Hellwig · 15 years ago
  43. bbe3eae rcu: Kconfig help needs to say that TREE_PREEMPT_RCU scales down by Paul E. McKenney · 15 years ago
  44. ab86e57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  45. 2b2af54 Driver Core: devtmpfs - kernel-maintained tmpfs-based /dev by Kay Sievers · 15 years ago
  46. ada3fa1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  47. 774a694 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  48. 7db905e rcu: Move end of special early-boot RCU operation earlier by Paul E. McKenney · 15 years ago
  49. 29e2035 Merge branch 'linus' into core/rcu by Ingo Molnar · 15 years ago
  50. 6ae6996 SFI: add platform-independent core support by Feng Tang · 15 years ago
  51. fa84e9e init: Move sched_clock_init after late_time_init by Thomas Gleixner · 15 years ago
  52. 7d63e63 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  53. 6b3ef48 rcu: Remove CONFIG_PREEMPT_RCU by Paul E. McKenney · 15 years ago
  54. f41d911 rcu: Merge preemptable-RCU functionality into hierarchical RCU by Paul E. McKenney · 15 years ago
  55. 4a683bf tracing: Fix too large stack usage in do_one_initcall() by Ingo Molnar · 15 years ago
  56. fa08661 Merge commit 'v2.6.31-rc6' into core/rcu by Ingo Molnar · 15 years ago
  57. 384be2b Merge branch 'percpu-for-linus' into percpu-for-next by Tejun Heo · 15 years ago
  58. d6647bd init: set nr_cpu_ids before setup_per_cpu_areas() by Tejun Heo · 15 years ago
  59. f265426 perf_counter: Set the CONFIG_PERF_COUNTERS default to y if CONFIG_PROFILING=y by Ingo Molnar · 15 years ago
  60. 470a139 tracing, perf_counter: Add help text to CONFIG_EVENT_PROFILE by Peter Zijlstra · 15 years ago
  61. d4d7d0b perf_counter: Fix the tracepoint channel to perfcounters by Chris Wilson · 15 years ago
  62. c43768c Merge branch 'master' into for-next by Tejun Heo · 15 years ago
  63. c17ef45 rcu: Remove Classic RCU by Paul E. McKenney · 15 years ago
  64. e74e396 percpu: use dynamic percpu allocator as the default percpu allocator by Tejun Heo · 15 years ago
  65. fbe8cdd Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904', 'bugzilla-13121', 'bugzilla-13396', 'bugzilla-13533', 'bugzilla-13612', 'c3_lock', 'hid-cleanups', 'misc-2.6.31', 'pdc-leak-fix', 'pnpacpi', 'power_nocheck', 'thinkpad_acpi', 'video' and 'wmi' into release by Len Brown · 15 years ago
  66. 31950eb mm/init: cpu_hotplug_init() must be initialized before SLAB by Linus Torvalds · 15 years ago
  67. dcce284 mm: Extend gfp masking to the page allocator by Benjamin Herrenschmidt · 15 years ago
  68. b99b87f kernel: constructor support by Peter Oberparleiter · 15 years ago
  69. c868d55 mm: Move pgtable_cache_init() earlier by Benjamin Herrenschmidt · 15 years ago
  70. 517d086 Merge branch 'akpm' by Linus Torvalds · 15 years ago
  71. 58568d2 cpuset,mm: update tasks' mems_allowed in time by Miao Xie · 15 years ago
  72. b3fec0f Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheck by Linus Torvalds · 15 years ago
  73. f6ee649 driver core: set default SYSFS_DEPRECATED=n by Kay Sievers · 15 years ago
  74. 722f2a6 Merge commit 'linus/master' into HEAD by Vegard Nossum · 15 years ago
  75. 3b5c760 fs: fix do_mount_root() false positive kmemcheck warning by Vegard Nossum · 15 years ago
  76. 45e3e19 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next by Linus Torvalds · 15 years ago
  77. dfec072 kmemcheck: add the kmemcheck core by Vegard Nossum · 16 years ago
  78. 4a7a16d ACPI: move declaration acpi_early_init() to acpi.h by Len Brown · 15 years ago
  79. 4ddbac9 Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  80. 018df72 perf_counter: Start documenting HAVE_PERF_COUNTERS requirements by Mike Frysinger · 15 years ago
  81. 7e85ee0 slab,slub: don't enable interrupts during early boot by Pekka Enberg · 15 years ago
  82. ca371c0 memcg: fix page_cgroup fatal error in FLATMEM by KAMEZAWA Hiroyuki · 15 years ago
  83. 3bb66d7 Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 15 years ago
  84. 512626a Merge branch 'for-linus' of git://linux-arm.org/linux-2.6 by Linus Torvalds · 15 years ago
  85. 8a1ca8c Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  86. 63c882a inotify: reimplement inotify using fsnotify by Eric Paris · 15 years ago
  87. 444f478 init: introduce mm_init() by Pekka Enberg · 15 years ago
  88. 43ebdac vmalloc: use kzalloc() instead of alloc_bootmem() by Pekka Enberg · 15 years ago
  89. 83b519e slab: setup allocators earlier in the boot sequence by Pekka Enberg · 15 years ago
  90. 3c7b4e6 kmemleak: Add the base support by Catalin Marinas · 15 years ago
  91. 940010c Merge branch 'linus' into perfcounters/core by Ingo Molnar · 15 years ago
  92. 8dc8e5e perf_counter: Turn off by default by Ingo Molnar · 15 years ago
  93. 8623661 Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  94. 20f3f3c Merge branch 'rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  95. a9eb522 menu: fix embedded menu presentation by Randy Dunlap · 15 years ago
  96. 23db9f4 Merge branch 'linus' into perfcounters/core by Ingo Molnar · 15 years ago
  97. 657cafa Use a format for linux_banner by Alex Riesen · 15 years ago
  98. 1079cac Merge commit 'v2.6.30-rc6' into tracing/core by Ingo Molnar · 15 years ago
  99. dc3f81b Merge commit 'v2.6.30-rc6' into perfcounters/core by Ingo Molnar · 15 years ago
  100. 44347d9 Merge branch 'linus' into tracing/core by Ingo Molnar · 15 years ago