1. 6cfd53fc nommu: fix kobjsize() for SLOB and SLUB by Paul Mundt · 16 years ago
  2. a5b4592 brk: make sys_brk() honor COMPAT_BRK when computing lower bound by Jiri Kosina · 16 years ago
  3. 4647875 hugetlb: fix lockdep error by Nick Piggin · 16 years ago
  4. 1434b65 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 16 years ago
  5. cd94b9d memory hotplug: fix early allocation handling by Heiko Carstens · 16 years ago
  6. 7eb5482 zonelists: handle a node zonelist with no applicable entries by Andy Whitcroft · 16 years ago
  7. 80119ef mm: fix atomic_t overflow in vm by Alan Cox · 16 years ago
  8. f723215 mm: don't drop a partial page in a zone's memory map size by Johannes Weiner · 16 years ago
  9. 42172d7 mm: allow pfnmap ->fault()s by Nick Piggin · 16 years ago
  10. 7699441 slub: ksize() abuse checks by Pekka Enberg · 16 years ago
  11. 19051c5 mm: bdi: fix race in bdi_class device creation by Greg Kroah-Hartman · 16 years ago
  12. 239f49c slob: Fix to return wrong pointer by MinChan Kim · 16 years ago
  13. 76cdd58 memory_hotplug: always initialize pageblock bitmap by Heiko Carstens · 16 years ago
  14. 1c12c4c mprotect: prevent alteration of the PAT bits by Venki Pallipadi · 16 years ago
  15. fd8a422 memory_hotplug: check for walk_memory_resource() failure in online_pages() by Geoff Levand · 16 years ago
  16. c3723ca memory hotplug: memmap_init_zone called twice by Heiko Carstens · 16 years ago
  17. 3ef0f72 mm: fix infinite loop in filemap_fault by Miklos Szeredi · 16 years ago
  18. 362a61a fix SMP data race in pagetable setup vs walking by Nick Piggin · 16 years ago
  19. 5aecd55 mm/pdflush.c: merge the same code in two path by Denis Cheng · 16 years ago
  20. b5be113 make vmstat cpu-unplug safe by KOSAKI Motohiro · 16 years ago
  21. 7a34912 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  22. 4ea33e2 slub: fix atomic usage in any_slab_objects() by Benjamin Herrenschmidt · 16 years ago
  23. 7f3d4ee vfs: splice remove_suid() cleanup by Miklos Szeredi · 16 years ago
  24. aeed5fc x86: fix PAE pmd_bad bootup warning by Hugh Dickins · 16 years ago
  25. f6acb63 slub: #ifdef simplification by Christoph Lameter · 16 years ago
  26. 0121c619 slub: Whitespace cleanup and use of strict_strtoul by Christoph Lameter · 16 years ago
  27. 55e462b memcg: simple stats for memory resource controller by Balaji Rao · 16 years ago
  28. c85d194 docbook: fix vmalloc missing parameter notation by Randy Dunlap · 16 years ago
  29. f8bd225 remove div_long_long_rem by Roman Zippel · 16 years ago
  30. 5167464 revert "memory hotplug: allocate usemap on the section with pgdat" by Andrew Morton · 16 years ago
  31. 3a902c5 mm: fix warning on memory offline by Nick Piggin · 16 years ago
  32. d40cee2 mm: remove remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  33. 3ac7fe5 infrastructure to debug (dynamic) objects by Thomas Gleixner · 16 years ago
  34. fc3ba69 mm: Add NR_WRITEBACK_TEMP counter by Miklos Szeredi · 16 years ago
  35. dd5656e mm: bdi: export bdi_writeout_inc() by Miklos Szeredi · 16 years ago
  36. e4ad08f mm: bdi: add separate writeback accounting capability by Miklos Szeredi · 16 years ago
  37. 76f1418 mm: bdi: move statistics to debugfs by Miklos Szeredi · 16 years ago
  38. a42dde0 mm: bdi: allow setting a maximum for the bdi dirty limit by Peter Zijlstra · 16 years ago
  39. 189d3c4 mm: bdi: allow setting a minimum for the bdi dirty limit by Peter Zijlstra · 16 years ago
  40. cf0ca9f mm: bdi: export BDI attributes in sysfs by Peter Zijlstra · 16 years ago
  41. 41b25a3 /proc/pagetypeinfo: fix output for memoryless nodes by KOSAKI Motohiro · 16 years ago
  42. 3d71f86 mm: use non-racy method for /proc/swaps creation by Denis V. Lunev · 16 years ago
  43. 925d1c4 procfs task exe symlink by Matt Helsley · 16 years ago
  44. 0c40ba4 ipc: define the slab_memory_callback priority as a constant by Nadia Derbey · 16 years ago
  45. 1faf8e4 memcg: remove redundant initialization in mem_cgroup_create() by Li Zefan · 16 years ago
  46. 3332794 memcgroup: use vmalloc for mem_cgroup allocation by KAMEZAWA Hiroyuki · 16 years ago
  47. 4a56d02 memcgroup: make the memory controller more desktop responsive by Balbir Singh · 16 years ago
  48. 3eae90c memcg: remove redundant function calls by KAMEZAWA Hiroyuki · 16 years ago
  49. 29f2a4d memcgroup: implement failcounter reset by Pavel Emelyanov · 16 years ago
  50. 85cc59d memcgroup: use triggers in force_empty and max_usage files by Pavel Emelyanov · 16 years ago
  51. b6ac57d memcgroup: move memory controller allocations to their own slabs by Balbir Singh · 16 years ago
  52. c84872e memcgroup: add the max_usage member on the res_counter by Pavel Emelyanov · 16 years ago
  53. cf475ad cgroups: add an owner to the mm_struct by Balbir Singh · 16 years ago
  54. c27e881 CGroup API files: drop mem_cgroup_force_empty() by Paul Menage · 16 years ago
  55. c64745c CGroup API files: use cgroup map for memcontrol stats file by Paul Menage · 16 years ago
  56. 2c3daa7 CGroup API files: use read_u64 in memory controller by Paul Menage · 16 years ago
  57. 551883a page allocator: explicitly retry hugepage allocations by Nishanth Aravamudan · 16 years ago
  58. a41f24e page allocator: smarter retry of costly-order allocations by Nishanth Aravamudan · 16 years ago
  59. ab857d0 mm: fix misleading __GFP_REPEAT related comments by Nishanth Aravamudan · 16 years ago
  60. 86051ca mm: fix usemap initialization by KAMEZAWA Hiroyuki · 16 years ago
  61. 7b8ee84 mm: fix integer as NULL pointer warnings by Harvey Harrison · 16 years ago
  62. 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
  63. 1e5ad9a mm/memory_hotplug.c must #include "internal.h" by Adrian Bunk · 16 years ago
  64. 4016a13 mm/nommu.c: return 0 from kobjsize with invalid objects by Michael Hennerich · 16 years ago
  65. 468fd62 vmstats: add cond_resched() to refresh_cpu_vm_stats() by Dimitri Sivanich · 16 years ago
  66. 2309f9e mm/page_alloc.c: remove hand-coded get_order() by Pavel Machek · 16 years ago
  67. 97d87c9 oom_kill: remove unused parameter in badness() by Li Zefan · 16 years ago
  68. 0c0a4a5 memory hotplug: free memmaps allocated by bootmem by Yasunori Goto · 16 years ago
  69. 86f6dae memory hotplug: allocate usemap on the section with pgdat by Yasunori Goto · 16 years ago
  70. e70260a memory hotplug: make alloc_bootmem_section() by Yasunori Goto · 16 years ago
  71. 9d99217 memory hotplug: align memmap to page size by Yasunori Goto · 16 years ago
  72. 0475327 memory hotplug: register section/node id to free by Yasunori Goto · 16 years ago
  73. 7f2e952 hugetlbfs: common code update for s390 by Gerald Schaefer · 16 years ago
  74. 8fe627e hugetlbfs: add missing TLB flush to hugetlb_cow() by Gerald Schaefer · 16 years ago
  75. 71fe804 mempolicy: use struct mempolicy pointer in shmem_sb_info by Lee Schermerhorn · 16 years ago
  76. 3f226aa mempolicy: support mpol=local tmpfs mount option by Lee Schermerhorn · 16 years ago
  77. 095f1fc mempolicy: rework shmem mpol parsing and display by Lee Schermerhorn · 16 years ago
  78. 2291990 mempolicy: clean-up mpol-to-str() mempolicy formatting by Lee Schermerhorn · 16 years ago
  79. fc36b8d mempolicy: use MPOL_F_LOCAL to Indicate Preferred Local Policy by Lee Schermerhorn · 16 years ago
  80. 53f2556 mempolicy: mPOL_PREFERRED cleanups for "local allocation" by Lee Schermerhorn · 16 years ago
  81. bea904d mempolicy: use MPOL_PREFERRED for system-wide default policy by Lee Schermerhorn · 16 years ago
  82. 52cd3b0 mempolicy: rework mempolicy Reference Counting [yet again] by Lee Schermerhorn · 16 years ago
  83. aab0b10 mempolicy: mark shared policies for unref by Lee Schermerhorn · 16 years ago
  84. 45c4745 mempolicy: rename struct mempolicy 'policy' member to 'mode' by Lee Schermerhorn · 16 years ago
  85. ae4d8c1 mempolicy: fixup Fallback for Default Shmem Policy by Lee Schermerhorn · 16 years ago
  86. f4e53d9 mempolicy: write lock mmap_sem while changing task mempolicy by Lee Schermerhorn · 16 years ago
  87. 846a16b mempolicy: rename mpol_copy to mpol_dup by Lee Schermerhorn · 16 years ago
  88. f0be3d3 mempolicy: rename mpol_free to mpol_put by Lee Schermerhorn · 16 years ago
  89. 3b11630 Subject: [PATCH] hugetlb: vmstat events for huge page allocations by Adam Litke · 16 years ago
  90. 70688e4 xip: support non-struct page backed memory by Nick Piggin · 16 years ago
  91. 423bad6 mm: add vm_insert_mixed by Nick Piggin · 16 years ago
  92. 7e67513 mm: introduce pte_special pte bit by Nick Piggin · 16 years ago
  93. b379d79 mm: introduce VM_MIXEDMAP by Jared Hulbert · 16 years ago
  94. e20b8cc PAGEFLAGS_EXTENDED and separate page flags for Head and Tail by Christoph Lameter · 16 years ago
  95. 0a128b2 pageflags: eliminate PG_xxx aliases by Christoph Lameter · 16 years ago
  96. 2301696 vmallocinfo: add caller information by Christoph Lameter · 16 years ago
  97. a10aa57 vmalloc: show vmalloced areas via /proc/vmallocinfo by Christoph Lameter · 16 years ago
  98. ac6aadb mm: rotate_reclaimable_page() cleanup by Miklos Szeredi · 16 years ago
  99. f05111f mm/page_alloc.c: fix indentation by S.Caglar Onur · 16 years ago
  100. b5ee5be dmapool: enable debugging for CONFIG_SLUB_DEBUG_ON too by Andi Kleen · 16 years ago