1. 7c4da06 mm/slab_common.c: use kmem_cache_free() by Vaishali Thakkar · 9 years ago
  2. b047501 memcg: use generic slab iterators for showing slabinfo by Vladimir Davydov · 9 years ago
  3. 5436205 mm/slab: reverse iteration on find_mergeable() by Joonsoo Kim · 9 years ago
  4. 1df3b26 slab: print slabinfo header in seq show by Vladimir Davydov · 9 years ago
  5. 95069ac8 mm/slab: fix unalignment problem on Malta with EVA due to slab merge by Joonsoo Kim · 10 years ago
  6. 8aba7e0 mm/slab_common: don't check for duplicate cache names by Mikulas Patocka · 10 years ago
  7. 6f817f4 memcg: move memcg_update_cache_size() to slab_common.c by Vladimir Davydov · 10 years ago
  8. 33a690c memcg: move memcg_{alloc,free}_cache_params to slab_common.c by Vladimir Davydov · 10 years ago
  9. 423c929 mm/slab_common: commonize slab merge logic by Joonsoo Kim · 10 years ago
  10. 07f361b mm/slab_common: move kmem_cache definition to internal header by Joonsoo Kim · 10 years ago
  11. 3aa24f5 mm/slab_common.c: suppress warning by Andrew Morton · 10 years ago
  12. 928cec9 mm: move slab related stuff from util.c to slab_common.c by Andrey Ryabinin · 10 years ago
  13. 45ccaf4 Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux into for-3.16-rcX by Mike Snitzer · 10 years ago
  14. 0bd62b1 slab: delete cache from list after __kmem_cache_shutdown succeeds by Vladimir Davydov · 10 years ago
  15. 776ed0f memcg: cleanup kmem cache creation/destruction functions naming by Vladimir Davydov · 10 years ago
  16. 073ee1c memcg: get rid of memcg_create_cache_name by Vladimir Davydov · 10 years ago
  17. bd67314 memcg, slab: simplify synchronization scheme by Vladimir Davydov · 10 years ago
  18. 03afc0e slab: get_online_mems for kmem_cache_{create,destroy,shrink} by Vladimir Davydov · 10 years ago
  19. cea371f slab: document kmalloc_order by Vladimir Davydov · 10 years ago
  20. 5238343 mm: get rid of __GFP_KMEMCG by Vladimir Davydov · 10 years ago
  21. 5dfb417 sl[au]b: charge slabs to kmemcg explicitly by Vladimir Davydov · 10 years ago
  22. 6946174 slab_common: fix the check for duplicate slab names by Mikulas Patocka · 10 years ago
  23. 41a2128 slub: use sysfs'es release mechanism for kmem_cache by Christoph Lameter · 10 years ago
  24. b852990 memcg, slab: do not destroy children caches if parent has aliases by Vladimir Davydov · 10 years ago
  25. 051dd46 memcg, slab: unregister cache from memcg before starting to destroy it by Vladimir Davydov · 10 years ago
  26. 794b124 memcg, slab: separate memcg vs root cache creation paths by Vladimir Davydov · 10 years ago
  27. 5722d09 memcg, slab: cleanup memcg cache creation by Vladimir Davydov · 10 years ago
  28. a44cb94 memcg, slab: never try to merge memcg caches by Vladimir Davydov · 10 years ago
  29. ba3253c7 slab: fix wrong retval on kmem_cache_create_memcg error path by Dave Jones · 10 years ago
  30. f717eb3 slab: do not panic if we fail to create memcg cache by Vladimir Davydov · 10 years ago
  31. 2edefe1 memcg, slab: fix races in per-memcg cache creation/destruction by Vladimir Davydov · 10 years ago
  32. 1aa1325 memcg, slab: clean up memcg cache initialization/destruction by Vladimir Davydov · 10 years ago
  33. 363a044 memcg, slab: kmem_cache_create_memcg(): fix memleak on fail path by Vladimir Davydov · 10 years ago
  34. 3965fc3 slab: clean up kmem_cache_create_memcg() error handling by Vladimir Davydov · 10 years ago
  35. 2ade4de memcg, kmem: rename cache_from_memcg to cache_from_memcg_idx by Qiang Huang · 11 years ago
  36. 3e37491 slab_common: Do not check for duplicate slab names by Christoph Lameter · 11 years ago
  37. f1b6eb6 mm/sl[aou]b: Move kmallocXXX functions to common code by Christoph Lameter · 11 years ago
  38. 9de1bc8 mm, slab_common: add 'unlikely' to size check of kmalloc_slab() by Joonsoo Kim · 11 years ago
  39. 54be820 Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 11 years ago
  40. 276a243 mm/slab: Give s_next and s_stop slab-specific names by Wanpeng Li · 11 years ago
  41. e9b4db2 mm/slab: Fix /proc/slabinfo unwriteable for slab by Wanpeng Li · 11 years ago
  42. e25839f mm/slab: Sharing s_next and s_stop between slab and slub by Wanpeng Li · 11 years ago
  43. 907985f slab: prevent warnings when allocating with __GFP_NOWARN by Sasha Levin · 11 years ago
  44. 956e46e mm/slab: Fix crash during slab init by Chris Mason · 11 years ago
  45. 8a965b3 mm, slab_common: Fix bootstrap creation of kmalloc caches by Christoph Lameter · 11 years ago
  46. 6286ae9 slab: Return NULL for oversized allocations by Christoph Lameter · 11 years ago
  47. b1e0541 mm/sl[au]b: correct allocation type check in kmalloc_slab() by Joonsoo Kim · 11 years ago
  48. 2c59dd6 slab: Common Kmalloc cache determination by Christoph Lameter · 11 years ago
  49. f97d5f6 slab: Common function to create the kmalloc array by Christoph Lameter · 11 years ago
  50. 9425c58 slab: Common definition for the array of kmalloc caches by Christoph Lameter · 11 years ago
  51. 31ba734 slab: Use proper formatting specs for unsigned size_t by Christoph Lameter · 11 years ago
  52. 943a451 slab: propagate tunable values by Glauber Costa · 11 years ago
  53. 749c541 memcg: aggregate memcg cache values in slabinfo by Glauber Costa · 11 years ago
  54. 7cf2798 memcg/sl[au]b: track all the memcg children of a kmem_cache by Glauber Costa · 11 years ago
  55. 55007d8 memcg: allocate memory for memcg caches whenever a new memcg appears by Glauber Costa · 11 years ago
  56. 2633d7a slab/slub: consider a memcg parameter in kmem_create_cache by Glauber Costa · 11 years ago
  57. 4590685 mm/sl[aou]b: Common alignment code by Christoph Lameter · 12 years ago
  58. 45530c4 mm, sl[au]b: create common functions for boot slab creation by Christoph Lameter · 12 years ago
  59. d884392 slab: Ignore internal flags in cache creation by Glauber Costa · 12 years ago
  60. 0d7561c sl[au]b: Process slabinfo_show in common code by Glauber Costa · 12 years ago
  61. bcee6e2 mm/sl[au]b: Move print_slabinfo_header to slab_common.c by Glauber Costa · 12 years ago
  62. b7454ad mm/sl[au]b: Move slabinfo processing to slab_common.c by Glauber Costa · 12 years ago
  63. 210ed9d mm, slab: release slab_mutex earlier in kmem_cache_destroy() by Jiri Kosina · 12 years ago
  64. aac3a16 Revert "mm/sl[aou]b: Move sysfs_slab_add to common" by Pekka Enberg · 12 years ago
  65. cce89f4 mm/sl[aou]b: Move kmem_cache refcounting to common code by Christoph Lameter · 12 years ago
  66. 8a13a4c mm/sl[aou]b: Shrink __kmem_cache_create() parameter lists by Christoph Lameter · 12 years ago
  67. 278b1bb mm/sl[aou]b: Move kmem_cache allocations into common code by Christoph Lameter · 12 years ago
  68. 96d17b7 mm/sl[aou]b: Move sysfs_slab_add to common by Christoph Lameter · 12 years ago
  69. cbb7969 mm/sl[aou]b: Do slab aliasing call from common code by Christoph Lameter · 12 years ago
  70. db265ec mm/sl[aou]b: Move duping of slab name to slab_common.c by Christoph Lameter · 12 years ago
  71. 12c3667 mm/sl[aou]b: Get rid of __kmem_cache_destroy by Christoph Lameter · 12 years ago
  72. 8f4c765 mm/sl[aou]b: Move freeing of kmem_cache structure to common code by Christoph Lameter · 12 years ago
  73. 9b030cb mm/sl[aou]b: Use "kmem_cache" name for slab cache with kmem_cache struct by Christoph Lameter · 12 years ago
  74. 945cf2b mm/sl[aou]b: Extract a common function for kmem_cache_destroy by Christoph Lameter · 12 years ago
  75. 7c9adf5 mm/sl[aou]b: Move list_add() to slab_common.c by Christoph Lameter · 12 years ago
  76. 686d550 mm/slab_common: Improve error handling in kmem_cache_create by Christoph Lameter · 12 years ago
  77. 77be4b1 mm/slab: restructure kmem_cache_create() debug checks by Shuah Khan · 12 years ago
  78. b920536 Revert "mm/slab_common.c: cleanup" by Pekka Enberg · 12 years ago
  79. 455ce9e mm/slab_common.c: cleanup by Andrew Morton · 12 years ago
  80. 73a1180 mm: Fix build warning in kmem_cache_create() by Shuah Khan · 12 years ago
  81. 20cea96 mm, sl[aou]b: Move kmem_cache_create mutex handling to common code by Christoph Lameter · 12 years ago
  82. 18004c5 mm, sl[aou]b: Use a common mutex definition by Christoph Lameter · 12 years ago
  83. 97d0660 mm, sl[aou]b: Common definition for boot state of the slab allocators by Christoph Lameter · 12 years ago
  84. 039363f mm, sl[aou]b: Extract common code for kmem_cache_create() by Christoph Lameter · 12 years ago