1. f4e53d9 mempolicy: write lock mmap_sem while changing task mempolicy by Lee Schermerhorn · 17 years ago
  2. 846a16b mempolicy: rename mpol_copy to mpol_dup by Lee Schermerhorn · 17 years ago
  3. f0be3d3 mempolicy: rename mpol_free to mpol_put by Lee Schermerhorn · 17 years ago
  4. 3b11630 Subject: [PATCH] hugetlb: vmstat events for huge page allocations by Adam Litke · 17 years ago
  5. 70688e4 xip: support non-struct page backed memory by Nick Piggin · 17 years ago
  6. 423bad60 mm: add vm_insert_mixed by Nick Piggin · 17 years ago
  7. 7e67513 mm: introduce pte_special pte bit by Nick Piggin · 17 years ago
  8. b379d79 mm: introduce VM_MIXEDMAP by Jared Hulbert · 17 years ago
  9. e20b8cc PAGEFLAGS_EXTENDED and separate page flags for Head and Tail by Christoph Lameter · 17 years ago
  10. 0a128b2 pageflags: eliminate PG_xxx aliases by Christoph Lameter · 17 years ago
  11. 2301696 vmallocinfo: add caller information by Christoph Lameter · 17 years ago
  12. a10aa57 vmalloc: show vmalloced areas via /proc/vmallocinfo by Christoph Lameter · 17 years ago
  13. ac6aadb mm: rotate_reclaimable_page() cleanup by Miklos Szeredi · 17 years ago
  14. f05111f mm/page_alloc.c: fix indentation by S.Caglar Onur · 17 years ago
  15. b5ee5be dmapool: enable debugging for CONFIG_SLUB_DEBUG_ON too by Andi Kleen · 17 years ago
  16. a43361c mempolicy: fix parsing of tmpfs mpol mount option by Lee Schermerhorn · 17 years ago
  17. 3e1f0645 mempolicy: disallow static or relative flags for local preferred mode by David Rientjes · 17 years ago
  18. 3701294 mempolicy: create mempolicy_operations structure by David Rientjes · 17 years ago
  19. 1d0d268 mempolicy: move rebind functions by David Rientjes · 17 years ago
  20. 4c50bc0 mempolicy: add MPOL_F_RELATIVE_NODES flag by David Rientjes · 17 years ago
  21. f5b087b mempolicy: add MPOL_F_STATIC_NODES flag by David Rientjes · 17 years ago
  22. 028fec4 mempolicy: support optional mode flags by David Rientjes · 17 years ago
  23. a3b51e0 mempolicy: convert MPOL constants to enum by David Rientjes · 17 years ago
  24. 1b27d05 mm: move cache_line_size() to <linux/cache.h> by Pekka Enberg · 17 years ago
  25. 19fc3f0 hugetlb: decrease hugetlb_lock cycling in gather_surplus_huge_pages by Adam Litke · 17 years ago
  26. 797df57 mm: try both endianess when checking for endianess by Chris Dearman · 17 years ago
  27. 19770b3 mm: filter based on a nodemask as well as a gfp_mask by Mel Gorman · 17 years ago
  28. dd1a239 mm: have zonelist contains structs with both a zone pointer and zone_idx by Mel Gorman · 17 years ago
  29. 54a6eb5 mm: use two zonelist that are filtered by GFP mask by Mel Gorman · 17 years ago
  30. 18ea7e7 mm: remember what the preferred zone is for zone_statistics by Mel Gorman · 17 years ago
  31. 0e88460 mm: introduce node_zonelist() for accessing the zonelist for a GFP mask by Mel Gorman · 17 years ago
  32. dac1d27 mm: use zonelists instead of zones when direct reclaiming pages by Mel Gorman · 17 years ago
  33. 3c18ddd mm: remove nopage by Nick Piggin · 17 years ago
  34. 4d3d5b4 mmap_region: cleanup the final vma_merge() related code by Oleg Nesterov · 17 years ago
  35. 0dd1334 fix invalidate_inode_pages2_range() to not clear ret by Hisashi Hifumi · 17 years ago
  36. 180c06e hotplug-memory: make online_page() common by Jeremy Fitzhardinge · 17 years ago
  37. ea01ea9 hotplug memory remove: generic __remove_pages() support by Badari Pulavarty · 17 years ago
  38. 556637c mm: fix possible off-by-one in walk_pte_range() by Johannes Weiner · 17 years ago
  39. 5b7baf0 s390: KVM preparation: host memory management changes for s390 kvm by Christian Borntraeger · 17 years ago
  40. c2b91e2 x86_64/mm: check and print vmemmap allocation continuous by Yinghai Lu · 17 years ago
  41. a5645a6 mm: allow reserve_bootmem() cross nodes by Yinghai Lu · 17 years ago
  42. 9a2dc04 mm: offset align in alloc_bootmem() by Yinghai Lu · 17 years ago
  43. ad09315 mm: fix alloc_bootmem_core to use fast searching for all nodes by Yinghai Lu · 17 years ago
  44. e123dd3 mm: make mem_map allocation continuous by Yinghai Lu · 17 years ago
  45. 3dc5063 slab_err: Pass parameters correctly to slab_bug by Christoph Lameter · 17 years ago
  46. e9b6269 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juhl/trivial by Linus Torvalds · 17 years ago
  47. e80ab41 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
  48. f526448 trivial: small cleanups by Pavel Machek · 17 years ago
  49. da19cbc driver core: memory: semaphore to mutex by Daniel Walker · 17 years ago
  50. c5f59f0 nodemask: use new node_to_cpumask_ptr function by Mike Travis · 17 years ago
  51. f9a86fc cpuset: modify cpuset_set_cpus_allowed to use cpumask pointer by Mike Travis · 17 years ago
  52. d366f8c cpumask: Cleanup more uses of CPU_MASK and NODE_MASK by Mike Travis · 17 years ago
  53. 9732b61 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdb by Linus Torvalds · 17 years ago
  54. 7d939fb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 17 years ago
  55. b4b8ac5 kgdb: fix optional arch functions and probe_kernel_* by Jason Wessel · 17 years ago
  56. c33fa9f uaccess: add probe_kernel_write() by Ingo Molnar · 17 years ago
  57. 91446b0 add "Isolate" migratetype name to /proc/pagetypeinfo by KOSAKI Motohiro · 17 years ago
  58. e115f2d memcg: fix oops in oom handling by Li Zefan · 17 years ago
  59. bead9a3 mm: sparsemem memory_present() fix by Ingo Molnar · 17 years ago
  60. 0f389ec slub: No need for per node slab counters if !SLUB_DEBUG by Christoph Lameter · 17 years ago
  61. 49bd522 slub: Move map/flag clearing to __free_slab by Christoph Lameter · 17 years ago
  62. 50ef37b slub: Fixes to per cpu stat output in sysfs by Christoph Lameter · 17 years ago
  63. 5b06c853 slub: Deal with config variable dependencies by Christoph Lameter · 17 years ago
  64. 4097d60 slub: Reduce #ifdef ZONE_DMA by moving kmalloc_caches_dma near dma logic by Christoph Lameter · 17 years ago
  65. 62f7553 slub: Initialize per-cpu stats by Pekka Enberg · 17 years ago
  66. 41e3355 memcg: fix node_state handling by KAMEZAWA Hiroyuki · 17 years ago
  67. 4077960 memory controller: make memory resource control aware of boot options by Balbir Singh · 17 years ago
  68. 00460dd Fix undefined count_partial if !CONFIG_SLABINFO by Christoph Lameter · 17 years ago
  69. 9dce07f NULL noise: fs/*, mm/*, kernel/* by Al Viro · 17 years ago
  70. e72e9c2 Revert "SLUB: remove useless masking of GFP_ZERO" by Linus Torvalds · 17 years ago
  71. 11320d1 hugetlb: fix potential livelock in return_unused_surplus_hugepages() by Nishanth Aravamudan · 17 years ago
  72. a1de091 hugetlb: indicate surplus huge page counts in per-node meminfo by Nishanth Aravamudan · 17 years ago
  73. ec1f5ee slab: fix cache_cache bootstrap in kmem_cache_init() by Daniel Yeisley · 17 years ago
  74. 53625b4 count_partial() is not used if !SLUB_DEBUG and !CONFIG_SLABINFO by Christoph Lameter · 17 years ago
  75. 7ed7fe5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 17 years ago
  76. 4dd4b92 revert "kswapd should only wait on IO if there is IO" by Andrew Morton · 17 years ago
  77. 5a982cb mm: fix boundary checking in free_bootmem_core by Yinghai Lu · 17 years ago
  78. f7850d9 mm/readahead: fix kernel-doc notation by Randy Dunlap · 17 years ago
  79. 52ea27e memcgroup: fix check for thread being a group leader in memcgroup by Pavel Emelyanov · 17 years ago
  80. 43d8eac mm: rmap kernel-doc fixes by Randy Dunlap · 17 years ago
  81. 77f6078 mm: highmem kernel-doc additions by Randy Dunlap · 17 years ago
  82. 1b578df mm/oom_kill: fix kernel-doc by Randy Dunlap · 17 years ago
  83. 4671181 mm/shmem and tiny-shmem: fix some kernel-doc by Randy Dunlap · 17 years ago
  84. 7682486 mm: fix various kernel-doc comments by Randy Dunlap · 17 years ago
  85. 8a03fea [PATCH] double dput() on failure exit in tiny-shmem by Al Viro · 17 years ago
  86. caeab08 slub page alloc fallback: Enable interrupts for GFP_WAIT. by Christoph Lameter · 17 years ago
  87. f700926 iov_iter_advance() fix by Nick Piggin · 17 years ago
  88. 2668db9 hugetlb: correct page count for surplus huge pages by Adam Litke · 17 years ago
  89. 69682d8 mempolicy: fix reference counting bugs by Lee Schermerhorn · 17 years ago
  90. 3426fad Do not include linux/backing-dev.h twice by Jesper Juhl · 17 years ago
  91. 6d2144d slab: NUMA slab allocator migration bugfix by Joe Korty · 17 years ago
  92. b621038 slub: Do not cross cacheline boundaries for very small objects by Nick Piggin · 17 years ago
  93. 1c61fc4 slab - use angle brackets for include of kmalloc_sizes.h by Joe Perches · 17 years ago
  94. 9ac33b2 slab numa fallback logic: Do not pass unfiltered flags to page allocator by Christoph Lameter · 17 years ago
  95. b773ad7 slub statistics: Fix check for DEACTIVATE_REMOTE_FREES by Christoph Lameter · 17 years ago
  96. 348e1e0 hugetlb: fix pool shrinking while in restricted cpuset by Nishanth Aravamudan · 17 years ago
  97. ac09b3a hugetlb: close a difficult to trigger reservation race by Adam Litke · 17 years ago
  98. fb59e9f memcg: fix oops on NULL lru list by Hugh Dickins · 17 years ago
  99. 9b3c0a0 memcg: simplify force_empty and move_lists by Hirokazu Takahashi · 17 years ago
  100. 2680eed memcg: fix mem_cgroup_move_lists locking by Hugh Dickins · 17 years ago