1. c4e1aa6 Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  2. 15a5b0a Merge branches 'topic/slob/cleanups', 'topic/slob/fixes', 'topic/slub/core', 'topic/slub/cleanups' and 'topic/slub/perf' into for-linus by Pekka Enberg · 15 years ago
  3. 1a00df4 slub: use get_track() by Akinobu Mita · 15 years ago
  4. c0bdb23 slub: rename calculate_min_partial() to set_min_partial() by David Rientjes · 15 years ago
  5. 73d342b slub: add min_partial sysfs tunable by David Rientjes · 15 years ago
  6. 3b89d7d slub: move min_partial to struct kmem_cache by David Rientjes · 15 years ago
  7. e8120ff SLUB: Fix default slab order for big object sizes by Zhang Yanmin · 15 years ago
  8. ffadd4d SLUB: Introduce and use SLUB_MAX_SIZE and SLUB_PAGE_SHIFT constants by Christoph Lameter · 15 years ago
  9. cf40bd1 lockdep: annotate reclaim context (__GFP_NOFS) by Nick Piggin · 15 years ago
  10. b1aabec mm: Export symbol ksize() by Kirill A. Shutemov · 15 years ago
  11. 3718909 slub: fix per cpu kmem_cache_cpu array memory leak by David Rientjes · 15 years ago
  12. 6047a00 SLUB: Use ->objsize from struct kmem_cache_cpu in slab_free() by Pekka Enberg · 16 years ago
  13. 0211a9c trivial: fix an -> a typos in documentation and comments by Frederik Schwarzer · 16 years ago
  14. 174596a cpumask: convert mm/ by Rusty Russell · 16 years ago
  15. 2ca1a61 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Rusty Russell · 16 years ago
  16. 3c506ef Merge branch 'topic/failslab' into for-linus by Pekka Enberg · 16 years ago
  17. fd37617 Merge branches 'topic/fixes', 'topic/cleanups' and 'topic/documentation' into for-linus by Pekka Enberg · 16 years ago
  18. 7b8f3b6 slub: avoid leaking caches or refcounts on sysfs error by David Rientjes · 16 years ago
  19. 89124d7 slub: Add might_sleep_if() to slab_alloc() by OGAWA Hirofumi · 16 years ago
  20. 773ff60 SLUB: failslab support by Akinobu Mita · 16 years ago
  21. 29c0177 cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers. by Rusty Russell · 16 years ago
  22. 9c24624 KSYM_SYMBOL_LEN fixes by Hugh Dickins · 16 years ago
  23. 9f6c708e slub: Fix incorrect use of loose by Nick Andrew · 16 years ago
  24. dc19f9d memcg: memory hotplug fix for notifier callback by KAMEZAWA Hiroyuki · 16 years ago
  25. 0094de9 slub: make early_kmem_cache_node_alloc void by David Rientjes · 16 years ago
  26. e9beef1 slub - fix get_object_page comment by Cyrill Gorcunov · 16 years ago
  27. ce71e27 SLUB: Replace __builtin_return_address(0) with _RET_IP_. by Eduard - Gabriel Munteanu · 16 years ago
  28. 210b5c0 SLUB: cleanup - define macros instead of hardcoded numbers by Cyrill Gorcunov · 16 years ago
  29. 7b3c3a5 proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.c by Alexey Dobriyan · 16 years ago
  30. 02b71b7 slub: fixed uninitialized counter in struct kmem_cache_node by Salman Qazi · 16 years ago
  31. e2cb96b slub: Disable NUMA remote node defragmentation by default by Christoph Lameter · 16 years ago
  32. 5595cff SLUB: dynamic per-cache MIN_PARTIAL by Pekka Enberg · 16 years ago
  33. 231367f mm: unexport ksize by Adrian Bunk · 16 years ago
  34. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  35. 8a38082 slub: record page flag overlays explicitly by Andy Whitcroft · 16 years ago
  36. 0ebd652 slub: dump more data on slab corruption by Pekka Enberg · 16 years ago
  37. 41ab859 SLUB: simplify re on_each_cpu() by Alexey Dobriyan · 16 years ago
  38. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 16 years ago
  39. 88e4ccf slub: current is always valid by Alexey Dobriyan · 16 years ago
  40. 0937502 slub: Add check for kfree() of non slab objects. by Christoph Lameter · 16 years ago
  41. 7daf705 Start using the new '%pS' infrastructure to print symbols by Linus Torvalds · 16 years ago
  42. bdb2192 slub: Fix use-after-preempt of per-CPU data structure by Dmitry Adamushko · 16 years ago
  43. cde5353 Christoph has moved by Christoph Lameter · 16 years ago
  44. 41d54d3 slub: Do not use 192 byte sized cache if minimum alignment is 128 byte by Christoph Lameter · 16 years ago
  45. 15c8b6c on_each_cpu(): kill unused 'retry' parameter by Jens Axboe · 16 years ago
  46. 7699441 slub: ksize() abuse checks by Pekka Enberg · 16 years ago
  47. 4ea33e2 slub: fix atomic usage in any_slab_objects() by Benjamin Herrenschmidt · 16 years ago
  48. f6acb63 slub: #ifdef simplification by Christoph Lameter · 16 years ago
  49. 0121c619 slub: Whitespace cleanup and use of strict_strtoul by Christoph Lameter · 16 years ago
  50. f8bd225 remove div_long_long_rem by Roman Zippel · 16 years ago
  51. 3ac7fe5 infrastructure to debug (dynamic) objects by Thomas Gleixner · 16 years ago
  52. 0c40ba4 ipc: define the slab_memory_callback priority as a constant by Nadia Derbey · 16 years ago
  53. e97e386 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 16 years ago
  54. 1b27d05 mm: move cache_line_size() to <linux/cache.h> by Pekka Enberg · 16 years ago
  55. dd1a239 mm: have zonelist contains structs with both a zone pointer and zone_idx by Mel Gorman · 16 years ago
  56. 54a6eb5 mm: use two zonelist that are filtered by GFP mask by Mel Gorman · 16 years ago
  57. 0e88460 mm: introduce node_zonelist() for accessing the zonelist for a GFP mask by Mel Gorman · 16 years ago
  58. c124f5b slub: pack objects denser by Christoph Lameter · 16 years ago
  59. 9b2cd50 slub: Calculate min_objects based on number of processors. by Christoph Lameter · 16 years ago
  60. 114e9e8 slub: Drop DEFAULT_MAX_ORDER / DEFAULT_MIN_OBJECTS by Christoph Lameter · 16 years ago
  61. 31d33ba slub: Simplify any_slab_object checks by Christoph Lameter · 16 years ago
  62. 06b285d slub: Make the order configurable for each slab cache by Christoph Lameter · 16 years ago
  63. 319d1e2 slub: Drop fallback to page allocator method by Christoph Lameter · 16 years ago
  64. 65c3376 slub: Fallback to minimal order during slab page allocation by Christoph Lameter · 16 years ago
  65. 205ab99 slub: Update statistics handling for variable order slabs by Christoph Lameter · 16 years ago
  66. 834f3d1 slub: Add kmem_cache_order_objects struct by Christoph Lameter · 16 years ago
  67. 224a88b slub: for_each_object must be passed the number of objects in a slab by Christoph Lameter · 16 years ago
  68. 39b2646 slub: Store max number of objects in the page struct. by Christoph Lameter · 16 years ago
  69. 33b12c3 slub: Dump list of objects not freed on kmem_cache_close() by Christoph Lameter · 16 years ago
  70. 599870b slub: free_list() cleanup by Christoph Lameter · 16 years ago
  71. d629d81 slub: improve kmem_cache_destroy() error message by Pekka Enberg · 16 years ago
  72. 3dc5063 slab_err: Pass parameters correctly to slab_bug by Christoph Lameter · 16 years ago
  73. 0f389ec slub: No need for per node slab counters if !SLUB_DEBUG by Christoph Lameter · 16 years ago
  74. 49bd522 slub: Move map/flag clearing to __free_slab by Christoph Lameter · 16 years ago
  75. 50ef37b slub: Fixes to per cpu stat output in sysfs by Christoph Lameter · 16 years ago
  76. 5b06c853 slub: Deal with config variable dependencies by Christoph Lameter · 16 years ago
  77. 4097d60 slub: Reduce #ifdef ZONE_DMA by moving kmalloc_caches_dma near dma logic by Christoph Lameter · 16 years ago
  78. 62f7553 slub: Initialize per-cpu stats by Pekka Enberg · 16 years ago
  79. 00460dd Fix undefined count_partial if !CONFIG_SLABINFO by Christoph Lameter · 16 years ago
  80. e72e9c2 Revert "SLUB: remove useless masking of GFP_ZERO" by Linus Torvalds · 16 years ago
  81. 53625b4 count_partial() is not used if !SLUB_DEBUG and !CONFIG_SLABINFO by Christoph Lameter · 16 years ago
  82. caeab08 slub page alloc fallback: Enable interrupts for GFP_WAIT. by Christoph Lameter · 16 years ago
  83. b621038 slub: Do not cross cacheline boundaries for very small objects by Nick Piggin · 16 years ago
  84. b773ad7 slub statistics: Fix check for DEACTIVATE_REMOTE_FREES by Christoph Lameter · 16 years ago
  85. 62e5c4b slub: fix possible NULL pointer dereference by Cyrill Gorcunov · 16 years ago
  86. f619cfe slub: Add kmalloc_large_node() to support kmalloc_node fallback by Christoph Lameter · 16 years ago
  87. 7693143 slub: look up object from the freelist once by Pekka J Enberg · 16 years ago
  88. 6446faa slub: Fix up comments by Christoph Lameter · 16 years ago
  89. d8b42bf slub: Rearrange #ifdef CONFIG_SLUB_DEBUG in calculate_sizes() by Christoph Lameter · 16 years ago
  90. ae20bfd slub: Remove BUG_ON() from ksize and omit checks for !SLUB_DEBUG by Christoph Lameter · 16 years ago
  91. 27d9e4e slub: Use the objsize from the kmem_cache_cpu structure by Christoph Lameter · 16 years ago
  92. d692ef6 slub: Remove useless checks in alloc_debug_processing by Christoph Lameter · 16 years ago
  93. e153362 slub: Remove objsize check in kmem_cache_flags() by Christoph Lameter · 16 years ago
  94. d9acf4b slub: rename slab_objects to show_slab_objects by Christoph Lameter · 16 years ago
  95. a973e9d Revert "unique end pointer" patch by Christoph Lameter · 16 years ago
  96. 00e962c Revert "SLUB: Alternate fast paths using cmpxchg_local" by Linus Torvalds · 16 years ago
  97. 331dc55 slub: Support 4k kmallocs again to compensate for page allocator slowness by Christoph Lameter · 16 years ago
  98. 71c7a06 slub: Fallback to kmalloc_large for failing higher order allocs by Christoph Lameter · 16 years ago
  99. b7a49f0 slub: Determine gfpflags once and not every time a slab is allocated by Christoph Lameter · 16 years ago
  100. dada123 make slub.c:slab_address() static by Adrian Bunk · 16 years ago