1. ea4039a hugetlb: release pages in the error path of hugetlb_cow() by Hillf Danton · 13 years ago
  2. 5aecc85 oom: do not kill tasks with oom_score_adj OOM_SCORE_ADJ_MIN by Michal Hocko · 13 years ago
  3. 3a73dbb writeback: fix uninitialized task_ratelimit by Wu Fengguang · 13 years ago
  4. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  5. 208bca0 Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 13 years ago
  6. b4fdcb0 Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  7. 092f4c5 Merge branch 'akpm' (Andrew's incoming - part two) by Linus Torvalds · 13 years ago
  8. 61600f5 mm/page_cgroup.c: quiet sparse noise by H Hartley Sweeten · 13 years ago
  9. 4799401 memcg: Fix race condition in memcg_check_events() with this_cpu usage by Steven Rostedt · 13 years ago
  10. a61ed3c memcg: close race between charge and putback by Johannes Weiner · 13 years ago
  11. 9b27297 memcg: skip scanning active lists based on individual size by Johannes Weiner · 13 years ago
  12. 0a619e5 memcg: do not expose uninitialized mem_cgroup_per_node to world by Igor Mammedov · 13 years ago
  13. 715a5ee memcg: fix oom schedule_timeout() by KAMEZAWA Hiroyuki · 13 years ago
  14. c0ff4b8 memcg: rename mem variable to memcg by Raghavendra K T · 13 years ago
  15. ff7ee93 cgroup/kmemleak: Annotate alloc_page() for cgroup allocations by Steven Rostedt · 13 years ago
  16. 70b50f9 mm: thp: tail page refcounting fix by Andrea Arcangeli · 13 years ago
  17. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  18. a1cb2c6 mm/vmstat.c: cache align vm_stat by Dimitri Sivanich · 13 years ago
  19. 3d470fc mm: munlock use mapcount to avoid terrible overhead by Hugh Dickins · 13 years ago
  20. 35d8c7a mm/huge_memory: fix typo when updating mmu cache by Hillf Danton · 13 years ago
  21. 0089e48 mm/huge_memory: fix copying user highpage by Hillf Danton · 13 years ago
  22. df9d698 mm: do not drain pagevecs for mlockall(MCL_FUTURE) by Christoph Lameter · 13 years ago
  23. e0c2327 vmscan: abort reclaim/compaction if compaction can proceed by Mel Gorman · 13 years ago
  24. e0887c1 vmscan: limit direct reclaim for higher order allocations by Rik van Riel · 13 years ago
  25. 21ee9f3 vmscan: add barrier to prevent evictable page in unevictable list by Minchan Kim · 13 years ago
  26. 2f1da64 mm/huge_memory.c: quiet sparse noise by H Hartley Sweeten · 13 years ago
  27. e754d79 mm/mempolicy.c: quiet sparse noise by H Hartley Sweeten · 13 years ago
  28. 22d5368 mm/thrash.c: quiet sparse noise by H Hartley Sweeten · 13 years ago
  29. 2d7d3eb mm/memblock.c: quiet sparse noise by H Hartley Sweeten · 13 years ago
  30. 264e56d mm: disable user interface to manually rescue unevictable pages by Johannes Weiner · 13 years ago
  31. 3f38099 vmscan.c: fix invalid strict_strtoul() check in write_scan_unevictable_node() by Kautuk Consul · 13 years ago
  32. 4e9dc5d mm: fix kunmap_high() comment by Li Haifeng · 13 years ago
  33. d43a87e mm: compaction: make compact_zone_order() static by Kyungmin Park · 13 years ago
  34. dd73e85 HWPOISON: convert pr_debug()s to pr_info()s by Dean Nelson · 13 years ago
  35. 584cff5 mm/mmap.c: eliminate the ret variable from mm_take_all_locks() by Kautuk Consul · 13 years ago
  36. 20c8c62 mm-add-comment-explaining-task-state-setting-in-bdi_forker_thread-fix by Andrew Morton · 13 years ago
  37. 99ef031 ksm: fix the comment of try_to_unmap_one() by Wanlong Gao · 13 years ago
  38. de7d2b5 mm/vmalloc.c: report more vmalloc failures by Joe Perches · 13 years ago
  39. f0dfcde kswapd: assign new_order and new_classzone_idx after wakeup in sleeping by Alex,Shi · 13 years ago
  40. d1f0ece mm/memblock.c: small function definition fixes by Jonghwan Choi · 13 years ago
  41. d2ebd0f6 kswapd: avoid unnecessary rebalance after an unsuccessful balancing by Alex,Shi · 13 years ago
  42. 64212ec debug-pagealloc: add support for highmem pages by Akinobu Mita · 13 years ago
  43. 3ee9a4f mm: neaten warn_alloc_failed by Joe Perches · 13 years ago
  44. 37a1c49 thp: mremap support and TLB optimization by Andrea Arcangeli · 13 years ago
  45. 7b6efc2 mremap: avoid sending one IPI per page by Andrea Arcangeli · 13 years ago
  46. ebed484 mremap: check for overflow using deltas by Andrea Arcangeli · 13 years ago
  47. 6661672 memblock: add NO_BOOTMEM config symbol by Sam Ravnborg · 13 years ago
  48. 0a93ebe memblock: add memblock_start_of_DRAM() by Sam Ravnborg · 13 years ago
  49. f5252e0 mm: avoid null pointer access in vm_struct via /proc/vmallocinfo by Mitsuo Hayasaka · 13 years ago
  50. 8c5fb8e mm/debug-pagealloc.c: use memchr_inv by Akinobu Mita · 13 years ago
  51. 7982482 lib/string.c: introduce memchr_inv() by Akinobu Mita · 13 years ago
  52. 7731113 mm/debug-pagealloc.c: use plain __ratelimit() instead of printk_ratelimit() by Akinobu Mita · 13 years ago
  53. 16fb951 vmscan: count pages into balanced for zone with good watermark by Shaohua Li · 13 years ago
  54. 49ea7eb mm: vmscan: immediately reclaim end-of-LRU dirty pages when writeback completes by Mel Gorman · 13 years ago
  55. 92df3a7 mm: vmscan: throttle reclaim if encountering too many dirty pages under writeback by Mel Gorman · 13 years ago
  56. f84f6e2 mm: vmscan: do not writeback filesystem pages in kswapd except in high priority by Mel Gorman · 13 years ago
  57. a18bba0 mm: vmscan: remove dead code related to lumpy reclaim waiting on pages under writeback by Mel Gorman · 13 years ago
  58. ee72886 mm: vmscan: do not writeback filesystem pages in direct reclaim by Mel Gorman · 13 years ago
  59. f11c0ca mm: vmscan: drop nr_force_scan[] from get_scan_count by Johannes Weiner · 13 years ago
  60. 4f31888 mm: output a list of loaded modules when we hit bad_page() by Dave Jones · 13 years ago
  61. 43362a4 oom: fix race while temporarily setting current's oom_score_adj by David Rientjes · 13 years ago
  62. c9f0124 oom: remove oom_disable_count by David Rientjes · 13 years ago
  63. 7b0d44f oom: avoid killing kthreads if they assume the oom killed thread's mm by David Rientjes · 13 years ago
  64. f660daa oom: thaw threads if oom killed thread is frozen before deferring by David Rientjes · 13 years ago
  65. d08c429 mm/page-writeback.c: document bdi_min_ratio by Johannes Weiner · 13 years ago
  66. 3da367c vmscan: add block plug for page reclaim by Shaohua Li · 13 years ago
  67. 0dabec9 mm: migration: clean up unmap_and_move() by Minchan Kim · 13 years ago
  68. f80c067 mm: zone_reclaim: make isolate_lru_page() filter-aware by Minchan Kim · 13 years ago
  69. 39deaf8 mm: compaction: make isolate_lru_page() filter-aware by Minchan Kim · 13 years ago
  70. 4356f21 mm: change isolate mode from #define to bitwise type by Minchan Kim · 13 years ago
  71. b9e84ac mm: compaction: trivial clean up in acct_isolated() by Minchan Kim · 13 years ago
  72. fcf6340 Cross Memory Attach by Christopher Yeoh · 13 years ago
  73. 7c77509 mm: fix implicit stat.h usage in dmapool.c by Paul Gortmaker · 13 years ago
  74. b95f1b31 mm: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  75. b9e15ba mm: Add export.h for EXPORT_SYMBOL to active symbol exporters by Paul Gortmaker · 13 years ago
  76. e25934a mm: delete various needless include <linux/module.h> by Paul Gortmaker · 13 years ago
  77. 0e175a1 writeback: Add a 'reason' to wb_writeback_work by Curt Wohlgemuth · 13 years ago
  78. ece13ac writeback: trace event balance_dirty_pages by Wu Fengguang · 14 years ago
  79. b48c104 writeback: trace event bdi_dirty_ratelimit by Wu Fengguang · 13 years ago
  80. f362f98 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue by Linus Torvalds · 13 years ago
  81. 39be79c vfs: iov_iter: have iov_iter_advance decrement nr_segs appropriately by Jeff Layton · 13 years ago
  82. e182a34 Merge branches 'slab/next' and 'slub/partial' into slab/for-linus by Pekka Enberg · 13 years ago
  83. 59e5253 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  84. 36b8d18 Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 13 years ago
  85. 3bcfeaf block: initialize the bounce pool if high memory may be added later by David Vrabel · 13 years ago
  86. 486cf46 mm: fix race between mremap and removing migration entry by Hugh Dickins · 13 years ago
  87. 50657fc writeback: fix ppc compile warnings on do_div(long long, unsigned long) by Wu Fengguang · 13 years ago
  88. 8927f66 writeback: dirty position control - bdi reserve area by Wu Fengguang · 13 years ago
  89. 57fc978 writeback: control dirty pause time by Wu Fengguang · 13 years ago
  90. c8462cc writeback: limit max dirty pause time by Wu Fengguang · 13 years ago
  91. 143dfe8 writeback: IO-less balance_dirty_pages() by Wu Fengguang · 14 years ago
  92. 9d823e8 writeback: per task dirty rate limit by Wu Fengguang · 13 years ago
  93. 7381131 writeback: stabilize bdi->dirty_ratelimit by Wu Fengguang · 13 years ago
  94. be3ffa2 writeback: dirty rate control by Wu Fengguang · 13 years ago
  95. af6a311 writeback: add bg_threshold parameter to __bdi_update_bandwidth() by Wu Fengguang · 13 years ago
  96. 6c14ae1 writeback: dirty position control by Wu Fengguang · 13 years ago
  97. c8e28ce writeback: account per-bdi accumulated dirtied pages by Wu Fengguang · 13 years ago
  98. dcc3be6 slub: Discard slab page when node partial > minimum partial number by Alex Shi · 13 years ago
  99. 9f26490 slub: correct comments error for per cpu partial by Alex Shi · 13 years ago
  100. ab067e9 mm: restrict access to slab files under procfs and sysfs by Vasiliy Kulikov · 13 years ago