1. c84872e memcgroup: add the max_usage member on the res_counter by Pavel Emelyanov · 16 years ago
  2. cf475ad cgroups: add an owner to the mm_struct by Balbir Singh · 16 years ago
  3. c27e881 CGroup API files: drop mem_cgroup_force_empty() by Paul Menage · 16 years ago
  4. c64745c CGroup API files: use cgroup map for memcontrol stats file by Paul Menage · 16 years ago
  5. 2c3daa7 CGroup API files: use read_u64 in memory controller by Paul Menage · 16 years ago
  6. 551883a page allocator: explicitly retry hugepage allocations by Nishanth Aravamudan · 16 years ago
  7. a41f24e page allocator: smarter retry of costly-order allocations by Nishanth Aravamudan · 16 years ago
  8. ab857d0 mm: fix misleading __GFP_REPEAT related comments by Nishanth Aravamudan · 16 years ago
  9. 86051ca mm: fix usemap initialization by KAMEZAWA Hiroyuki · 16 years ago
  10. 7b8ee84 mm: fix integer as NULL pointer warnings by Harvey Harrison · 16 years ago
  11. e97e386 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 16 years ago
  12. 1e5ad9a mm/memory_hotplug.c must #include "internal.h" by Adrian Bunk · 16 years ago
  13. 4016a13 mm/nommu.c: return 0 from kobjsize with invalid objects by Michael Hennerich · 16 years ago
  14. 468fd62 vmstats: add cond_resched() to refresh_cpu_vm_stats() by Dimitri Sivanich · 16 years ago
  15. 2309f9e mm/page_alloc.c: remove hand-coded get_order() by Pavel Machek · 16 years ago
  16. 97d87c9 oom_kill: remove unused parameter in badness() by Li Zefan · 16 years ago
  17. 0c0a4a5 memory hotplug: free memmaps allocated by bootmem by Yasunori Goto · 16 years ago
  18. 86f6dae memory hotplug: allocate usemap on the section with pgdat by Yasunori Goto · 16 years ago
  19. e70260a memory hotplug: make alloc_bootmem_section() by Yasunori Goto · 16 years ago
  20. 9d99217 memory hotplug: align memmap to page size by Yasunori Goto · 16 years ago
  21. 0475327 memory hotplug: register section/node id to free by Yasunori Goto · 16 years ago
  22. 7f2e952 hugetlbfs: common code update for s390 by Gerald Schaefer · 16 years ago
  23. 8fe627e hugetlbfs: add missing TLB flush to hugetlb_cow() by Gerald Schaefer · 16 years ago
  24. 71fe804 mempolicy: use struct mempolicy pointer in shmem_sb_info by Lee Schermerhorn · 16 years ago
  25. 3f226aa mempolicy: support mpol=local tmpfs mount option by Lee Schermerhorn · 16 years ago
  26. 095f1fc mempolicy: rework shmem mpol parsing and display by Lee Schermerhorn · 16 years ago
  27. 2291990 mempolicy: clean-up mpol-to-str() mempolicy formatting by Lee Schermerhorn · 16 years ago
  28. fc36b8d mempolicy: use MPOL_F_LOCAL to Indicate Preferred Local Policy by Lee Schermerhorn · 16 years ago
  29. 53f2556 mempolicy: mPOL_PREFERRED cleanups for "local allocation" by Lee Schermerhorn · 16 years ago
  30. bea904d mempolicy: use MPOL_PREFERRED for system-wide default policy by Lee Schermerhorn · 16 years ago
  31. 52cd3b0 mempolicy: rework mempolicy Reference Counting [yet again] by Lee Schermerhorn · 16 years ago
  32. aab0b10 mempolicy: mark shared policies for unref by Lee Schermerhorn · 16 years ago
  33. 45c4745 mempolicy: rename struct mempolicy 'policy' member to 'mode' by Lee Schermerhorn · 16 years ago
  34. ae4d8c1 mempolicy: fixup Fallback for Default Shmem Policy by Lee Schermerhorn · 16 years ago
  35. f4e53d9 mempolicy: write lock mmap_sem while changing task mempolicy by Lee Schermerhorn · 16 years ago
  36. 846a16b mempolicy: rename mpol_copy to mpol_dup by Lee Schermerhorn · 16 years ago
  37. f0be3d3 mempolicy: rename mpol_free to mpol_put by Lee Schermerhorn · 16 years ago
  38. 3b11630 Subject: [PATCH] hugetlb: vmstat events for huge page allocations by Adam Litke · 16 years ago
  39. 70688e4 xip: support non-struct page backed memory by Nick Piggin · 16 years ago
  40. 423bad6 mm: add vm_insert_mixed by Nick Piggin · 16 years ago
  41. 7e67513 mm: introduce pte_special pte bit by Nick Piggin · 16 years ago
  42. b379d79 mm: introduce VM_MIXEDMAP by Jared Hulbert · 16 years ago
  43. e20b8cc PAGEFLAGS_EXTENDED and separate page flags for Head and Tail by Christoph Lameter · 16 years ago
  44. 0a128b2 pageflags: eliminate PG_xxx aliases by Christoph Lameter · 16 years ago
  45. 2301696 vmallocinfo: add caller information by Christoph Lameter · 16 years ago
  46. a10aa57 vmalloc: show vmalloced areas via /proc/vmallocinfo by Christoph Lameter · 16 years ago
  47. ac6aadb mm: rotate_reclaimable_page() cleanup by Miklos Szeredi · 16 years ago
  48. f05111f mm/page_alloc.c: fix indentation by S.Caglar Onur · 16 years ago
  49. b5ee5be dmapool: enable debugging for CONFIG_SLUB_DEBUG_ON too by Andi Kleen · 16 years ago
  50. a43361c mempolicy: fix parsing of tmpfs mpol mount option by Lee Schermerhorn · 16 years ago
  51. 3e1f064 mempolicy: disallow static or relative flags for local preferred mode by David Rientjes · 16 years ago
  52. 3701294 mempolicy: create mempolicy_operations structure by David Rientjes · 16 years ago
  53. 1d0d268 mempolicy: move rebind functions by David Rientjes · 16 years ago
  54. 4c50bc0 mempolicy: add MPOL_F_RELATIVE_NODES flag by David Rientjes · 16 years ago
  55. f5b087b mempolicy: add MPOL_F_STATIC_NODES flag by David Rientjes · 16 years ago
  56. 028fec4 mempolicy: support optional mode flags by David Rientjes · 16 years ago
  57. a3b51e0 mempolicy: convert MPOL constants to enum by David Rientjes · 16 years ago
  58. 1b27d05 mm: move cache_line_size() to <linux/cache.h> by Pekka Enberg · 16 years ago
  59. 19fc3f0 hugetlb: decrease hugetlb_lock cycling in gather_surplus_huge_pages by Adam Litke · 16 years ago
  60. 797df57 mm: try both endianess when checking for endianess by Chris Dearman · 16 years ago
  61. 19770b3 mm: filter based on a nodemask as well as a gfp_mask by Mel Gorman · 16 years ago
  62. dd1a239 mm: have zonelist contains structs with both a zone pointer and zone_idx by Mel Gorman · 16 years ago
  63. 54a6eb5 mm: use two zonelist that are filtered by GFP mask by Mel Gorman · 16 years ago
  64. 18ea7e7 mm: remember what the preferred zone is for zone_statistics by Mel Gorman · 16 years ago
  65. 0e88460 mm: introduce node_zonelist() for accessing the zonelist for a GFP mask by Mel Gorman · 16 years ago
  66. dac1d27 mm: use zonelists instead of zones when direct reclaiming pages by Mel Gorman · 16 years ago
  67. 3c18ddd mm: remove nopage by Nick Piggin · 16 years ago
  68. 4d3d5b4 mmap_region: cleanup the final vma_merge() related code by Oleg Nesterov · 16 years ago
  69. 0dd1334 fix invalidate_inode_pages2_range() to not clear ret by Hisashi Hifumi · 16 years ago
  70. 180c06e hotplug-memory: make online_page() common by Jeremy Fitzhardinge · 16 years ago
  71. ea01ea9 hotplug memory remove: generic __remove_pages() support by Badari Pulavarty · 16 years ago
  72. 556637c mm: fix possible off-by-one in walk_pte_range() by Johannes Weiner · 16 years ago
  73. c124f5b slub: pack objects denser by Christoph Lameter · 16 years ago
  74. 9b2cd50 slub: Calculate min_objects based on number of processors. by Christoph Lameter · 16 years ago
  75. 114e9e8 slub: Drop DEFAULT_MAX_ORDER / DEFAULT_MIN_OBJECTS by Christoph Lameter · 16 years ago
  76. 31d33ba slub: Simplify any_slab_object checks by Christoph Lameter · 16 years ago
  77. 06b285d slub: Make the order configurable for each slab cache by Christoph Lameter · 16 years ago
  78. 319d1e2 slub: Drop fallback to page allocator method by Christoph Lameter · 16 years ago
  79. 65c3376 slub: Fallback to minimal order during slab page allocation by Christoph Lameter · 16 years ago
  80. 205ab99 slub: Update statistics handling for variable order slabs by Christoph Lameter · 16 years ago
  81. 834f3d1 slub: Add kmem_cache_order_objects struct by Christoph Lameter · 16 years ago
  82. 224a88b slub: for_each_object must be passed the number of objects in a slab by Christoph Lameter · 16 years ago
  83. 39b2646 slub: Store max number of objects in the page struct. by Christoph Lameter · 16 years ago
  84. 33b12c3 slub: Dump list of objects not freed on kmem_cache_close() by Christoph Lameter · 16 years ago
  85. 599870b slub: free_list() cleanup by Christoph Lameter · 16 years ago
  86. d629d81 slub: improve kmem_cache_destroy() error message by Pekka Enberg · 16 years ago
  87. 0701a9e slob: fix bug - when slob allocates "struct kmem_cache", it does not force alignment. by Yi Li · 16 years ago
  88. 5b7baf0 s390: KVM preparation: host memory management changes for s390 kvm by Christian Borntraeger · 16 years ago
  89. c2b91e2 x86_64/mm: check and print vmemmap allocation continuous by Yinghai Lu · 16 years ago
  90. a5645a6 mm: allow reserve_bootmem() cross nodes by Yinghai Lu · 16 years ago
  91. 9a2dc04 mm: offset align in alloc_bootmem() by Yinghai Lu · 16 years ago
  92. ad09315 mm: fix alloc_bootmem_core to use fast searching for all nodes by Yinghai Lu · 16 years ago
  93. e123dd3 mm: make mem_map allocation continuous by Yinghai Lu · 16 years ago
  94. 3dc5063 slab_err: Pass parameters correctly to slab_bug by Christoph Lameter · 16 years ago
  95. e9b6269 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juhl/trivial by Linus Torvalds · 16 years ago
  96. e80ab41 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 16 years ago
  97. f526448 trivial: small cleanups by Pavel Machek · 16 years ago
  98. da19cbc driver core: memory: semaphore to mutex by Daniel Walker · 16 years ago
  99. c5f59f0 nodemask: use new node_to_cpumask_ptr function by Mike Travis · 16 years ago
  100. f9a86fc cpuset: modify cpuset_set_cpus_allowed to use cpumask pointer by Mike Travis · 16 years ago