1. e4455ab mm: only build per-node scan_unevictable functions when NUMA is enabled by Thadeu Lima de Souza Cascardo · 14 years ago
  2. 3399446 swap: discard while swapping only if SWAP_FLAG_DISCARD by Hugh Dickins · 14 years ago
  3. 910321e swap: revert special hibernation allocation by Hugh Dickins · 14 years ago
  4. 14fec79 memcg: mem_cgroup_shrink_node_zone() doesn't need sc.nodemask by KOSAKI Motohiro · 14 years ago
  5. d2997b1 hibernation: freeze swap at hibernation by KAMEZAWA Hiroyuki · 14 years ago
  6. 87946a7 memcg: move charge of file pages by Daisuke Nishimura · 14 years ago
  7. 748446b mm: compaction: memory compaction core by Mel Gorman · 14 years ago
  8. c175a0c mm: move definition for LRU isolation modes to a header by Mel Gorman · 14 years ago
  9. e9d6c15 tmpfs: insert tmpfs cache pages to inactive list at first by KOSAKI Motohiro · 14 years ago
  10. b272564 swap: Add flag to identify block swap devices by Nitin Gupta · 14 years ago
  11. 0249144 memcg: move charges of anonymous swap by Daisuke Nishimura · 14 years ago
  12. d4906e1 swap: rework map_swap_page() again by Lee Schermerhorn · 15 years ago
  13. 7509765 swap_info: reorder its fields by Hugh Dickins · 15 years ago
  14. aaa4686 swap_info: note SWAP_MAP_SHMEM by Hugh Dickins · 15 years ago
  15. 570a335b swap_info: swap count continuations by Hugh Dickins · 15 years ago
  16. 8d69aae swap_info: swap_map of chars not shorts by Hugh Dickins · 15 years ago
  17. 253d553 swap_info: SWAP_HAS_CACHE cleanups by Hugh Dickins · 15 years ago
  18. 9625a5f swap_info: include first_swap_extent by Hugh Dickins · 15 years ago
  19. efa90a9 swap_info: change to array of pointers by Hugh Dickins · 15 years ago
  20. f29ad6a swap_info: private to swapfile.c by Hugh Dickins · 15 years ago
  21. 8fe23e0 mm: clear node in N_HIGH_MEMORY and stop kswapd when all memory is offlined by David Rientjes · 15 years ago
  22. db16826 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 15 years ago
  23. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  24. 4e41695 memory controller: soft limit reclaim on contention by Balbir Singh · 15 years ago
  25. a5abeea mm: make swap token dummies static inlines by Johannes Weiner · 15 years ago
  26. a7420aa HWPOISON: Add support for poison swap entries v2 by Andi Kleen · 15 years ago
  27. a5c9b69 mm: pass mm to grab_swap_token by Hugh Dickins · 15 years ago
  28. 8a9478c memcg: fix swap accounting by KAMEZAWA Hiroyuki · 15 years ago
  29. 302362c memcg: remove mem_cgroup_cache_charge_swapin() by Daisuke Nishimura · 15 years ago
  30. aca8bf3 mm: remove file argument from swap_readpage() by Minchan Kim · 15 years ago
  31. 355cfa7 mm: modify swap_map and add SWAP_HAS_CACHE flag by KAMEZAWA Hiroyuki · 15 years ago
  32. cb4b86b mm: add swap cache interface for swap reference by KAMEZAWA Hiroyuki · 15 years ago
  33. 6837765 mm: remove CONFIG_UNEVICTABLE_LRU config option by KOSAKI Motohiro · 15 years ago
  34. e767e05 memcg: fix deadlock between lock_page_cgroup and mapping tree_lock by Daisuke Nishimura · 15 years ago
  35. 9fab561 shmem: writepage directly to swap by Hugh Dickins · 15 years ago
  36. 327c0e9 vmscan: fix it to take care of nodemask by KAMEZAWA Hiroyuki · 15 years ago
  37. b5a8431 memcg: fix shmem's swap accounting by KAMEZAWA Hiroyuki · 16 years ago
  38. a7885eb memcg: swappiness by KOSAKI Motohiro · 16 years ago
  39. 8c7c6e34 memcg: mem+swap controller core by KAMEZAWA Hiroyuki · 16 years ago
  40. d13d144 memcg: handle swap caches by KAMEZAWA Hiroyuki · 16 years ago
  41. 2509ef2 badpage: zap print_bad_pte on swap and file by Hugh Dickins · 16 years ago
  42. 20137a4 swapfile: swapon randomize if nonrot by Hugh Dickins · 16 years ago
  43. 7992fde swapfile: swap allocation use discard by Hugh Dickins · 16 years ago
  44. 6a6ba83 swapfile: swapon use discard (trim) by Hugh Dickins · 16 years ago
  45. ebebbbe swapfile: rearrange scan and swap_info by Hugh Dickins · 16 years ago
  46. 22c6f8f swapfile: remove SWP_ACTIVE mask by Hugh Dickins · 16 years ago
  47. b962716 mm: optimize get_scan_ratio for no swap by Hugh Dickins · 16 years ago
  48. 60371d9 mm: add add_to_swap stub by Hugh Dickins · 16 years ago
  49. ac47b00 mm: remove gfp_mask from add_to_swap by Hugh Dickins · 16 years ago
  50. a2c43ee mm: try_to_free_swap replaces remove_exclusive_swap_page by Hugh Dickins · 16 years ago
  51. 7b1fe59 mm: reuse_swap_page replaces can_share_swap_page by Hugh Dickins · 16 years ago
  52. b5934c5 mm: add_active_or_unevictable into rmap by Hugh Dickins · 16 years ago
  53. af936a1 vmscan: unevictable LRU scan sysctl by Lee Schermerhorn · 16 years ago
  54. 64d6519 swap: cull unevictable pages in fault path by Lee Schermerhorn · 16 years ago
  55. 89e004ea SHM_LOCKED pages are unevictable by Lee Schermerhorn · 16 years ago
  56. 894bc31 Unevictable LRU Infrastructure by Lee Schermerhorn · 16 years ago
  57. 4f98a2f vmscan: split LRU lists into anon & file sets by Rik van Riel · 16 years ago
  58. 68a22394 vmscan: free swap space on swap-in/activation by Rik van Riel · 16 years ago
  59. f04e9eb swap: use an array for the LRU pagevecs by KOSAKI Motohiro · 16 years ago
  60. 7c363b8 mm/swapfile.c: make code static by Adrian Bunk · 16 years ago
  61. ac6aadb mm: rotate_reclaimable_page() cleanup by Miklos Szeredi · 16 years ago
  62. dac1d27 mm: use zonelists instead of zones when direct reclaiming pages by Mel Gorman · 16 years ago
  63. b3c9752 include/linux: Remove all users of FASTCALL() macro by Harvey Harrison · 16 years ago
  64. e1a1cd5 Memory controller: make charging gfp mask aware by Balbir Singh · 16 years ago
  65. 66e1707 Memory controller: add per cgroup LRU and reclaim by Balbir Singh · 16 years ago
  66. 73b1262 tmpfs: move swap swizzling into shmem by Hugh Dickins · 16 years ago
  67. 02098fe swapin needs gfp_mask for loop on tmpfs by Hugh Dickins · 16 years ago
  68. 46017e9 swapin_readahead: move and rearrange args by Hugh Dickins · 16 years ago
  69. 62152d0 asm-generic/tlb.h: build fix by Ingo Molnar · 16 years ago
  70. a5a19c6 x86: demacro asm-x86/pgalloc_32.h by Jeremy Fitzhardinge · 16 years ago
  71. 5a3135c2 oom: move prototypes to appropriate header file by David Rientjes · 17 years ago
  72. 6712ecf Drop 'size' argument from bio_endio and bi_end_io by NeilBrown · 17 years ago
  73. 5ad333e Lumpy Reclaim V4 by Andy Whitcroft · 17 years ago
  74. 9195481 [PATCH] Drop nr_free_pages_pgdat() by Christoph Lameter · 17 years ago
  75. 9617729 [PATCH] Drop free_pages() by Christoph Lameter · 17 years ago
  76. 7bf2368 [PATCH] swsusp: Do not fail if resume device is not set by Rafael J. Wysocki · 18 years ago
  77. 3aef83e [PATCH] swsusp: use block device offsets to identify swap locations by Rafael J. Wysocki · 18 years ago
  78. 915bae9 [PATCH] swsusp: use partition device and offset to identify swap areas by Rafael J. Wysocki · 18 years ago
  79. 7602bdf [PATCH] new scheme to preempt swap token by Ashwin Chaugule · 18 years ago
  80. 546e0d2 [PATCH] swsusp: read speedup by Andrew Morton · 18 years ago
  81. ab95416 [PATCH] swsusp: write speedup by Andrew Morton · 18 years ago
  82. 0ff3849 [PATCH] zone_reclaim: dynamic slab reclaim by Christoph Lameter · 18 years ago
  83. 8bc719d [PATCH] out of memory notifier by Martin Schwidefsky · 18 years ago
  84. c1f60a5 [PATCH] reduce MAX_NR_ZONES: move HIGHMEM counters into highmem.c/.h by Christoph Lameter · 18 years ago
  85. 9614634 [PATCH] ZVC/zone_reclaim: Leave 1% of unmapped pagecache pages for file I/O by Christoph Lameter · 18 years ago
  86. 34aa133 [PATCH] zoned vm counters: zone_reclaim: remove /proc/sys/vm/zone_reclaim_interval by Christoph Lameter · 18 years ago
  87. 3218ae1 [PATCH] pgdat allocation for new node add (export kswapd start func) by Yasunori Goto · 18 years ago
  88. bd1e22b [PATCH] initialise total_memory() earlier by Andrew Morton · 18 years ago
  89. bd96b9e [PATCH] mm: fix swap unused warning by Con Kolivas · 18 years ago
  90. 04e62a2 [PATCH] More page migration: use migration entries for file pages by Christoph Lameter · 18 years ago
  91. 0697212 [PATCH] Swapless page migration: add R/W migration entries by Christoph Lameter · 18 years ago
  92. e8f03d0 [PATCH] reserve space for swap label by Andreas Dilger · 18 years ago
  93. 66643de Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 18 years ago
  94. e6333fd [PATCH] fix can_share_swap_page() when !CONFIG_SWAP by Hua Zhong · 18 years ago
  95. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 18 years ago
  96. cb45b0e [PATCH] overcommit: add calculate_totalreserve_pages() by Hideo AOKI · 18 years ago
  97. f577eb3 [PATCH] swsusp: low level interface by Rafael J. Wysocki · 18 years ago
  98. b20a350 [PATCH] page migration reorg by Christoph Lameter · 18 years ago
  99. 69e0594 [PATCH] vmscan: use unsigned longs by Andrew Morton · 18 years ago
  100. 9b0f8b0 [PATCH] Terminate process that fails on a constrained allocation by Christoph Lameter · 18 years ago