1. f8194dc CMA: migrate mlocked pages by Minchan Kim · 14 years ago
  2. b71127a mm: compaction: clear PG_migrate_skip based on compaction and reclaim activity by Mel Gorman · 14 years ago
  3. cc5a88a mm: compaction: cache if a pageblock was scanned and no pages were isolated by Mel Gorman · 14 years ago
  4. fa16809 mm: remove lru type checks from __isolate_lru_page() by Konstantin Khlebnikov · 14 years ago
  5. 8bfabdd Merge remote-tracking branch 'codeaurora/kk_2.7.1' into cm-11.0 by Ethan Chen · 12 years ago
  6. 36abcfd mm: vmscan: fix do_try_to_free_pages() livelock by Lisa Du · 13 years ago
  7. dde448d Merge tag 'v3.4.10' into cm-10.1 by Ethan Chen · 13 years ago
  8. ec005c0 mm: cma: remove watermark hacks by Marek Szyprowski · 13 years ago
  9. 48f3741 cma: redirect page allocation to CMA by Heesub Shin · 13 years ago
  10. e8eebe9 android/lowmemorykiller: Selectively count free CMA pages by Liam Mark · 13 years ago
  11. 922b842 mm: make counts of CMA free pages correct by Larry Bassel · 13 years ago
  12. 926c524 mm: Add is_cma_pageblock definition by Laura Abbott · 13 years ago
  13. 0e343db memory hotplug: fix invalid memory access caused by stale kswapd pointer by Jiang Liu · 14 years ago
  14. f1f6388 mm: trigger page reclaim in alloc_contig_range() to stabilise watermarks by Marek Szyprowski · 14 years ago
  15. d4158d2 mm: mmzone: MIGRATE_CMA migration type added by Michal Nazarewicz · 14 years ago
  16. f132c6c Merge commit 'AU_LINUX_ANDROID_ICS.04.00.04.00.126' into msm-3.4 by Steve Muckle · 14 years ago
  17. aff6224 vmscan: only defer compaction for failed order and higher by Rik van Riel · 14 years ago
  18. 4111304 mm: enum lru_list lru by Hugh Dickins · 14 years ago
  19. c824493 mm: compaction: make isolate_lru_page() filter-aware again by Mel Gorman · 14 years ago
  20. 6290df5 mm: collect LRU list heads into struct lruvec by Johannes Weiner · 14 years ago
  21. ab8fabd mm: exclude reserved pages from dirtyable memory by Johannes Weiner · 14 years ago
  22. 0ee332c memblock: Kill early_node_map[] by Tejun Heo · 14 years ago
  23. 49ea7eb mm: vmscan: immediately reclaim end-of-LRU dirty pages when writeback completes by Mel Gorman · 15 years ago
  24. ee72886 mm: vmscan: do not writeback filesystem pages in direct reclaim by Mel Gorman · 15 years ago
  25. f80c067 mm: zone_reclaim: make isolate_lru_page() filter-aware by Minchan Kim · 15 years ago
  26. 39deaf8 mm: compaction: make isolate_lru_page() filter-aware by Minchan Kim · 15 years ago
  27. 4356f21 mm: change isolate mode from #define to bitwise type by Minchan Kim · 15 years ago
  28. 3f2bc4d Initial Contribution by Bryan Huntsman · 15 years ago
  29. 6006349 atomic: use <linux/atomic.h> by Arun Sharma · 15 years ago
  30. bb2a0de memcg: consolidate memory cgroup lru stat functions by KAMEZAWA Hiroyuki · 15 years ago
  31. c6830c2 Fix node_start/end_pfn() definition for mm/page_cgroup.c by KAMEZAWA Hiroyuki · 15 years ago
  32. 2a56d22 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 15 years ago
  33. 246e87a memcg: fix get_scan_count() for small targets by KAMEZAWA Hiroyuki · 15 years ago
  34. 7b7bf49 ARM: 6913/1: sparsemem: allow pfn_valid to be overridden when using SPARSEMEM by Will Deacon · 15 years ago
  35. a539f35 mm: add SECTION_ALIGN_UP() and SECTION_ALIGN_DOWN() macro by Daniel Kiper · 15 years ago
  36. e3c40f3 mm: pfn_to_section_nr()/section_nr_to_pfn() is valid only in CONFIG_SPARSEMEM context by Daniel Kiper · 15 years ago
  37. 0a9d59a Merge branch 'master' into for-next by Jiri Kosina · 15 years ago
  38. 25a64ec fix comment spelling becausse => because by Pete Zaitcev · 15 years ago
  39. 7913417 thp: transparent hugepage vmstat by Andrea Arcangeli · 15 years ago
  40. 9950474 mm: kswapd: stop high-order balancing when any suitable zone is balanced by Mel Gorman · 15 years ago
  41. 88f5acf mm: page allocator: adjust the per-cpu counter threshold when memory is low by Mel Gorman · 15 years ago
  42. 0e093d99 writeback: do not sleep on the congestion queue if there are no congested BDIs or if significant congestion is not being encountered in the current zone by Mel Gorman · 16 years ago
  43. ea941f0 writeback: add nr_dirtied and nr_written to /proc/vmstat by Michael Rubin · 16 years ago
  44. aa45484 mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory is low and kswapd is awake by Christoph Lameter · 16 years ago
  45. 25edde0 vmscan: kill prev_priority completely by KOSAKI Motohiro · 16 years ago
  46. b645bd1 mmzone.h: remove dead prototype by Alexander Nevenchannyy · 16 years ago
  47. 7aac789 numa: introduce numa_mem_id()- effective local memory node id by Lee Schermerhorn · 16 years ago
  48. 4eaf3f6 mem-hotplug: fix potential race while building zonelist for new populated zone by Haicheng Li · 16 years ago
  49. 1f52250 mem-hotplug: avoid multiple zones sharing same boot strapping boot_pageset by Haicheng Li · 16 years ago
  50. 0faa563 mm: fix NR_SECTION_ROOTS == 0 when using using sparsemem extreme. by Marcelo Roberto Jimenez · 16 years ago
  51. 4f92e25 mm: compaction: defer compaction using an exponential backoff when compaction fails by Mel Gorman · 16 years ago
  52. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 16 years ago
  53. 93e4a89 mm: restore zone->all_unreclaimable to independence word by KOSAKI Motohiro · 16 years ago
  54. a626b46 Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  55. 43cf38e percpu: add __percpu sparse annotations to core kernel subsystems by Tejun Heo · 16 years ago
  56. 0867721 x86: Make 64 bit use early_res instead of bootmem before slab by Yinghai Lu · 16 years ago
  57. 2a61aa4 Fix misspellings of "invocation" in comments. by Adam Buchbinder · 16 years ago
  58. 99dcc3e this_cpu: Page allocator conversion by Christoph Lameter · 16 years ago
  59. 01fc0ac kbuild: move bounds.h to include/generated by Sam Ravnborg · 17 years ago
  60. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 17 years ago
  61. 5f8dcc2 page-allocator: split per-cpu list into one-list-per-migrate-type by Mel Gorman · 17 years ago
  62. f862963 mm: do batched scans for mem_cgroup by Wu Fengguang · 17 years ago
  63. a731286 mm: vmstat: add isolate pages by KOSAKI Motohiro · 17 years ago
  64. 4b02108 mm: oom analysis: add shmem vmstat by KOSAKI Motohiro · 17 years ago
  65. c6a7f57 mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log output by KOSAKI Motohiro · 17 years ago
  66. 6837765 mm: remove CONFIG_UNEVICTABLE_LRU config option by KOSAKI Motohiro · 17 years ago
  67. 6e08a36 vmscan: cleanup the scan batching code by Wu Fengguang · 17 years ago
  68. 4185896 page allocator: use allocation flags as an index to the zone watermark by Mel Gorman · 17 years ago
  69. 49255c6 page allocator: move check for disabled anti-fragmentation out of fastpath by Mel Gorman · 17 years ago
  70. eb33575 [ARM] Double check memmap is actually valid with a memmap has unexpected holes V2 by Mel Gorman · 17 years ago
  71. 90975ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask by Linus Torvalds · 17 years ago
  72. ee99c71 mm: introduce for_each_populated_zone() macro by KOSAKI Motohiro · 17 years ago
  73. 082edb7 numa, cpumask: move numa_node_id default implementation to topology.h by Rusty Russell · 17 years ago
  74. cc2559b mm: fix memmap init for handling memory hole by KAMEZAWA Hiroyuki · 17 years ago
  75. 6e90157 mm: introduce zone_reclaim struct by KOSAKI Motohiro · 17 years ago
  76. 52d4b9a memcg: allocate all page_cgroup at boot by KAMEZAWA Hiroyuki · 18 years ago
  77. 5344b7e vmstat: mlocked pages statistics by Nick Piggin · 18 years ago
  78. 894bc31 Unevictable LRU Infrastructure by Lee Schermerhorn · 18 years ago
  79. 556adec vmscan: second chance replacement for anonymous pages by Rik van Riel · 18 years ago
  80. 4f98a2f vmscan: split LRU lists into anon & file sets by Rik van Riel · 18 years ago
  81. b69408e vmscan: Use an indexed array for LRU variables by Christoph Lameter · 18 years ago
  82. 5bead2a mm: mark the correct zone as full when scanning zonelists by Mel Gorman · 18 years ago
  83. 12d15f0 for_each_online_pgdat(): kerneldoc fix by Fernando Luis Vazquez Cao · 18 years ago
  84. 735643e Remove "#ifdef __KERNEL__" checks from unexported headers by Robert P. J. Day · 18 years ago
  85. fc3ba69 mm: Add NR_WRITEBACK_TEMP counter by Miklos Szeredi · 18 years ago
  86. 0475327 memory hotplug: register section/node id to free by Yasunori Goto · 18 years ago
  87. 9796547 mm: Get rid of __ZONE_COUNT by Christoph Lameter · 18 years ago
  88. 9223b41 pageflags: get rid of FLAGS_RESERVED by Christoph Lameter · 18 years ago
  89. b454456 mm: make early_pfn_to_nid() a C function by Andrew Morton · 18 years ago
  90. 19770b3 mm: filter based on a nodemask as well as a gfp_mask by Mel Gorman · 18 years ago
  91. dd1a239 mm: have zonelist contains structs with both a zone pointer and zone_idx by Mel Gorman · 18 years ago
  92. 54a6eb5 mm: use two zonelist that are filtered by GFP mask by Mel Gorman · 18 years ago
  93. ddc81ed remove sparse warning for mmzone.h by Harvey Harrison · 18 years ago
  94. 218ff13 Remove unused MAX_NODES_SHIFT by Johannes Weiner · 18 years ago
  95. 3dfa572 Page allocator: get rid of the list of cold pages by Christoph Lameter · 18 years ago
  96. d773ed6 mm: test and set zone reclaim lock before starting reclaim by David Rientjes · 19 years ago
  97. 098d7f1 oom: add per-zone locking by David Rientjes · 19 years ago
  98. e815af9 oom: change all_unreclaimable zone member to flags by David Rientjes · 19 years ago
  99. a5d76b5 memory unplug: page isolation by KAMEZAWA Hiroyuki · 19 years ago
  100. 467c996 Print out statistics in relation to fragmentation avoidance to /proc/pagetypeinfo by Mel Gorman · 19 years ago