1. d50d82f slub: fix failure when we delete and create a slab cache by Mikulas Patocka · 7 years ago
  2. 9736d2a slub: remove kmem_cache->reserved by Matthew Wilcox · 7 years ago
  3. 19af27a slub: make struct kmem_cache_order_objects::x unsigned int by Alexey Dobriyan · 7 years ago
  4. 7bbdb81 slab: make usercopy region 32-bit by Alexey Dobriyan · 7 years ago
  5. 44065b2 slub: make ->size unsigned int by Alexey Dobriyan · 7 years ago
  6. 1b473f2 slub: make ->object_size unsigned int by Alexey Dobriyan · 7 years ago
  7. a5035de slub: make ->offset unsigned int by Alexey Dobriyan · 7 years ago
  8. e5d9998 slub: make ->cpu_partial unsigned int by Alexey Dobriyan · 7 years ago
  9. 52ee6d7 slub: make ->inuse unsigned int by Alexey Dobriyan · 7 years ago
  10. 3a3791e slub: make ->align unsigned int by Alexey Dobriyan · 7 years ago
  11. d66e52d slub: make ->reserved unsigned int by Alexey Dobriyan · 7 years ago
  12. 2ca6d39 slub: make ->red_left_pad unsigned int by Alexey Dobriyan · 7 years ago
  13. 56d8cee slub: make ->max_attr_size unsigned int by Alexey Dobriyan · 7 years ago
  14. eb7235e slub: make ->remote_node_defrag_ratio unsigned int by Alexey Dobriyan · 7 years ago
  15. 8eb8284 usercopy: Prepare for usercopy whitelisting by David Windsor · 8 years ago
  16. d50112e slab, slub, slob: add slab_flags_t by Alexey Dobriyan · 7 years ago
  17. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  18. 2482ddec mm: add SLUB free list pointer obfuscation by Kees Cook · 7 years ago
  19. e6d0e1d mm/slub.c: wrap kmem_cache->cpu_partial in config CONFIG_SLUB_CPU_PARTIAL by Wei Yang · 8 years ago
  20. a93cf07 mm/slub.c: wrap cpu_slab->partial in CONFIG_SLUB_CPU_PARTIAL by Wei Yang · 8 years ago
  21. d3111e6 mm/slub.c: pack red_left_pad with another int to save a word by Wei Yang · 8 years ago
  22. 3b7b314 slub: make sysfs file removal asynchronous by Tejun Heo · 8 years ago
  23. bf5eb3d slub: separate out sysfs_slab_release() from sysfs_slab_remove() by Tejun Heo · 8 years ago
  24. 80a9201 mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUB by Alexander Potapenko · 8 years ago
  25. c146a2b mm, kasan: account for object redzone in SLUB's nearest_obj() by Alexander Potapenko · 8 years ago
  26. 210e7a4 mm: SLUB freelist randomization by Thomas Garnier · 8 years ago
  27. d96c84f8 mm: slub: remove unused virt_to_obj() by Andrey Ryabinin · 9 years ago
  28. 7ed2f9e mm, kasan: SLAB support by Alexander Potapenko · 9 years ago
  29. d86bd1b mm/slub: support left redzone by Joonsoo Kim · 9 years ago
  30. 127424c mm: memcontrol: move kmem accounting code to CONFIG_MEMCG by Johannes Weiner · 9 years ago
  31. 75c66de mm: slub: share object_err function by Andrey Ryabinin · 10 years ago
  32. 912f5fb mm: slub: introduce virt_to_obj function by Andrey Ryabinin · 10 years ago
  33. f7ce319 slab: embed memcg_cache_params to kmem_cache by Vladimir Davydov · 10 years ago
  34. 41a2128 slub: use sysfs'es release mechanism for kmem_cache by Christoph Lameter · 11 years ago
  35. 9a41707 slub: rework sysfs layout for memcg caches by Vladimir Davydov · 11 years ago
  36. 24f971a Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 11 years ago
  37. a941f83 mm, slub: fix the typo in include/linux/slub_def.h by Zhi Yong Wu · 11 years ago
  38. 76b6f3d slub: remove verify_mem_not_deleted() by Christoph Lameter · 11 years ago
  39. f1b6eb6 mm/sl[aou]b: Move kmallocXXX functions to common code by Christoph Lameter · 11 years ago
  40. ca34956 slab: Common definition for kmem_cache_node by Christoph Lameter · 12 years ago
  41. 2c59dd6 slab: Common Kmalloc cache determination by Christoph Lameter · 12 years ago
  42. 9425c58 slab: Common definition for the array of kmalloc caches by Christoph Lameter · 12 years ago
  43. 95a05b4 slab: Common constants for kmalloc boundaries by Christoph Lameter · 12 years ago
  44. ce6a502 slab: Common kmalloc slab index determination by Christoph Lameter · 12 years ago
  45. 107dab5 slub: slub-specific propagation changes by Glauber Costa · 12 years ago
  46. d79923f sl[au]b: allocate objects from memcg cache by Glauber Costa · 12 years ago
  47. ba6c496 slab/slub: struct memcg_params by Glauber Costa · 12 years ago
  48. 3b0efdf mm, sl[aou]b: Extract common fields from struct kmem_cache by Christoph Lameter · 13 years ago
  49. ec3ab08 slub: Get rid of the node field by Christoph Lameter · 13 years ago
  50. 0c9aac0 Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 13 years ago
  51. 187f188 BUG: headers with BUG/BUG_ON etc. need linux/bug.h by Paul Gortmaker · 13 years ago
  52. 8028dce slub: per cpu partial statistics change by Alex Shi · 13 years ago
  53. 9f26490 slub: correct comments error for per cpu partial by Alex Shi · 13 years ago
  54. 49e2258 slub: per cpu cache for partial pages by Christoph Lameter · 13 years ago
  55. c11abbb Merge branch 'slub/lockless' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 13 years ago
  56. d18a90d slub: Add method to verify memory is not freed by Ben Greear · 14 years ago
  57. 03e404a slub: fast release on full slab by Christoph Lameter · 14 years ago
  58. e36a265 slub: Add statistics for the case that the current slab does not match the node by Christoph Lameter · 14 years ago
  59. b789ef5 slub: Add cmpxchg_double_slab() by Christoph Lameter · 14 years ago
  60. 3192b92 slab, slub, slob: Unify alignment definition by Christoph Lameter · 14 years ago
  61. 3e0c2ab slub: Deal with hyperthetical case of PAGE_SIZE > 2M by Christoph Lameter · 14 years ago
  62. 1759415 slub: Remove CONFIG_CMPXCHG_LOCAL ifdeffery by Christoph Lameter · 14 years ago
  63. 4fdccdf slub: Add statistics for this_cmpxchg_double failures by Christoph Lameter · 14 years ago
  64. e8c500c Merge branch 'slub/lockless' into for-linus by Pekka Enberg · 14 years ago
  65. ab9a0f1 slub: automatically reserve bytes at the end of slab by Lai Jiangshan · 14 years ago
  66. 8a5ec0b Lockless (and preemptless) fastpaths for slub by Christoph Lameter · 14 years ago
  67. 1a757fe slub: min_partial needs to be in first cacheline by Christoph Lameter · 14 years ago
  68. 4a92379 slub tracing: move trace calls out of always inlined functions to reduce kernel code size by Richard Kennedy · 14 years ago
  69. ab4d5ed slub: Enable sysfs support for !CONFIG_SLUB_DEBUG by Christoph Lameter · 14 years ago
  70. 7340cc8 slub: reduce differences between SMP and NUMA by Christoph Lameter · 14 years ago
  71. 51df114 slub: Dynamically size kmalloc cache allocations by Christoph Lameter · 14 years ago
  72. bc584c5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 14 years ago
  73. a6eb9fe dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN by FUJITA Tomonori · 14 years ago
  74. 1b5ad24 slub: add missing __percpu markup in mm/slub_def.h by Namhyung Kim · 14 years ago
  75. c726b61 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core by Ingo Molnar · 15 years ago
  76. 039ca4e tracing: Remove kmemtrace ftrace plugin by Li Zefan · 15 years ago
  77. 0f1f694 SLUB: Allow full duplication of kmalloc array for 390 by Christoph Lameter · 15 years ago
  78. 73367bd slub: move kmem_cache_node into it's own cacheline by Alexander Duyck · 15 years ago
  79. 4581ced3 mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slub_def.h> by David Woodhouse · 15 years ago
  80. ff12059 SLUB: this_cpu: Remove slub kmem_cache fields by Christoph Lameter · 15 years ago
  81. 756dee7 SLUB: Get rid of dynamic DMA kmalloc cache allocation by Christoph Lameter · 15 years ago
  82. 9dfc6e6 SLUB: Use this_cpu operations in slub by Christoph Lameter · 15 years ago
  83. 0f24f12 tracing, slab: Define kmem_cache_alloc_notrace ifdef CONFIG_TRACING by Li Zefan · 15 years ago
  84. aceda77 Merge branches 'slab/cleanups' and 'slab/fixes' into for-linus by Pekka Enberg · 15 years ago
  85. acdfcd0 SLUB: fix ARCH_KMALLOC_MINALIGN cases 64 and 256 by Aaro Koskinen · 15 years ago
  86. bbff2e4 slab: remove duplicate kmem_cache_init_late() declarations by Wu Fengguang · 15 years ago
  87. e4f7c0b4 kmemleak: Trace the kmalloc_large* functions in slub by Catalin Marinas · 16 years ago
  88. 7e85ee0 slab,slub: don't enable interrupts during early boot by Pekka Enberg · 16 years ago
  89. 02af61b tracing, kmemtrace: Separate include/trace/kmemtrace.h to kmemtrace part and tracepoint part by Zhaolei · 16 years ago
  90. ca2b84cb kmemtrace: use tracepoints by Eduard - Gabriel Munteanu · 16 years ago
  91. 8302294 Merge branch 'tracing/core-v2' into tracing-for-linus by Ingo Molnar · 16 years ago
  92. 15a5b0a Merge branches 'topic/slob/cleanups', 'topic/slob/fixes', 'topic/slub/core', 'topic/slub/cleanups' and 'topic/slub/perf' into for-linus by Pekka Enberg · 16 years ago
  93. 3b89d7d slub: move min_partial to struct kmem_cache by David Rientjes · 16 years ago
  94. 057685cf Merge branch 'for-ingo' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 into tracing/kmemtrace by Ingo Molnar · 16 years ago
  95. fe1200b SLUB: Introduce and use SLUB_MAX_SIZE and SLUB_PAGE_SHIFT constants by Christoph Lameter · 16 years ago
  96. 51735a7 SLUB: Do not pass 8k objects through to the page allocator by Pekka Enberg · 16 years ago
  97. ffadd4d SLUB: Introduce and use SLUB_MAX_SIZE and SLUB_PAGE_SHIFT constants by Christoph Lameter · 16 years ago
  98. 36994e5 tracing/kmemtrace: normalize the raw tracer event to the unified tracing API by Frederic Weisbecker · 16 years ago
  99. 5b882be kmemtrace: SLUB hooks. by Eduard - Gabriel Munteanu · 16 years ago
  100. 5595cff SLUB: dynamic per-cache MIN_PARTIAL by Pekka Enberg · 16 years ago