1. db71418 Merge 4.9.142 into android-4.9 by Greg Kroah-Hartman · 5 years ago
  2. 789c694 mm: don't warn about large allocations for slab by Dmitry Vyukov · 6 years ago
  3. cb61d5a UPSTREAM: kasan: drain quarantine of memcg slab objects by Greg Thelen · 7 years ago
  4. 076a622 slub: do not merge cache if slub_debug contains a never-merge flag by Grygorii Maistrenko · 7 years ago
  5. bc01eb9 slub: move synchronize_sched out of slab_mutex on shrink by Vladimir Davydov · 7 years ago
  6. f773e36 memcg: prevent memcg caches to be both OFF_SLAB & OBJFREELIST_SLAB by Greg Thelen · 7 years ago
  7. 4949148 mm: charge/uncharge kmemcg from generic page allocator paths by Vladimir Davydov · 8 years ago
  8. 7c00fce mm: reorganize SLAB freelist randomization by Thomas Garnier · 8 years ago
  9. 73f576c mm: memcontrol: fix cgroup creation failure after many small jobs by Johannes Weiner · 8 years ago
  10. 55834c5 mm: kasan: initial memory quarantine implementation by Alexander Potapenko · 8 years ago
  11. 505f5dc mm, kasan: add GFP flags to KASAN API by Alexander Potapenko · 8 years ago
  12. 7ed2f9e mm, kasan: SLAB support by Alexander Potapenko · 8 years ago
  13. 1170532 mm: convert printk(KERN_<LEVEL> to pr_<level> by Joe Perches · 8 years ago
  14. 756a025f0 mm: coalesce split strings by Joe Perches · 8 years ago
  15. b6ecd2d mm: memcontrol: zap memcg_kmem_online helper by Vladimir Davydov · 8 years ago
  16. ca25719 mm: new API kfree_bulk() for SLAB+SLUB allocators by Jesper Dangaard Brouer · 8 years ago
  17. 52b4b95 mm: slab: free kmem_cache_node after destroy sysfs file by Dmitry Safonov · 8 years ago
  18. 127424c mm: memcontrol: move kmem accounting code to CONFIG_MEMCG by Johannes Weiner · 8 years ago
  19. 567e9ab mm: memcontrol: give the kmem states more descriptive names by Johannes Weiner · 8 years ago
  20. 230e9fc slab: add SLAB_ACCOUNT flag by Vladimir Davydov · 8 years ago
  21. 865762a slab/slub: adjust kmem_cache_alloc_bulk API by Jesper Dangaard Brouer · 8 years ago
  22. 40911a7 mm/slab_common.c: initialize kmem_cache pointer to NULL by Alexandru Moise · 8 years ago
  23. cd918c5 mm/slab_common.c: do not warn that cache is busy on destroy more than once by Vladimir Davydov · 8 years ago
  24. d60fdcc mm/slab_common.c: clear pointers to per memcg caches on destroy by Vladimir Davydov · 8 years ago
  25. c9a77a7 mm/slab_common.c: rename cache create/destroy helpers by Vladimir Davydov · 8 years ago
  26. fda9012 slab: convert slab_is_available() to boolean by Denis Kirjanov · 8 years ago
  27. 33398cf memcg: export struct mem_cgroup by Michal Hocko · 9 years ago
  28. 3942d29 mm/slab_common: allow NULL cache pointer in kmem_cache_destroy() by Sergey Senozhatsky · 9 years ago
  29. 484748f slab: infrastructure for bulk object allocation and freeing by Christoph Lameter · 9 years ago
  30. 3e810ae mm/slub: allow merging when SLAB_DEBUG_FREE is set by Konstantin Khlebnikov · 9 years ago
  31. ae6f246 Add __init attribute to new_kmalloc_cache by Christoph Lameter · 9 years ago
  32. a9730fc Fix kmalloc slab creation sequence by Christoph Lameter · 9 years ago
  33. 34cc699 slab: correct size_index table before replacing the bootstrap kmem_cache_node by Daniel Sanders · 9 years ago
  34. 4066c33 mm/slab_common: support the slub_debug boot option on specific object size by Gavin Guo · 9 years ago
  35. 0316bec mm: slub: add kernel address sanitizer support for slub allocator by Andrey Ryabinin · 9 years ago
  36. 3dec16e mm/slab: convert cache name allocations to kstrdup_const by Andrzej Hajda · 9 years ago
  37. d6e0b7f slub: make dead caches discard free slabs immediately by Vladimir Davydov · 9 years ago
  38. 2a4db7e memcg: free memcg_caches slot on css offline by Vladimir Davydov · 9 years ago
  39. f100836 slab: use css id for naming per memcg caches by Vladimir Davydov · 9 years ago
  40. 426589f slab: link memcg caches of the same kind into a list by Vladimir Davydov · 9 years ago
  41. f7ce319 slab: embed memcg_cache_params to kmem_cache by Vladimir Davydov · 9 years ago
  42. 05257a1 memcg: add rwsem to synchronize against memcg_caches arrays relocation by Vladimir Davydov · 9 years ago
  43. dbcf73e memcg: rename some cache id related variables by Vladimir Davydov · 9 years ago
  44. d5b3cf7 memcg: zap memcg_slab_caches and memcg_slab_mutex by Vladimir Davydov · 9 years ago
  45. 3e0350a memcg: zap memcg_name argument of memcg_create_kmem_cache by Vladimir Davydov · 9 years ago
  46. 7c4da06 mm/slab_common.c: use kmem_cache_free() by Vaishali Thakkar · 9 years ago
  47. b047501 memcg: use generic slab iterators for showing slabinfo by Vladimir Davydov · 9 years ago
  48. 5436205 mm/slab: reverse iteration on find_mergeable() by Joonsoo Kim · 9 years ago
  49. 1df3b26 slab: print slabinfo header in seq show by Vladimir Davydov · 9 years ago
  50. 95069ac8 mm/slab: fix unalignment problem on Malta with EVA due to slab merge by Joonsoo Kim · 9 years ago
  51. 8aba7e0 mm/slab_common: don't check for duplicate cache names by Mikulas Patocka · 10 years ago
  52. 6f817f4 memcg: move memcg_update_cache_size() to slab_common.c by Vladimir Davydov · 10 years ago
  53. 33a690c memcg: move memcg_{alloc,free}_cache_params to slab_common.c by Vladimir Davydov · 10 years ago
  54. 423c929 mm/slab_common: commonize slab merge logic by Joonsoo Kim · 10 years ago
  55. 07f361b mm/slab_common: move kmem_cache definition to internal header by Joonsoo Kim · 10 years ago
  56. 3aa24f5 mm/slab_common.c: suppress warning by Andrew Morton · 10 years ago
  57. 928cec9 mm: move slab related stuff from util.c to slab_common.c by Andrey Ryabinin · 10 years ago
  58. 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
  59. 0bd62b1 slab: delete cache from list after __kmem_cache_shutdown succeeds by Vladimir Davydov · 10 years ago
  60. 776ed0f memcg: cleanup kmem cache creation/destruction functions naming by Vladimir Davydov · 10 years ago
  61. 073ee1c memcg: get rid of memcg_create_cache_name by Vladimir Davydov · 10 years ago
  62. bd67314 memcg, slab: simplify synchronization scheme by Vladimir Davydov · 10 years ago
  63. 03afc0e slab: get_online_mems for kmem_cache_{create,destroy,shrink} by Vladimir Davydov · 10 years ago
  64. cea371f slab: document kmalloc_order by Vladimir Davydov · 10 years ago
  65. 5238343 mm: get rid of __GFP_KMEMCG by Vladimir Davydov · 10 years ago
  66. 5dfb417 sl[au]b: charge slabs to kmemcg explicitly by Vladimir Davydov · 10 years ago
  67. 6946174 slab_common: fix the check for duplicate slab names by Mikulas Patocka · 10 years ago
  68. 41a2128 slub: use sysfs'es release mechanism for kmem_cache by Christoph Lameter · 10 years ago
  69. b852990 memcg, slab: do not destroy children caches if parent has aliases by Vladimir Davydov · 10 years ago
  70. 051dd46 memcg, slab: unregister cache from memcg before starting to destroy it by Vladimir Davydov · 10 years ago
  71. 794b124 memcg, slab: separate memcg vs root cache creation paths by Vladimir Davydov · 10 years ago
  72. 5722d09 memcg, slab: cleanup memcg cache creation by Vladimir Davydov · 10 years ago
  73. a44cb94 memcg, slab: never try to merge memcg caches by Vladimir Davydov · 10 years ago
  74. ba3253c7 slab: fix wrong retval on kmem_cache_create_memcg error path by Dave Jones · 10 years ago
  75. f717eb3 slab: do not panic if we fail to create memcg cache by Vladimir Davydov · 10 years ago
  76. 2edefe1 memcg, slab: fix races in per-memcg cache creation/destruction by Vladimir Davydov · 10 years ago
  77. 1aa1325 memcg, slab: clean up memcg cache initialization/destruction by Vladimir Davydov · 10 years ago
  78. 363a044 memcg, slab: kmem_cache_create_memcg(): fix memleak on fail path by Vladimir Davydov · 10 years ago
  79. 3965fc3 slab: clean up kmem_cache_create_memcg() error handling by Vladimir Davydov · 10 years ago
  80. 2ade4de memcg, kmem: rename cache_from_memcg to cache_from_memcg_idx by Qiang Huang · 10 years ago
  81. 3e37491 slab_common: Do not check for duplicate slab names by Christoph Lameter · 11 years ago
  82. f1b6eb6 mm/sl[aou]b: Move kmallocXXX functions to common code by Christoph Lameter · 11 years ago
  83. 9de1bc8 mm, slab_common: add 'unlikely' to size check of kmalloc_slab() by Joonsoo Kim · 11 years ago
  84. 54be820 Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 11 years ago
  85. 276a243 mm/slab: Give s_next and s_stop slab-specific names by Wanpeng Li · 11 years ago
  86. e9b4db2 mm/slab: Fix /proc/slabinfo unwriteable for slab by Wanpeng Li · 11 years ago
  87. e25839f mm/slab: Sharing s_next and s_stop between slab and slub by Wanpeng Li · 11 years ago
  88. 907985f slab: prevent warnings when allocating with __GFP_NOWARN by Sasha Levin · 11 years ago
  89. 956e46e mm/slab: Fix crash during slab init by Chris Mason · 11 years ago
  90. 8a965b3 mm, slab_common: Fix bootstrap creation of kmalloc caches by Christoph Lameter · 11 years ago
  91. 6286ae9 slab: Return NULL for oversized allocations by Christoph Lameter · 11 years ago
  92. b1e0541 mm/sl[au]b: correct allocation type check in kmalloc_slab() by Joonsoo Kim · 11 years ago
  93. 2c59dd6 slab: Common Kmalloc cache determination by Christoph Lameter · 11 years ago
  94. f97d5f6 slab: Common function to create the kmalloc array by Christoph Lameter · 11 years ago
  95. 9425c58 slab: Common definition for the array of kmalloc caches by Christoph Lameter · 11 years ago
  96. 31ba734 slab: Use proper formatting specs for unsigned size_t by Christoph Lameter · 11 years ago
  97. 943a451 slab: propagate tunable values by Glauber Costa · 11 years ago
  98. 749c541 memcg: aggregate memcg cache values in slabinfo by Glauber Costa · 11 years ago
  99. 7cf2798 memcg/sl[au]b: track all the memcg children of a kmem_cache by Glauber Costa · 11 years ago
  100. 55007d8 memcg: allocate memory for memcg caches whenever a new memcg appears by Glauber Costa · 11 years ago