1. 548c316 tracing, Text Edit Lock: cleanup by Ingo Molnar · 15 years ago
  2. 65fb0d2 Merge branch 'linus' into cpumask-for-linus by Ingo Molnar · 15 years ago
  3. 19cefdf lockdep: annotate reclaim context (__GFP_NOFS), fix SLOB by Ingo Molnar · 15 years ago
  4. 019abbc Merge branch 'x86-stage-3-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  5. e713a21 trivial: Fix dubious bitwise 'or' usage spotted by sparse. by Alexey Zaytsev · 16 years ago
  6. aa85ea5 cpumask: use new cpumask_ functions in core code. by Rusty Russell · 15 years ago
  7. 1a2142a cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALL by Rusty Russell · 15 years ago
  8. 3fab191 Merge branch 'linus' into x86/core by Ingo Molnar · 15 years ago
  9. 0fe41b8 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 15 years ago
  10. ed40d0c Merge branch 'origin' into devel by Russell King · 15 years ago
  11. 6e15cf0 Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 by Ingo Molnar · 15 years ago
  12. be0ea69 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 15 years ago
  13. 86d9c07 Merge branch 'for-2.6.30' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  14. 8d80ce8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 15 years ago
  15. 1b5e62b writeback: double the dirty thresholds by Wu Fengguang · 15 years ago
  16. 2616015 Move the default_backing_dev_info out of readahead.c and into backing-dev.c by Jens Axboe · 15 years ago
  17. 8937b73 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 into devel by Russell King · 15 years ago
  18. 15a5b0a Merge branches 'topic/slob/cleanups', 'topic/slob/fixes', 'topic/slub/core', 'topic/slub/cleanups' and 'topic/slub/perf' into for-linus by Pekka Enberg · 15 years ago
  19. 703a3cd Merge branch 'master' into next by James Morris · 15 years ago
  20. 6fb8f42 slob: fix lockup in slob_free() by Nick Piggin · 15 years ago
  21. 1a00df4 slub: use get_track() by Akinobu Mita · 15 years ago
  22. 505f2b9 tracing, Text Edit Lock - kprobes architecture independent support, nommu fix by Ingo Molnar · 15 years ago
  23. 705bb9d Merge branches 'x86/cleanups', 'x86/cpu', 'x86/debug', 'x86/mce2', 'x86/mm', 'x86/mtrr', 'x86/setup', 'x86/setup-memory', 'x86/urgent', 'x86/uv', 'x86/x2apic' and 'linus' into x86/core by Ingo Molnar · 15 years ago
  24. 7243f21 Merge branches 'tracing/ftrace', 'tracing/syscalls' and 'linus' into tracing/core by Ingo Molnar · 15 years ago
  25. 3297e76 highmem: atomic highmem kmap page pinning by Nicolas Pitre · 15 years ago
  26. 1d88552 vmscan: pgmoved should be cleared after updating recent_rotated by Daisuke Nishimura · 15 years ago
  27. 0ca0f16 Merge branches 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/debug', 'x86/kconfig', 'x86/mm', 'x86/ptrace', 'x86/setup' and 'x86/urgent'; commit 'v2.6.29-rc8' into x86/core by Ingo Molnar · 15 years ago
  28. 895791d VM, x86, PAT: add a new vm flag to track full pfnmap at mmap by Pallipadi, Venkatesh · 15 years ago
  29. 0634023 Merge branch 'x86/core' into x86/kconfig by Ingo Molnar · 15 years ago
  30. 238a5b4 Merge branch 'cpus4096' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-x86 into cpus4096 by Ingo Molnar · 15 years ago
  31. 17d85bc Merge commit 'v2.6.29-rc8' into cpus4096 by Ingo Molnar · 15 years ago
  32. a70f730 cpumask: replace node_to_cpumask with cpumask_of_node. by Rusty Russell · 15 years ago
  33. 4bb9c5c VM, x86, PAT: Change is_linear_pfn_mapping to not use vm_pgoff by Pallipadi, Venkatesh · 15 years ago
  34. 480c93d Merge branch 'core/locking' into tracing/ftrace by Ingo Molnar · 15 years ago
  35. 3c1f67d Merge branch 'linus' into core/locking by Ingo Molnar · 15 years ago
  36. f272b7b memcg: use correct scan number at reclaim by KOSAKI Motohiro · 15 years ago
  37. 60db564 percpu: fix spurious alignment WARN in legacy SMP percpu allocator by Tejun Heo · 15 years ago
  38. 8293dd6 Merge branch 'x86/core' into tracing/ftrace by Ingo Molnar · 15 years ago
  39. 66c3a75 percpu: generalize embedding first chunk setup helper by Tejun Heo · 15 years ago
  40. 6074d5b percpu: more flexibility for @dyn_size of pcpu_setup_first_chunk() by Tejun Heo · 15 years ago
  41. e010098 percpu: make x86 addr <-> pcpu ptr conversion macros generic by Tejun Heo · 15 years ago
  42. ccea34b percpu: finer grained locking to break deadlock and allow atomic free by Tejun Heo · 15 years ago
  43. 0e39ac4 tracing, Text Edit Lock - Architecture Independent Code by Mathieu Desnoyers · 15 years ago
  44. f0ef039 Merge branch 'x86/core' into tracing/textedit by Ingo Molnar · 15 years ago
  45. a56dbdd percpu: move fully free chunk reclamation into a work by Tejun Heo · 15 years ago
  46. 9f7dcf2 percpu: move chunk area map extension out of area allocation by Tejun Heo · 15 years ago
  47. 1880d93 percpu: replace pcpu_realloc() with pcpu_mem_alloc() and pcpu_mem_free() by Tejun Heo · 15 years ago
  48. edcb463 percpu, module: implement reserved allocation and use it for module percpu variables by Tejun Heo · 15 years ago
  49. 3e24aa5 percpu: add an indirection ptr for chunk page map access by Tejun Heo · 15 years ago
  50. cafe881 percpu: use negative for auto for pcpu_setup_first_chunk() arguments by Tejun Heo · 15 years ago
  51. 61ace7f percpu: improve first chunk initial area map handling by Tejun Heo · 15 years ago
  52. 2441d15 percpu: cosmetic renames in pcpu_setup_first_chunk() by Tejun Heo · 15 years ago
  53. a140fea Merge commit 'v2.6.29-rc7' into core/locking by Ingo Molnar · 15 years ago
  54. 28b1bd1 Merge branch 'core/locking' into tracing/ftrace by Ingo Molnar · 15 years ago
  55. 91d75e2 Merge branch 'x86/core' into core/percpu by Ingo Molnar · 15 years ago
  56. 8b0e586 Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x86/setup-lzma', 'x86/signal' and 'x86/urgent' into x86/core by Ingo Molnar · 15 years ago
  57. fdfa66a Merge branches 'tracing/ftrace', 'tracing/mmiotrace' and 'linus' into tracing/core by Ingo Molnar · 15 years ago
  58. f180053 x86, mm: dont use non-temporal stores in pagecache accesses by Ingo Molnar · 15 years ago
  59. 55f2b78 Merge branch 'x86/urgent' into x86/pat by Ingo Molnar · 15 years ago
  60. d0c4f57 bootmem, x86: further fixes for arch-specific bootmem wrapping by Tejun Heo · 15 years ago
  61. 02d51fdf percpu: kill compile warning in pcpu_populate_chunk() by Tejun Heo · 15 years ago
  62. cbb7667 mm: fix lazy vmap purging (use-after-free error) by Vegard Nossum · 15 years ago
  63. 7766970 mm: vmap fix overflow by Nick Piggin · 15 years ago
  64. f701d35 Merge branches 'tracing/ftrace' and 'linus' into tracing/core by Ingo Molnar · 15 years ago
  65. ecc25fb Merge branches 'x86/apic', 'x86/defconfig', 'x86/memtest', 'x86/mm' and 'linus' into x86/core by Ingo Molnar · 15 years ago
  66. 0b0a080 shmem: fix shared anonymous accounting by Hugh Dickins · 15 years ago
  67. 34754b6 x86: make vmap yell louder when it is used under irqs_disabled() by Peter Zijlstra · 15 years ago
  68. 3255aa2 x86, mm: pass in 'total' to __copy_from_user_*nocache() by Ingo Molnar · 15 years ago
  69. c0bdb23 slub: rename calculate_min_partial() to set_min_partial() by David Rientjes · 15 years ago
  70. 0edcf8d Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/percpu by Ingo Molnar · 15 years ago
  71. a7f4463 Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc6' into tracing/core by Ingo Molnar · 15 years ago
  72. 40150d3 percpu: add __read_mostly to variables which are mostly read only by Tejun Heo · 15 years ago
  73. 8d408b4 percpu: give more latitude to arch specific first chunk initialization by Tejun Heo · 15 years ago
  74. d9b55ee percpu: remove unit_size power-of-2 restriction by Tejun Heo · 15 years ago
  75. c0c0a29 vmalloc: add @align to vm_area_register_early() by Tejun Heo · 15 years ago
  76. c132937 bootmem: clean up arch-specific bootmem wrapping by Tejun Heo · 15 years ago
  77. cb83b42 percpu: fix pcpu_chunk_struct_size by Tejun Heo · 15 years ago
  78. 73d342b slub: add min_partial sysfs tunable by David Rientjes · 15 years ago
  79. 3b89d7d slub: move min_partial to struct kmem_cache by David Rientjes · 15 years ago
  80. adfafef Merge branch 'hibernate' by Linus Torvalds · 15 years ago
  81. 0cb5725 swsusp: clean up shrink_all_zones() by Johannes Weiner · 16 years ago
  82. 3049103 swsusp: dont fiddle with swappiness by Johannes Weiner · 16 years ago
  83. a1bb7d6 PM/hibernate: fix "swap breaks after hibernation failures" by Alan Jenkins · 16 years ago
  84. cae3aeb percpu: clean up size usage by Tejun Heo · 15 years ago
  85. f6fcba7 vmalloc: call flush_cache_vunmap() from unmap_kernel_range() by Tejun Heo · 15 years ago
  86. 3ef0e5b slab: introduce kzfree() by Johannes Weiner · 15 years ago
  87. 057685c Merge branch 'for-ingo' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 into tracing/kmemtrace by Ingo Molnar · 15 years ago
  88. fe1200b SLUB: Introduce and use SLUB_MAX_SIZE and SLUB_PAGE_SHIFT constants by Christoph Lameter · 15 years ago
  89. e8120ff SLUB: Fix default slab order for big object sizes by Zhang Yanmin · 16 years ago
  90. ffadd4d SLUB: Introduce and use SLUB_MAX_SIZE and SLUB_PAGE_SHIFT constants by Christoph Lameter · 15 years ago
  91. fbf59bc percpu: implement new dynamic percpu allocator by Tejun Heo · 15 years ago
  92. 8fc4898 vmalloc: add un/map_kernel_range_noflush() by Tejun Heo · 15 years ago
  93. f0aa661 vmalloc: implement vm_area_register_early() by Tejun Heo · 15 years ago
  94. f2a8205 percpu: kill percpu_alloc() and friends by Tejun Heo · 15 years ago
  95. 7342695 vmalloc: call flush_cache_vunmap() from unmap_kernel_range() by Tejun Heo · 15 years ago
  96. 72c26c9 Merge branch 'linus' into tracing/blktrace by Ingo Molnar · 15 years ago
  97. ba95fd4 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  98. cc2559b mm: fix memmap init for handling memory hole by KAMEZAWA Hiroyuki · 15 years ago
  99. f2dbcfa mm: clean up for early_pfn_to_nid() by KAMEZAWA Hiroyuki · 15 years ago
  100. 1cf6e7d mm: task dirty accounting fix by Nick Piggin · 15 years ago