1. 52cef18 slab, lockdep: Fix silly bug by Peter Zijlstra · 13 years ago
  2. ab067e9 mm: restrict access to slab files under procfs and sysfs by Vasiliy Kulikov · 13 years ago
  3. d20bbfa Merge branch 'slab/urgent' into slab/next by Pekka Enberg · 13 years ago
  4. 30765b9 slab, lockdep: Annotate the locks before using them by Peter Zijlstra · 13 years ago
  5. 83835b3 slab, lockdep: Annotate slab -> rcu -> debug_object -> slab by Peter Zijlstra · 13 years ago
  6. fdde6ab slab: use print_hex_dump by Sebastian Andrzej Siewior · 13 years ago
  7. eacbbae slab: use NUMA_NO_NODE by Andrew Morton · 13 years ago
  8. acfe7d7 slab: remove one NR_CPUS dependency by Eric Dumazet · 13 years ago
  9. 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
  10. 7ea466f slab: fix DEBUG_SLAB warning by Tetsuo Handa · 13 years ago
  11. b56efcf slab: shrink sizeof(struct kmem_cache) by Eric Dumazet · 13 years ago
  12. c225150 slab: fix DEBUG_SLAB build by Hugh Dickins · 13 years ago
  13. a947eb9 SLAB: Record actual last user of freed objects. by Suleiman Souhlal · 13 years ago
  14. 268bb0c sanitize <linux/prefetch.h> usage by Linus Torvalds · 13 years ago
  15. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  16. 5fda1bd mm: notifier_from_errno() cleanup by Prarit Bhargava · 13 years ago
  17. 865d794 Merge branch 'slab/urgent' into slab/next by Pekka Enberg · 13 years ago
  18. c914955 Merge branch 'slab/rcu' into slab/next by Pekka Enberg · 13 years ago
  19. 5bfe53a slab,rcu: don't assume the size of struct rcu_head by Lai Jiangshan · 13 years ago
  20. 3ff84a7 Revert "slab: Fix missing DEBUG_SLAB last user" by Pekka Enberg · 13 years ago
  21. 6331046 mm: Remove support for kmem_cache_name() by Christoph Lameter · 13 years ago
  22. 68a1b19 mm/slab.c: make local symbols static by H Hartley Sweeten · 13 years ago
  23. a1e8fad Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 13 years ago
  24. 72eb6a7 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 13 years ago
  25. 23d69b0 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 13 years ago
  26. ccd35fb kernel: kmem_ptr_validate considered harmful by Nick Piggin · 13 years ago
  27. 909ea96 core: Replace __get_cpu_var with __this_cpu_read if not used for an address. by Christoph Lameter · 13 years ago
  28. afe2c51 workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync() by Tejun Heo · 13 years ago
  29. 85beb58 tracing/slab: Move kmalloc tracepoint out of inline code by Steven Rostedt · 14 years ago
  30. 732eacc replace nested max/min macros with {max,min}3 macro by Hagen Paul Pfeifer · 14 years ago
  31. bc584c5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 14 years ago
  32. 4e60c86 gcc-4.6: mm: fix unused but set warnings by Andi Kleen · 14 years ago
  33. 1ab335d slab: fix object alignment by Carsten Otte · 14 years ago
  34. b57bdda Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 14 years ago
  35. 78b4353 slab: use deferable timers for its periodic housekeeping by Arjan van de Ven · 14 years ago
  36. 039ca4e tracing: Remove kmemtrace ftrace plugin by Li Zefan · 14 years ago
  37. 7d6e6d0 numa: slab: use numa_mem_id() for slab local memory node by Lee Schermerhorn · 14 years ago
  38. eac4068 slab: convert cpu notifier to return encapsulate errno value by Akinobu Mita · 14 years ago
  39. 6adef3e cpusets: new round-robin rotor for SLAB allocations by Jack Steiner · 14 years ago
  40. c0ff745 cpuset,mm: fix no node to alloc memory when changing cpuset's mems by Miao Xie · 14 years ago
  41. bb4f6b0 Merge branches 'slab/align', 'slab/cleanups', 'slab/fixes', 'slab/memhotadd' and 'slub/fixes' into slab-for-linus by Pekka Enberg · 14 years ago
  42. 1f0ce8b3 mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slab_def.h> by David Woodhouse · 14 years ago
  43. 5c5e3b3 slab: Fix missing DEBUG_SLAB last user by Shiyong Li · 14 years ago
  44. fc1c183 slab: Generify kernel pointer validation by Pekka Enberg · 14 years ago
  45. 8f9f8d9 slab: add memory hotplug support by David Rientjes · 14 years ago
  46. e92dd4f slab: Fix continuation lines by Joe Perches · 14 years ago
  47. e2b093f Merge branches 'slab/cleanups', 'slab/failslab', 'slab/fixes' and 'slub/percpu' into slab-for-linus by Pekka Enberg · 14 years ago
  48. 4c13dd3 failslab: add ability to filter slab caches by Dmitry Monakhov · 14 years ago
  49. 44b57f1 slab: fix regression in touched logic by Nick Piggin · 14 years ago
  50. f3186a9 slab: initialize unused alien cache entry as NULL at alloc_alien_cache(). by Haicheng Li · 14 years ago
  51. 00afa75 SLAB: Fix lockdep annotation breakage by Pekka Enberg · 14 years ago
  52. 55db493b Merge branch 'cpumask-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 14 years ago
  53. dcc7cd0 Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6 by Linus Torvalds · 14 years ago
  54. 58463c1 cpumask: avoid deprecated function in mm/slab.c by Rusty Russell · 14 years ago
  55. 2205afa Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  56. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  57. 355d79c Merge branches 'slab/fixes', 'slab/kmemleak', 'slub/perf' and 'slub/stats' into for-linus by Pekka Enberg · 14 years ago
  58. 0bb38a5 tracing, slab: Fix no callsite ifndef CONFIG_KMEMTRACE by Li Zefan · 14 years ago
  59. 0f24f12 tracing, slab: Define kmem_cache_alloc_notrace ifdef CONFIG_TRACING by Li Zefan · 14 years ago
  60. ddbf2e8 slab, kmemleak: pass the correct pointer to kmemleak_erase() by J. R. Okajima · 15 years ago
  61. f3d8b53 slab, kmemleak: stop calling kmemleak_erase() unconditionally by J. R. Okajima · 15 years ago
  62. 8e15b79 SLAB: Fix unlikely() annotation in __cache_alloc_node() by Tim Blechmann · 15 years ago
  63. ce79ddc SLAB: Fix lockdep annotations for CPU hotplug by Pekka Enberg · 15 years ago
  64. 1871e52 percpu: make percpu symbols under kernel/ and mm/ unique by Tejun Heo · 15 years ago
  65. c017b4b kmemleak: Simplify the kmemleak_scan_area() function prototype by Catalin Marinas · 15 years ago
  66. e7cb55b kmemleak: Do not use off-slab management with SLAB_NOLEAKTRACE by Catalin Marinas · 15 years ago
  67. 4481374 mm: replace various uses of num_physpages by totalram_pages by Jan Beulich · 15 years ago
  68. ec5a36f SLAB: Fix lockdep annotations by Pekka Enberg · 15 years ago
  69. 7ed9f7e fix RCU-callback-after-kmem_cache_destroy problem in sl[aou]b by Paul E. McKenney · 15 years ago
  70. dcce284 mm: Extend gfp masking to the page allocator by Benjamin Herrenschmidt · 15 years ago
  71. e03ab9d Merge branches 'slab/documentation', 'slab/fixes', 'slob/cleanups' and 'slub/fixes' into for-linus by Pekka Enberg · 15 years ago
  72. 517d086 Merge branch 'akpm' by Linus Torvalds · 15 years ago
  73. b6e68bc page allocator: slab: use nr_online_nodes to check for a NUMA platform by Mel Gorman · 15 years ago
  74. 6484eb3 page allocator: do not check NUMA node ID when the caller knows the node is valid by Mel Gorman · 15 years ago
  75. 722f2a6 Merge commit 'linus/master' into HEAD by Vegard Nossum · 15 years ago
  76. b1eeab6 kmemcheck: add hooks for the page allocator by Vegard Nossum · 16 years ago
  77. c175eea slab: add hooks for kmemcheck by Pekka Enberg · 16 years ago
  78. 8eae985 slab: move struct kmem_cache to headers by Pekka Enberg · 16 years ago
  79. 8429db5 slab: setup cpu caches later on when interrupts are enabled by Pekka Enberg · 15 years ago
  80. 7e85ee0 slab,slub: don't enable interrupts during early boot by Pekka Enberg · 15 years ago
  81. eb91f1d slab: fix gfp flag in setup_cpu_cache() by Pekka Enberg · 15 years ago
  82. 512626a Merge branch 'for-linus' of git://linux-arm.org/linux-2.6 by Linus Torvalds · 15 years ago
  83. 83b519e slab: setup allocators earlier in the boot sequence by Pekka Enberg · 15 years ago
  84. d5cff63 kmemleak: Add the slab memory allocation/freeing hooks by Catalin Marinas · 15 years ago
  85. 6746136 slab: fix generic PAGE_POISONING conflict with SLAB_RED_ZONE by Ron Lee · 15 years ago
  86. 02af61b tracing, kmemtrace: Separate include/trace/kmemtrace.h to kmemtrace part and tracepoint part by Zhaolei · 15 years ago
  87. 12fe32e Merge branch 'kmemtrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  88. 714f83d Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  89. 90975ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask by Linus Torvalds · 15 years ago
  90. 2121db7 kmemtrace: trace kfree() calls with NULL or zero-length objects by Pekka Enberg · 15 years ago
  91. ca2b84cb kmemtrace: use tracepoints by Eduard - Gabriel Munteanu · 15 years ago
  92. bf6aede workqueue: add to_delayed_work() helper function by Jean Delvare · 15 years ago
  93. 558f6ab Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Rusty Russell · 15 years ago
  94. 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
  95. a70f730 cpumask: replace node_to_cpumask with cpumask_of_node. by Rusty Russell · 15 years ago
  96. 28b1bd1 Merge branch 'core/locking' into tracing/ftrace by Ingo Molnar · 15 years ago
  97. cf40bd1 lockdep: annotate reclaim context (__GFP_NOFS) by Nick Piggin · 15 years ago
  98. 1c511f7 Merge branches 'tracing/ftrace', 'tracing/ring-buffer', 'tracing/sysprof', 'tracing/urgent' and 'linus' into tracing/core by Ingo Molnar · 15 years ago
  99. b1aabec mm: Export symbol ksize() by Kirill A. Shutemov · 15 years ago
  100. 3d7a96f Merge branch 'linus' into tracing/kmemtrace2 by Ingo Molnar · 15 years ago