1. eeee9a8 mm: make get_scan_ratio() safe for memcg by KOSAKI Motohiro · 16 years ago
  2. c9f299d mm: add zone nr_pages helper function by KOSAKI Motohiro · 16 years ago
  3. 6e90157 mm: introduce zone_reclaim struct by KOSAKI Motohiro · 16 years ago
  4. f89eb90 inactive_anon_is_low: move to vmscan by KOSAKI Motohiro · 16 years ago
  5. 670ec2f memcg: hierarchy avoid unnecessary reclaim by Daisuke Nishimura · 16 years ago
  6. a7fe942 memcg: swapout refcnt fix by KAMEZAWA Hiroyuki · 16 years ago
  7. b85a96c memcg: memory swap controller: fix limit check by Daisuke Nishimura · 16 years ago
  8. f9717d2 memcg: check group leader fix by Nikanth Karthikesan · 16 years ago
  9. 2c26fdd memcg: revert gfp mask fix by KAMEZAWA Hiroyuki · 16 years ago
  10. 8870075 memcg: fix reclaim result checks by KAMEZAWA Hiroyuki · 16 years ago
  11. a636b32 memcg: avoid unnecessary system-wide-oom-killer by KAMEZAWA Hiroyuki · 16 years ago
  12. 18f59ea memcg: memory cgroup hierarchy feature selector by Balbir Singh · 16 years ago
  13. 6d61ef4 memcg: memory cgroup hierarchical reclaim by Balbir Singh · 16 years ago
  14. 28dbc4b memcg: memory cgroup resource counters for hierarchy by Balbir Singh · 16 years ago
  15. f8d6654 memcg: add mem_cgroup_disabled() by Hirokazu Takahashi · 16 years ago
  16. 08e552c memcg: synchronized LRU by KAMEZAWA Hiroyuki · 16 years ago
  17. 8c7c6e3 memcg: mem+swap controller core by KAMEZAWA Hiroyuki · 16 years ago
  18. 27a7faa memcg: swap cgroup for remembering usage by KAMEZAWA Hiroyuki · 16 years ago
  19. c077719 memcg: mem+swap controller Kconfig by KAMEZAWA Hiroyuki · 16 years ago
  20. d13d144 memcg: handle swap caches by KAMEZAWA Hiroyuki · 16 years ago
  21. c1e862c memcg: new force_empty to free pages under group by KAMEZAWA Hiroyuki · 16 years ago
  22. c8dad2b memcg: reduce size of mem_cgroup by using nr_cpu_ids by Jan Blunck · 16 years ago
  23. f817ed4 memcg: move all acccounting to parent at rmdir() by KAMEZAWA Hiroyuki · 16 years ago
  24. 0753b0e memcg: do not recalculate section unnecessarily in init_section_page_cgroup by Fernando Luis Vazquez Cao · 16 years ago
  25. 01b1ae6 memcg: simple migration handling by KAMEZAWA Hiroyuki · 16 years ago
  26. bced052 memcg: fix gfp_mask of callers of charge by KAMEZAWA Hiroyuki · 16 years ago
  27. 7a81b88 memcg: introduce charge-commit-cancel style of functions by KAMEZAWA Hiroyuki · 16 years ago
  28. ab2e83e NOMMU: Teach kobjsize() about VMA regions. by Paul Mundt · 16 years ago
  29. dd8632a NOMMU: Make mmap allocation page trimming behaviour configurable. by Paul Mundt · 16 years ago
  30. 8feae13 NOMMU: Make VMAs per MM as for MMU-mode linux by David Howells · 16 years ago
  31. 4183638 NOMMU: Delete askedalloc and realalloc variables by David Howells · 16 years ago
  32. 57c44c5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 16 years ago
  33. f94181d Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  34. 67faaad Remove obsolete CONFIG_RESOURCES_64BIT by Geert Uytterhoeven · 16 years ago
  35. 91f4766 mm: hugetlb: remove redundant `if' operation by Cyrill Gorcunov · 16 years ago
  36. 73ce02e mm: stop kswapd's infinite loop at high order allocation by KOSAKI Motohiro · 16 years ago
  37. 594fe1a bootmem: print request details before BUG_ON(them) by Johannes Weiner · 16 years ago
  38. dcd4a04 mm: check for no mmaps in exit_mmap() by Johannes Weiner · 16 years ago
  39. 084f71ae mm: kill page_queue_congested() by KOSAKI Motohiro · 16 years ago
  40. 9f572e3 mm: remove CONFIG_OUT_OF_LINE_PFN_TO_PAGE by KOSAKI Motohiro · 16 years ago
  41. 901608d mm: introduce get_mm_hiwater_xxx(), fix taskstats->hiwater_xxx accounting by Oleg Nesterov · 16 years ago
  42. 67d58ac mm: pagecache gfp flags fix by Nick Piggin · 16 years ago
  43. 48b47c5 mm: direct IO starvation improvement by Nick Piggin · 16 years ago
  44. 48aae42 mm/mmap.c: fix coding style by ZhenwenXu · 16 years ago
  45. 853ac43 shmem: unify regular and tiny shmem by Matt Mackall · 16 years ago
  46. 4779280 mm: make get_user_pages() interruptible by Ying Han · 16 years ago
  47. b555749 vmscan: shrink_active_list(): reduce lru_lock hold time by Andrew Morton · 16 years ago
  48. 1e9e636 badpage: KERN_ALERT BUG instead of KERN_EMERG by Hugh Dickins · 16 years ago
  49. d936cf9 badpage: ratelimit print_bad_pte and bad_page by Hugh Dickins · 16 years ago
  50. edc315f badpage: remove vma from page_remove_rmap by Hugh Dickins · 16 years ago
  51. 2509ef2 badpage: zap print_bad_pte on swap and file by Hugh Dickins · 16 years ago
  52. 22b31ee badpage: vm_normal_page use print_bad_pte by Hugh Dickins · 16 years ago
  53. 3dc1474 badpage: replace page_remove_rmap Eeek and BUG by Hugh Dickins · 16 years ago
  54. 8cc3b39 badpage: keep any bad page out of circulation by Hugh Dickins · 16 years ago
  55. 79f4b7b badpage: simplify page_alloc flag check+clear by Hugh Dickins · 16 years ago
  56. 09f445e mm: kill zone_is_near_oom() by KOSAKI Motohiro · 16 years ago
  57. 01dbe5c vmscan: improve reclaim throughput to bail out patch by KOSAKI Motohiro · 16 years ago
  58. a79311c vmscan: bail out of direct reclaim after swap_cluster_max pages by Rik van Riel · 16 years ago
  59. ebdd4ae hugetlb: fix sparse warnings by Hannes Eder · 16 years ago
  60. f0d7a4b swapfile: let others seed random by Hugh Dickins · 16 years ago
  61. 858a2990 swapfile: change discard pgoff_t to sector_t by Hugh Dickins · 16 years ago
  62. c60aa17 swapfile: swap allocation cycle if nonrot by Hugh Dickins · 16 years ago
  63. 20137a4 swapfile: swapon randomize if nonrot by Hugh Dickins · 16 years ago
  64. 7992fde swapfile: swap allocation use discard by Hugh Dickins · 16 years ago
  65. 6a6ba83 swapfile: swapon use discard (trim) by Hugh Dickins · 16 years ago
  66. ebebbbe swapfile: rearrange scan and swap_info by Hugh Dickins · 16 years ago
  67. 81e3397 swapfile: remove v0 SWAP-SPACE message by Hugh Dickins · 16 years ago
  68. 886bb7e swapfile: remove surplus whitespace by Hugh Dickins · 16 years ago
  69. 22c6f8f swapfile: remove SWP_ACTIVE mask by Hugh Dickins · 16 years ago
  70. 73fd874 swapfile: swapon needs larger size type by Hugh Dickins · 16 years ago
  71. efab818 mm: make setup_per_zone_inactive_ratio() static by KOSAKI Motohiro · 16 years ago
  72. 14b90b2 mm: make scan_zone_unevictable_pages() static by KOSAKI Motohiro · 16 years ago
  73. ff30153 mm: make scan_all_zones_unevictable_pages() static by KOSAKI Motohiro · 16 years ago
  74. d38d2a7 mm: make mem_cgroup_resize_limit() static by KOSAKI Motohiro · 16 years ago
  75. 2bc7273 mm: make maddr __iomem by KOSAKI Motohiro · 16 years ago
  76. feb1669 mm: make init_section_page_cgroup() static by KOSAKI Motohiro · 16 years ago
  77. 077cbc5 memcg: reclaim shouldn't change zone->recent_rotated statistics by KOSAKI Motohiro · 16 years ago
  78. b962716 mm: optimize get_scan_ratio for no swap by Hugh Dickins · 16 years ago
  79. 60371d9 mm: add add_to_swap stub by Hugh Dickins · 16 years ago
  80. ac47b00 mm: remove gfp_mask from add_to_swap by Hugh Dickins · 16 years ago
  81. 63d6c5a mm: remove try_to_munlock from vmscan by Hugh Dickins · 16 years ago
  82. 68bdc8d mm: try_to_unuse check removing right swap by Hugh Dickins · 16 years ago
  83. a2c43ee mm: try_to_free_swap replaces remove_exclusive_swap_page by Hugh Dickins · 16 years ago
  84. 7b1fe59 mm: reuse_swap_page replaces can_share_swap_page by Hugh Dickins · 16 years ago
  85. ab967d8 mm: wp lock page before deciding cow by Hugh Dickins · 16 years ago
  86. 878b63a mm: gup persist for write permission by Hugh Dickins · 16 years ago
  87. 2da0299 mm: add dirty_background_bytes and dirty_bytes sysctls by David Rientjes · 16 years ago
  88. 364aeb2 mm: change dirty limit type specifiers to unsigned long by David Rientjes · 16 years ago
  89. 58a01a4 mm/page_alloc.c: eliminate NULL test and memset after alloc_bootmem by Julia Lawall · 16 years ago
  90. cbf84b7 mm: further cleanup page_add_new_anon_rmap by Hugh Dickins · 16 years ago
  91. 2afd1c9 mm: make page_lock_anon_vma() static by Hugh Dickins · 16 years ago
  92. b5934c5 mm: add_active_or_unevictable into rmap by Hugh Dickins · 16 years ago
  93. 51726b1 mm: replace some BUG_ONs by VM_BUG_ONs by Hugh Dickins · 16 years ago
  94. 6d91add mm: add Set,ClearPageSwapCache stubs by Hugh Dickins · 16 years ago
  95. 3c1d437 mm: remove GFP_HIGHUSER_PAGECACHE by Hugh Dickins · 16 years ago
  96. 38e0edb mm/apply_to_range: call pte function with lazy updates by Jeremy Fitzhardinge · 16 years ago
  97. cd52858 mm: vmalloc make lazy unmapping configurable by Nick Piggin · 16 years ago
  98. e97a630 mm: vmalloc use mutex for purge by Nick Piggin · 16 years ago
  99. 8487784 mm: vmalloc improve vmallocinfo by Glauber Costa · 16 years ago
  100. c1279c4 mm: vmalloc tweak failure printk by Glauber Costa · 16 years ago