1. 72788c3 oom: replace PF_OOM_ORIGIN with toggling oom_score_adj by David Rientjes · 13 years ago
  2. c6a140b mm/compaction: reverse the change that forbade sync migraton with __GFP_NO_KSWAPD by Andrea Arcangeli · 13 years ago
  3. a6cccdc mm, mem-hotplug: update pcp->stat_threshold when memory hotplug occur by KOSAKI Motohiro · 13 years ago
  4. 1b79acc mm, mem-hotplug: recalculate lowmem_reserve when memory hotplug occurs by KOSAKI Motohiro · 13 years ago
  5. 839a4fc mm, mem-hotplug: fix section mismatch. setup_per_zone_inactive_ratio() should be __meminit. by KOSAKI Motohiro · 13 years ago
  6. 37b23e0 x86,mm: make pagefault killable by KOSAKI Motohiro · 13 years ago
  7. f62e00c mm: introduce wait_on_page_locked_killable() by KOSAKI Motohiro · 13 years ago
  8. fa25c50 mm: per-node vmstat: show proper vmstats by KOSAKI Motohiro · 13 years ago
  9. bb005a5 mm: nommu: fix a compile warning in do_mmap_pgoff() by Namhyung Kim · 13 years ago
  10. 7223bb4 mm: nommu: fix a potential memory leak in do_mmap_private() by Namhyung Kim · 13 years ago
  11. d75a310 mm: nommu: check the vma list when unmapping file-mapped vma by Namhyung Kim · 13 years ago
  12. e922c4c mm: nommu: find vma using the sorted vma list by Namhyung Kim · 13 years ago
  13. b951bf2 mm: nommu: don't scan the vma list when deleting by Namhyung Kim · 13 years ago
  14. 6038def mm: nommu: sort mm->mmap list properly by Namhyung Kim · 13 years ago
  15. ac3bbec mm: remove unused zone_idx variable from set_migratetype_isolate by Sergey Senozhatsky · 13 years ago
  16. 965f55d mmap: avoid merging cloned VMAs by Shaohua Li · 13 years ago
  17. 5f70b96 mmap: avoid unnecessary anon_vma lock by Shaohua Li · 13 years ago
  18. 34679d7 mmap: add alignment for some variables by Shaohua Li · 13 years ago
  19. 7bf02ea arch, mm: filter disallowed nodes from arch specific show_mem functions by David Rientjes · 13 years ago
  20. f06590b mm: vmscan: correctly check if reclaimer should schedule during shrink_slab by Minchan Kim · 13 years ago
  21. afc7e32 mm: vmscan: correct use of pgdat_balanced in sleeping_prematurely by Johannes Weiner · 13 years ago
  22. a71ae47 slub: Fix double bit unlock in debug mode by Christoph Lameter · 13 years ago
  23. 0d66cba Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 13 years ago
  24. 5129df0 Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 13 years ago
  25. 6988f20 Merge branch 'fixes-2.6.39' into for-2.6.40 by Tejun Heo · 13 years ago
  26. 4867faa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 13 years ago
  27. bfb91fb Merge branch 'slab/next' into for-linus by Pekka Enberg · 13 years ago
  28. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  29. 2d42552 [S390] merge page_test_dirty and page_clear_dirty by Martin Schwidefsky · 13 years ago
  30. 442b06b slub: Remove node check in slab_free by Christoph Lameter · 13 years ago
  31. e6c9366 tmpfs: fix highmem swapoff crash regression by Hugh Dickins · 13 years ago
  32. 268bb0c sanitize <linux/prefetch.h> usage by Linus Torvalds · 13 years ago
  33. 83d7e94 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-2.6-cm by Linus Torvalds · 13 years ago
  34. 52c3ce4 kmemleak: Do not return a pointer to an object that kmemleak did not get by Catalin Marinas · 13 years ago
  35. d6c438b memcg: fix zone congestion by KAMEZAWA Hiroyuki · 13 years ago
  36. bd07d87 slub: avoid label inside conditional by David Rientjes · 13 years ago
  37. 1393d9a slub: Make CONFIG_DEBUG_PAGE_ALLOC work with new fastpath by Christoph Lameter · 13 years ago
  38. 6332aa9 slub: Avoid warning for !CONFIG_SLUB_DEBUG by Christoph Lameter · 13 years ago
  39. b5e6ab5 mm: fix kernel-doc warning in page_alloc.c by Randy Dunlap · 13 years ago
  40. 05bf86b tmpfs: fix race between swapoff and writepage by Hugh Dickins · 13 years ago
  41. 59a16ea tmpfs: fix spurious ENOSPC when racing with unswap by Hugh Dickins · 13 years ago
  42. 778dd89 tmpfs: fix race between umount and swapoff by Hugh Dickins · 13 years ago
  43. b1dea80 tmpfs: fix race between umount and writepage by Hugh Dickins · 13 years ago
  44. 21a3c96 memcg: allocate memory cgroup structures in local nodes by Andi Kleen · 13 years ago
  45. ee85c2e mm: add alloc_pages_exact_nid() by Andi Kleen · 13 years ago
  46. 8f389a99 mm: use alloc_bootmem_node_nopanic() on really needed path by Yinghai Lu · 13 years ago
  47. bad49d9 mm: check PageUnevictable in lru_deactivate_fn() by Minchan Kim · 13 years ago
  48. 42c36f6 vm: fix vm_pgoff wrap in upward expansion by Hugh Dickins · 13 years ago
  49. a09a79f Don't lock guardpage if the stack is growing up by Mikulas Patocka · 13 years ago
  50. 1759415 slub: Remove CONFIG_CMPXCHG_LOCAL ifdeffery by Christoph Lameter · 13 years ago
  51. a1fde08 VM: skip the stack guard page lookup in get_user_pages only for mlock by Linus Torvalds · 13 years ago
  52. 30106b8 slub: Fix the lockless code on 32-bit platforms with no 64-bit cmpxchg by Thomas Gleixner · 13 years ago
  53. cc03638 mm: check if PTE is already allocated during page fault by Mel Gorman · 13 years ago
  54. f755a04 oom: use pte pages in OOM score by KOSAKI Motohiro · 13 years ago
  55. 78f11a2 mm: thp: fix /dev/zero MAP_PRIVATE and vm_flags cleanups by Andrea Arcangeli · 13 years ago
  56. 07f9479 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  57. 8dc16c6 slub: Move debug handlign in __slab_free by Christoph Lameter · 13 years ago
  58. dc1fb7f slub: Move node determination out of hotpath by Christoph Lameter · 13 years ago
  59. 01ad8a7 slub: Eliminate repeated use of c->page through a new page variable by Christoph Lameter · 13 years ago
  60. 5f80b13 slub: get_map() function to establish map of free objects in a slab by Christoph Lameter · 13 years ago
  61. 33de04e slub: Use NUMA_NO_NODE in get_partial by Christoph Lameter · 13 years ago
  62. e27e615 mm/thp: use conventional format for boolean attributes by Ben Hutchings · 13 years ago
  63. 341aea2 oom-kill: remove boost_dying_task_prio() by KOSAKI Motohiro · 13 years ago
  64. 929bea7 vmscan: all_unreclaimable() use zone->all_unreclaimable as a name by KOSAKI Motohiro · 13 years ago
  65. fe936df mm: check that we have the right vma in __access_remote_vm() by Michael Ellerman · 13 years ago
  66. 4471a67 brk: COMPAT_BRK: fix detection of randomized brk by Jiri Kosina · 13 years ago
  67. fc5da22 tmpfs: fix off-by-one in max_blocks checks by Hugh Dickins · 13 years ago
  68. 81ab420 mm: add VM counters for transparent hugepages by Andi Kleen · 13 years ago
  69. d3bc236 vmstat: update comment regarding stat_threshold by Christoph Lameter · 13 years ago
  70. 9f6ae44 mm/page_alloc.c: silence build_all_zonelists() section mismatch by Paul Mundt · 13 years ago
  71. 584208e mm: optimize pfn calculation in online_page() by Daniel Kiper · 13 years ago
  72. a626ca6 vm: fix vm_pgoff wrap in stack expansion by Linus Torvalds · 13 years ago
  73. 95042f9 vm: fix mlock() on stack guard page by Linus Torvalds · 13 years ago
  74. 607bf32 slub: Fix a typo in config name by Li Zefan · 13 years ago
  75. 6eab04a treewide: remove extra semicolons by Justin P. Mattock · 13 years ago
  76. 58c2ee4 mm: Fix section mismatch for setup_zone_pageset() by Nikanth Karthikesan · 13 years ago
  77. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 13 years ago
  78. 982134b mm: avoid wrapping vm_pgoff in mremap() by Linus Torvalds · 13 years ago
  79. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  80. eefbab5 Merge branch 'frv' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-frv by Linus Torvalds · 13 years ago
  81. f55f199 NOMMU: implement access_remote_vm by Mike Frysinger · 13 years ago
  82. 787e5b0 percpu: Cast away printk format warning by Mike Frysinger · 13 years ago
  83. eac522e NOMMU: percpu should use is_vmalloc_addr(). by David Howells · 13 years ago
  84. ae91dbf mm: fix memory.c incorrect kernel-doc by Randy Dunlap · 13 years ago
  85. d39dd11 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  86. a66979a fs: move i_wb_list out from under inode_lock by Dave Chinner · 13 years ago
  87. 250df6e fs: protect inode->i_state with inode->i_lock by Dave Chinner · 13 years ago
  88. a735140 Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 13 years ago
  89. b2b755b lib, arch: add filter argument to show_mem and fix private implementations by David Rientjes · 13 years ago
  90. b8c4c96 SLUB: Write to per cpu data when allocating it by Christoph Lameter · 13 years ago
  91. f9b615d slub: Fix debugobjects with lockless fastpath by Thomas Gleixner · 13 years ago
  92. 0415b00d1 percpu: Always align percpu output section to PAGE_SIZE by Tejun Heo · 13 years ago
  93. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  94. b81a618 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  95. 93a7205 crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, setup_elfcorehdr and saved_max_pfn by Olaf Hering · 13 years ago
  96. f9434ad memcg: give current access to memory reserves if it's trying to die by David Rientjes · 13 years ago
  97. 5a6475a memcg: fix leak on wrong LRU with FUSE by KAMEZAWA Hiroyuki · 13 years ago
  98. 6cfddb2 memcg: page_cgroup array is never stored on reserved pages by Michal Hocko · 13 years ago
  99. dde79e0 page_cgroup: reduce allocation overhead for page_cgroup array for CONFIG_SPARSEMEM by Michal Hocko · 13 years ago
  100. 4be4489 mm/memcontrol.c: suppress uninitialized-var warning with older gcc's by Andrew Morton · 13 years ago