1. a530b79 percpu: teach large page allocator about NUMA by Tejun Heo · 15 years ago
  2. 2f39e63 percpu: allow non-linear / sparse cpu -> unit mapping by Tejun Heo · 15 years ago
  3. ce3141a percpu: drop pcpu_chunk->page[] by Tejun Heo · 15 years ago
  4. c8a51be percpu: reorder a few functions in mm/percpu.c by Tejun Heo · 15 years ago
  5. 38a6be5 percpu: simplify pcpu_setup_first_chunk() by Tejun Heo · 15 years ago
  6. 8c4bfc6 x86,percpu: generalize lpage first chunk allocator by Tejun Heo · 15 years ago
  7. 8f05a6a percpu: make 4k first chunk allocator map memory by Tejun Heo · 15 years ago
  8. d4b95f8 x86,percpu: generalize 4k first chunk allocator by Tejun Heo · 15 years ago
  9. 788e5ab percpu: drop @unit_size from embed first chunk allocator by Tejun Heo · 15 years ago
  10. 79ba6ac x86: make pcpu_chunk_addr_search() matching stricter by Tejun Heo · 15 years ago
  11. c43768c Merge branch 'master' into for-next by Tejun Heo · 15 years ago
  12. 5a475ce Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 15 years ago
  13. 57d81f6 kmemleak: Fix scheduling-while-atomic bug by Ingo Molnar · 15 years ago
  14. e83c2b0 Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6 by Linus Torvalds · 15 years ago
  15. 66918dc x86: only clear node_states for 64bit by Yinghai Lu · 15 years ago
  16. d7831a0 mm: prevent balance_dirty_pages() from doing too much work by Richard Kennedy · 15 years ago
  17. c495682 dmapools: protect page_list walk in show_pools() by Thomas Gleixner · 15 years ago
  18. b6e6872 kmemleak: Do not warn if an unknown object is freed by Catalin Marinas · 15 years ago
  19. 17bb9e0 kmemleak: Do not report new leaked objects if the scanning was stopped by Catalin Marinas · 15 years ago
  20. 8326e28 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  21. acf4968 kmemleak: Slightly change the policy on newly allocated objects by Catalin Marinas · 15 years ago
  22. 4698c1f kmemleak: Do not trigger a scan when reading the debug/kmemleak file by Catalin Marinas · 15 years ago
  23. bab4a34 kmemleak: Simplify the reports logged by the scanning thread by Catalin Marinas · 15 years ago
  24. e0a2a16 kmemleak: Enable task stacks scanning by default by Catalin Marinas · 15 years ago
  25. dfc2f91 nommu: provide follow_pfn(). by Paul Mundt · 15 years ago
  26. 9d73777 clarify get_user_pages() prototype by Peter Zijlstra · 15 years ago
  27. a9d9058 kmemleak: Allow the early log buffer to be configurable. by Catalin Marinas · 15 years ago
  28. c622304 Merge branches 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/{vfs-2.6,audit-current} by Linus Torvalds · 15 years ago
  29. 72c0490 Get "no acls for this inode" right, fix shmem breakage by Al Viro · 15 years ago
  30. ba52270 SLUB: Don't pass __GFP_FAIL for the initial allocation by Pekka Enberg · 15 years ago
  31. 4923abf Don't warn about order-1 allocations with __GFP_NOFAIL by Linus Torvalds · 15 years ago
  32. 06b16e9 switch shmem to inode->i_acl by Al Viro · 15 years ago
  33. 245b2e7 percpu: clean up percpu variable definitions by Tejun Heo · 15 years ago
  34. 204fba4 percpu: cleanup percpu array definitions by Tejun Heo · 15 years ago
  35. e74e396 percpu: use dynamic percpu allocator as the default percpu allocator by Tejun Heo · 15 years ago
  36. 364df0e mm: fix handling of pagesets for downed cpus by Dimitri Sivanich · 15 years ago
  37. a5c9b69 mm: pass mm to grab_swap_token by Hugh Dickins · 15 years ago
  38. 95b3692 Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6 by Linus Torvalds · 15 years ago
  39. d26ed65 mm: don't rely on flags coincidence by Hugh Dickins · 15 years ago
  40. 788c7df hugetlb: fault flags instead of write_access by Hugh Dickins · 15 years ago
  41. cb4cbcf mm: fix incorrect page removal from LRU by KAMEZAWA Hiroyuki · 15 years ago
  42. ae28106 kmemleak: use pr_fmt by Joe Perches · 15 years ago
  43. fa8a709 x86: implement percpu_alloc kernel parameter by Tejun Heo · 15 years ago
  44. 85ae87c percpu: fix too lazy vunmap cache flushing by Tejun Heo · 15 years ago
  45. d06063c Move FAULT_FLAG_xyz into handle_mm_fault() callers by Linus Torvalds · 15 years ago
  46. 30c9f3a Remove internal use of 'write_access' in mm/memory.c by Linus Torvalds · 15 years ago
  47. c277331 mm: page_alloc: clear PG_locked before checking flags on free by Johannes Weiner · 15 years ago
  48. 433f13a bootmem.c: avoid c90 declaration warning by Joe Perches · 15 years ago
  49. dcce284 mm: Extend gfp masking to the page allocator by Benjamin Herrenschmidt · 15 years ago
  50. 2ffebca memcg: fix lru rotation in isolate_pages by KAMEZAWA Hiroyuki · 15 years ago
  51. 22a668d memcg: fix behavior under memory.limit equals to memsw.limit by KAMEZAWA Hiroyuki · 15 years ago
  52. 8a9478c memcg: fix swap accounting by KAMEZAWA Hiroyuki · 15 years ago
  53. 338c843 memcg: remove some redundant checks by Li Zefan · 15 years ago
  54. d69b042 memcg: add file-based RSS accounting by Balbir Singh · 15 years ago
  55. 8ca739e cgroups: make messages more readable by Randy Dunlap · 15 years ago
  56. 3fe0344 Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6 by Linus Torvalds · 15 years ago
  57. 2030117 kmemleak: Fix some typos in comments by Catalin Marinas · 15 years ago
  58. 000814f kmemleak: Rename kmemleak_panic to kmemleak_stop by Catalin Marinas · 15 years ago
  59. 216c04b kmemleak: Only use GFP_KERNEL|GFP_ATOMIC for the internal allocations by Catalin Marinas · 15 years ago
  60. 5caf5c7 Merge branch 'slub/earlyboot' into for-linus by Pekka Enberg · 15 years ago
  61. e03ab9d Merge branches 'slab/documentation', 'slab/fixes', 'slob/cleanups' and 'slub/fixes' into for-linus by Pekka Enberg · 15 years ago
  62. 517d086 Merge branch 'akpm' by Linus Torvalds · 15 years ago
  63. ee993b1 mm: fix lumpy reclaim lru handling at isolate_lru_pages by KAMEZAWA Hiroyuki · 15 years ago
  64. 24cf72518 vmscan: count the number of times zone_reclaim() scans and fails by Mel Gorman · 15 years ago
  65. fa5e084 vmscan: do not unconditionally treat zones that fail zone_reclaim() as full by Mel Gorman · 15 years ago
  66. 90afa5d vmscan: properly account for the number of page cache pages zone_reclaim() can reclaim by Mel Gorman · 15 years ago
  67. 8123681 oom: only oom kill exiting tasks with attached memory by David Rientjes · 15 years ago
  68. 9198e96 vmscan: handle may_swap more strictly by Daisuke Nishimura · 15 years ago
  69. 3eb4140 vmscan: merge duplicate code in shrink_active_list() by Wu Fengguang · 15 years ago
  70. 8cab475 vmscan: make mapped executable pages the first class citizen by Wu Fengguang · 15 years ago
  71. 6fe6b7e vmscan: report vm_flags in page_referenced() by Wu Fengguang · 15 years ago
  72. 168f5ac mm cleanup: shmem_file_setup: 'char *' -> 'const char *' for name argument by Sergei Trofimovich · 15 years ago
  73. aca8bf3 mm: remove file argument from swap_readpage() by Minchan Kim · 15 years ago
  74. 8192da6 mm: remove annotation of gfp_mask in add_to_swap by Minchan Kim · 15 years ago
  75. 73d60b7 page-allocator: clear N_HIGH_MEMORY map before we set it again by Yinghai Lu · 15 years ago
  76. 2869735 mm: remove __invalidate_mapping_pages variant by Mike Waychison · 15 years ago
  77. 82553a9 oom: invoke oom killer for __GFP_NOFAIL by David Rientjes · 15 years ago
  78. 4d8b913 oom: avoid unnecessary mm locking and scanning for OOM_DISABLE by David Rientjes · 15 years ago
  79. 2ff05b2 oom: move oom_adj value from task_struct to mm_struct by David Rientjes · 15 years ago
  80. c9e4441 mm: reuse unused swap entry if necessary by KAMEZAWA Hiroyuki · 15 years ago
  81. 355cfa7 mm: modify swap_map and add SWAP_HAS_CACHE flag by KAMEZAWA Hiroyuki · 15 years ago
  82. cb4b86b mm: add swap cache interface for swap reference by KAMEZAWA Hiroyuki · 15 years ago
  83. 6837765 mm: remove CONFIG_UNEVICTABLE_LRU config option by KOSAKI Motohiro · 15 years ago
  84. bce7394 page-allocator: reset wmark_min and inactive ratio of zone when hotplug happens by Minchan Kim · 15 years ago
  85. 96cb4df page-allocator: add inactive ratio calculation function of each zone by Minchan Kim · 15 years ago
  86. bc75d33 page-allocator: clean up functions related to pages_min by Minchan Kim · 15 years ago
  87. 69c8548 vmscan: prevent shrinking of active anon lru list in case of no swap space V3 by MinChan Kim · 15 years ago
  88. 35282a2 migration: only migrate_prep() once per move_pages() by Brice Goglin · 15 years ago
  89. 7f33d49 mm, PM/Freezer: Disable OOM killer when tasks are frozen by Rafael J. Wysocki · 15 years ago
  90. 75927af mm: madvise(): correct return code by Nick Piggin · 15 years ago
  91. dab48da page-allocator: warn if __GFP_NOFAIL is used for a large allocation by Andrew Morton · 15 years ago
  92. 3b6748e mm: introduce follow_pfn() by Johannes Weiner · 15 years ago
  93. 03668a4 mm: use generic follow_pte() in follow_phys() by Johannes Weiner · 15 years ago
  94. f8ad0f49 mm: introduce follow_pte() by Johannes Weiner · 15 years ago
  95. e9bb35d mm: setup_per_zone_inactive_ratio - fix comment and make it __init by Cyrill Gorcunov · 15 years ago
  96. 5c87ead mm: setup_per_zone_inactive_ratio - do not call for int_sqrt if not needed by Cyrill Gorcunov · 15 years ago
  97. af16677 vmscan: ZVC updates in shrink_active_list() can be done once by Wu Fengguang · 15 years ago
  98. 08d9ae7 vmscan: don't export nr_saved_scan in /proc/zoneinfo by Wu Fengguang · 15 years ago
  99. 6e08a36 vmscan: cleanup the scan batching code by Wu Fengguang · 15 years ago
  100. 56e49d2 vmscan: evict use-once pages first by Rik van Riel · 15 years ago