1. f99b788 Merge branch 'slab-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 13 years ago
  2. bfa7145 SLUB: Fix missing <linux/stacktrace.h> include by Pekka Enberg · 13 years ago
  3. c4089f9 slub: reduce overhead of slub_debug by Marcin Slusarz · 13 years ago
  4. d18a90d slub: Add method to verify memory is not freed by Ben Greear · 13 years ago
  5. d6543e3 slub: Enable backtrace for create/delete points by Ben Greear · 13 years ago
  6. d4d84fe slub: always align cpu_slab to honor cmpxchg_double requirement by Chris Metcalf · 13 years ago
  7. 49a78d0 slub: remove no-longer used 'unlock_out' label by Linus Torvalds · 13 years ago
  8. a71ae47 slub: Fix double bit unlock in debug mode by Christoph Lameter · 13 years ago
  9. bfb91fb Merge branch 'slab/next' into for-linus by Pekka Enberg · 13 years ago
  10. 442b06b slub: Remove node check in slab_free by Christoph Lameter · 13 years ago
  11. bd07d87 slub: avoid label inside conditional by David Rientjes · 13 years ago
  12. 1393d9a slub: Make CONFIG_DEBUG_PAGE_ALLOC work with new fastpath by Christoph Lameter · 13 years ago
  13. 6332aa9 slub: Avoid warning for !CONFIG_SLUB_DEBUG by Christoph Lameter · 13 years ago
  14. 1759415 slub: Remove CONFIG_CMPXCHG_LOCAL ifdeffery by Christoph Lameter · 13 years ago
  15. 30106b8 slub: Fix the lockless code on 32-bit platforms with no 64-bit cmpxchg by Thomas Gleixner · 13 years ago
  16. 8dc16c6 slub: Move debug handlign in __slab_free by Christoph Lameter · 13 years ago
  17. dc1fb7f slub: Move node determination out of hotpath by Christoph Lameter · 13 years ago
  18. 01ad8a7 slub: Eliminate repeated use of c->page through a new page variable by Christoph Lameter · 13 years ago
  19. 5f80b13 slub: get_map() function to establish map of free objects in a slab by Christoph Lameter · 13 years ago
  20. 33de04e slub: Use NUMA_NO_NODE in get_partial by Christoph Lameter · 13 years ago
  21. 607bf32 slub: Fix a typo in config name by Li Zefan · 13 years ago
  22. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  23. b8c4c96 SLUB: Write to per cpu data when allocating it by Christoph Lameter · 13 years ago
  24. f9b615d slub: Fix debugobjects with lockless fastpath by Thomas Gleixner · 13 years ago
  25. 4fdccdf slub: Add statistics for this_cmpxchg_double failures by Christoph Lameter · 13 years ago
  26. 2fd66c5 slub: Add missing irq restore for the OOM path by Christoph Lameter · 13 years ago
  27. e8c500c Merge branch 'slub/lockless' into for-linus by Pekka Enberg · 13 years ago
  28. a24c5a0 slub: Dont define useless label in the !CONFIG_CMPXCHG_LOCAL case by Christoph Lameter · 13 years ago
  29. c914955 Merge branch 'slab/rcu' into slab/next by Pekka Enberg · 13 years ago
  30. da9a638 slub,rcu: don't assume the size of struct rcu_head by Lai Jiangshan · 13 years ago
  31. ab9a0f1 slub: automatically reserve bytes at the end of slab by Lai Jiangshan · 13 years ago
  32. 8a5ec0b Lockless (and preemptless) fastpaths for slub by Christoph Lameter · 13 years ago
  33. d3f661d slub: Get rid of slab_free_hook_irq() by Christoph Lameter · 13 years ago
  34. d71f606 slub: fix ksize() build error by Mariusz Kozlowski · 13 years ago
  35. b3d4188 slub: fix kmemcheck calls to match ksize() hints by Eric Dumazet · 13 years ago
  36. 6331046 mm: Remove support for kmem_cache_name() by Christoph Lameter · 13 years ago
  37. 597fb18 Merge branch 'slub/hotplug' into slab/urgent by Pekka Enberg · 13 years ago
  38. 62c70bc mm: convert sprintf_symbol to %pS by Joe Perches · 13 years ago
  39. 04d9487 slub: Avoid use of slub_lock in show_slab_objects() by Christoph Lameter · 13 years ago
  40. 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
  41. ccd35fb kernel: kmem_ptr_validate considered harmful by Nick Piggin · 14 years ago
  42. 37d5744 slub: Fix a crash during slabinfo -v by Tero Roponen · 14 years ago
  43. 8165984 slub: Fix a crash during slabinfo -v by Tero Roponen · 14 years ago
  44. 68cee4f1 slub: Fix slub_lock down/up imbalance by Pavel Emelyanov · 14 years ago
  45. 98072e4 slub: Fix slub_lock down/up imbalance by Pavel Emelyanov · 14 years ago
  46. 4a92379 slub tracing: move trace calls out of always inlined functions to reduce kernel code size by Richard Kennedy · 14 years ago
  47. 92a5bbc SLUB: Fix memory hotplug with !NUMA by Pekka Enberg · 14 years ago
  48. a5a8475 slub: Move functions to reduce #ifdefs by Christoph Lameter · 14 years ago
  49. ab4d5ed slub: Enable sysfs support for !CONFIG_SLUB_DEBUG by Christoph Lameter · 14 years ago
  50. 15b7c51 SLUB: Optimize slab_free() debug check by Pekka Enberg · 14 years ago
  51. 5d1f57e slub: Move NUMA-related functions under CONFIG_NUMA by Namhyung Kim · 14 years ago
  52. 3478973 slub: Add lock release annotation by Namhyung Kim · 14 years ago
  53. a5dd5c1 slub: Fix signedness warnings by Namhyung Kim · 14 years ago
  54. 62e346a slub: extract common code to remove objects from partial list without locking by Christoph Lameter · 14 years ago
  55. f7cb193 SLUB: Pass active and inactive redzone flags instead of boolean to debug functions by Christoph Lameter · 14 years ago
  56. 7340cc8 slub: reduce differences between SMP and NUMA by Christoph Lameter · 14 years ago
  57. ed59ecb Revert "Slub: UP bandaid" by Pekka Enberg · 14 years ago
  58. 84c1cf6 SLUB: Fix merged slab cache names by Pekka Enberg · 14 years ago
  59. db210e7 Slub: UP bandaid by Christoph Lameter · 14 years ago
  60. a016471 slub: fix SLUB_RESILIENCY_TEST for dynamic kmalloc caches by David Rientjes · 14 years ago
  61. 8de66a0 slub: Fix up missing kmalloc_cache -> kmem_cache_node case for memoryhotplug by Christoph Lameter · 14 years ago
  62. 7d550c5 slub: Add dummy functions for the !SLUB_DEBUG case by Christoph Lameter · 14 years ago
  63. c1d5083 slub: Move gfpflag masking out of the hotpath by Christoph Lameter · 14 years ago
  64. c016b0b slub: Extract hooks for memory checkers from hotpaths by Christoph Lameter · 14 years ago
  65. 51df114 slub: Dynamically size kmalloc cache allocations by Christoph Lameter · 14 years ago
  66. 6c182dc slub: Remove static kmem_cache_cpu array for boot by Christoph Lameter · 14 years ago
  67. 5513659 slub: Remove dynamic dma slab allocation by Christoph Lameter · 14 years ago
  68. 1537066 slub: Force no inlining of debug functions by Christoph Lameter · 14 years ago
  69. 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
  70. 415cb47 Merge branches 'slab/fixes', 'slob/fixes', 'slub/cleanups' and 'slub/fixes' into for-linus by Pekka Enberg · 14 years ago
  71. 2bce648 slub: Allow removal of slab caches during boot by Christoph Lameter · 14 years ago
  72. e438444 Revert "slub: Allow removal of slab caches during boot" by Pekka Enberg · 14 years ago
  73. bc6488e slub numa: Fix rare allocation from unexpected node by Christoph Lameter · 14 years ago
  74. af537b0 slub: Use kmem_cache flags to detect if slab is in debugging mode. by Christoph Lameter · 14 years ago
  75. f5b801a slub: Allow removal of slab caches during boot by Christoph Lameter · 14 years ago
  76. d7278bd slub: Check kasprintf results in kmem_cache_init() by Christoph Lameter · 14 years ago
  77. f90ec39 SLUB: Constants need UL by Christoph Lameter · 14 years ago
  78. 2154a33 slub: Use a constant for a unspecified node. by Christoph Lameter · 14 years ago
  79. 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
  80. 039ca4e tracing: Remove kmemtrace ftrace plugin by Li Zefan · 14 years ago
  81. 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
  82. c0ff745 cpuset,mm: fix no node to alloc memory when changing cpuset's mems by Miao Xie · 14 years ago
  83. 73367bd slub: move kmem_cache_node into it's own cacheline by Alexander Duyck · 14 years ago
  84. bb4f6b0 Merge branches 'slab/align', 'slab/cleanups', 'slab/fixes', 'slab/memhotadd' and 'slub/fixes' into slab-for-linus by Pekka Enberg · 14 years ago
  85. 6b65aaf slub: Use alloc_pages_exact_node() for page allocation by Minchan Kim · 14 years ago
  86. d3e14aa slub: __kmalloc_node_track_caller should trace kmalloc_large_node case by Xiaotian Feng · 14 years ago
  87. bbd7d57 slub: Potential stack overflow by Eric Dumazet · 14 years ago
  88. 4581ced mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slub_def.h> by David Woodhouse · 14 years ago
  89. 111c7d8 slub: Fix bad boundary check in init_kmem_cache_nodes() by Zhang, Yanmin · 14 years ago
  90. d3e06e2 slub: Fix kmem_ptr_validate() for non-kernel pointers by Pekka Enberg · 14 years ago
  91. c32da02 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  92. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  93. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 14 years ago
  94. 9cd4361 kobject: Constify struct kset_uevent_ops by Emese Revfy · 15 years ago
  95. 1154fab SLUB: Fix per-cpu merge conflict by Stephen Rothwell · 14 years ago
  96. e2b093f Merge branches 'slab/cleanups', 'slab/failslab', 'slab/fixes' and 'slub/percpu' into slab-for-linus by Pekka Enberg · 14 years ago
  97. 4c13dd3 failslab: add ability to filter slab caches by Dmitry Monakhov · 14 years ago
  98. c9404c9 Fix misspelling of "should" and "shouldn't" in comments. by Adam Buchbinder · 15 years ago
  99. 91efd77 dma kmalloc handling fixes by Christoph Lameter · 14 years ago
  100. 7738dd9 slub: remove impossible condition by David Rientjes · 14 years ago