1. 15c8b6c on_each_cpu(): kill unused 'retry' parameter by Jens Axboe · 16 years ago
  2. 481c534 Slab: Fix memory leak in fallback_alloc() by Christoph Lameter · 16 years ago
  3. d40cee2 mm: remove remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  4. 3ac7fe5 infrastructure to debug (dynamic) objects by Thomas Gleixner · 16 years ago
  5. 1b27d05 mm: move cache_line_size() to <linux/cache.h> by Pekka Enberg · 16 years ago
  6. dd1a239 mm: have zonelist contains structs with both a zone pointer and zone_idx by Mel Gorman · 16 years ago
  7. 54a6eb5 mm: use two zonelist that are filtered by GFP mask by Mel Gorman · 16 years ago
  8. 0e88460 mm: introduce node_zonelist() for accessing the zonelist for a GFP mask by Mel Gorman · 16 years ago
  9. c5f59f0 nodemask: use new node_to_cpumask_ptr function by Mike Travis · 16 years ago
  10. ec1f5ee slab: fix cache_cache bootstrap in kmem_cache_init() by Daniel Yeisley · 16 years ago
  11. 7682486 mm: fix various kernel-doc comments by Randy Dunlap · 16 years ago
  12. 6d2144d slab: NUMA slab allocator migration bugfix by Joe Korty · 16 years ago
  13. 1c61fc4 slab - use angle brackets for include of kmalloc_sizes.h by Joe Perches · 16 years ago
  14. 9ac33b2 slab numa fallback logic: Do not pass unfiltered flags to page allocator by Christoph Lameter · 16 years ago
  15. e51bfd0 slab: avoid double initialization & do initialization in 1 place by Marcin Slusarz · 16 years ago
  16. 95402b3 cpu-hotplug: replace per-subsystem mutexes with get_online_cpus() by Gautham R Shenoy · 16 years ago
  17. 556a169 slab: fix bootstrap on memoryless node by Pekka Enberg · 16 years ago
  18. 9c09a95 slab: partially revert list3 changes by Mel Gorman · 16 years ago
  19. 158a962 Unify /proc/slabinfo configuration by Linus Torvalds · 17 years ago
  20. f8fcc93 Add EXPORT_SYMBOL(ksize); by Tetsuo Handa · 17 years ago
  21. 80cbd91 Fix kmem_cache_free performance regression in slab by Matthew Wilcox · 17 years ago
  22. cc550de slab: fix typo in allocation failure handling by Akinobu Mita · 17 years ago
  23. 183ff22 spelling fixes: mm/ by Simon Arlott · 17 years ago
  24. 12d00f6 cpu hotplug: slab: fix memory leak in cpu hotplug error path by Akinobu Mita · 17 years ago
  25. fbf1e47 cpu hotplug: slab: cleanup cpuup_callback() by Akinobu Mita · 17 years ago
  26. bda5b65 Delete gcc-2.95 compatible structure definition. by Robert P. J. Day · 17 years ago
  27. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  28. e12ba74 Group short-lived and reclaimable kernel allocations by Mel Gorman · 17 years ago
  29. 6cb0622 Categorize GFP flags by Christoph Lameter · 17 years ago
  30. 04231b3 Memoryless nodes: Slab support by Christoph Lameter · 17 years ago
  31. ef8b452 Slab allocators: fail if ksize is called with a NULL parameter by Christoph Lameter · 17 years ago
  32. 1807a1a slab: skip calling cache_free_alien() when the platform is not numa capable by Siddha, Suresh B · 17 years ago
  33. b8c1c5d slab: correctly handle __GFP_ZERO by Andrew Morton · 17 years ago
  34. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  35. a5c96d8 Fix up non-NUMA SLAB configuration for zero-sized allocations by Linus Torvalds · 17 years ago
  36. ea02e3d FRV: work around a possible compiler bug by David Howells · 17 years ago
  37. 9281ace kallsyms: make KSYM_NAME_LEN include space for trailing '\0' by Tejun Heo · 17 years ago
  38. 81cda66 Slab allocators: Cleanup zeroing allocations by Christoph Lameter · 17 years ago
  39. d07dbea Slab allocators: support __GFP_ZERO in all allocators by Christoph Lameter · 17 years ago
  40. 6cb8f91 Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semantics by Christoph Lameter · 17 years ago
  41. ef2ad80 Slab allocators: consolidate code for krealloc in mm/util.c by Christoph Lameter · 17 years ago
  42. 897e679 mm/slab.c: start_cpu_timer() should be __cpuinit by Adrian Bunk · 17 years ago
  43. b92151b Make /proc/slabinfo use seq_list_xxx helpers by Pavel Emelianov · 17 years ago
  44. 87a927c Fix slab redzone alignment by David Woodhouse · 17 years ago
  45. 1702222 SLAB: remove WARN_ON_ONCE for zero sized objects for 2.6.22 release by Christoph Lameter · 17 years ago
  46. 3cdc0ed slab: fix alien cache handling by Christoph Lameter · 17 years ago
  47. 38bdc32 mm/slab: fix section mismatch warning by Sam Ravnborg · 17 years ago
  48. 0aa817f Slab allocators: define common size limitations by Christoph Lameter · 17 years ago
  49. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  50. 0b44f7a slab: warn on zero-length allocations by Christoph Lameter · 17 years ago
  51. c59def9 Slab allocators: Drop support for destructors by Christoph Lameter · 17 years ago
  52. 4037d45 Move remote node draining out of slab allocators by Christoph Lameter · 17 years ago
  53. d1187ed vmstat: use our own timer events by Christoph Lameter · 17 years ago
  54. 8bb7844 Add suspend-related notifications for CPU hotplug by Rafael J. Wysocki · 17 years ago
  55. 5830c59 slab: shut down cache_reaper when cpu goes down by Christoph Lameter · 17 years ago
  56. 38c3bd9 slab: use CPU_LOCK_[ACQUIRE|RELEASE] by Heiko Carstens · 17 years ago
  57. 7ae439c krealloc: fix kerneldoc comments by Pekka J Enberg · 17 years ago
  58. a5c43da Fix race between cat /proc/slab_allocators and rmmod by Alexey Dobriyan · 17 years ago
  59. b46b8f1 Increase slab redzone to 64bits by David Woodhouse · 17 years ago
  60. cfce660 Slab allocators: remove useless __GFP_NO_GROW flag by Christoph Lameter · 17 years ago
  61. 4f10493 slab allocators: Remove SLAB_CTOR_ATOMIC by Christoph Lameter · 17 years ago
  62. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  63. 824ebef fault injection: fix failslab with CONFIG_NUMA by Akinobu Mita · 17 years ago
  64. 5af6083 slab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGN by Christoph Lameter · 17 years ago
  65. b416952 include KERN_* constant in printk() calls in mm/slab.c by matze · 17 years ago
  66. b49af68 Add virt_to_head_page and consolidate code in slab and slub by Christoph Lameter · 17 years ago
  67. d85f338 Make page->private usable in compound pages by Christoph Lameter · 17 years ago
  68. a3a02be slab: mark set_up_list3s() __init by Andrew Morton · 17 years ago
  69. 8da3430 slab: NUMA kmem_cache diet by Eric Dumazet · 17 years ago
  70. 6310984 SLAB: don't allocate empty shared caches by Eric Dumazet · 17 years ago
  71. 364fbb2 SLAB: use num_possible_cpus() in enable_cpucache() by Eric Dumazet · 17 years ago
  72. 714b8171 slab: ensure cache_alloc_refill terminates by Pekka Enberg · 17 years ago
  73. fd76bab slab: introduce krealloc by Pekka Enberg · 17 years ago
  74. 62918a0 [PATCH] x86-64: skip cache_free_alien() on non NUMA by Siddha, Suresh B · 17 years ago
  75. e94a40c [PATCH] SLAB: Mention slab name when listing corrupt objects by David Howells · 17 years ago
  76. 05fb6bf [PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers) by Randy Dunlap · 17 years ago
  77. 8ef8286 [PATCH] slab: reduce size of alien cache to cover only possible nodes by Christoph Lameter · 17 years ago
  78. 72fd4a3 [PATCH] Numerous fixes to kernel-doc info in source files. by Robert P. J. Day · 17 years ago
  79. 898552c [PATCH] lockdep: also check for freed locks in kmem_cache_free() by Ingo Molnar · 17 years ago
  80. 4b51d66 [PATCH] optional ZONE_DMA: optional ZONE_DMA in the VM by Christoph Lameter · 17 years ago
  81. 7c5cae3 [PATCH] slab: use parameter passed to cache_reap to determine pointer to work structure by Christoph Lameter · 17 years ago
  82. 8c8cc2c [PATCH] slab: cache alloc cleanups by Pekka Enberg · 17 years ago
  83. 6e40e73 [PATCH] slab: remove broken PageSlab check from kfree_debugcheck by Pekka Enberg · 17 years ago
  84. b6a6045 [PATCH] fix BUG_ON(!PageSlab) from fallback_alloc by Hugh Dickins · 17 years ago
  85. af9997e [PATCH] fix kernel-doc warnings in 2.6.20-rc1 by Randy Dunlap · 18 years ago
  86. b7f869a2 [PATCH] slab: fix kmem_ptr_validate definition by Christoph Lameter · 18 years ago
  87. 6a2d7a9 [PATCH] SLAB: use a multiply instead of a divide in obj_to_index() by Eric Dumazet · 18 years ago
  88. 02a0e53 [PATCH] cpuset: rework cpuset_zone_allowed api by Paul Jackson · 18 years ago
  89. 55935a3 [PATCH] More slab.h cleanups by Christoph Lameter · 18 years ago
  90. dd47ea7 [PATCH] slab: fix sleeping in atomic bug by Christoph Lameter · 18 years ago
  91. 2b28421 [PATCH] user of the jiffies rounding patch: Slab by Arjan van de Ven · 18 years ago
  92. 6b1b60f [PATCH] fault-injection: defaults likely to please a new user by Don Mullis · 18 years ago
  93. 8a8b650 [PATCH] fault-injection capability for kmalloc by Akinobu Mita · 18 years ago
  94. b8b50b6 [PATCH] mm: fallback_alloc cpuset_zone_allowed irq fix by Paul Jackson · 18 years ago
  95. 15ad7cd [PATCH] struct seq_operations and struct file_operations constification by Helge Deller · 18 years ago
  96. 138ae66 [PATCH] slab: use probe_kernel_address() by Andrew Morton · 18 years ago
  97. 3c517a6 [PATCH] slab: better fallback allocation behavior by Christoph Lameter · 18 years ago
  98. 5bcd234 [PATCH] slab: fix two issues in kmalloc_node / __cache_alloc_node by Christoph Lameter · 18 years ago
  99. 441e143 [PATCH] slab: remove SLAB_DMA by Christoph Lameter · 18 years ago
  100. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago