1. 6fb9243 mm/slab: remove useless structure define by Joonsoo Kim · 8 years ago
  2. 12c61fe mm/slab: fix stale code comment by Joonsoo Kim · 8 years ago
  3. ca25719 mm: new API kfree_bulk() for SLAB+SLUB allocators by Jesper Dangaard Brouer · 8 years ago
  4. e6cdb58 slab: implement bulk free in SLAB allocator by Jesper Dangaard Brouer · 8 years ago
  5. 7b0501d slab: avoid running debug SLAB code with IRQs disabled for alloc_bulk by Jesper Dangaard Brouer · 8 years ago
  6. 2a777ea slab: implement bulk alloc in SLAB allocator by Jesper Dangaard Brouer · 8 years ago
  7. d5e3ed6 slab: use slab_post_alloc_hook in SLAB allocator shared with SLUB by Jesper Dangaard Brouer · 8 years ago
  8. 011ecea slab: use slab_pre_alloc_hook in SLAB allocator shared with SLUB by Jesper Dangaard Brouer · 8 years ago
  9. fab9963 mm: fault-inject take over bootstrap kmem_cache check by Jesper Dangaard Brouer · 8 years ago
  10. 52b4b95 mm: slab: free kmem_cache_node after destroy sysfs file by Dmitry Safonov · 8 years ago
  11. 7aa0d22 mm/slab.c: add a helper function get_first_slab by Geliang Tang · 8 years ago
  12. 73c0219 mm/slab.c: use list_for_each_entry in cache_flusharray by Geliang Tang · 8 years ago
  13. d8ad47d mm/slab.c use list_first_entry_or_null() by Geliang Tang · 8 years ago
  14. 865762a slab/slub: adjust kmem_cache_alloc_bulk API by Jesper Dangaard Brouer · 9 years ago
  15. bc4f610 slab, slub: use page->rcu_head instead of page->lru plus cast by Kirill A. Shutemov · 9 years ago
  16. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  17. f3ccb2c4 memcg: unify slab and other kmem pages charging by Vladimir Davydov · 9 years ago
  18. d4322d8 mm: slab: only move management objects off-slab for sizes larger than KMALLOC_MIN_SIZE by Catalin Marinas · 9 years ago
  19. 03a2d2a mm/slab: fix unexpected index mapping result of kmalloc_size(INDEX_NODE+1) by Joonsoo Kim · 9 years ago
  20. 96db800 mm: rename alloc_pages_exact_node() to __alloc_pages_node() by Vlastimil Babka · 9 years ago
  21. 484748f slab: infrastructure for bulk object allocation and freeing by Christoph Lameter · 9 years ago
  22. 2f064f3 mm: make page pfmemalloc check more robust by Michal Hocko · 9 years ago
  23. 34cc699 slab: correct size_index table before replacing the bootstrap kmem_cache_node by Daniel Sanders · 9 years ago
  24. 4167e9b mm: remove GFP_THISNODE by David Rientjes · 9 years ago
  25. d6e0b7f slub: make dead caches discard free slabs immediately by Vladimir Davydov · 9 years ago
  26. 426589f slab: link memcg caches of the same kind into a list by Vladimir Davydov · 9 years ago
  27. 061d707 slab: fix cpuset check in fallback_alloc by Vladimir Davydov · 10 years ago
  28. 8135be5 memcg: fix possible use-after-free in memcg_kmem_get_cache() by Vladimir Davydov · 10 years ago
  29. 2756d37 Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  30. c871ac4 slab: improve checking for invalid gfp_flags by Andrew Morton · 10 years ago
  31. 1df3b26 slab: print slabinfo header in seq show by Vladimir Davydov · 10 years ago
  32. b455def mm: slab/slub: coding style: whitespaces and tabs mixture by LQYMGT · 10 years ago
  33. 7c3fbbd slab: fix nodeid bounds check for non-contiguous node IDs by Paul Mackerras · 10 years ago
  34. 344736f cpuset: simplify cpuset_node_allowed API by Vladimir Davydov · 10 years ago
  35. 85c9f4b mm/slab: fix unaligned access on sparc64 by Joonsoo Kim · 10 years ago
  36. b208ce3 mm/slab.c: use __seq_open_private() instead of seq_open() by Rob Jones · 10 years ago
  37. bf0dea2 mm/slab: use percpu allocator for cpu cache by Joonsoo Kim · 10 years ago
  38. 12220de mm/slab: support slab merge by Joonsoo Kim · 10 years ago
  39. 25c4f30 mm/slab: factor out unlikely part of cache_free_alien() by Joonsoo Kim · 10 years ago
  40. d3aec34 mm/slab: noinline __ac_put_obj() by Joonsoo Kim · 10 years ago
  41. 3d88019 mm/slab: move cache_flusharray() out of unlikely.text section by Joonsoo Kim · 10 years ago
  42. 61f4710 mm/sl[ao]b: always track caller in kmalloc_(node_)track_caller() by Joonsoo Kim · 10 years ago
  43. 6111da3 Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  44. d4a5fca mm, slab: initialize object alignment on cache creation by David Rientjes · 10 years ago
  45. 2ad654b cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flags by Zefan Li · 10 years ago
  46. edcad25 Revert "slab: remove BAD_ALIEN_MAGIC" by Joonsoo Kim · 10 years ago
  47. 8a7d9b4 mm/slab.c: fix comments by Wang Sheng-Hui · 10 years ago
  48. 5e80478 slab: change int to size_t for representing allocation size by Joonsoo Kim · 10 years ago
  49. a640616 slab: remove BAD_ALIEN_MAGIC by Joonsoo Kim · 10 years ago
  50. 367f7f2 slab: remove a useless lockdep annotation by Joonsoo Kim · 10 years ago
  51. 833b706 slab: destroy a slab without holding any alien cache lock by Joonsoo Kim · 10 years ago
  52. 49dfc30 slab: use the lock on alien_cache, instead of the lock on array_cache by Joonsoo Kim · 10 years ago
  53. c8522a3 slab: introduce alien_cache by Joonsoo Kim · 10 years ago
  54. 1fe00d5 slab: factor out initialization of array cache by Joonsoo Kim · 10 years ago
  55. 97654df slab: defer slab_destroy in free_block() by Joonsoo Kim · 10 years ago
  56. 25c063f slab: move up code to get kmem_cache_node in free_block() by Joonsoo Kim · 10 years ago
  57. 8a9c61d slab: add unlikely macro to help compiler by Joonsoo Kim · 10 years ago
  58. 18bf854 slab: use get_node() and kmem_cache_node() functions by Christoph Lameter · 10 years ago
  59. 1536cb3 mm/slab.c: add __init to init_lock_keys by Fabian Frederick · 10 years ago
  60. 0378730 slab: fix oops when reading /proc/slab_allocators by Joonsoo Kim · 10 years ago
  61. c67a8a6 memcg, slab: merge memcg_{bind,release}_pages to memcg_{un}charge_slab by Vladimir Davydov · 10 years ago
  62. 03afc0e slab: get_online_mems for kmem_cache_{create,destroy,shrink} by Vladimir Davydov · 10 years ago
  63. 5dfb417 sl[au]b: charge slabs to kmemcg explicitly by Vladimir Davydov · 10 years ago
  64. 9a02d69 mm, slab: suppress out of memory warning unless debug is enabled by David Rientjes · 10 years ago
  65. 30321c7 slab: Fix off by one in object max number tests. by David Miller · 10 years ago
  66. 7cc68973 slab: fix the type of the index on freelist index accessor by Joonsoo Kim · 10 years ago
  67. bf3a340 Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 10 years ago
  68. 34bf6ef mm: slab/slub: use page->list consistently instead of page->lru by Dave Hansen · 10 years ago
  69. f0432d1 mm, mempolicy: remove per-process flag by David Rientjes · 10 years ago
  70. 2a38961 mm, mempolicy: rename slab_node for clarity by David Rientjes · 10 years ago
  71. d26914d mm: optimize put_mems_allowed() usage by Mel Gorman · 10 years ago
  72. 5f0985b mm/slab.c: cleanup outdated comments and unify variables naming by Jianyu Zhan · 10 years ago
  73. 5087c82 slab: Make allocations with GFP_ZERO slightly more efficient by Joe Perches · 11 years ago
  74. 8fc9cf4 slab: make more slab management structure off the slab by Joonsoo Kim · 11 years ago
  75. a41adfa slab: introduce byte sized index for the freelist of a slab by Joonsoo Kim · 11 years ago
  76. f315e3f slab: restrict the number of objects in a slab by Joonsoo Kim · 11 years ago
  77. e5c58df slab: introduce helper functions to get/set free object by Joonsoo Kim · 11 years ago
  78. 9cef2e2 slab: factor out calculate nr objects in cache_estimate by Joonsoo Kim · 11 years ago
  79. cb8ee1a mm: Fix warning on make htmldocs caused by slab.c by Masanari Iida · 10 years ago
  80. 24f971a Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 11 years ago
  81. 2ade4de memcg, kmem: rename cache_from_memcg to cache_from_memcg_idx by Qiang Huang · 11 years ago
  82. 7e00735 slab: replace non-existing 'struct freelist *' with 'void *' by Joonsoo Kim · 11 years ago
  83. 0172f77 slab: fix to calm down kmemleak warning by Joonsoo Kim · 11 years ago
  84. e7444d9 slab: rename slab_bufctl to slab_freelist by Joonsoo Kim · 11 years ago
  85. 7ecccf9 slab: remove useless statement for checking pfmemalloc by Joonsoo Kim · 11 years ago
  86. 8456a64 slab: use struct page for slab management by Joonsoo Kim · 11 years ago
  87. 106a74e slab: replace free and inuse in struct slab with newly introduced active by Joonsoo Kim · 11 years ago
  88. 45eed50 slab: remove SLAB_LIMIT by Joonsoo Kim · 11 years ago
  89. 1602517 slab: remove kmem_bufctl_t by Joonsoo Kim · 11 years ago
  90. b1cb098 slab: change the management method of free objects of the slab by Joonsoo Kim · 11 years ago
  91. a57a498 slab: use __GFP_COMP flag for allocating slab pages by Joonsoo Kim · 11 years ago
  92. 56f295e slab: use well-defined macro, virt_to_slab() by Joonsoo Kim · 11 years ago
  93. 6812670 slab: overloading the RCU head over the LRU for RCU free by Joonsoo Kim · 11 years ago
  94. 07d417a slab: remove cachep in struct slab_rcu by Joonsoo Kim · 11 years ago
  95. 1ea991b slab: remove nodeid in struct slab by Joonsoo Kim · 11 years ago
  96. ac2b54e slab: remove colouroff in struct slab by Joonsoo Kim · 11 years ago
  97. 0c3aa83 slab: change return type of kmem_getpages() to struct page by Joonsoo Kim · 11 years ago
  98. 73293c2 slab: correct pfmemalloc check by Joonsoo Kim · 11 years ago
  99. 0db0628 kernel: delete __cpuinit usage from all core kernel files by Paul Gortmaker · 11 years ago
  100. 54be820 Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 11 years ago