1. 12d810c m68k: discontinuous memory support by Roman Zippel · 17 years ago
  2. 8ffa687 SLUB: Fix NUMA / SYSFS bootstrap issue by Christoph Lameter · 17 years ago
  3. 33e9e24 SLUB Debug: fix check for super sized slabs (>512k 64bit, >256k 32bit) by Christoph Lameter · 17 years ago
  4. 418508c fix unused setup_nr_node_ids by Miklos Szeredi · 17 years ago
  5. c12b3c6 SLUB Debug: Fix object size calculation by Christoph Lameter · 17 years ago
  6. 080e892 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fix by Linus Torvalds · 17 years ago
  7. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  8. 38bdc32 mm/slab: fix section mismatch warning by Sam Ravnborg · 17 years ago
  9. 577a32f mm: fix section mismatch warnings by Sam Ravnborg · 17 years ago
  10. c97a9e1 mm: more rmap checking by Nick Piggin · 17 years ago
  11. d55e2ca Make __vunmap static by Benjamin Herrenschmidt · 17 years ago
  12. 0aa817f Slab allocators: define common size limitations by Christoph Lameter · 17 years ago
  13. 3ec0974 SLUB: Simplify debug code by Christoph Lameter · 17 years ago
  14. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  15. 5577bd8 SLUB: Do our own flags based on PG_active and PG_error by Christoph Lameter · 17 years ago
  16. 0b44f7a slab: warn on zero-length allocations by Christoph Lameter · 17 years ago
  17. 4b6f075 SLUB: Define functions for cpu slab handling instead of using PageActive by Christoph Lameter · 17 years ago
  18. c59def9 Slab allocators: Drop support for destructors by Christoph Lameter · 17 years ago
  19. afc0ced slob: implement RCU freeing by Nick Piggin · 17 years ago
  20. 43c0f3d Fix: find_or_create_page skips cpuset memory spreading. by Christoph Lameter · 17 years ago
  21. 1800782 slub: don't confuse ctor and dtor by Hugh Dickins · 17 years ago
  22. 6c645ac sh64: generic quicklist support. by Paul Mundt · 17 years ago
  23. 0ea9718 consolidate generic_writepages and mpage_writepages by Miklos Szeredi · 17 years ago
  24. 39bf627 VM statistics: Make timer deferrable by Christoph Lameter · 17 years ago
  25. 7faaa5f Bug in mm/thrash.c function grab_swap_token() by Mika Kukkonen · 17 years ago
  26. bcf889f SLUB: remove nr_cpu_ids hack by Christoph Lameter · 17 years ago
  27. 6f076f5 early_pfn_to_nid needs to be __meminit by Stephen Rothwell · 17 years ago
  28. 894b878 slub: support concurrent local and remote frees and allocs on a slab by Christoph Lameter · 17 years ago
  29. d84c412 Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 17 years ago
  30. c855ff3 Fix a bad error case handling in read_cache_page_async() by David Howells · 17 years ago
  31. 9a9136e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 17 years ago
  32. 4037d45 Move remote node draining out of slab allocators by Christoph Lameter · 17 years ago
  33. 77461ab Make vm statistics update interval configurable by Christoph Lameter · 17 years ago
  34. d1187ed vmstat: use our own timer events by Christoph Lameter · 17 years ago
  35. 8bb7844 Add suspend-related notifications for CPU hotplug by Rafael J. Wysocki · 17 years ago
  36. 01f2705 fs: convert core functions to zero_user_page by Nate Diller · 17 years ago
  37. 5830c59 slab: shut down cache_reaper when cpu goes down by Christoph Lameter · 17 years ago
  38. 38c3bd9 slab: use CPU_LOCK_[ACQUIRE|RELEASE] by Heiko Carstens · 17 years ago
  39. ef71c15 AFS: export a couple of core functions for AFS write support by David Howells · 17 years ago
  40. 8a63011 pretend cpuset has some form of hugetlb page reservation by Ken Chen · 17 years ago
  41. ace4bd2 fix leaky resv_huge_pages when cpuset is in use by Ken Chen · 17 years ago
  42. 7ae439c krealloc: fix kerneldoc comments by Pekka J Enberg · 17 years ago
  43. 5e6d444 SLUB: rework slab order determination by Christoph Lameter · 17 years ago
  44. 45edfa5 SLUB: include lifetime stats and sets of cpus / nodes in tracking output by Christoph Lameter · 17 years ago
  45. 41ecc55 SLUB: add CONFIG_SLUB_DEBUG by Christoph Lameter · 17 years ago
  46. 02cbc87 SLUB: move tracking definitions and check_valid_pointer() away from debug code by Christoph Lameter · 17 years ago
  47. 636f0d7 SLUB: consolidate trace code by Christoph Lameter · 17 years ago
  48. 35e5d7e SLUB: introduce DebugSlab(page) by Christoph Lameter · 17 years ago
  49. b345970 SLUB: move resiliency check into SYSFS section by Christoph Lameter · 17 years ago
  50. 7656c72 SLUB: add macros for scanning objects in a slab by Christoph Lameter · 17 years ago
  51. 672bba3 SLUB: update comments by Christoph Lameter · 17 years ago
  52. 26a7bd0 SLUB: get rid of finish_bootstrap by Christoph Lameter · 17 years ago
  53. 1f99a28 SLUB: clean up krealloc by Christoph Lameter · 17 years ago
  54. abcd08a SLUB: use check_valid_pointer in kmem_ptr_validate by Christoph Lameter · 17 years ago
  55. be7b3fb SLUB: after object padding only needed for Redzoning by Christoph Lameter · 17 years ago
  56. 65c02d4 SLUB: add support for dynamic cacheline size determination by Christoph Lameter · 17 years ago
  57. 59c5159 Fix occurrences of "the the " by Michael Opdenacker · 17 years ago
  58. 5f8c990 sh: generic quicklist support. by Paul Mundt · 17 years ago
  59. 74add80 Remove unused variable in get_unmapped_area by Roland McGrath · 17 years ago
  60. 60b59be fbdev: mm: Deferred IO support by Jaya Kumar · 17 years ago
  61. a5c43da Fix race between cat /proc/slab_allocators and rmmod by Alexey Dobriyan · 17 years ago
  62. ef51c97 Remove do_sync_file_range() by Mark Fasheh · 17 years ago
  63. 1eeb66a move die notifier handling to common code by Christoph Hellwig · 17 years ago
  64. 3e9f45b Factor outstanding I/O error handling by Guillaume Chazarain · 17 years ago
  65. 72280ed Add white list into modpost.c for memory hotplug code and ia64's machvec section by Yasunori Goto · 17 years ago
  66. a3142c8 Fix section mismatch of memory hotplug related code. by Yasunori Goto · 17 years ago
  67. 0ceb331 mm: move common segment checks to separate helper function by Dmitriy Monakhov · 17 years ago
  68. b46b8f1 Increase slab redzone to 64bits by David Woodhouse · 17 years ago
  69. 0f9008e Fix up SLUB compile by Linus Torvalds · 17 years ago
  70. ef93127 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 17 years ago
  71. b1296cc freezer: fix racy usage of try_to_freeze in kswapd by Rafael J. Wysocki · 17 years ago
  72. 7be9823 swsusp: use inline functions for changing page flags by Rafael J. Wysocki · 17 years ago
  73. 4ab688c slob: fix page order calculation on not 4KB page by Akinobu Mita · 17 years ago
  74. cfce660 Slab allocators: remove useless __GFP_NO_GROW flag by Christoph Lameter · 17 years ago
  75. 4f10493 slab allocators: Remove SLAB_CTOR_ATOMIC by Christoph Lameter · 17 years ago
  76. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  77. 4b1d892 get_unmapped_area doesn't need hugetlbfs hacks anymore by Benjamin Herrenschmidt · 17 years ago
  78. 06abdfb get_unmapped_area handles MAP_FIXED in generic code by Benjamin Herrenschmidt · 17 years ago
  79. 2b45ab3 oom: fix constraint deadlock by David Rientjes · 17 years ago
  80. 2b744c0 mm: fix handling of panic_on_oom when cpusets are in use by Yasunori Goto · 17 years ago
  81. 824ebef fault injection: fix failslab with CONFIG_NUMA by Akinobu Mita · 17 years ago
  82. 5af6083 slab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGN by Christoph Lameter · 17 years ago
  83. 0a27a14 mm: madvise avoid exclusive mmap_sem by Nick Piggin · 17 years ago
  84. b416952 include KERN_* constant in printk() calls in mm/slab.c by matze · 17 years ago
  85. bc0055a slob: handle SLAB_PANIC flag by Akinobu Mita · 17 years ago
  86. 6225e93 Quicklists for page table pages by Christoph Lameter · 17 years ago
  87. 70d7122 slub: remove object activities out of checking functions by Christoph Lameter · 17 years ago
  88. 2086d26 SLUB: Free slabs and sort partial slab lists in kmem_cache_shrink by Christoph Lameter · 17 years ago
  89. 88a420e slub: add ability to list alloc / free callers per slab by Christoph Lameter · 17 years ago
  90. e95eed5 SLUB: Add MIN_PARTIAL by Christoph Lameter · 17 years ago
  91. 53e15af slub: validation of slabs (metadata and guard zones) by Christoph Lameter · 17 years ago
  92. 643b113 slub: enable tracking of full slabs by Christoph Lameter · 17 years ago
  93. 77c5e2d slub: fix object tracking by Christoph Lameter · 17 years ago
  94. b49af68 Add virt_to_head_page and consolidate code in slab and slub by Christoph Lameter · 17 years ago
  95. 6d77795 mm: optimize compound_head() by avoiding a shared page flag by Christoph Lameter · 17 years ago
  96. d85f338 Make page->private usable in compound pages by Christoph Lameter · 17 years ago
  97. 614410d SLUB: allocate smallest object size if the user asks for 0 bytes by Christoph Lameter · 17 years ago
  98. 47bfdc0 SLUB: change default alignments by Christoph Lameter · 17 years ago
  99. 81819f0 SLUB core by Christoph Lameter · 17 years ago
  100. a3a02be slab: mark set_up_list3s() __init by Andrew Morton · 17 years ago