1. ab9a0f1 slub: automatically reserve bytes at the end of slab by Lai Jiangshan · 13 years ago
  2. 597fb18 Merge branch 'slub/hotplug' into slab/urgent by Pekka Enberg · 13 years ago
  3. 62c70bc mm: convert sprintf_symbol to %pS by Joe Perches · 13 years ago
  4. 04d9487 slub: Avoid use of slub_lock in show_slab_objects() by Christoph Lameter · 13 years ago
  5. a1e8fad Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 13 years ago
  6. ccd35fb kernel: kmem_ptr_validate considered harmful by Nick Piggin · 13 years ago
  7. 37d5744 slub: Fix a crash during slabinfo -v by Tero Roponen · 14 years ago
  8. 8165984 slub: Fix a crash during slabinfo -v by Tero Roponen · 14 years ago
  9. 68cee4f1 slub: Fix slub_lock down/up imbalance by Pavel Emelyanov · 14 years ago
  10. 98072e4 slub: Fix slub_lock down/up imbalance by Pavel Emelyanov · 14 years ago
  11. 4a92379 slub tracing: move trace calls out of always inlined functions to reduce kernel code size by Richard Kennedy · 14 years ago
  12. 92a5bbc SLUB: Fix memory hotplug with !NUMA by Pekka Enberg · 14 years ago
  13. a5a8475 slub: Move functions to reduce #ifdefs by Christoph Lameter · 14 years ago
  14. ab4d5ed slub: Enable sysfs support for !CONFIG_SLUB_DEBUG by Christoph Lameter · 14 years ago
  15. 15b7c51 SLUB: Optimize slab_free() debug check by Pekka Enberg · 14 years ago
  16. 5d1f57e slub: Move NUMA-related functions under CONFIG_NUMA by Namhyung Kim · 14 years ago
  17. 3478973 slub: Add lock release annotation by Namhyung Kim · 14 years ago
  18. a5dd5c1 slub: Fix signedness warnings by Namhyung Kim · 14 years ago
  19. 62e346a slub: extract common code to remove objects from partial list without locking by Christoph Lameter · 14 years ago
  20. f7cb193 SLUB: Pass active and inactive redzone flags instead of boolean to debug functions by Christoph Lameter · 14 years ago
  21. 7340cc8 slub: reduce differences between SMP and NUMA by Christoph Lameter · 14 years ago
  22. ed59ecb Revert "Slub: UP bandaid" by Pekka Enberg · 14 years ago
  23. 84c1cf6 SLUB: Fix merged slab cache names by Pekka Enberg · 14 years ago
  24. db210e7 Slub: UP bandaid by Christoph Lameter · 14 years ago
  25. a016471 slub: fix SLUB_RESILIENCY_TEST for dynamic kmalloc caches by David Rientjes · 14 years ago
  26. 8de66a0 slub: Fix up missing kmalloc_cache -> kmem_cache_node case for memoryhotplug by Christoph Lameter · 14 years ago
  27. 7d550c5 slub: Add dummy functions for the !SLUB_DEBUG case by Christoph Lameter · 14 years ago
  28. c1d5083 slub: Move gfpflag masking out of the hotpath by Christoph Lameter · 14 years ago
  29. c016b0b slub: Extract hooks for memory checkers from hotpaths by Christoph Lameter · 14 years ago
  30. 51df114 slub: Dynamically size kmalloc cache allocations by Christoph Lameter · 14 years ago
  31. 6c182dc slub: Remove static kmem_cache_cpu array for boot by Christoph Lameter · 14 years ago
  32. 5513659 slub: Remove dynamic dma slab allocation by Christoph Lameter · 14 years ago
  33. 1537066 slub: Force no inlining of debug functions by Christoph Lameter · 14 years ago
  34. b57bdda Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 14 years ago
  35. 415cb47 Merge branches 'slab/fixes', 'slob/fixes', 'slub/cleanups' and 'slub/fixes' into for-linus by Pekka Enberg · 14 years ago
  36. 2bce648 slub: Allow removal of slab caches during boot by Christoph Lameter · 14 years ago
  37. e438444 Revert "slub: Allow removal of slab caches during boot" by Pekka Enberg · 14 years ago
  38. bc6488e slub numa: Fix rare allocation from unexpected node by Christoph Lameter · 14 years ago
  39. af537b0 slub: Use kmem_cache flags to detect if slab is in debugging mode. by Christoph Lameter · 14 years ago
  40. f5b801a slub: Allow removal of slab caches during boot by Christoph Lameter · 14 years ago
  41. d7278bd slub: Check kasprintf results in kmem_cache_init() by Christoph Lameter · 14 years ago
  42. f90ec39 SLUB: Constants need UL by Christoph Lameter · 14 years ago
  43. 2154a33 slub: Use a constant for a unspecified node. by Christoph Lameter · 14 years ago
  44. c726b61 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core by Ingo Molnar · 14 years ago
  45. 039ca4e tracing: Remove kmemtrace ftrace plugin by Li Zefan · 14 years ago
  46. 3b03117 Merge branch 'slub/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 14 years ago
  47. c0ff745 cpuset,mm: fix no node to alloc memory when changing cpuset's mems by Miao Xie · 14 years ago
  48. 73367bd slub: move kmem_cache_node into it's own cacheline by Alexander Duyck · 14 years ago
  49. bb4f6b0 Merge branches 'slab/align', 'slab/cleanups', 'slab/fixes', 'slab/memhotadd' and 'slub/fixes' into slab-for-linus by Pekka Enberg · 14 years ago
  50. 6b65aaf slub: Use alloc_pages_exact_node() for page allocation by Minchan Kim · 14 years ago
  51. d3e14aa slub: __kmalloc_node_track_caller should trace kmalloc_large_node case by Xiaotian Feng · 14 years ago
  52. bbd7d57 slub: Potential stack overflow by Eric Dumazet · 14 years ago
  53. 4581ced mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slub_def.h> by David Woodhouse · 14 years ago
  54. 111c7d8 slub: Fix bad boundary check in init_kmem_cache_nodes() by Zhang, Yanmin · 14 years ago
  55. d3e06e2 slub: Fix kmem_ptr_validate() for non-kernel pointers by Pekka Enberg · 14 years ago
  56. c32da02 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  57. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  58. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 14 years ago
  59. 9cd4361 kobject: Constify struct kset_uevent_ops by Emese Revfy · 14 years ago
  60. 1154fab SLUB: Fix per-cpu merge conflict by Stephen Rothwell · 14 years ago
  61. e2b093f Merge branches 'slab/cleanups', 'slab/failslab', 'slab/fixes' and 'slub/percpu' into slab-for-linus by Pekka Enberg · 14 years ago
  62. 4c13dd3 failslab: add ability to filter slab caches by Dmitry Monakhov · 14 years ago
  63. c9404c9 Fix misspelling of "should" and "shouldn't" in comments. by Adam Buchbinder · 14 years ago
  64. 91efd77 dma kmalloc handling fixes by Christoph Lameter · 14 years ago
  65. 7738dd9 slub: remove impossible condition by David Rientjes · 14 years ago
  66. 84e554e6 SLUB: Make slub statistics use this_cpu_inc by Christoph Lameter · 14 years ago
  67. ff12059 SLUB: this_cpu: Remove slub kmem_cache fields by Christoph Lameter · 14 years ago
  68. 756dee7 SLUB: Get rid of dynamic DMA kmalloc cache allocation by Christoph Lameter · 14 years ago
  69. 9dfc6e6 SLUB: Use this_cpu operations in slub by Christoph Lameter · 14 years ago
  70. 2205afa Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  71. 355d79c Merge branches 'slab/fixes', 'slab/kmemleak', 'slub/perf' and 'slub/stats' into for-linus by Pekka Enberg · 15 years ago
  72. 0f24f12 tracing, slab: Define kmem_cache_alloc_notrace ifdef CONFIG_TRACING by Li Zefan · 15 years ago
  73. 74e2134 SLUB: Fix __GFP_ZERO unlikely() annotation by Pekka Enberg · 15 years ago
  74. 78eb00c slub: allow stats to be cleared by David Rientjes · 15 years ago
  75. fe1ff49 mm: kmem_cache_create(): make it easier to catch NULL cache names by Benjamin Herrenschmidt · 15 years ago
  76. fdaa45e slub: Fix build error in kmem_cache_open() with !CONFIG_SLUB_DEBUG by Ingo Molnar · 15 years ago
  77. ada3fa1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  78. aceda77 Merge branches 'slab/cleanups' and 'slab/fixes' into for-linus by Pekka Enberg · 15 years ago
  79. 8a3d271 slub: fix slab_pad_check() by Eric Dumazet · 15 years ago
  80. d76b159 slub: Fix kmem_cache_destroy() with SLAB_DESTROY_BY_RCU by Eric Dumazet · 15 years ago
  81. 5788d8a slub: release kobject if sysfs_create_group failed in sysfs_slab_add by Xiaotian Feng · 15 years ago
  82. acdfcd0 SLUB: fix ARCH_KMALLOC_MINALIGN cases 64 and 256 by Aaro Koskinen · 15 years ago
  83. 5086c389c SLUB: Fix some coding style issues by Amerigo Wang · 15 years ago
  84. cf5d113 SLUB: Drop write permission to /proc/slabinfo by WANG Cong · 15 years ago
  85. 384be2b Merge branch 'percpu-for-linus' into percpu-for-next by Tejun Heo · 15 years ago
  86. dcb0ce1 slub: change kmem_cache->align to record the real alignment by Zhang, Yanmin · 15 years ago
  87. 3de4721 slub: use size and objsize orders to disable debug flags by David Rientjes · 15 years ago
  88. fa5ec8a slub: add option to disable higher order debugging slabs by David Rientjes · 15 years ago
  89. e4f7c0b4 kmemleak: Trace the kmalloc_large* functions in slub by Catalin Marinas · 15 years ago
  90. c43768c Merge branch 'master' into for-next by Tejun Heo · 15 years ago
  91. 7ed9f7e fix RCU-callback-after-kmem_cache_destroy problem in sl[aou]b by Paul E. McKenney · 15 years ago
  92. ba52270 SLUB: Don't pass __GFP_FAIL for the initial allocation by Pekka Enberg · 15 years ago
  93. 204fba4 percpu: cleanup percpu array definitions by Tejun Heo · 15 years ago
  94. dcce284 mm: Extend gfp masking to the page allocator by Benjamin Herrenschmidt · 15 years ago
  95. 5caf5c7 Merge branch 'slub/earlyboot' into for-linus by Pekka Enberg · 15 years ago
  96. e03ab9d Merge branches 'slab/documentation', 'slab/fixes', 'slob/cleanups' and 'slub/fixes' into for-linus by Pekka Enberg · 15 years ago
  97. 517d086 Merge branch 'akpm' by Linus Torvalds · 15 years ago
  98. 62bc62a page allocator: use a pre-calculated value instead of num_online_nodes() in fast paths by Christoph Lameter · 15 years ago
  99. 722f2a6 Merge commit 'linus/master' into HEAD by Vegard Nossum · 15 years ago
  100. b1eeab6 kmemcheck: add hooks for the page allocator by Vegard Nossum · 16 years ago