1. 0824390 writeback: merge bdi_writeback_task and bdi_start_fn by Christoph Hellwig · 14 years ago
  2. c1955ce writeback: remove wb_list by Christoph Hellwig · 14 years ago
  3. 7b6d91d block: unify flags for struct bio and struct request by Christoph Hellwig · 14 years ago
  4. de51257a mm: fix ia64 crash when gcore reads gate area by Hugh Dickins · 14 years ago
  5. b8ab9f8 x86,nobootmem: make alloc_bootmem_node fall back to other node when 32bit numa is used by Yinghai Lu · 14 years ago
  6. a6aa62a mm/vmscan.c: fix mapping use after free by Nick Piggin · 14 years ago
  7. 7f8275d mm: add context argument to shrinker callback by Dave Chinner · 14 years ago
  8. 46ac0cc Merge branch 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-2.6-cm by Linus Torvalds · 14 years ago
  9. 9078370 kmemleak: Add support for NO_BOOTMEM configurations by Catalin Marinas · 14 years ago
  10. 7952f98 kmemleak: Annotate false positive in init_section_page_cgroup() by Catalin Marinas · 14 years ago
  11. 95f72d1 lmb: rename to memblock by Yinghai Lu · 14 years ago
  12. c77e9e6 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  13. 83ba7b0 writeback: simplify the write back thread queue by Christoph Hellwig · 14 years ago
  14. 9c3a8ee writeback: remove writeback_inodes_wbc by Christoph Hellwig · 14 years ago
  15. 5c0c165 mempolicy: fix dangling reference to tmpfs superblock mpol by Lee Schermerhorn · 14 years ago
  16. 4d845eb memcg: fix wake up in oom wait queue by KAMEZAWA Hiroyuki · 14 years ago
  17. 984bc96 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  18. 9983b6f0 percpu: fix first chunk match in per_cpu_ptr_to_phys() by Tejun Heo · 14 years ago
  19. a92d3ff percpu: fix trivial bugs in pcpu_build_alloc_info() by Pavel V. Panteleev · 14 years ago
  20. c544419 writeback: simplify and split bdi_start_writeback by Christoph Hellwig · 14 years ago
  21. d87815c writeback: limit write_cache_pages integrity scanning to current EOF by Dave Chinner · 14 years ago
  22. 0b56492 writeback: pay attention to wbc->nr_to_write in write_cache_pages by Dave Chinner · 14 years ago
  23. 7f0d384 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  24. d2dd328 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  25. bb21c7c vmscan: fix do_try_to_free_pages() return value when priority==0 reclaim failure by KOSAKI Motohiro · 14 years ago
  26. af5a30d fix truncate inode time modification breakage by Nick Piggin · 14 years ago
  27. b4ca761 Merge branch 'master' into for-linus by Jens Axboe · 14 years ago
  28. 0e3c9a2 Revert "writeback: fix WB_SYNC_NONE writeback from umount" by Jens Axboe · 14 years ago
  29. 3b03117 Merge branch 'slub/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 14 years ago
  30. 003386f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 14 years ago
  31. 3889e6e tmpfs: convert to use the new truncate convention by npiggin@suse.de · 14 years ago
  32. 7bb46a6 fs: introduce new truncate sequence by npiggin@suse.de · 14 years ago
  33. 1b061d9 rename the generic fsync implementations by Christoph Hellwig · 14 years ago
  34. 105a048 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  35. 7d6e6d0 numa: slab: use numa_mem_id() for slab local memory node by Lee Schermerhorn · 14 years ago
  36. 7aac789 numa: introduce numa_mem_id()- effective local memory node id by Lee Schermerhorn · 14 years ago
  37. 7281201 numa: add generic percpu var numa_node_id() implementation by Lee Schermerhorn · 14 years ago
  38. eac4068 slab: convert cpu notifier to return encapsulate errno value by Akinobu Mita · 14 years ago
  39. 6adef3e cpusets: new round-robin rotor for SLAB allocations by Jack Steiner · 14 years ago
  40. 2c488db memcg: clean up memory thresholds by Kirill A. Shutemov · 14 years ago
  41. 907860e cgroups: make cftype.unregister_event() void-returning by Kirill A. Shutemov · 14 years ago
  42. ac39cf8 memcg: fix mis-accounting of file mapped racy with migration by akpm@linux-foundation.org · 14 years ago
  43. 315c199 mm: memcontrol - uninitialised return value by Phil Carmody · 14 years ago
  44. 5407a56 mm: remove unnecessary use of atomic by Phil Carmody · 14 years ago
  45. df64f81 memcg: make oom killer a no-op when no killable task can be found by David Rientjes · 14 years ago
  46. 87946a7 memcg: move charge of file pages by Daisuke Nishimura · 14 years ago
  47. 90254a6 memcg: clean up move charge by Daisuke Nishimura · 14 years ago
  48. 3c11ecf memcg: oom kill disable and oom status by KAMEZAWA Hiroyuki · 14 years ago
  49. 9490ff2 memcg: oom notifier by KAMEZAWA Hiroyuki · 14 years ago
  50. dc98df5 memcg: oom wakeup filter by KAMEZAWA Hiroyuki · 14 years ago
  51. 91803b4 do_generic_file_read: clear page errors when issuing a fresh read of the page by Jeff Moyer · 14 years ago
  52. 3c7b204 nommu: allow private mappings of read-only devices by Bernd Schmidt · 14 years ago
  53. 0cae345 mempolicy: ERR_PTR dereference in mpol_shared_policy_init() by Dan Carpenter · 14 years ago
  54. 4eaf3f6 mem-hotplug: fix potential race while building zonelist for new populated zone by Haicheng Li · 14 years ago
  55. 1f52250 mem-hotplug: avoid multiple zones sharing same boot strapping boot_pageset by Haicheng Li · 14 years ago
  56. 319774e mem-hotplug: separate setup_per_cpu_pageset() into separate functions by Wu Fengguang · 14 years ago
  57. ff3d58c highmem: remove unneeded #ifdef CONFIG_TRACE_IRQFLAGS_SUPPORT for debug_kmap_atomic() by Akinobu Mita · 14 years ago
  58. cf23422 cpu/mem hotplug: enable CPUs online before local memory online by minskey guo · 14 years ago
  59. 8b25c6d vmscan: remove isolate_pages callback scan control by Johannes Weiner · 14 years ago
  60. 0aeb233 vmscan: remove all_unreclaimable scan control by Johannes Weiner · 14 years ago
  61. 142762b mm: document follow_page() by Johannes Weiner · 14 years ago
  62. ec95f53 mm: introduce free_pages_prepare() by KOSAKI Motohiro · 14 years ago
  63. 5f53e76 vmscan: page_check_references(): check low order lumpy reclaim properly by KOSAKI Motohiro · 14 years ago
  64. bf8abe8 readahead.c: fix comment by Huang Shijie · 14 years ago
  65. 76a33fc vmscan: prevent get_scan_ratio() rounding errors by Shaohua Li · 14 years ago
  66. 6ec3a12 mm: consider the entire user address space during node migration by Greg Thelen · 14 years ago
  67. 4f92e25 mm: compaction: defer compaction using an exponential backoff when compaction fails by Mel Gorman · 14 years ago
  68. 5e77190 mm: compaction: add a tunable that decides when memory should be compacted and when it should be reclaimed by Mel Gorman · 14 years ago
  69. 56de726 mm: compaction: direct compact when a high-order allocation fails by Mel Gorman · 14 years ago
  70. ed4a6d7 mm: compaction: add /sys trigger for per-node memory compaction by Mel Gorman · 14 years ago
  71. 76ab0f5 mm: compaction: add /proc trigger for memory compaction by Mel Gorman · 14 years ago
  72. 748446b mm: compaction: memory compaction core by Mel Gorman · 14 years ago
  73. c175a0c mm: move definition for LRU isolation modes to a header by Mel Gorman · 14 years ago
  74. f1a5ab1 mm: export fragmentation index via debugfs by Mel Gorman · 14 years ago
  75. d7a5752 mm: export unusable free space index via debugfs by Mel Gorman · 14 years ago
  76. 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
  77. e9e96b3 mm: allow CONFIG_MIGRATION to be set without CONFIG_NUMA or memory hot-remove by Mel Gorman · 14 years ago
  78. 3fe2011 mm: migration: allow the migration of PageSwapCache pages by Mel Gorman · 14 years ago
  79. 67b9509 mm: migration: do not try to migrate unmapped anonymous pages by Mel Gorman · 14 years ago
  80. 7f60c21 mm: migration: share the anon_vma ref counts between KSM and page migration by Mel Gorman · 14 years ago
  81. 3f6c827 mm: migration: take a reference to the anon_vma before migrating by Mel Gorman · 14 years ago
  82. e325c90 mm: default to node zonelist ordering when nodes have only lowmem by David Rientjes · 14 years ago
  83. e48293f mincore: do nested page table walks by Johannes Weiner · 14 years ago
  84. 25ef0e5 mincore: pass ranges as start,end address pairs by Johannes Weiner · 14 years ago
  85. f488401 mincore: break do_mincore() into logical pieces by Johannes Weiner · 14 years ago
  86. 6a60f1b mincore: cleanups by Johannes Weiner · 14 years ago
  87. c0ff745 cpuset,mm: fix no node to alloc memory when changing cpuset's mems by Miao Xie · 14 years ago
  88. 708c1bb mempolicy: restructure rebinding-mempolicy functions by Miao Xie · 14 years ago
  89. 15d7783 mempolicy: factor mpol_shared_policy_init() return paths by Lee Schermerhorn · 14 years ago
  90. 345ace9 mempolicy: rename policy_types and cleanup initialization by Lee Schermerhorn · 14 years ago
  91. b4652e8 mempolicy: lose unnecessary loop variable in mpol_parse_str() by Lee Schermerhorn · 14 years ago
  92. e17f74a mempolicy: don't call mpol_set_nodemask() when no_context by Lee Schermerhorn · 14 years ago
  93. 1980050 mempolicy: remove redundant check by Bob Liu · 14 years ago
  94. 6eb27e1 mempolicy: remove case MPOL_INTERLEAVE from policy_zonelist() by Bob Liu · 14 years ago
  95. 6d55629 mempolicy: remove redundant code by Bob Liu · 14 years ago
  96. e13861d mm: remove return value of putback_lru_pages() by Minchan Kim · 14 years ago
  97. 4b50dc2 shmem: remove redundant code by Huang Shijie · 14 years ago
  98. e48e67e sparsemem: on no vmemmap path put mem_map on node high too by Yinghai Lu · 14 years ago
  99. 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
  100. e9d6c15 tmpfs: insert tmpfs cache pages to inactive list at first by KOSAKI Motohiro · 14 years ago