1. 837d678 slub: remove one code path and reduce lock contention in __slab_free() by Joonsoo Kim · 12 years ago
  2. f4178cd Merge branch 'slab/common-for-cgroups' into slab/for-linus by Pekka Enberg · 12 years ago
  3. 023dc70 Merge branch 'slab/next' into slab/for-linus by Pekka Enberg · 12 years ago
  4. 788e1aa slub: init_kmem_cache_cpus() and put_cpu_partial() can be static by Fengguang Wu · 12 years ago
  5. 2b847c3 mm, slub: Rename slab_alloc() -> slab_alloc_node() to match SLAB by Ezequiel Garcia · 12 years ago
  6. 645df23 mm, sl[au]b: Taint kernel when we detect a corrupted slab by Dave Jones · 12 years ago
  7. 8ba00bb slub: consider pfmemalloc_match() in get_partial_node() by Joonsoo Kim · 12 years ago
  8. 9df53b1 slub: Zero initial memory segment for kmem_cache and kmem_cache_node by Christoph Lameter · 12 years ago
  9. aac3a16 Revert "mm/sl[aou]b: Move sysfs_slab_add to common" by Pekka Enberg · 12 years ago
  10. cce89f4 mm/sl[aou]b: Move kmem_cache refcounting to common code by Christoph Lameter · 12 years ago
  11. 8a13a4c mm/sl[aou]b: Shrink __kmem_cache_create() parameter lists by Christoph Lameter · 12 years ago
  12. 278b1bb mm/sl[aou]b: Move kmem_cache allocations into common code by Christoph Lameter · 12 years ago
  13. 96d17b7 mm/sl[aou]b: Move sysfs_slab_add to common by Christoph Lameter · 12 years ago
  14. cbb7969 mm/sl[aou]b: Do slab aliasing call from common code by Christoph Lameter · 12 years ago
  15. db265ec mm/sl[aou]b: Move duping of slab name to slab_common.c by Christoph Lameter · 12 years ago
  16. 12c3667 mm/sl[aou]b: Get rid of __kmem_cache_destroy by Christoph Lameter · 12 years ago
  17. 8f4c765 mm/sl[aou]b: Move freeing of kmem_cache structure to common code by Christoph Lameter · 12 years ago
  18. 9b030cb mm/sl[aou]b: Use "kmem_cache" name for slab cache with kmem_cache struct by Christoph Lameter · 12 years ago
  19. 945cf2b mm/sl[aou]b: Extract a common function for kmem_cache_destroy by Christoph Lameter · 12 years ago
  20. 7c9adf5 mm/sl[aou]b: Move list_add() to slab_common.c by Christoph Lameter · 12 years ago
  21. 208c435 mm/slub: Use kmem_cache for the kmem_cache structure by Christoph Lameter · 12 years ago
  22. 7957610 mm/slub: Add debugging to verify correct cache use on kmem_cache_free() by Christoph Lameter · 12 years ago
  23. e24fc41 slub: reduce failure of this_cpu_cmpxchg in put_cpu_partial() after unfreezing by Joonsoo Kim · 12 years ago
  24. 19c7ff9 slub: Take node lock during object free checks by Christoph Lameter · 12 years ago
  25. d9b7f22 slub: use free_page instead of put_page for freeing kmalloc allocation by Glauber Costa · 12 years ago
  26. 5091b74 mm: slub: optimise the SLUB fast path to avoid pfmemalloc checks by Christoph Lameter · 12 years ago
  27. 072bb0a mm: sl[au]b: add knowledge of PFMEMALLOC reserve pages by Mel Gorman · 12 years ago
  28. 737b719 mm, slub: ensure irqs are enabled for kmemcheck by David Rientjes · 12 years ago
  29. 20cea96 mm, sl[aou]b: Move kmem_cache_create mutex handling to common code by Christoph Lameter · 12 years ago
  30. 18004c5 mm, sl[aou]b: Use a common mutex definition by Christoph Lameter · 12 years ago
  31. 97d0660 mm, sl[aou]b: Common definition for boot state of the slab allocators by Christoph Lameter · 12 years ago
  32. 039363f mm, sl[aou]b: Extract common code for kmem_cache_create() by Christoph Lameter · 12 years ago
  33. 068ce41 slub: remove invalid reference to list iterator variable by Julia Lawall · 12 years ago
  34. 43d7786 slub: refactoring unfreeze_partials() by Joonsoo Kim · 12 years ago
  35. d24ac77 slub: use __cmpxchg_double_slab() at interrupt disabled place by Joonsoo Kim · 12 years ago
  36. e7b691b slab/mempolicy: always use local policy from interrupt context by Andi Kleen · 12 years ago
  37. 3b0efdf mm, sl[aou]b: Extract common fields from struct kmem_cache by Christoph Lameter · 12 years ago
  38. 23910c5 Merge branch 'slub/cleanups' into slab/next by Pekka Enberg · 12 years ago
  39. af4f8ba Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 12 years ago
  40. 57d437d slub: pass page to node_match() instead of kmem_cache_cpu structure by Christoph Lameter · 12 years ago
  41. f6e7def slub: Use page variable instead of c->page. by Christoph Lameter · 12 years ago
  42. c17dda4 slub: Separate out kmem_cache_cpu processing from deactivate_slab by Christoph Lameter · 12 years ago
  43. ec3ab08 slub: Get rid of the node field by Christoph Lameter · 12 years ago
  44. 188fd06 slub: new_slab_objects() can also get objects from partial list by Christoph Lameter · 12 years ago
  45. f4697436 slub: Simplify control flow in __slab_alloc() by Christoph Lameter · 12 years ago
  46. 7ced371 slub: Acquire_slab() avoid loop by Christoph Lameter · 12 years ago
  47. 507effe slub: Add frozen check in __slab_alloc by Christoph Lameter · 12 years ago
  48. 6faa683 slub: Use freelist instead of "object" in __slab_alloc by Christoph Lameter · 12 years ago
  49. c03f94c slub: use __SetPageSlab function to set PG_slab flag by Joonsoo Kim · 12 years ago
  50. 02d7633 slub: fix a memory leak in get_partial_node() by Joonsoo Kim · 12 years ago
  51. 02e1a9c slub: missing test for partial pages flush work in flush_all() by majianpeng · 12 years ago
  52. 4053497 slub: remove unused argument of init_kmem_cache_node() by Joonsoo Kim · 12 years ago
  53. 601d39d slub: fix a possible memory leak by Joonsoo Kim · 12 years ago
  54. de3ec03 slub: fix incorrect return type of get_any_partial() by Joonsoo Kim · 12 years ago
  55. 532bfc8 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  56. a8364d5 slub: only IPI CPUs that have per cpu obj to flush by Gilad Ben-Yossef · 12 years ago
  57. 0c9aac0 Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 12 years ago
  58. cc9a6c8 cpuset: mm: reduce large amounts of memory barrier related damage v3 by Mel Gorman · 12 years ago
  59. 8028dce slub: per cpu partial statistics change by Alex Shi · 12 years ago
  60. 4de900b slub: include include for prefetch by Christoph Lameter · 12 years ago
  61. 66c4c35 slub: Do not hold slub_lock when calling sysfs_slab_add() by Christoph Lameter · 12 years ago
  62. 0ad9500 slub: prefetch next freelist pointer in slab_alloc() by Eric Dumazet · 12 years ago
  63. 2565409 mm,x86,um: move CMPXCHG_DOUBLE config option by Heiko Carstens · 12 years ago
  64. 43570fd mm,slub,x86: decouple size of struct page from CONFIG_CMPXCHG_LOCAL by Heiko Carstens · 12 years ago
  65. 6296e5d Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 12 years ago
  66. 5878cf4 Merge branch 'slab/urgent' into slab/for-linus by Pekka Enberg · 12 years ago
  67. fc8d862 slub: min order when debug_guardpage_minorder > 0 by Stanislaw Gruszka · 12 years ago
  68. 74ee4ef slub: disallow changing cpu_partial from userspace for debug caches by David Rientjes · 12 years ago
  69. 6b3da11 Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 12 years ago
  70. cdcd629 x86: Fix and improve cmpxchg_double{,_local}() by Jan Beulich · 12 years ago
  71. 933393f percpu: Remove irqsafe_cpu_xxx variants by Christoph Lameter · 12 years ago
  72. b13683d slub: add missed accounting by Shaohua Li · 13 years ago
  73. 213eeb9 slub: Extract get_freelist from __slab_alloc by Christoph Lameter · 13 years ago
  74. 8f1e33d slub: Switch per cpu partial page support off for debugging by Christoph Lameter · 13 years ago
  75. 73736e0 slub: fix a possible memleak in __slab_alloc() by Eric Dumazet · 12 years ago
  76. 4c493a5 slub: add missed accounting by Shaohua Li · 13 years ago
  77. 42616ca Merge branch 'slab/urgent' into slab/next by Pekka Enberg · 13 years ago
  78. bc6697d slub: avoid potential NULL dereference or corruption by Eric Dumazet · 13 years ago
  79. 42d623a slub: use irqsafe_cpu_cmpxchg for put_cpu_partial by Christoph Lameter · 13 years ago
  80. 265d47e slub: add taint flag outputting to debug paths by Dave Jones · 13 years ago
  81. 9ada193 slub: move discard_slab out of node lock by Shaohua Li · 13 years ago
  82. f64ae042 slub: use correct parameter to add a page to partial list tail by Shaohua Li · 13 years ago
  83. 79824820 lib/string.c: introduce memchr_inv() by Akinobu Mita · 13 years ago
  84. e182a34 Merge branches 'slab/next' and 'slub/partial' into slab/for-linus by Pekka Enberg · 13 years ago
  85. dcc3be6 slub: Discard slab page when node partial > minimum partial number by Alex Shi · 13 years ago
  86. 9f26490 slub: correct comments error for per cpu partial by Alex Shi · 13 years ago
  87. ab067e9 mm: restrict access to slab files under procfs and sysfs by Vasiliy Kulikov · 13 years ago
  88. d20bbfa Merge branch 'slab/urgent' into slab/next by Pekka Enberg · 13 years ago
  89. 12d7963 slub: Code optimization in get_partial_node() by Alex,Shi · 13 years ago
  90. 136333d slub: explicitly document position of inserting slab to partial list by Shaohua Li · 13 years ago
  91. 130655e slub: add slab with one free object to partial list tail by Shaohua Li · 13 years ago
  92. 49e2258 slub: per cpu cache for partial pages by Christoph Lameter · 13 years ago
  93. 497b66f slub: return object pointer from get_partial() / new_slab(). by Christoph Lameter · 13 years ago
  94. acd19fd slub: pass kmem_cache_cpu pointer to get_partial() by Christoph Lameter · 13 years ago
  95. e6e82ea slub: Prepare inuse field in new_slab() by Christoph Lameter · 13 years ago
  96. 7db0d70 slub: Remove useless statements in __slab_alloc by Christoph Lameter · 13 years ago
  97. 69cb8e6 slub: free slabs without holding locks by Christoph Lameter · 13 years ago
  98. 8110718 slub: Fix partial count comparison confusion by Christoph Lameter · 13 years ago
  99. ef62fb3 slub: fix check_bytes() for slub debugging by Akinobu Mita · 13 years ago
  100. 6fbabb2 slub: Fix full list corruption if debugging is on by Christoph Lameter · 13 years ago