index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
slob.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
slob: Fix to return wrong pointer
MinChan Kim
2008-05-19
1
-2
/
+3
*
slob: fix bug - when slob allocates "struct kmem_cache", it does not force al...
Yi Li
2008-04-27
1
-1
/
+2
*
slob: reduce external fragmentation by using three free lists
Matt Mackall
2008-02-05
1
-14
/
+33
*
slob: fix free block merging at head of subpage
Matt Mackall
2008-02-05
1
-0
/
+4
*
Avoid double memclear() in SLOB/SLUB
Linus Torvalds
2007-12-09
1
-1
/
+1
*
Add EXPORT_SYMBOL(ksize);
Tetsuo Handa
2007-12-05
1
-0
/
+1
*
slob: fix memory corruption
Nick Piggin
2007-11-15
1
-1
/
+2
*
Slab API: remove useless ctor parameter and reorder parameters
Christoph Lameter
2007-10-17
1
-3
/
+3
*
Slab allocators: fail if ksize is called with a NULL parameter
Christoph Lameter
2007-10-16
1
-1
/
+2
*
{slub, slob}: use unlikely() for kfree(ZERO_OR_NULL_PTR) check
Satyam Sharma
2007-10-16
1
-3
/
+3
*
slob: reduce list scanning
Matt Mackall
2007-07-21
1
-5
/
+16
*
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
2007-07-20
1
-2
/
+1
*
Slab allocators: Cleanup zeroing allocations
Christoph Lameter
2007-07-17
1
-10
/
+0
*
Slab allocators: support __GFP_ZERO in all allocators
Christoph Lameter
2007-07-17
1
-0
/
+2
*
Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semantics
Christoph Lameter
2007-07-17
1
-4
/
+7
*
Slab allocators: consolidate code for krealloc in mm/util.c
Christoph Lameter
2007-07-17
1
-33
/
+0
*
slob: sparsemem support
Paul Mundt
2007-07-16
1
-0
/
+8
*
slob: initial NUMA support
Paul Mundt
2007-07-16
1
-17
/
+55
*
slob: improved alignment handling
Nick Piggin
2007-07-16
1
-23
/
+26
*
slob: remove bigblock tracking
Nick Piggin
2007-07-16
1
-74
/
+29
*
slob: rework freelist handling
Nick Piggin
2007-07-16
1
-97
/
+325
*
Remove SLAB_CTOR_CONSTRUCTOR
Christoph Lameter
2007-05-17
1
-1
/
+1
*
Slab allocators: Drop support for destructors
Christoph Lameter
2007-05-17
1
-5
/
+0
*
slob: implement RCU freeing
Nick Piggin
2007-05-17
1
-7
/
+45
*
slob: fix page order calculation on not 4KB page
Akinobu Mita
2007-05-07
1
-12
/
+3
*
slab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGN
Christoph Lameter
2007-05-07
1
-2
/
+2
*
slob: handle SLAB_PANIC flag
Akinobu Mita
2007-05-07
1
-1
/
+2
*
slab: introduce krealloc
Pekka Enberg
2007-05-07
1
-1
/
+34
*
[PATCH] MM: SLOB is broken by recent cleanup of slab.h
Dimitri Gorokhovik
2006-12-30
1
-2
/
+9
*
[PATCH] More slab.h cleanups
Christoph Lameter
2006-12-13
1
-1
/
+1
*
[PATCH] Cleanup slab headers / API to allow easy addition of new slab allocators
Christoph Lameter
2006-12-13
1
-3
/
+13
*
[PATCH] Make kmem_cache_destroy() return void
Alexey Dobriyan
2006-09-27
1
-2
/
+1
*
[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLE
Christoph Lameter
2006-09-26
1
-4
/
+0
*
[PATCH] Extract the allocpercpu functions from the slab allocator
Christoph Lameter
2006-09-26
1
-45
/
+0
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
1
-1
/
+0
*
[PATCH] mm/slob.c: for_each_possible_cpu(), not NR_CPUS
John Hawkes
2006-04-19
1
-7
/
+3
*
[PATCH] slab: introduce kmem_cache_zalloc allocator
Pekka Enberg
2006-03-25
1
-0
/
+10
*
[PATCH] SLOB=y && SMP=y fix
Ingo Molnar
2006-02-08
1
-1
/
+1
*
[PATCH] slob: introduce the SLOB allocator
Matt Mackall
2006-01-08
1
-0
/
+385