1. 8839316 Fix typos in comments by Thomas Weber · 14 years ago
  2. 718a382 mm: introduce dump_page() and print symbolic flag names by Wu Fengguang · 14 years ago
  3. 2d30a1f mm: do not iterate over NR_CPUS in __zone_pcp_update() by Thomas Gleixner · 14 years ago
  4. 72f0ba0 mm: suppress pfn range output for zones without pages by David Rientjes · 14 years ago
  5. 452aa69 mm/pm: force GFP_NOIO during suspend/hibernation and resume by Rafael J. Wysocki · 14 years ago
  6. 93e4a89 mm: restore zone->all_unreclaimable to independence word by KOSAKI Motohiro · 14 years ago
  7. fc91668 mm: remove free_hot_page() by Li Hong · 14 years ago
  8. c475dab mm/page_alloc.c: adjust a call site to trace_mm_page_free_direct by Li Hong · 14 years ago
  9. f650316 mm/page_alloc.c: remove duplicate call to trace_mm_page_free_direct by Li Hong · 14 years ago
  10. 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 · 14 years ago
  11. 2ee78f7 x86: Fix non-bootmem compilation on PowerPC by Yinghai Lu · 14 years ago
  12. 0867721 x86: Make 64 bit use early_res instead of bootmem before slab by Yinghai Lu · 14 years ago
  13. ab38612 Merge branch 'master' into percpu by Tejun Heo · 14 years ago
  14. a701623 mm: fix migratetype bug which slowed swapping by Hugh Dickins · 14 years ago
  15. 6ccf80e page allocator: update NR_FREE_PAGES only when necessary by KOSAKI Motohiro · 15 years ago
  16. d2dbe08 mm/page_alloc: fix the range check for backward merging by Kazuhisa Ichikawa · 15 years ago
  17. 99dcc3e this_cpu: Page allocator conversion by Christoph Lameter · 15 years ago
  18. 443c6f1 SYSCTL: Add a mutex to the page_alloc zone order sysctl by Andi Kleen · 15 years ago
  19. dd508ae Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 15 years ago
  20. 3981e15 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. 925cc71 mm: Add notifier in pageblock isolation for balloon drivers by Robert Jennings · 15 years ago
  22. 3299625 x86: Fix checking of SRAT when node 0 ram is not from 0 by Yinghai Lu · 15 years ago
  23. d4220f9 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 15 years ago
  24. 4365a56 oom-kill: fix NUMA constraint check with nodemask by KAMEZAWA Hiroyuki · 15 years ago
  25. 8d22ba1 HWPOISON: detect free buddy pages explicitly by Wu Fengguang · 15 years ago
  26. af8e335 mm: CONFIG_MMU for PG_mlocked by Hugh Dickins · 15 years ago
  27. 9d0ed60 page allocator: Do not allow interrupts to use ALLOC_HARDER by Mel Gorman · 15 years ago
  28. cc4a685 page allocator: always wake kswapd when restarting an allocation attempt after direct reclaim failed by Mel Gorman · 15 years ago
  29. b76146e revert "mm: oom analysis: add buffer cache information to show_free_areas()" by Andrew Morton · 15 years ago
  30. 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
  31. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  32. 03f6462 mm: move highest_memmap_pfn by Hugh Dickins · 15 years ago
  33. a6f9edd page-allocator: maintain rolling count of pages to free from the PCP by Mel Gorman · 15 years ago
  34. 5f8dcc2 page-allocator: split per-cpu list into one-list-per-migrate-type by Mel Gorman · 15 years ago
  35. f862963 mm: do batched scans for mem_cgroup by Wu Fengguang · 15 years ago
  36. 2c85f51 mm: also use alloc_large_system_hash() for the PID hash table by Jan Beulich · 15 years ago
  37. 78986a6 page-allocator: limit the number of MIGRATE_RESERVE pageblocks per zone by Mel Gorman · 15 years ago
  38. 0d3d062 tracing, page-allocator: add trace event for page traffic related to the buddy lists by Mel Gorman · 15 years ago
  39. e0fff1b tracing, page-allocator: add trace events for anti-fragmentation falling back to other migratetypes by Mel Gorman · 15 years ago
  40. 4b4f278 tracing, page-allocator: add trace events for page allocation and page freeing by Mel Gorman · 15 years ago
  41. 38a3985 page-allocator: remove dead function free_cold_page() by Mel Gorman · 15 years ago
  42. 2f66a68 page-allocator: change migratetype for all pageblocks within a high-order page during __rmqueue_fallback by Mel Gorman · 15 years ago
  43. 451ea25 mm: perform non-atomic test-clear of PG_mlocked on free by Johannes Weiner · 15 years ago
  44. 945a111 mm: add gfp mask checking for __get_free_pages() by Akinobu Mita · 15 years ago
  45. a731286 mm: vmstat: add isolate pages by KOSAKI Motohiro · 15 years ago
  46. b259fbd mm: update alloc_flags after oom killer has been called by David Rientjes · 15 years ago
  47. 4b02108 mm: oom analysis: add shmem vmstat by KOSAKI Motohiro · 15 years ago
  48. c6a7f57 mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log output by KOSAKI Motohiro · 15 years ago
  49. 71de1cc mm: oom analysis: add buffer cache information to show_free_areas() by KOSAKI Motohiro · 15 years ago
  50. 4a0aa73 mm: oom analysis: add per-zone statistics to show_free_areas() by KOSAKI Motohiro · 15 years ago
  51. 3701b03 mm: show_free_areas(): display slab pages in two separate fields by KOSAKI Motohiro · 15 years ago
  52. 55a4462 page_alloc: fix kernel-doc warning by Randy Dunlap · 15 years ago
  53. 8e7e40d memory hotplug: make pages from movable zone always isolatable by Shaohua Li · 15 years ago
  54. 6fb332f memory hotplug: exclude isolated page from pco page alloc by Shaohua Li · 15 years ago
  55. 112067f memory hotplug: update zone pcp at memory online by Shaohua Li · 15 years ago
  56. 478b81f mm: remove obsoleted alloc_pages cpuset comment by David Rientjes · 15 years ago
  57. 2a7684a HWPOISON: check and isolate corrupted free pages v2 by Wu Fengguang · 15 years ago
  58. dd5d241 page-allocator: always change pageblock ownership when anti-fragmentation is disabled by Mel Gorman · 15 years ago
  59. 7f9cfb3 mm: build_zonelists(): move clear node_load[] to __build_all_zonelists() by Bo Liu · 15 years ago
  60. 1fc28b7 page-allocator: allow too high-order warning messages to be suppressed with __GFP_NOWARN by Mel Gorman · 15 years ago
  61. 6583bb6 mm: avoid endless looping for oom killed tasks by David Rientjes · 15 years ago
  62. e084b2d page-allocator: preserve PFN ordering when __GFP_COLD is set by Mel Gorman · 15 years ago
  63. 7638d53 Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6 by Linus Torvalds · 15 years ago
  64. 8aa7e84 Fix congestion_wait() sync/async vs read/write confusion by Jens Axboe · 15 years ago
  65. 264ef8a kmemleak: Remove alloc_bootmem annotations introduced in the past by Catalin Marinas · 15 years ago
  66. 5bfd756 Fix virt_to_phys() warnings by Kevin Cernekee · 15 years ago
  67. 66918dc x86: only clear node_states for 64bit by Yinghai Lu · 15 years ago
  68. 4923abf Don't warn about order-1 allocations with __GFP_NOFAIL by Linus Torvalds · 15 years ago
  69. 364df0e mm: fix handling of pagesets for downed cpus by Dimitri Sivanich · 15 years ago
  70. c277331 mm: page_alloc: clear PG_locked before checking flags on free by Johannes Weiner · 15 years ago
  71. dcce284 mm: Extend gfp masking to the page allocator by Benjamin Herrenschmidt · 15 years ago
  72. 517d086 Merge branch 'akpm' by Linus Torvalds · 15 years ago
  73. fa5e084 vmscan: do not unconditionally treat zones that fail zone_reclaim() as full by Mel Gorman · 15 years ago
  74. 73d60b7 page-allocator: clear N_HIGH_MEMORY map before we set it again by Yinghai Lu · 15 years ago
  75. 82553a9 oom: invoke oom killer for __GFP_NOFAIL by David Rientjes · 15 years ago
  76. 6837765 mm: remove CONFIG_UNEVICTABLE_LRU config option by KOSAKI Motohiro · 15 years ago
  77. bce7394 page-allocator: reset wmark_min and inactive ratio of zone when hotplug happens by Minchan Kim · 15 years ago
  78. 96cb4df page-allocator: add inactive ratio calculation function of each zone by Minchan Kim · 15 years ago
  79. bc75d33 page-allocator: clean up functions related to pages_min by Minchan Kim · 15 years ago
  80. 7f33d49 mm, PM/Freezer: Disable OOM killer when tasks are frozen by Rafael J. Wysocki · 15 years ago
  81. dab48da page-allocator: warn if __GFP_NOFAIL is used for a large allocation by Andrew Morton · 15 years ago
  82. e9bb35d mm: setup_per_zone_inactive_ratio - fix comment and make it __init by Cyrill Gorcunov · 15 years ago
  83. 5c87ead mm: setup_per_zone_inactive_ratio - do not call for int_sqrt if not needed by Cyrill Gorcunov · 15 years ago
  84. 6e08a36 vmscan: cleanup the scan batching code by Wu Fengguang · 15 years ago
  85. 20a0307 mm: introduce PageHuge() for testing huge/gigantic pages by Wu Fengguang · 15 years ago
  86. a1dd268 mm: use alloc_pages_exact() in alloc_large_system_hash() to avoid duplicated logic by Mel Gorman · 15 years ago
  87. 72807a7 page allocator: sanity check order in the page allocator slow path by Mel Gorman · 15 years ago
  88. 092cead page allocator: move free_page_mlock() to page_alloc.c by KOSAKI Motohiro · 15 years ago
  89. 62bc62a page allocator: use a pre-calculated value instead of num_online_nodes() in fast paths by Christoph Lameter · 15 years ago
  90. 974709b page allocator: get the pageblock migratetype without disabling interrupts by Mel Gorman · 15 years ago
  91. f2260e6 page allocator: update NR_FREE_PAGES only as necessary by Mel Gorman · 15 years ago
  92. 4185896 page allocator: use allocation flags as an index to the zone watermark by Mel Gorman · 15 years ago
  93. a3af9c3 page allocator: do not check for compound pages during the page allocator sanity checks by Nick Piggin · 15 years ago
  94. d395b73 page allocator: do not setup zonelist cache when there is only one node by Mel Gorman · 15 years ago
  95. da456f1 page allocator: do not disable interrupts in free_page_mlock() by Mel Gorman · 15 years ago
  96. ed0ae21 page allocator: do not call get_pageblock_migratetype() more than necessary by Mel Gorman · 15 years ago
  97. 0ac3a40 page allocator: inline __rmqueue_fallback() by Mel Gorman · 15 years ago
  98. 0a15c3e page allocator: inline buffered_rmqueue() by Mel Gorman · 15 years ago
  99. 728ec98 page allocator: inline __rmqueue_smallest() by Mel Gorman · 15 years ago
  100. a56f57f page allocator: remove a branch by assuming __GFP_HIGH == ALLOC_HIGH by Mel Gorman · 15 years ago