1. a640616 slab: remove BAD_ALIEN_MAGIC by Joonsoo Kim · 10 years ago
  2. 367f7f2 slab: remove a useless lockdep annotation by Joonsoo Kim · 10 years ago
  3. 833b706 slab: destroy a slab without holding any alien cache lock by Joonsoo Kim · 10 years ago
  4. 49dfc30 slab: use the lock on alien_cache, instead of the lock on array_cache by Joonsoo Kim · 10 years ago
  5. c8522a3 slab: introduce alien_cache by Joonsoo Kim · 10 years ago
  6. 1fe00d5 slab: factor out initialization of array cache by Joonsoo Kim · 10 years ago
  7. 97654df slab: defer slab_destroy in free_block() by Joonsoo Kim · 10 years ago
  8. 25c063f slab: move up code to get kmem_cache_node in free_block() by Joonsoo Kim · 10 years ago
  9. 8a9c61d slab: add unlikely macro to help compiler by Joonsoo Kim · 10 years ago
  10. 18bf854 slab: use get_node() and kmem_cache_node() functions by Christoph Lameter · 10 years ago
  11. 1536cb3 mm/slab.c: add __init to init_lock_keys by Fabian Frederick · 10 years ago
  12. 0378730 slab: fix oops when reading /proc/slab_allocators by Joonsoo Kim · 10 years ago
  13. c67a8a6 memcg, slab: merge memcg_{bind,release}_pages to memcg_{un}charge_slab by Vladimir Davydov · 10 years ago
  14. 03afc0e slab: get_online_mems for kmem_cache_{create,destroy,shrink} by Vladimir Davydov · 10 years ago
  15. 5dfb417 sl[au]b: charge slabs to kmemcg explicitly by Vladimir Davydov · 10 years ago
  16. 9a02d69 mm, slab: suppress out of memory warning unless debug is enabled by David Rientjes · 10 years ago
  17. 30321c7 slab: Fix off by one in object max number tests. by David Miller · 10 years ago
  18. 7cc68973 slab: fix the type of the index on freelist index accessor by Joonsoo Kim · 10 years ago
  19. bf3a340 Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 10 years ago
  20. 34bf6ef mm: slab/slub: use page->list consistently instead of page->lru by Dave Hansen · 10 years ago
  21. f0432d1 mm, mempolicy: remove per-process flag by David Rientjes · 10 years ago
  22. 2a38961 mm, mempolicy: rename slab_node for clarity by David Rientjes · 10 years ago
  23. d26914d mm: optimize put_mems_allowed() usage by Mel Gorman · 10 years ago
  24. 5f0985b mm/slab.c: cleanup outdated comments and unify variables naming by Jianyu Zhan · 10 years ago
  25. 5087c82 slab: Make allocations with GFP_ZERO slightly more efficient by Joe Perches · 11 years ago
  26. 8fc9cf4 slab: make more slab management structure off the slab by Joonsoo Kim · 11 years ago
  27. a41adfa slab: introduce byte sized index for the freelist of a slab by Joonsoo Kim · 11 years ago
  28. f315e3f slab: restrict the number of objects in a slab by Joonsoo Kim · 11 years ago
  29. e5c58df slab: introduce helper functions to get/set free object by Joonsoo Kim · 11 years ago
  30. 9cef2e2 slab: factor out calculate nr objects in cache_estimate by Joonsoo Kim · 11 years ago
  31. cb8ee1a mm: Fix warning on make htmldocs caused by slab.c by Masanari Iida · 11 years ago
  32. 24f971a Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 11 years ago
  33. 2ade4de memcg, kmem: rename cache_from_memcg to cache_from_memcg_idx by Qiang Huang · 11 years ago
  34. 7e00735 slab: replace non-existing 'struct freelist *' with 'void *' by Joonsoo Kim · 11 years ago
  35. 0172f77 slab: fix to calm down kmemleak warning by Joonsoo Kim · 11 years ago
  36. e7444d9 slab: rename slab_bufctl to slab_freelist by Joonsoo Kim · 11 years ago
  37. 7ecccf9 slab: remove useless statement for checking pfmemalloc by Joonsoo Kim · 11 years ago
  38. 8456a64 slab: use struct page for slab management by Joonsoo Kim · 11 years ago
  39. 106a74e slab: replace free and inuse in struct slab with newly introduced active by Joonsoo Kim · 11 years ago
  40. 45eed50 slab: remove SLAB_LIMIT by Joonsoo Kim · 11 years ago
  41. 1602517 slab: remove kmem_bufctl_t by Joonsoo Kim · 11 years ago
  42. b1cb098 slab: change the management method of free objects of the slab by Joonsoo Kim · 11 years ago
  43. a57a498 slab: use __GFP_COMP flag for allocating slab pages by Joonsoo Kim · 11 years ago
  44. 56f295e slab: use well-defined macro, virt_to_slab() by Joonsoo Kim · 11 years ago
  45. 6812670 slab: overloading the RCU head over the LRU for RCU free by Joonsoo Kim · 11 years ago
  46. 07d417a slab: remove cachep in struct slab_rcu by Joonsoo Kim · 11 years ago
  47. 1ea991b slab: remove nodeid in struct slab by Joonsoo Kim · 11 years ago
  48. ac2b54e slab: remove colouroff in struct slab by Joonsoo Kim · 11 years ago
  49. 0c3aa83 slab: change return type of kmem_getpages() to struct page by Joonsoo Kim · 11 years ago
  50. 73293c2 slab: correct pfmemalloc check by Joonsoo Kim · 11 years ago
  51. 0db0628 kernel: delete __cpuinit usage from all core kernel files by Paul Gortmaker · 11 years ago
  52. 54be820 Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 11 years ago
  53. 276a243 mm/slab: Give s_next and s_stop slab-specific names by Wanpeng Li · 11 years ago
  54. 0f8f809 slab: fix init_lock_keys by Christoph Lameter · 11 years ago
  55. e25839f mm/slab: Sharing s_next and s_stop between slab and slub by Wanpeng Li · 11 years ago
  56. 0fa8103 mm/slab: Fix drain freelist excessively by Wanpeng Li · 11 years ago
  57. d0d04b7 mm, slab: moved kmem_cache_alloc_node comment to correct place by Zhouping Liu · 11 years ago
  58. 0f47c94 Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 11 years ago
  59. 69df2ac Merge branch 'slab/next' into slab/for-linus by Pekka Enberg · 11 years ago
  60. 14e50c6 mm: slab: Verify the nodeid passed to ____cache_alloc_node by Aaron Tomlin · 11 years ago
  61. 071361d mm: Convert print_symbol to %pSR by Joe Perches · 12 years ago
  62. db84506 slab: Fixup CONFIG_PAGE_ALLOC/DEBUG_SLAB_LEAK sections by Christoph Lameter · 11 years ago
  63. ca34956 slab: Common definition for kmem_cache_node by Christoph Lameter · 12 years ago
  64. ce8eb6c slab: Rename list3/l3 to node by Christoph Lameter · 12 years ago
  65. 2c59dd6 slab: Common Kmalloc cache determination by Christoph Lameter · 12 years ago
  66. f97d5f6 slab: Common function to create the kmalloc array by Christoph Lameter · 12 years ago
  67. 9425c58 slab: Common definition for the array of kmalloc caches by Christoph Lameter · 12 years ago
  68. 6a67368 slab: Rename nodelists to node by Christoph Lameter · 12 years ago
  69. 6744f08 slab: Common name for the per node structures by Christoph Lameter · 12 years ago
  70. e336601 slab: Use common kmalloc_index/kmalloc_size functions by Christoph Lameter · 12 years ago
  71. 373d4d0 taint: add explicit flag to show whether lock dep is still OK. by Rusty Russell · 12 years ago
  72. ebe945c memcg: add comments clarifying aspects of cache attribute propagation by Glauber Costa · 12 years ago
  73. 943a451 slab: propagate tunable values by Glauber Costa · 12 years ago
  74. 1f458cb memcg: destroy memcg caches by Glauber Costa · 12 years ago
  75. d79923f sl[au]b: allocate objects from memcg cache by Glauber Costa · 12 years ago
  76. b9ce5ef sl[au]b: always get the cache from its page in kmem_cache_free() by Glauber Costa · 12 years ago
  77. 6ccfb5b slab: annotate on-slab caches nodelist locks by Glauber Costa · 12 years ago
  78. 4590685 mm/sl[aou]b: Common alignment code by Christoph Lameter · 12 years ago
  79. 2f9baa9 slab: Use the new create_boot_cache function to simplify bootstrap by Christoph Lameter · 12 years ago
  80. 45530c4 mm, sl[au]b: create common functions for boot slab creation by Christoph Lameter · 12 years ago
  81. 3c58346 slab: Simplify bootstrap by Christoph Lameter · 12 years ago
  82. a755b76 mm: fix slab.c kernel-doc warnings by Randy Dunlap · 12 years ago
  83. d884392 slab: Ignore internal flags in cache creation by Glauber Costa · 12 years ago
  84. 242860a mm/sl[aou]b: Move common kmem_cache_size() to slab.h by Ezequiel Garcia · 12 years ago
  85. 0d7561c sl[au]b: Process slabinfo_show in common code by Glauber Costa · 12 years ago
  86. bcee6e2 mm/sl[au]b: Move print_slabinfo_header to slab_common.c by Glauber Costa · 12 years ago
  87. b7454ad mm/sl[au]b: Move slabinfo processing to slab_common.c by Glauber Costa · 12 years ago
  88. 125b79d7 Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 12 years ago
  89. e2087be Merge branch 'slab/tracing' into slab/for-linus by Pekka Enberg · 12 years ago
  90. f4178cd Merge branch 'slab/common-for-cgroups' into slab/for-linus by Pekka Enberg · 12 years ago
  91. 023dc70 Merge branch 'slab/next' into slab/for-linus by Pekka Enberg · 12 years ago
  92. 608da7e slab: Fix build failure in __kmem_cache_create() by Tetsuo Handa · 12 years ago
  93. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  94. c0b24b5 Revert "mm/slab: Fix kmem_cache_alloc_node_trace() declaration" by Pekka Enberg · 12 years ago
  95. 1e5965b mm/slab: Fix kmem_cache_alloc_node_trace() declaration by Ezequiel Garcia · 12 years ago
  96. 592f414 mm/slab: Fix typo _RET_IP -> _RET_IP_ by Ezequiel Garcia · 12 years ago
  97. 4835630 mm, slab: Rename __cache_alloc() -> slab_alloc() by Ezequiel Garcia · 12 years ago
  98. 4052147 mm, slab: Match SLAB and SLUB kmem_cache_alloc_xxx_trace() prototype by Ezequiel Garcia · 12 years ago
  99. 7c0cb9c mm, slab: Replace 'caller' type, void* -> unsigned long by Ezequiel Garcia · 12 years ago
  100. ff4fcd0 mm, slab: Remove silly function slab_buffer_size() by Ezequiel Garcia · 12 years ago