1. 0f47c94 Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 11 years ago
  2. 69df2ac Merge branch 'slab/next' into slab/for-linus by Pekka Enberg · 11 years ago
  3. 14e50c6 mm: slab: Verify the nodeid passed to ____cache_alloc_node by Aaron Tomlin · 11 years ago
  4. 071361d mm: Convert print_symbol to %pSR by Joe Perches · 12 years ago
  5. db84506 slab: Fixup CONFIG_PAGE_ALLOC/DEBUG_SLAB_LEAK sections by Christoph Lameter · 11 years ago
  6. ca34956 slab: Common definition for kmem_cache_node by Christoph Lameter · 11 years ago
  7. ce8eb6c slab: Rename list3/l3 to node by Christoph Lameter · 11 years ago
  8. 2c59dd6 slab: Common Kmalloc cache determination by Christoph Lameter · 11 years ago
  9. f97d5f6 slab: Common function to create the kmalloc array by Christoph Lameter · 11 years ago
  10. 9425c58 slab: Common definition for the array of kmalloc caches by Christoph Lameter · 11 years ago
  11. 6a67368 slab: Rename nodelists to node by Christoph Lameter · 11 years ago
  12. 6744f08 slab: Common name for the per node structures by Christoph Lameter · 11 years ago
  13. e336601 slab: Use common kmalloc_index/kmalloc_size functions by Christoph Lameter · 11 years ago
  14. 373d4d0 taint: add explicit flag to show whether lock dep is still OK. by Rusty Russell · 11 years ago
  15. ebe945c memcg: add comments clarifying aspects of cache attribute propagation by Glauber Costa · 12 years ago
  16. 943a451 slab: propagate tunable values by Glauber Costa · 12 years ago
  17. 1f458cb memcg: destroy memcg caches by Glauber Costa · 12 years ago
  18. d79923f sl[au]b: allocate objects from memcg cache by Glauber Costa · 12 years ago
  19. b9ce5ef sl[au]b: always get the cache from its page in kmem_cache_free() by Glauber Costa · 12 years ago
  20. 6ccfb5b slab: annotate on-slab caches nodelist locks by Glauber Costa · 12 years ago
  21. 4590685 mm/sl[aou]b: Common alignment code by Christoph Lameter · 12 years ago
  22. 2f9baa9 slab: Use the new create_boot_cache function to simplify bootstrap by Christoph Lameter · 12 years ago
  23. 45530c4 mm, sl[au]b: create common functions for boot slab creation by Christoph Lameter · 12 years ago
  24. 3c58346 slab: Simplify bootstrap by Christoph Lameter · 12 years ago
  25. a755b76 mm: fix slab.c kernel-doc warnings by Randy Dunlap · 12 years ago
  26. d884392 slab: Ignore internal flags in cache creation by Glauber Costa · 12 years ago
  27. 242860a mm/sl[aou]b: Move common kmem_cache_size() to slab.h by Ezequiel Garcia · 12 years ago
  28. 0d7561c sl[au]b: Process slabinfo_show in common code by Glauber Costa · 12 years ago
  29. bcee6e2 mm/sl[au]b: Move print_slabinfo_header to slab_common.c by Glauber Costa · 12 years ago
  30. b7454ad mm/sl[au]b: Move slabinfo processing to slab_common.c by Glauber Costa · 12 years ago
  31. 125b79d7 Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 12 years ago
  32. e2087be Merge branch 'slab/tracing' into slab/for-linus by Pekka Enberg · 12 years ago
  33. f4178cd Merge branch 'slab/common-for-cgroups' into slab/for-linus by Pekka Enberg · 12 years ago
  34. 023dc70 Merge branch 'slab/next' into slab/for-linus by Pekka Enberg · 12 years ago
  35. 608da7e slab: Fix build failure in __kmem_cache_create() by Tetsuo Handa · 12 years ago
  36. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  37. c0b24b5 Revert "mm/slab: Fix kmem_cache_alloc_node_trace() declaration" by Pekka Enberg · 12 years ago
  38. 1e5965b mm/slab: Fix kmem_cache_alloc_node_trace() declaration by Ezequiel Garcia · 12 years ago
  39. 592f414 mm/slab: Fix typo _RET_IP -> _RET_IP_ by Ezequiel Garcia · 12 years ago
  40. 4835630 mm, slab: Rename __cache_alloc() -> slab_alloc() by Ezequiel Garcia · 12 years ago
  41. 4052147 mm, slab: Match SLAB and SLUB kmem_cache_alloc_xxx_trace() prototype by Ezequiel Garcia · 12 years ago
  42. 7c0cb9c mm, slab: Replace 'caller' type, void* -> unsigned long by Ezequiel Garcia · 12 years ago
  43. ff4fcd0 mm, slab: Remove silly function slab_buffer_size() by Ezequiel Garcia · 12 years ago
  44. 645df23 mm, sl[au]b: Taint kernel when we detect a corrupted slab by Dave Jones · 12 years ago
  45. f28510d slab: Only define slab_error for DEBUG by Christoph Lameter · 12 years ago
  46. d014dc2 slab: fix starting index for finding another object by Joonsoo Kim · 12 years ago
  47. 30c29be slab: do ClearSlabPfmemalloc() for all pages of slab by Mel Gorman · 12 years ago
  48. 947ca18 slab: fix the DEADLOCK issue on l3 alien lock by Michael Wang · 12 years ago
  49. cce89f4 mm/sl[aou]b: Move kmem_cache refcounting to common code by Christoph Lameter · 12 years ago
  50. 8a13a4c mm/sl[aou]b: Shrink __kmem_cache_create() parameter lists by Christoph Lameter · 12 years ago
  51. 278b1bb mm/sl[aou]b: Move kmem_cache allocations into common code by Christoph Lameter · 12 years ago
  52. 12c3667 mm/sl[aou]b: Get rid of __kmem_cache_destroy by Christoph Lameter · 12 years ago
  53. 8f4c765 mm/sl[aou]b: Move freeing of kmem_cache structure to common code by Christoph Lameter · 12 years ago
  54. 9b030cb mm/sl[aou]b: Use "kmem_cache" name for slab cache with kmem_cache struct by Christoph Lameter · 12 years ago
  55. 945cf2b mm/sl[aou]b: Extract a common function for kmem_cache_destroy by Christoph Lameter · 12 years ago
  56. 7c9adf5 mm/sl[aou]b: Move list_add() to slab_common.c by Christoph Lameter · 12 years ago
  57. 51cd8e6 mm, slab: lock the correct nodelist after reenabling irqs by David Rientjes · 12 years ago
  58. 203b42f workqueue: make deferrable delayed_work initializer names consistent by Tejun Heo · 12 years ago
  59. 5b74beb mm, slab: remove page_get_cache by David Rientjes · 12 years ago
  60. 48f2474 slab: do not call compound_head() in page_get_cache() by Michel Lespinasse · 12 years ago
  61. 381760e mm: micro-optimise slab to avoid a function call by Mel Gorman · 12 years ago
  62. b37f1dd mm: introduce __GFP_MEMALLOC to allow access to emergency reserves by Mel Gorman · 12 years ago
  63. 072bb0a mm: sl[au]b: add knowledge of PFMEMALLOC reserve pages by Mel Gorman · 12 years ago
  64. 20cea96 mm, sl[aou]b: Move kmem_cache_create mutex handling to common code by Christoph Lameter · 12 years ago
  65. 18004c5 mm, sl[aou]b: Use a common mutex definition by Christoph Lameter · 12 years ago
  66. 97d0660 mm, sl[aou]b: Common definition for boot state of the slab allocators by Christoph Lameter · 12 years ago
  67. 039363f mm, sl[aou]b: Extract common code for kmem_cache_create() by Christoph Lameter · 12 years ago
  68. a164f896 slab: move FULL state transition to an initcall by Glauber Costa · 12 years ago
  69. d97d476 slab: Fix a typo in commit 8c138b "slab: Get rid of obj_size macro" by Feng Tang · 12 years ago
  70. 0672aa7 mm, slab: Build fix for recent kmem_cache changes by Thierry Reding · 12 years ago
  71. a618e89 slab: rename gfpflags to allocflags by Glauber Costa · 12 years ago
  72. e7b691b slab/mempolicy: always use local policy from interrupt context by Andi Kleen · 12 years ago
  73. 8c138bc slab: Get rid of obj_size macro by Christoph Lameter · 12 years ago
  74. 3b0efdf mm, sl[aou]b: Extract common fields from struct kmem_cache by Christoph Lameter · 12 years ago
  75. 3502608 slab: Remove some accessors by Christoph Lameter · 12 years ago
  76. e571b0a slab: Use page struct fields instead of casting by Christoph Lameter · 12 years ago
  77. 0c9aac0 Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 12 years ago
  78. cc9a6c8 cpuset: mm: reduce large amounts of memory barrier related damage v3 by Mel Gorman · 12 years ago
  79. 8bdec19 mm: SLAB Out-of-memory diagnostics by Rafael Aquini · 12 years ago
  80. 42c8c99 slab, cleanup: remove unneeded return by Zhao Jin · 13 years ago
  81. 6296e5d Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 12 years ago
  82. 5878cf4 Merge branch 'slab/urgent' into slab/for-linus by Pekka Enberg · 12 years ago
  83. 4dee6b6 tracing/mm: Move include of trace/events/kmem.h out of header into slab.c by Steven Rostedt · 12 years ago
  84. 52cef18 slab, lockdep: Fix silly bug by Peter Zijlstra · 13 years ago
  85. face37f slab: add taint flag outputting to debug paths. by Dave Jones · 13 years ago
  86. 3df1ccc slab: introduce slab_max_order kernel parameter by David Rientjes · 13 years ago
  87. 543585c slab: rename slab_break_gfp_order to slab_max_order by David Rientjes · 13 years ago
  88. ab067e9 mm: restrict access to slab files under procfs and sysfs by Vasiliy Kulikov · 13 years ago
  89. d20bbfa Merge branch 'slab/urgent' into slab/next by Pekka Enberg · 13 years ago
  90. 30765b9 slab, lockdep: Annotate the locks before using them by Peter Zijlstra · 13 years ago
  91. 83835b3 slab, lockdep: Annotate slab -> rcu -> debug_object -> slab by Peter Zijlstra · 13 years ago
  92. fdde6ab slab: use print_hex_dump by Sebastian Andrzej Siewior · 13 years ago
  93. eacbbae slab: use NUMA_NO_NODE by Andrew Morton · 13 years ago
  94. acfe7d7 slab: remove one NR_CPUS dependency by Eric Dumazet · 13 years ago
  95. f99b788 Merge branch 'slab-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 13 years ago
  96. 7ea466f slab: fix DEBUG_SLAB warning by Tetsuo Handa · 13 years ago
  97. b56efcf slab: shrink sizeof(struct kmem_cache) by Eric Dumazet · 13 years ago
  98. c225150 slab: fix DEBUG_SLAB build by Hugh Dickins · 13 years ago
  99. a947eb9 SLAB: Record actual last user of freed objects. by Suleiman Souhlal · 13 years ago
  100. 268bb0c sanitize <linux/prefetch.h> usage by Linus Torvalds · 13 years ago