1. 8c8cc2c [PATCH] slab: cache alloc cleanups by Pekka Enberg · 17 years ago
  2. 6e40e73 [PATCH] slab: remove broken PageSlab check from kfree_debugcheck by Pekka Enberg · 17 years ago
  3. b6a6045 [PATCH] fix BUG_ON(!PageSlab) from fallback_alloc by Hugh Dickins · 17 years ago
  4. af9997e [PATCH] fix kernel-doc warnings in 2.6.20-rc1 by Randy Dunlap · 17 years ago
  5. b7f869a2 [PATCH] slab: fix kmem_ptr_validate definition by Christoph Lameter · 17 years ago
  6. 6a2d7a9 [PATCH] SLAB: use a multiply instead of a divide in obj_to_index() by Eric Dumazet · 17 years ago
  7. 02a0e53 [PATCH] cpuset: rework cpuset_zone_allowed api by Paul Jackson · 17 years ago
  8. 55935a3 [PATCH] More slab.h cleanups by Christoph Lameter · 17 years ago
  9. dd47ea7 [PATCH] slab: fix sleeping in atomic bug by Christoph Lameter · 17 years ago
  10. 2b28421 [PATCH] user of the jiffies rounding patch: Slab by Arjan van de Ven · 17 years ago
  11. 6b1b60f [PATCH] fault-injection: defaults likely to please a new user by Don Mullis · 17 years ago
  12. 8a8b650 [PATCH] fault-injection capability for kmalloc by Akinobu Mita · 17 years ago
  13. b8b50b6 [PATCH] mm: fallback_alloc cpuset_zone_allowed irq fix by Paul Jackson · 17 years ago
  14. 15ad7cd [PATCH] struct seq_operations and struct file_operations constification by Helge Deller · 17 years ago
  15. 138ae66 [PATCH] slab: use probe_kernel_address() by Andrew Morton · 17 years ago
  16. 3c517a6 [PATCH] slab: better fallback allocation behavior by Christoph Lameter · 17 years ago
  17. 5bcd234 [PATCH] slab: fix two issues in kmalloc_node / __cache_alloc_node by Christoph Lameter · 17 years ago
  18. 441e143 [PATCH] slab: remove SLAB_DMA by Christoph Lameter · 17 years ago
  19. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 17 years ago
  20. a06d72c [PATCH] slab: remove SLAB_LEVEL_MASK by Christoph Lameter · 17 years ago
  21. 6e0eaa4 [PATCH] slab: remove SLAB_NO_GROW by Christoph Lameter · 17 years ago
  22. 8b98c16 [PATCH] leak tracking for kmalloc_node by Christoph Hellwig · 17 years ago
  23. 3395ee0 [PATCH] mm: add noaliencache boot option to disable numa alien caches by Paul Menage · 17 years ago
  24. 8f5be20 [PATCH] mm: slab: eliminate lock_cpu_hotplug from slab by Ravikiran G Thirumalai · 17 years ago
  25. a44b56d [PATCH] slab debug and ARCH_SLAB_MINALIGN don't get along by Kevin Hilman · 17 years ago
  26. 65f27f3 WorkStruct: Pass the work_struct pointer instead of context data by David Howells · 18 years ago
  27. 52bad64 WorkStruct: Separate delayable and non-delayable events. by David Howells · 18 years ago
  28. 7f6b887 [PATCH] init_reap_node() initialization fix by Daniel Yeisley · 18 years ago
  29. aedb0eb [PATCH] Slab: Do not fallback to nodes that have not been bootstrapped yet by Christoph Lameter · 18 years ago
  30. dcbd4ec [PATCH] slab: remove wrongly placed BUG_ON by Christoph Lameter · 18 years ago
  31. 1ca4cb2 [PATCH] slab: reduce numa text size by Pekka Enberg · 18 years ago
  32. fefd26b Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/configh by Linus Torvalds · 18 years ago
  33. 1d2c8ee [PATCH] slab: clean up leak tracking ifdefs a little bit by Christoph Hellwig · 18 years ago
  34. 038b0a6 Remove all inclusions of <linux/config.h> by Dave Jones · 18 years ago
  35. aa83aa4 [PATCH] single bit flip detector by Dave Jones · 18 years ago
  36. 765c450 [PATCH] GFP_THISNODE for the slab allocator by Christoph Lameter · 18 years ago
  37. de3083e [PATCH] slab: fix kmalloc_node applying memory policies if nodeid == numa_node_id() by Christoph Lameter · 18 years ago
  38. 133d205 [PATCH] Make kmem_cache_destroy() return void by Alexey Dobriyan · 18 years ago
  39. 972d1a7 [PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLE by Christoph Lameter · 18 years ago
  40. d00bcc9 [PATCH] Extract the allocpercpu functions from the slab allocator by Christoph Lameter · 18 years ago
  41. d2e7b7d [PATCH] fix potential stack overflow in mm/slab.c by Siddha, Suresh B · 18 years ago
  42. 056c624 [PATCH] slab: fix lockdep warnings by Ravikiran G Thirumalai · 18 years ago
  43. 2ed3a4e [PATCH] slab: do not panic when alloc_kmemlist fails and slab is up by Christoph Lameter · 18 years ago
  44. 117f6eb [PATCH] slab: extract __kmem_cache_destroy from kmem_cache_destroy by Christoph Lameter · 18 years ago
  45. dbe5e69 [PATCH] slab: optimize kmalloc_node the same way as kmalloc by Christoph Hellwig · 18 years ago
  46. e5ac9c5 [PATCH] Add some comments to slab.c by Ravikiran G Thirumalai · 18 years ago
  47. ca5f970 [PATCH] slab: respect architecture and caller mandated alignment by Pekka Enberg · 18 years ago
  48. 7ff6f08 [PATCH] CPU hotplug compatible alloc_percpu() by Martin Peschke · 18 years ago
  49. b221385 [PATCH] mm/: make functions static by Adrian Bunk · 18 years ago
  50. b8008b2 [PATCH] Fix kmem_cache_alloc() been documented twice by Rolf Eike Beer · 18 years ago
  51. 8c78f30 [PATCH] cpu hotplug: replace __devinit* with __cpuinit* for cpu notifications by Chandra Seetharaman · 18 years ago
  52. fc81830 [PATCH] revert slab.c locking change by Ingo Molnar · 18 years ago
  53. f1aaee5 [PATCH] lockdep: annotate mm/slab.c by Arjan van de Ven · 18 years ago
  54. 873623d [PATCH] lockdep: undo mm/slab.c annotation by Ingo Molnar · 18 years ago
  55. 2b2d549 [PATCH] lockdep: annotate SLAB code by Ingo Molnar · 18 years ago
  56. ed11d9e [PATCH] slab: consolidate code to free slabs from freelist by Christoph Lameter · 18 years ago
  57. 9a865ff [PATCH] zoned vm counters: conversion of nr_slab to per zone counter by Christoph Lameter · 18 years ago
  58. 2244b95 [PATCH] zoned vm counters: basic ZVC (zoned vm counter) implementation by Christoph Lameter · 18 years ago
  59. e7eebaf [PATCH] pi-futex: rt mutex debug by Ingo Molnar · 18 years ago
  60. f9b8404 [PATCH] pi-futex: introduce debug_check_no_locks_freed() by Ingo Molnar · 18 years ago
  61. 74b85f3 [PATCH] cpu hotplug: make cpu_notifier related notifier blocks __cpuinit only by Chandra Seetharaman · 18 years ago
  62. 9c7b216 [PATCH] cpu hotplug: revert init patch submitted for 2.6.17 by Chandra Seetharaman · 18 years ago
  63. c9cf552 [PATCH] add poison.h and patch primary users by Randy Dunlap · 18 years ago
  64. 800590f [PATCH] slab: kmalloc, kzalloc comments cleanup and fix by Paul Drynoff · 18 years ago
  65. e0a4272 [PATCH] mm/slab.c: fix early init assumption by Ingo Molnar · 18 years ago
  66. ddc2e81 [PATCH] slab: verify pointers before free by Pekka Enberg · 18 years ago
  67. 58ce1fd [PATCH] slab: redzone double-free detection by Pekka Enberg · 18 years ago
  68. 7a7c381 [PATCH] slab: stop using list_for_each by Christoph Hellwig · 18 years ago
  69. e1b6aa6 [PATCH] slab: clean up kmem_getpages by Christoph Hellwig · 18 years ago
  70. 4776874 [PATCH] slab: page mapping cleanup by Pekka Enberg · 18 years ago
  71. 729bd0b [PATCH] slab: extract cache_free_alien from __cache_free by Pekka Enberg · 18 years ago
  72. b1ab41c [PATCH] slab.c: fix offslab_limit bug by Ingo Molnar · 18 years ago
  73. a4523a8 [PATCH] slab: Fix kmem_cache_destroy() on NUMA by Roland Dreier · 18 years ago
  74. 39d24e6 [PATCH] add slab_is_available() routine for boot code by Mike Kravetz · 18 years ago
  75. 693f7d3 [PATCH] slab: fix crash on __drain_alien_cahce() during CPU Hotplug by shin, jacob · 18 years ago
  76. 83d722f [PATCH] Remove __devinit and __cpuinit from notifier_call definitions by Chandra Seetharaman · 18 years ago
  77. d6fef9d [PATCH] nommu: use compound page in slab allocator by Luke Yang · 18 years ago
  78. fb7faf3 [PATCH] slab: add statistics for alien cache overflows by Ravikiran G Thirumalai · 18 years ago
  79. 5b74ada [PATCH] slab: allocate node local memory for off-slab slabmanagement by Ravikiran G Thirumalai · 18 years ago
  80. 40094fa BUG_ON() Conversion in mm/slab.c by Eric Sesterhenn · 18 years ago
  81. 0a94502 [PATCH] for_each_possible_cpu: fixes for generic part by KAMEZAWA Hiroyuki · 18 years ago
  82. 0718dc2 [PATCH] slab: fix memory leak in alloc_kmemlist by Christoph Lameter · 18 years ago
  83. cafeb02 [PATCH] alloc_kmemlist: Some cleanup in preparation for a real memory leak fix by Christoph Lameter · 18 years ago
  84. e00946f [PATCH] slab: Bypass free lists for __drain_alien_cache() by Christoph Lameter · 18 years ago
  85. 3ded175 [PATCH] slab: add transfer_objects() function by Christoph Lameter · 18 years ago
  86. c5e3b83 [PATCH] mm: use kmem_cache_zalloc by Pekka Enberg · 18 years ago
  87. a8c0f9a [PATCH] slab: introduce kmem_cache_zalloc allocator by Pekka Enberg · 18 years ago
  88. 871751e [PATCH] slab: implement /proc/slab_allocators by Al Viro · 18 years ago
  89. b245539 [PATCH] cpuset: memory_spread_slab drop useless PF_SPREAD_PAGE check by Paul Jackson · 18 years ago
  90. c61afb1 [PATCH] cpuset memory spread slab cache optimizations by Paul Jackson · 18 years ago
  91. 101a500 [PATCH] cpuset memory spread slab cache implementation by Paul Jackson · 18 years ago
  92. 442295c [PATCH] mm: slab cache interleave rotor fix by Paul Jackson · 18 years ago
  93. b18e7e6 [PATCH] slab: fix drain_array() so that it works correctly with the shared_array by Christoph Lameter · 18 years ago
  94. 1b55253 [PATCH] slab: remove drain_array_locked by Christoph Lameter · 18 years ago
  95. aab2207 [PATCH] slab: make drain_array more universal by adding more parameters by Christoph Lameter · 18 years ago
  96. 35386e3 [PATCH] slab: cache_reap(): further reduction in interrupt holdoff by Christoph Lameter · 18 years ago
  97. 8409751 [PATCH] mm: nommu use compound pages by Nick Piggin · 18 years ago
  98. a07fa39 [PATCH] slab: use on_each_cpu() by Andrew Morton · 18 years ago
  99. ac2b898 [PATCH] slab: Remove SLAB_NO_REAP option by Christoph Lameter · 18 years ago
  100. 911851e [PATCH] slab: fix kernel-doc warnings by Randy Dunlap · 18 years ago