1. 3c18ddd mm: remove nopage by Nick Piggin · 16 years ago
  2. 4d3d5b4 mmap_region: cleanup the final vma_merge() related code by Oleg Nesterov · 16 years ago
  3. 0dd1334 fix invalidate_inode_pages2_range() to not clear ret by Hisashi Hifumi · 16 years ago
  4. 180c06e hotplug-memory: make online_page() common by Jeremy Fitzhardinge · 16 years ago
  5. ea01ea9 hotplug memory remove: generic __remove_pages() support by Badari Pulavarty · 16 years ago
  6. 556637c mm: fix possible off-by-one in walk_pte_range() by Johannes Weiner · 16 years ago
  7. c124f5b slub: pack objects denser by Christoph Lameter · 16 years ago
  8. 9b2cd50 slub: Calculate min_objects based on number of processors. by Christoph Lameter · 16 years ago
  9. 114e9e8 slub: Drop DEFAULT_MAX_ORDER / DEFAULT_MIN_OBJECTS by Christoph Lameter · 16 years ago
  10. 31d33ba slub: Simplify any_slab_object checks by Christoph Lameter · 16 years ago
  11. 06b285d slub: Make the order configurable for each slab cache by Christoph Lameter · 16 years ago
  12. 319d1e2 slub: Drop fallback to page allocator method by Christoph Lameter · 16 years ago
  13. 65c3376 slub: Fallback to minimal order during slab page allocation by Christoph Lameter · 16 years ago
  14. 205ab99 slub: Update statistics handling for variable order slabs by Christoph Lameter · 16 years ago
  15. 834f3d1 slub: Add kmem_cache_order_objects struct by Christoph Lameter · 16 years ago
  16. 224a88b slub: for_each_object must be passed the number of objects in a slab by Christoph Lameter · 16 years ago
  17. 39b2646 slub: Store max number of objects in the page struct. by Christoph Lameter · 16 years ago
  18. 33b12c3 slub: Dump list of objects not freed on kmem_cache_close() by Christoph Lameter · 16 years ago
  19. 599870b slub: free_list() cleanup by Christoph Lameter · 16 years ago
  20. d629d81 slub: improve kmem_cache_destroy() error message by Pekka Enberg · 16 years ago
  21. 0701a9e slob: fix bug - when slob allocates "struct kmem_cache", it does not force alignment. by Yi Li · 16 years ago
  22. 5b7baf0 s390: KVM preparation: host memory management changes for s390 kvm by Christian Borntraeger · 16 years ago
  23. c2b91e2 x86_64/mm: check and print vmemmap allocation continuous by Yinghai Lu · 16 years ago
  24. a5645a6 mm: allow reserve_bootmem() cross nodes by Yinghai Lu · 16 years ago
  25. 9a2dc04 mm: offset align in alloc_bootmem() by Yinghai Lu · 16 years ago
  26. ad09315 mm: fix alloc_bootmem_core to use fast searching for all nodes by Yinghai Lu · 16 years ago
  27. e123dd3 mm: make mem_map allocation continuous by Yinghai Lu · 16 years ago
  28. 3dc5063 slab_err: Pass parameters correctly to slab_bug by Christoph Lameter · 16 years ago
  29. e9b6269 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juhl/trivial by Linus Torvalds · 16 years ago
  30. e80ab41 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 16 years ago
  31. f526448 trivial: small cleanups by Pavel Machek · 16 years ago
  32. da19cbc driver core: memory: semaphore to mutex by Daniel Walker · 17 years ago
  33. c5f59f0 nodemask: use new node_to_cpumask_ptr function by Mike Travis · 16 years ago
  34. f9a86fc cpuset: modify cpuset_set_cpus_allowed to use cpumask pointer by Mike Travis · 16 years ago
  35. d366f8c cpumask: Cleanup more uses of CPU_MASK and NODE_MASK by Mike Travis · 16 years ago
  36. 9732b61 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdb by Linus Torvalds · 16 years ago
  37. 7d939fb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 16 years ago
  38. b4b8ac5 kgdb: fix optional arch functions and probe_kernel_* by Jason Wessel · 17 years ago
  39. c33fa9f uaccess: add probe_kernel_write() by Ingo Molnar · 16 years ago
  40. 91446b0 add "Isolate" migratetype name to /proc/pagetypeinfo by KOSAKI Motohiro · 16 years ago
  41. e115f2d memcg: fix oops in oom handling by Li Zefan · 16 years ago
  42. bead9a3 mm: sparsemem memory_present() fix by Ingo Molnar · 16 years ago
  43. 0f389ec slub: No need for per node slab counters if !SLUB_DEBUG by Christoph Lameter · 16 years ago
  44. 49bd522 slub: Move map/flag clearing to __free_slab by Christoph Lameter · 16 years ago
  45. 50ef37b slub: Fixes to per cpu stat output in sysfs by Christoph Lameter · 16 years ago
  46. 5b06c853 slub: Deal with config variable dependencies by Christoph Lameter · 16 years ago
  47. 4097d60 slub: Reduce #ifdef ZONE_DMA by moving kmalloc_caches_dma near dma logic by Christoph Lameter · 16 years ago
  48. 62f7553 slub: Initialize per-cpu stats by Pekka Enberg · 16 years ago
  49. 41e3355 memcg: fix node_state handling by KAMEZAWA Hiroyuki · 16 years ago
  50. 4077960 memory controller: make memory resource control aware of boot options by Balbir Singh · 16 years ago
  51. 00460dd Fix undefined count_partial if !CONFIG_SLABINFO by Christoph Lameter · 16 years ago
  52. 9dce07f NULL noise: fs/*, mm/*, kernel/* by Al Viro · 16 years ago
  53. e72e9c2 Revert "SLUB: remove useless masking of GFP_ZERO" by Linus Torvalds · 16 years ago
  54. 11320d1 hugetlb: fix potential livelock in return_unused_surplus_hugepages() by Nishanth Aravamudan · 16 years ago
  55. a1de091 hugetlb: indicate surplus huge page counts in per-node meminfo by Nishanth Aravamudan · 16 years ago
  56. ec1f5ee slab: fix cache_cache bootstrap in kmem_cache_init() by Daniel Yeisley · 16 years ago
  57. 53625b4 count_partial() is not used if !SLUB_DEBUG and !CONFIG_SLABINFO by Christoph Lameter · 16 years ago
  58. 7ed7fe5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  59. 4dd4b92 revert "kswapd should only wait on IO if there is IO" by Andrew Morton · 16 years ago
  60. 5a982cb mm: fix boundary checking in free_bootmem_core by Yinghai Lu · 16 years ago
  61. f7850d9 mm/readahead: fix kernel-doc notation by Randy Dunlap · 16 years ago
  62. 52ea27e memcgroup: fix check for thread being a group leader in memcgroup by Pavel Emelyanov · 16 years ago
  63. 43d8eac mm: rmap kernel-doc fixes by Randy Dunlap · 16 years ago
  64. 77f6078 mm: highmem kernel-doc additions by Randy Dunlap · 16 years ago
  65. 1b578df mm/oom_kill: fix kernel-doc by Randy Dunlap · 16 years ago
  66. 4671181 mm/shmem and tiny-shmem: fix some kernel-doc by Randy Dunlap · 16 years ago
  67. 7682486 mm: fix various kernel-doc comments by Randy Dunlap · 16 years ago
  68. 8a03fea [PATCH] double dput() on failure exit in tiny-shmem by Al Viro · 17 years ago
  69. caeab08 slub page alloc fallback: Enable interrupts for GFP_WAIT. by Christoph Lameter · 16 years ago
  70. f700926 iov_iter_advance() fix by Nick Piggin · 16 years ago
  71. 2668db9 hugetlb: correct page count for surplus huge pages by Adam Litke · 16 years ago
  72. 69682d8 mempolicy: fix reference counting bugs by Lee Schermerhorn · 16 years ago
  73. 3426fad Do not include linux/backing-dev.h twice by Jesper Juhl · 16 years ago
  74. 6d2144d slab: NUMA slab allocator migration bugfix by Joe Korty · 16 years ago
  75. b621038 slub: Do not cross cacheline boundaries for very small objects by Nick Piggin · 16 years ago
  76. 1c61fc4 slab - use angle brackets for include of kmalloc_sizes.h by Joe Perches · 16 years ago
  77. 9ac33b2 slab numa fallback logic: Do not pass unfiltered flags to page allocator by Christoph Lameter · 16 years ago
  78. b773ad7 slub statistics: Fix check for DEACTIVATE_REMOTE_FREES by Christoph Lameter · 16 years ago
  79. 348e1e0 hugetlb: fix pool shrinking while in restricted cpuset by Nishanth Aravamudan · 16 years ago
  80. ac09b3a hugetlb: close a difficult to trigger reservation race by Adam Litke · 16 years ago
  81. fb59e9f memcg: fix oops on NULL lru list by Hugh Dickins · 16 years ago
  82. 9b3c0a0 memcg: simplify force_empty and move_lists by Hirokazu Takahashi · 16 years ago
  83. 2680eed memcg: fix mem_cgroup_move_lists locking by Hugh Dickins · 16 years ago
  84. 6d48ff8 memcg: css_put after remove_list by Hugh Dickins · 16 years ago
  85. b9c565d memcg: remove clear_page_cgroup and atomics by Hugh Dickins · 16 years ago
  86. d5b69e3 memcg: memcontrol uninlined and static by Hugh Dickins · 16 years ago
  87. 8869b8f memcg: memcontrol whitespace cleanups by Hugh Dickins · 16 years ago
  88. 8289546 memcg: remove mem_cgroup_uncharge by Hugh Dickins · 16 years ago
  89. 7e924aa memcg: mem_cgroup_charge never NULL by Hugh Dickins · 16 years ago
  90. 9442ec9 memcg: bad page if page_cgroup when free by Hugh Dickins · 16 years ago
  91. 98837c7 memcg: fix VM_BUG_ON from page migration by Hugh Dickins · 16 years ago
  92. 61469f1 memcg: when do_swap's do_wp_page fails by Hugh Dickins · 16 years ago
  93. 6dbf6d3 memcg: page_cache_release not __free_page by Hugh Dickins · 16 years ago
  94. 427d541 memcg: move_lists on page not page_cgroup by Hugh Dickins · 16 years ago
  95. bd845e3 memcg: mm_match_cgroup not vm_match_cgroup by Hugh Dickins · 16 years ago
  96. 00f0b82 Memory controller: rename to Memory Resource Controller by Balbir Singh · 16 years ago
  97. be85279 alloc_percpu() fails to allocate percpu data by Eric Dumazet · 16 years ago
  98. 10ed273 zlc_setup(): handle jiffies wraparound by KOSAKI Motohiro · 16 years ago
  99. 62e5c4b slub: fix possible NULL pointer dereference by Cyrill Gorcunov · 16 years ago
  100. f619cfe slub: Add kmalloc_large_node() to support kmalloc_node fallback by Christoph Lameter · 16 years ago