1. a032086 mm/slub.c: fix page->_count corruption (again) by Dave Hansen · 10 years ago
  2. a0132ac mm/slub.c: do not VM_BUG_ON_PAGE() for temporary on-stack pages by Dave Hansen · 10 years ago
  3. 309381fea mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE by Sasha Levin · 10 years ago
  4. 24f971a Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 11 years ago
  5. 9073e1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  6. 2ade4de memcg, kmem: rename cache_from_memcg to cache_from_memcg_idx by Qiang Huang · 11 years ago
  7. 721ae22 mm, slub: fix the typo in mm/slub.c by Zhi Yong Wu · 11 years ago
  8. c6f58d9 slub: Handle NULL parameter in kmem_cache_flags by Christoph Lameter · 11 years ago
  9. d56791b slub: proper kmemleak tracking if CONFIG_SLUB_DEBUG disabled by Roman Bobniev · 11 years ago
  10. d175617 mm: Fix some trivial typos in comments by Xie XiuQi · 11 years ago
  11. bff157b Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 11 years ago
  12. 3dbb95f mm: replace strict_strtoul() with kstrtoul() by Jingoo Han · 11 years ago
  13. 76b6f3d slub: remove verify_mem_not_deleted() by Christoph Lameter · 11 years ago
  14. f1b6eb6 mm/sl[aou]b: Move kmallocXXX functions to common code by Christoph Lameter · 11 years ago
  15. 68f0665 mm/slub.c: beautify code for removing redundancy 'break' statement. by Chen Gang · 11 years ago
  16. ac6434e slub: Remove unnecessary page NULL check by Libin · 11 years ago
  17. 3709050 Revert "slub: do not put a slab to cpu partial list when cpu_partial is 0" by Linus Torvalds · 11 years ago
  18. d0e0ac9 mm/slub: beautify code for 80 column limitation and tab alignment by Chen Gang · 11 years ago
  19. e35e1a9 mm/slub: remove 'per_cpu' which is useless variable by Chen Gang · 11 years ago
  20. 0db0628 kernel: delete __cpuinit usage from all core kernel files by Paul Gortmaker · 11 years ago
  21. 54be820 Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 11 years ago
  22. c25f195 slub: Check for page NULL before doing the node_match check by Steven Rostedt · 11 years ago
  23. 345c905 slub: Make cpu partial slab support configurable by Joonsoo Kim · 11 years ago
  24. 318df36 slub: do not put a slab to cpu partial list when cpu_partial is 0 by Joonsoo Kim · 11 years ago
  25. c17fd13 mm/slub: Use node_nr_slabs and node_nr_objs in get_slabinfo by Wanpeng Li · 11 years ago
  26. a446336 mm/slub: Drop unnecessary nr_partials by Wanpeng Li · 11 years ago
  27. 0f47c94 Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 11 years ago
  28. 69df2ac Merge branch 'slab/next' into slab/for-linus by Pekka Enberg · 11 years ago
  29. 3ac38fa mm/slub.c: use register_hotmemory_notifier() by Andrew Morton · 11 years ago
  30. 7cccd80 slub: tid must be retrieved from the percpu area of the current processor by Christoph Lameter · 11 years ago
  31. 4d7868e slub: Do not dereference NULL pointer in node_match by Christoph Lameter · 11 years ago
  32. 338b264 slub: add 'likely' macro to inc_slabs_node() by Joonsoo Kim · 11 years ago
  33. 633b076 slub: correct to calculate num of acquired objects in get_partial_node() by Joonsoo Kim · 11 years ago
  34. 7d557b3 slub: correctly bootstrap boot caches by Glauber Costa · 11 years ago
  35. 9043a26 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  36. 22b751c mm: rename page struct field helpers by Mel Gorman · 11 years ago
  37. 2c59dd6 slab: Common Kmalloc cache determination by Christoph Lameter · 11 years ago
  38. f97d5f6 slab: Common function to create the kmalloc array by Christoph Lameter · 11 years ago
  39. 9425c58 slab: Common definition for the array of kmalloc caches by Christoph Lameter · 11 years ago
  40. 95a05b4 slab: Common constants for kmalloc boundaries by Christoph Lameter · 11 years ago
  41. 373d4d0 taint: add explicit flag to show whether lock dep is still OK. by Rusty Russell · 11 years ago
  42. 5413dfb slub: drop mutex before deleting sysfs entry by Glauber Costa · 11 years ago
  43. ebe945c memcg: add comments clarifying aspects of cache attribute propagation by Glauber Costa · 11 years ago
  44. 107dab5 slub: slub-specific propagation changes by Glauber Costa · 11 years ago
  45. 1f458cb memcg: destroy memcg caches by Glauber Costa · 11 years ago
  46. d79923f sl[au]b: allocate objects from memcg cache by Glauber Costa · 11 years ago
  47. b9ce5ef sl[au]b: always get the cache from its page in kmem_cache_free() by Glauber Costa · 11 years ago
  48. 2633d7a slab/slub: consider a memcg parameter in kmem_create_cache by Glauber Costa · 11 years ago
  49. ae664db Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 11 years ago
  50. b9d5ab2 slub, hotplug: ignore unrelated node's hot-adding and hot-removing by Lai Jiangshan · 12 years ago
  51. 4590685 mm/sl[aou]b: Common alignment code by Christoph Lameter · 12 years ago
  52. dffb4d6 slub: Use statically allocated kmem_cache boot structure for bootstrap by Christoph Lameter · 12 years ago
  53. 45530c4 mm, sl[au]b: create common functions for boot slab creation by Christoph Lameter · 12 years ago
  54. 59a0991 slub: Use correct cpu_slab on dead cpu by Christoph Lameter · 12 years ago
  55. d884392 slab: Ignore internal flags in cache creation by Glauber Costa · 12 years ago
  56. 242860a mm/sl[aou]b: Move common kmem_cache_size() to slab.h by Ezequiel Garcia · 12 years ago
  57. 1b4f59e3 slub: Commonize slab_cache field in struct page by Glauber Costa · 12 years ago
  58. b4f591c Merge branch 'slab/procfs' into slab/next by Pekka Enberg · 12 years ago
  59. 0d7561c sl[au]b: Process slabinfo_show in common code by Glauber Costa · 12 years ago
  60. bcee6e2 mm/sl[au]b: Move print_slabinfo_header to slab_common.c by Glauber Costa · 12 years ago
  61. b7454ad mm/sl[au]b: Move slabinfo processing to slab_common.c by Glauber Costa · 12 years ago
  62. 837d678 slub: remove one code path and reduce lock contention in __slab_free() by Joonsoo Kim · 12 years ago
  63. f4178cd Merge branch 'slab/common-for-cgroups' into slab/for-linus by Pekka Enberg · 12 years ago
  64. 023dc70 Merge branch 'slab/next' into slab/for-linus by Pekka Enberg · 12 years ago
  65. 788e1aa slub: init_kmem_cache_cpus() and put_cpu_partial() can be static by Fengguang Wu · 12 years ago
  66. 2b847c3 mm, slub: Rename slab_alloc() -> slab_alloc_node() to match SLAB by Ezequiel Garcia · 12 years ago
  67. 645df23 mm, sl[au]b: Taint kernel when we detect a corrupted slab by Dave Jones · 12 years ago
  68. 8ba00bb slub: consider pfmemalloc_match() in get_partial_node() by Joonsoo Kim · 12 years ago
  69. 9df53b1 slub: Zero initial memory segment for kmem_cache and kmem_cache_node by Christoph Lameter · 12 years ago
  70. aac3a16 Revert "mm/sl[aou]b: Move sysfs_slab_add to common" by Pekka Enberg · 12 years ago
  71. cce89f4 mm/sl[aou]b: Move kmem_cache refcounting to common code by Christoph Lameter · 12 years ago
  72. 8a13a4c mm/sl[aou]b: Shrink __kmem_cache_create() parameter lists by Christoph Lameter · 12 years ago
  73. 278b1bb mm/sl[aou]b: Move kmem_cache allocations into common code by Christoph Lameter · 12 years ago
  74. 96d17b7 mm/sl[aou]b: Move sysfs_slab_add to common by Christoph Lameter · 12 years ago
  75. cbb7969 mm/sl[aou]b: Do slab aliasing call from common code by Christoph Lameter · 12 years ago
  76. db265ec mm/sl[aou]b: Move duping of slab name to slab_common.c by Christoph Lameter · 12 years ago
  77. 12c3667 mm/sl[aou]b: Get rid of __kmem_cache_destroy by Christoph Lameter · 12 years ago
  78. 8f4c765 mm/sl[aou]b: Move freeing of kmem_cache structure to common code by Christoph Lameter · 12 years ago
  79. 9b030cb mm/sl[aou]b: Use "kmem_cache" name for slab cache with kmem_cache struct by Christoph Lameter · 12 years ago
  80. 945cf2b mm/sl[aou]b: Extract a common function for kmem_cache_destroy by Christoph Lameter · 12 years ago
  81. 7c9adf5 mm/sl[aou]b: Move list_add() to slab_common.c by Christoph Lameter · 12 years ago
  82. 208c435 mm/slub: Use kmem_cache for the kmem_cache structure by Christoph Lameter · 12 years ago
  83. 7957610 mm/slub: Add debugging to verify correct cache use on kmem_cache_free() by Christoph Lameter · 12 years ago
  84. e24fc41 slub: reduce failure of this_cpu_cmpxchg in put_cpu_partial() after unfreezing by Joonsoo Kim · 12 years ago
  85. 19c7ff9 slub: Take node lock during object free checks by Christoph Lameter · 12 years ago
  86. d9b7f22 slub: use free_page instead of put_page for freeing kmalloc allocation by Glauber Costa · 12 years ago
  87. 5091b74 mm: slub: optimise the SLUB fast path to avoid pfmemalloc checks by Christoph Lameter · 12 years ago
  88. 072bb0a mm: sl[au]b: add knowledge of PFMEMALLOC reserve pages by Mel Gorman · 12 years ago
  89. 737b719 mm, slub: ensure irqs are enabled for kmemcheck by David Rientjes · 12 years ago
  90. 20cea96 mm, sl[aou]b: Move kmem_cache_create mutex handling to common code by Christoph Lameter · 12 years ago
  91. 18004c5 mm, sl[aou]b: Use a common mutex definition by Christoph Lameter · 12 years ago
  92. 97d0660 mm, sl[aou]b: Common definition for boot state of the slab allocators by Christoph Lameter · 12 years ago
  93. 039363f mm, sl[aou]b: Extract common code for kmem_cache_create() by Christoph Lameter · 12 years ago
  94. 068ce41 slub: remove invalid reference to list iterator variable by Julia Lawall · 12 years ago
  95. 43d7786 slub: refactoring unfreeze_partials() by Joonsoo Kim · 12 years ago
  96. d24ac77 slub: use __cmpxchg_double_slab() at interrupt disabled place by Joonsoo Kim · 12 years ago
  97. e7b691b slab/mempolicy: always use local policy from interrupt context by Andi Kleen · 12 years ago
  98. 3b0efdf mm, sl[aou]b: Extract common fields from struct kmem_cache by Christoph Lameter · 12 years ago
  99. 23910c5 Merge branch 'slub/cleanups' into slab/next by Pekka Enberg · 12 years ago
  100. af4f8ba Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 12 years ago