1. ee993b1 mm: fix lumpy reclaim lru handling at isolate_lru_pages by KAMEZAWA Hiroyuki · 16 years ago
  2. 24cf72518 vmscan: count the number of times zone_reclaim() scans and fails by Mel Gorman · 16 years ago
  3. fa5e084 vmscan: do not unconditionally treat zones that fail zone_reclaim() as full by Mel Gorman · 16 years ago
  4. 90afa5d vmscan: properly account for the number of page cache pages zone_reclaim() can reclaim by Mel Gorman · 16 years ago
  5. 8123681 oom: only oom kill exiting tasks with attached memory by David Rientjes · 16 years ago
  6. 9198e96 vmscan: handle may_swap more strictly by Daisuke Nishimura · 16 years ago
  7. 3eb4140 vmscan: merge duplicate code in shrink_active_list() by Wu Fengguang · 16 years ago
  8. 8cab475 vmscan: make mapped executable pages the first class citizen by Wu Fengguang · 16 years ago
  9. 6fe6b7e vmscan: report vm_flags in page_referenced() by Wu Fengguang · 16 years ago
  10. 168f5ac mm cleanup: shmem_file_setup: 'char *' -> 'const char *' for name argument by Sergei Trofimovich · 16 years ago
  11. aca8bf3 mm: remove file argument from swap_readpage() by Minchan Kim · 16 years ago
  12. 8192da6 mm: remove annotation of gfp_mask in add_to_swap by Minchan Kim · 16 years ago
  13. 73d60b7 page-allocator: clear N_HIGH_MEMORY map before we set it again by Yinghai Lu · 16 years ago
  14. 2869735 mm: remove __invalidate_mapping_pages variant by Mike Waychison · 16 years ago
  15. 82553a9 oom: invoke oom killer for __GFP_NOFAIL by David Rientjes · 16 years ago
  16. 4d8b913 oom: avoid unnecessary mm locking and scanning for OOM_DISABLE by David Rientjes · 16 years ago
  17. 2ff05b2 oom: move oom_adj value from task_struct to mm_struct by David Rientjes · 16 years ago
  18. c9e4441 mm: reuse unused swap entry if necessary by KAMEZAWA Hiroyuki · 16 years ago
  19. 355cfa7 mm: modify swap_map and add SWAP_HAS_CACHE flag by KAMEZAWA Hiroyuki · 16 years ago
  20. cb4b86b mm: add swap cache interface for swap reference by KAMEZAWA Hiroyuki · 16 years ago
  21. 6837765 mm: remove CONFIG_UNEVICTABLE_LRU config option by KOSAKI Motohiro · 16 years ago
  22. bce7394 page-allocator: reset wmark_min and inactive ratio of zone when hotplug happens by Minchan Kim · 16 years ago
  23. 96cb4df page-allocator: add inactive ratio calculation function of each zone by Minchan Kim · 16 years ago
  24. bc75d33 page-allocator: clean up functions related to pages_min by Minchan Kim · 16 years ago
  25. 69c8548 vmscan: prevent shrinking of active anon lru list in case of no swap space V3 by MinChan Kim · 16 years ago
  26. 35282a2 migration: only migrate_prep() once per move_pages() by Brice Goglin · 16 years ago
  27. 7f33d49 mm, PM/Freezer: Disable OOM killer when tasks are frozen by Rafael J. Wysocki · 16 years ago
  28. 75927af mm: madvise(): correct return code by Nick Piggin · 16 years ago
  29. dab48da page-allocator: warn if __GFP_NOFAIL is used for a large allocation by Andrew Morton · 16 years ago
  30. 3b6748e mm: introduce follow_pfn() by Johannes Weiner · 16 years ago
  31. 03668a4 mm: use generic follow_pte() in follow_phys() by Johannes Weiner · 16 years ago
  32. f8ad0f49 mm: introduce follow_pte() by Johannes Weiner · 16 years ago
  33. e9bb35d mm: setup_per_zone_inactive_ratio - fix comment and make it __init by Cyrill Gorcunov · 16 years ago
  34. 5c87ead mm: setup_per_zone_inactive_ratio - do not call for int_sqrt if not needed by Cyrill Gorcunov · 16 years ago
  35. af16677 vmscan: ZVC updates in shrink_active_list() can be done once by Wu Fengguang · 16 years ago
  36. 08d9ae7 vmscan: don't export nr_saved_scan in /proc/zoneinfo by Wu Fengguang · 16 years ago
  37. 6e08a36 vmscan: cleanup the scan batching code by Wu Fengguang · 16 years ago
  38. 56e49d2 vmscan: evict use-once pages first by Rik van Riel · 16 years ago
  39. 20a0307 mm: introduce PageHuge() for testing huge/gigantic pages by Wu Fengguang · 16 years ago
  40. a1dd268 mm: use alloc_pages_exact() in alloc_large_system_hash() to avoid duplicated logic by Mel Gorman · 16 years ago
  41. 72807a7 page allocator: sanity check order in the page allocator slow path by Mel Gorman · 16 years ago
  42. 092cead page allocator: move free_page_mlock() to page_alloc.c by KOSAKI Motohiro · 16 years ago
  43. b6e68bc page allocator: slab: use nr_online_nodes to check for a NUMA platform by Mel Gorman · 16 years ago
  44. 62bc62a page allocator: use a pre-calculated value instead of num_online_nodes() in fast paths by Christoph Lameter · 16 years ago
  45. 974709b page allocator: get the pageblock migratetype without disabling interrupts by Mel Gorman · 16 years ago
  46. f2260e6 page allocator: update NR_FREE_PAGES only as necessary by Mel Gorman · 16 years ago
  47. 4185896 page allocator: use allocation flags as an index to the zone watermark by Mel Gorman · 16 years ago
  48. a3af9c3 page allocator: do not check for compound pages during the page allocator sanity checks by Nick Piggin · 16 years ago
  49. d395b73 page allocator: do not setup zonelist cache when there is only one node by Mel Gorman · 16 years ago
  50. da456f1 page allocator: do not disable interrupts in free_page_mlock() by Mel Gorman · 16 years ago
  51. ed0ae21 page allocator: do not call get_pageblock_migratetype() more than necessary by Mel Gorman · 16 years ago
  52. 0ac3a40 page allocator: inline __rmqueue_fallback() by Mel Gorman · 16 years ago
  53. 0a15c3e page allocator: inline buffered_rmqueue() by Mel Gorman · 16 years ago
  54. 728ec98 page allocator: inline __rmqueue_smallest() by Mel Gorman · 16 years ago
  55. a56f57f page allocator: remove a branch by assuming __GFP_HIGH == ALLOC_HIGH by Mel Gorman · 16 years ago
  56. 341ce06 page allocator: calculate the alloc_flags for allocation only once by Peter Zijlstra · 16 years ago
  57. 3dd2826 page allocator: calculate the migratetype for allocation only once by Mel Gorman · 16 years ago
  58. 5117f45 page allocator: calculate the preferred zone for allocation only once by Mel Gorman · 16 years ago
  59. 49255c6 page allocator: move check for disabled anti-fragmentation out of fastpath by Mel Gorman · 16 years ago
  60. 11e33f6 page allocator: break up the allocator entry point into fast and slow paths by Mel Gorman · 16 years ago
  61. 7f82af9 page allocator: check only once if the zonelist is suitable for the allocation by Mel Gorman · 16 years ago
  62. 6484eb3 page allocator: do not check NUMA node ID when the caller knows the node is valid by Mel Gorman · 16 years ago
  63. b3c466c page allocator: do not sanity check order in the fast path by Mel Gorman · 16 years ago
  64. d239171 page allocator: replace __alloc_pages_internal() with __alloc_pages_nodemask() by Mel Gorman · 16 years ago
  65. 6c0db46 mm: alloc_large_system_hash check order by Hugh Dickins · 16 years ago
  66. 58568d2 cpuset,mm: update tasks' mems_allowed in time by Miao Xie · 16 years ago
  67. dcf975d mm/page-writeback.c: dirty limit type should be unsigned long by H Hartley Sweeten · 16 years ago
  68. 78dc583 vmscan: low order lumpy reclaim also should use PAGEOUT_IO_SYNC by KOSAKI Motohiro · 16 years ago
  69. d2bf6be mm: clean up get_user_pages_fast() documentation by Nick Piggin · 16 years ago
  70. 7ffc59b readahead: enforce full sync mmap readahead size by Wu Fengguang · 16 years ago
  71. 61b7cbd readahead: remove redundant test in shrink_readahead_size_eio() by Wu Fengguang · 16 years ago
  72. 10be0b3 readahead: introduce context readahead algorithm by Wu Fengguang · 16 years ago
  73. 045a252 readahead: move the random read case to bottom by Wu Fengguang · 16 years ago
  74. d30a110 readahead: record mmap read-around states in file_ra_state by Wu Fengguang · 16 years ago
  75. 2fad6f5 readahead: enforce full readahead size on async mmap readahead by Wu Fengguang · 16 years ago
  76. 70ac23c readahead: sequential mmap readahead by Wu Fengguang · 16 years ago
  77. ef00e08 readahead: clean up and simplify the code for filemap page fault readahead by Linus Torvalds · 16 years ago
  78. 51daa88 readahead: remove sync/async readahead call dependency by Wu Fengguang · 16 years ago
  79. 160334a readahead: increase interleaved readahead size by Wu Fengguang · 16 years ago
  80. caca7cb readahead: remove one unnecessary radix tree lookup by Wu Fengguang · 16 years ago
  81. fc31d16 readahead: apply max_sane_readahead() limit in ondemand_readahead() by Wu Fengguang · 16 years ago
  82. f7e839d readahead: move max_sane_readahead() calls into force_page_cache_readahead() by Wu Fengguang · 16 years ago
  83. bb1f17b mm: consolidate init_mm definition by Alexey Dobriyan · 16 years ago
  84. d645727 Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 16 years ago
  85. c6f37f1 PM/Suspend: Do not shrink memory before suspend by Rafael J. Wysocki · 16 years ago
  86. 8429db5 slab: setup cpu caches later on when interrupts are enabled by Pekka Enberg · 16 years ago
  87. 7e85ee0 slab,slub: don't enable interrupts during early boot by Pekka Enberg · 16 years ago
  88. eb91f1d slab: fix gfp flag in setup_cpu_cache() by Pekka Enberg · 16 years ago
  89. d93f82b [S390] maccess: add weak attribute to probe_kernel_write by Heiko Carstens · 16 years ago
  90. ca371c0 memcg: fix page_cgroup fatal error in FLATMEM by KAMEZAWA Hiroyuki · 16 years ago
  91. 512626a Merge branch 'for-linus' of git://linux-arm.org/linux-2.6 by Linus Torvalds · 16 years ago
  92. 8a1ca8c Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  93. b640f04 Merge branch 'topic/slab/earlyboot' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 16 years ago
  94. c905959 Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  95. 3296ca2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 16 years ago
  96. 959982f memcg: don't use bootmem allocator in setup code by Yinghai Lu · 16 years ago
  97. 43ebdac vmalloc: use kzalloc() instead of alloc_bootmem() by Pekka Enberg · 16 years ago
  98. 83b519e slab: setup allocators earlier in the boot sequence by Pekka Enberg · 16 years ago
  99. c91c477 bootmem: fix slab fallback on numa by Pekka Enberg · 16 years ago
  100. 441c7e0 bootmem: use slab if bootmem is no longer available by Pekka Enberg · 16 years ago