1. 748446b mm: compaction: memory compaction core by Mel Gorman · 14 years ago
  2. c175a0c mm: move definition for LRU isolation modes to a header by Mel Gorman · 14 years ago
  3. f1a5ab1 mm: export fragmentation index via debugfs by Mel Gorman · 14 years ago
  4. d7a5752 mm: export unusable free space index via debugfs by Mel Gorman · 14 years ago
  5. a8bef8ff mm: migration: avoid race between shift_arg_pages() and rmap_walk() during migration by not migrating temporary stacks by Mel Gorman · 14 years ago
  6. e9e96b3 mm: allow CONFIG_MIGRATION to be set without CONFIG_NUMA or memory hot-remove by Mel Gorman · 14 years ago
  7. 3fe2011 mm: migration: allow the migration of PageSwapCache pages by Mel Gorman · 14 years ago
  8. 67b9509 mm: migration: do not try to migrate unmapped anonymous pages by Mel Gorman · 14 years ago
  9. 7f60c21 mm: migration: share the anon_vma ref counts between KSM and page migration by Mel Gorman · 14 years ago
  10. 3f6c827 mm: migration: take a reference to the anon_vma before migrating by Mel Gorman · 14 years ago
  11. e325c90 mm: default to node zonelist ordering when nodes have only lowmem by David Rientjes · 14 years ago
  12. e48293f mincore: do nested page table walks by Johannes Weiner · 14 years ago
  13. 25ef0e5 mincore: pass ranges as start,end address pairs by Johannes Weiner · 14 years ago
  14. f488401 mincore: break do_mincore() into logical pieces by Johannes Weiner · 14 years ago
  15. 6a60f1b mincore: cleanups by Johannes Weiner · 14 years ago
  16. c0ff745 cpuset,mm: fix no node to alloc memory when changing cpuset's mems by Miao Xie · 14 years ago
  17. 708c1bb mempolicy: restructure rebinding-mempolicy functions by Miao Xie · 14 years ago
  18. 15d7783 mempolicy: factor mpol_shared_policy_init() return paths by Lee Schermerhorn · 14 years ago
  19. 345ace9 mempolicy: rename policy_types and cleanup initialization by Lee Schermerhorn · 14 years ago
  20. b4652e8 mempolicy: lose unnecessary loop variable in mpol_parse_str() by Lee Schermerhorn · 14 years ago
  21. e17f74a mempolicy: don't call mpol_set_nodemask() when no_context by Lee Schermerhorn · 14 years ago
  22. 1980050 mempolicy: remove redundant check by Bob Liu · 14 years ago
  23. 6eb27e1 mempolicy: remove case MPOL_INTERLEAVE from policy_zonelist() by Bob Liu · 14 years ago
  24. 6d55629 mempolicy: remove redundant code by Bob Liu · 14 years ago
  25. e13861d mm: remove return value of putback_lru_pages() by Minchan Kim · 14 years ago
  26. 4b50dc2 shmem: remove redundant code by Huang Shijie · 14 years ago
  27. e48e67e sparsemem: on no vmemmap path put mem_map on node high too by Yinghai Lu · 14 years ago
  28. 6dda9d5 page allocator: reduce fragmentation in buddy allocator by adding buddies that are merging to the tail of the free lists by Corrado Zoccolo · 14 years ago
  29. e9d6c15 tmpfs: insert tmpfs cache pages to inactive list at first by KOSAKI Motohiro · 14 years ago
  30. bb4f6b0 Merge branches 'slab/align', 'slab/cleanups', 'slab/fixes', 'slab/memhotadd' and 'slub/fixes' into slab-for-linus by Pekka Enberg · 14 years ago
  31. 6b65aaf slub: Use alloc_pages_exact_node() for page allocation by Minchan Kim · 14 years ago
  32. d3e14aa slub: __kmalloc_node_track_caller should trace kmalloc_large_node case by Xiaotian Feng · 14 years ago
  33. bbd7d57 slub: Potential stack overflow by Eric Dumazet · 14 years ago
  34. e8bebe2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  35. 454abaf ramfs: replace inode uid,gid,mode initialization with helper function by Dmitry Monakhov · 14 years ago
  36. 8018ab0 sanitize vfs_fsync calling conventions by Christoph Hellwig · 14 years ago
  37. bb43545 fs: xattr_handler table should be const by Stephen Hemminger · 14 years ago
  38. d79df0b Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 14 years ago
  39. c8d1a12 Merge staging-next tree into Linus's latest version by Greg Kroah-Hartman · 14 years ago
  40. ee9a360 Merge branch 'master' into for-2.6.35 by Jens Axboe · 14 years ago
  41. df96e96 writeback: fix mixed up arguments to bdi_start_writeback() by Jens Axboe · 14 years ago
  42. c2c4986 writeback: fix problem with !CONFIG_BLOCK compilation by Jens Axboe · 14 years ago
  43. 6423104 writeback: fixups for !dirty_writeback_centisecs by Jens Axboe · 14 years ago
  44. f39d01b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  45. 9c688c1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  46. 4581ced mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slub_def.h> by David Woodhouse · 14 years ago
  47. bac49ce mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slob_def.h> by David Woodhouse · 14 years ago
  48. 1f0ce8b3 mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slab_def.h> by David Woodhouse · 14 years ago
  49. b3a27d0 swap: Add swap slot free callback to block_device_operations by Nitin Gupta · 14 years ago
  50. b272564 swap: Add flag to identify block swap devices by Nitin Gupta · 14 years ago
  51. 4d7b4ac 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
  52. e913fc8 writeback: fix WB_SYNC_NONE writeback from umount by Jens Axboe · 14 years ago
  53. 747388d memcg: fix css_is_ancestor() RCU locking by KAMEZAWA Hiroyuki · 14 years ago
  54. 7f0f154 memcg: fix css_id() RCU locking for real by KAMEZAWA Hiroyuki · 14 years ago
  55. ab941e0 rmap: remove anon_vma check in page_address_in_vma() by Naoya Horiguchi · 14 years ago
  56. 4a6018f hugetlbfs: kill applications that use MAP_NORESERVE with SIGBUS instead of OOM-killer by Mel Gorman · 14 years ago
  57. 91bc482 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  58. cce9131 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  59. 111c7d8 slub: Fix bad boundary check in init_kmem_cache_nodes() by Zhang, Yanmin · 14 years ago
  60. ad4ba37 memcg: css_id() must be called under rcu_read_lock() by Paul E. McKenney · 14 years ago
  61. b0c9778 percpu: implement kernel memory based chunk allocation by Tejun Heo · 14 years ago
  62. 9f64553 percpu: move vmalloc based chunk management into percpu-vm.c by Tejun Heo · 14 years ago
  63. 88999a8 percpu: misc preparations for nommu support by Tejun Heo · 14 years ago
  64. 6081089 percpu: reorganize chunk creation and destruction by Tejun Heo · 14 years ago
  65. 020ec65 percpu: factor out pcpu_addr_in_first/reserved_chunk() and update per_cpu_ptr_to_phys() by Tejun Heo · 14 years ago
  66. 3ca5049 Merge commit 'v2.6.34-rc6' into perf/core by Ingo Molnar · 14 years ago
  67. 7407cf3 Merge branch 'master' into for-2.6.35 by Jens Axboe · 14 years ago
  68. fbd9b09 blkdev: generalize flags for blkdev_issue_fn functions by Dmitry Monakhov · 14 years ago
  69. 970b064 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  70. 5892753 mmap: check ->vm_ops before dereferencing by Rik van Riel · 14 years ago
  71. 5129a46 Catch filesystems lacking s_bdi by Jörn Engel · 14 years ago
  72. 22eccdd ksm: check for ERR_PTR from follow_page() by Dan Carpenter · 14 years ago
  73. 31f2b0e rmap: anon_vma_prepare() can leak anon_vma_chain by Oleg Nesterov · 14 years ago
  74. 23be746 hugetlb: fix infinite loop in get_futex_key() when backed by huge pages by Mel Gorman · 14 years ago
  75. 93d5c9b memcg: fix prepare migration by Andrea Arcangeli · 14 years ago
  76. 70bce3b Merge branch 'linus' into perf/core by Ingo Molnar · 14 years ago
  77. 6c9468e Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  78. c3c5320 bdi: add helper function for doing init and register of a bdi for a file system by Jens Axboe · 14 years ago
  79. e8a03fe rmap: add exclusively owned pages to the newest anon_vma by Rik van Riel · 14 years ago
  80. 5c5e3b3 slab: Fix missing DEBUG_SLAB last user by Shiyong Li · 14 years ago
  81. 4facdae Merge branch 'master' into for-2.6.35 by Jens Axboe · 14 years ago
  82. ea90002 anonvma: when setting up page->mapping, we need to pick the _oldest_ anonvma by Linus Torvalds · 14 years ago
  83. 646d87b anon_vma: clone the anon_vma chain in the right order by Linus Torvalds · 14 years ago
  84. 287d97a vma_adjust: fix the copying of anon_vma chains by Linus Torvalds · 14 years ago
  85. d0e9fe1 Simplify and comment on anon_vma re-use for anon_vma_prepare() by Linus Torvalds · 14 years ago
  86. 2f40842 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  87. d3e06e2 slub: Fix kmem_ptr_validate() for non-kernel pointers by Pekka Enberg · 14 years ago
  88. fc1c183 slab: Generify kernel pointer validation by Pekka Enberg · 14 years ago
  89. ca7e0c6 Merge branch 'linus' into perf/core by Ingo Molnar · 14 years ago
  90. fb1ae63 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-tip by Linus Torvalds · 14 years ago
  91. 8f9f8d9 slab: add memory hotplug support by David Rientjes · 14 years ago
  92. 8725d54 memcg: fix race in file_mapped accounting by KAMEZAWA Hiroyuki · 14 years ago
  93. 116354d pagemap: fix pfn calculation for hugepage by Naoya Horiguchi · 14 years ago
  94. d6da1a5 mm: revert "vmscan: get_scan_ratio() cleanup" by KOSAKI Motohiro · 14 years ago
  95. 70655c0 readahead: fix NULL filp dereference by Wu Fengguang · 14 years ago
  96. a3a2e76 mm: avoid null-pointer deref in sync_mm_rss() by KAMEZAWA Hiroyuki · 14 years ago
  97. 31373d0 laptop-mode: Make flushes per-device by Matthew Garrett · 14 years ago
  98. b66696e Merge branch 'slabh' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc by Linus Torvalds · 14 years ago
  99. 9e74e7c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  100. 4946d54 rmap: fix anon_vma_fork() memory leak by Rik van Riel · 14 years ago