1. 6731d4f slab: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  2. 1eccfa0 Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  3. 91c6a05 mm: faster kmalloc_array(), kcalloc() by Alexey Dobriyan · 8 years ago
  4. f5509cc mm: Hardened usercopy by Kees Cook · 8 years ago
  5. 48a2705 include/linux: apply __malloc attribute by Rasmus Villemoes · 8 years ago
  6. 505f5dc mm, kasan: add GFP flags to KASAN API by Alexander Potapenko · 8 years ago
  7. 7ed2f9e mm, kasan: SLAB support by Alexander Potapenko · 8 years ago
  8. becfda6 slub: convert SLAB_DEBUG_FREE to SLAB_CONSISTENCY_CHECKS by Laura Abbott · 8 years ago
  9. 9f706d6 mm: fix some spelling by Jesper Dangaard Brouer · 8 years ago
  10. ca25719 mm: new API kfree_bulk() for SLAB+SLUB allocators by Jesper Dangaard Brouer · 8 years ago
  11. 127424c mm: memcontrol: move kmem accounting code to CONFIG_MEMCG by Johannes Weiner · 8 years ago
  12. 230e9fc slab: add SLAB_ACCOUNT flag by Vladimir Davydov · 8 years ago
  13. 865762a slab/slub: adjust kmem_cache_alloc_bulk API by Jesper Dangaard Brouer · 9 years ago
  14. 94a58c3 slab.h: sprinkle __assume_aligned attributes by Rasmus Villemoes · 9 years ago
  15. fda9012 slab: convert slab_is_available() to boolean by Denis Kirjanov · 9 years ago
  16. 484748f slab: infrastructure for bulk object allocation and freeing by Christoph Lameter · 9 years ago
  17. a9730fc Fix kmalloc slab creation sequence by Christoph Lameter · 9 years ago
  18. 1ed58b6 linux/slab.h: fix three off-by-one typos in comment by Rasmus Villemoes · 9 years ago
  19. 4066c33 mm/slab_common: support the slub_debug boot option on specific object size by Gavin Guo · 9 years ago
  20. 124dee0 mm, slab: correct config option in comment by David Rientjes · 9 years ago
  21. 0316bec mm: slub: add kernel address sanitizer support for slub allocator by Andrey Ryabinin · 9 years ago
  22. 2a4db7e memcg: free memcg_caches slot on css offline by Vladimir Davydov · 9 years ago
  23. 426589f slab: link memcg caches of the same kind into a list by Vladimir Davydov · 9 years ago
  24. f7ce319 slab: embed memcg_cache_params to kmem_cache by Vladimir Davydov · 9 years ago
  25. d5b3cf7 memcg: zap memcg_slab_caches and memcg_slab_mutex by Vladimir Davydov · 9 years ago
  26. 3e0350a memcg: zap memcg_name argument of memcg_create_kmem_cache by Vladimir Davydov · 9 years ago
  27. 8135be5 memcg: fix possible use-after-free in memcg_kmem_get_cache() by Vladimir Davydov · 10 years ago
  28. b047501 memcg: use generic slab iterators for showing slabinfo by Vladimir Davydov · 10 years ago
  29. 61f4710 mm/sl[ao]b: always track caller in kmalloc_(node_)track_caller() by Joonsoo Kim · 10 years ago
  30. 07f361b mm/slab_common: move kmem_cache definition to internal header by Joonsoo Kim · 10 years ago
  31. 776ed0f memcg: cleanup kmem cache creation/destruction functions naming by Vladimir Davydov · 10 years ago
  32. 073ee1c memcg: get rid of memcg_create_cache_name by Vladimir Davydov · 10 years ago
  33. bd67314 memcg, slab: simplify synchronization scheme by Vladimir Davydov · 10 years ago
  34. 1e32e77 memcg, slab: do not schedule cache destruction when last page goes away by Vladimir Davydov · 10 years ago
  35. 5238343 mm: get rid of __GFP_KMEMCG by Vladimir Davydov · 10 years ago
  36. bf3a340 Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 10 years ago
  37. 794b124 memcg, slab: separate memcg vs root cache creation paths by Vladimir Davydov · 10 years ago
  38. 24f870d slab: fix wrongly used macro by Joonsoo Kim · 10 years ago
  39. e97ca8e mm: fix GFP_THISNODE callers and clarify by Johannes Weiner · 10 years ago
  40. f315e3f slab: restrict the number of objects in a slab by Joonsoo Kim · 11 years ago
  41. 7b383be Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 10 years ago
  42. 433a91f mm: sl[uo]b: fix misleading comments by Dave Hansen · 10 years ago
  43. f857026 memcg, slab: RCU protect memcg_params for root caches by Vladimir Davydov · 10 years ago
  44. e1168c2 slab.h: remove duplicate kmalloc declaration and fix kernel-doc warnings by Randy Dunlap · 11 years ago
  45. 7e3528c slab.h: remove duplicate kmalloc declaration and fix kernel-doc warnings by Randy Dunlap · 11 years ago
  46. 24f971a Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 11 years ago
  47. 6812670 slab: overloading the RCU head over the LRU for RCU free by Joonsoo Kim · 11 years ago
  48. 23774a2 slab: Use correct GFP_DMA constant by Christoph Lameter · 11 years ago
  49. f1b6eb6 mm/sl[aou]b: Move kmallocXXX functions to common code by Christoph Lameter · 11 years ago
  50. e7efa61 slab: add kmalloc() to kernel API documentation by Michael Opdenacker · 11 years ago
  51. 069e2b35 slob: Rework #ifdeffery in slab.h by Christoph Lameter · 11 years ago
  52. c601fd6 slab: Handle ARCH_DMA_MINALIGN correctly by Christoph Lameter · 11 years ago
  53. 9425c58 slab: Common definition for the array of kmalloc caches by Christoph Lameter · 11 years ago
  54. 95a05b4 slab: Common constants for kmalloc boundaries by Christoph Lameter · 11 years ago
  55. ce6a502 slab: Common kmalloc slab index determination by Christoph Lameter · 11 years ago
  56. 3450466 slab: Move kmalloc related function defs by Christoph Lameter · 11 years ago
  57. 943a451 slab: propagate tunable values by Glauber Costa · 12 years ago
  58. 749c541 memcg: aggregate memcg cache values in slabinfo by Glauber Costa · 12 years ago
  59. 1f458cb memcg: destroy memcg caches by Glauber Costa · 12 years ago
  60. 2633d7a slab/slub: consider a memcg parameter in kmem_create_cache by Glauber Costa · 12 years ago
  61. ba6c496 slab/slub: struct memcg_params by Glauber Costa · 12 years ago
  62. 242860a mm/sl[aou]b: Move common kmem_cache_size() to slab.h by Ezequiel Garcia · 12 years ago
  63. f3f7410 mm, slob: Add support for kmalloc_track_caller() by Ezequiel Garcia · 12 years ago
  64. 97d0660 mm, sl[aou]b: Common definition for boot state of the slab allocators by Christoph Lameter · 12 years ago
  65. 039363f mm, sl[aou]b: Extract common code for kmem_cache_create() by Christoph Lameter · 12 years ago
  66. 3b0efdf mm, sl[aou]b: Extract common fields from struct kmem_cache by Christoph Lameter · 12 years ago
  67. a3860c1 introduce SIZE_MAX by Xi Wang · 12 years ago
  68. a820372 slab: introduce kmalloc_array() by Xi Wang · 12 years ago
  69. 9081064 slab allocators: Provide generic description of alignment defines by Christoph Lameter · 13 years ago
  70. 3192b92 slab, slub, slob: Unify alignment definition by Christoph Lameter · 13 years ago
  71. 6331046 mm: Remove support for kmem_cache_name() by Christoph Lameter · 13 years ago
  72. ccd35fb kernel: kmem_ptr_validate considered harmful by Nick Piggin · 13 years ago
  73. 7adde04 slab: fix caller tracking on !CONFIG_DEBUG_SLAB && CONFIG_TRACING by Xiaotian Feng · 14 years ago
  74. fc1c183 slab: Generify kernel pointer validation by Pekka Enberg · 14 years ago
  75. 4c13dd3 failslab: add ability to filter slab caches by Dmitry Monakhov · 14 years ago
  76. 722f2a6 Merge commit 'linus/master' into HEAD by Vegard Nossum · 15 years ago
  77. 2dff440 kmemcheck: add mm functions by Vegard Nossum · 16 years ago
  78. 7e85ee0 slab,slub: don't enable interrupts during early boot by Pekka Enberg · 15 years ago
  79. d5cff63 kmemleak: Add the slab memory allocation/freeing hooks by Catalin Marinas · 15 years ago
  80. 3ef0e5b slab: introduce kzfree() by Johannes Weiner · 15 years ago
  81. fd37617 Merge branches 'topic/fixes', 'topic/cleanups' and 'topic/documentation' into for-linus by Pekka Enberg · 15 years ago
  82. dfcd361 slab: Fix comment on #endif by Pascal Terjan · 16 years ago
  83. ce71e27 SLUB: Replace __builtin_return_address(0) with _RET_IP_. by Eduard - Gabriel Munteanu · 16 years ago
  84. d7de4c1 slab: document SLAB_DESTROY_BY_RCU by Peter Zijlstra · 16 years ago
  85. 7b3c3a5 proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.c by Alexey Dobriyan · 16 years ago
  86. 2284284 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  87. 93bc4e8 netfilter: fix double-free and use-after free by Pekka Enberg · 16 years ago
  88. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  89. 9ca908f kcalloc: remove runtime division by Milton Miller · 16 years ago
  90. cde5353 Christoph has moved by Christoph Lameter · 16 years ago
  91. 979b0fe vm: add kzalloc_node() inline by Jeff Layton · 16 years ago
  92. 735643e Remove "#ifdef __KERNEL__" checks from unexported headers by Robert P. J. Day · 16 years ago
  93. 30327ac slab: add a flag to prevent debug_free checks on a kmem_cache by Thomas Gleixner · 16 years ago
  94. 158a962 Unify /proc/slabinfo configuration by Linus Torvalds · 16 years ago
  95. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  96. e12ba74 Group short-lived and reclaimable kernel allocations by Mel Gorman · 17 years ago
  97. 1d4ec7b Fix ZERO_OR_NULL_PTR(ZERO_SIZE_PTR) by Roland Dreier · 17 years ago
  98. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  99. 81cda66 Slab allocators: Cleanup zeroing allocations by Christoph Lameter · 17 years ago
  100. 6cb8f91 Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semantics by Christoph Lameter · 17 years ago