Christoph Lameter
|
497b66f2ec
slub: return object pointer from get_partial() / new_slab().
|
před 14 roky |
Christoph Lameter
|
acd19fd1a7
slub: pass kmem_cache_cpu pointer to get_partial()
|
před 14 roky |
Christoph Lameter
|
e6e82ea112
slub: Prepare inuse field in new_slab()
|
před 14 roky |
Christoph Lameter
|
7db0d70540
slub: Remove useless statements in __slab_alloc
|
před 14 roky |
Christoph Lameter
|
69cb8e6b7c
slub: free slabs without holding locks
|
před 14 roky |
Christoph Lameter
|
81107188f1
slub: Fix partial count comparison confusion
|
před 14 roky |
Akinobu Mita
|
ef62fb32b7
slub: fix check_bytes() for slub debugging
|
před 14 roky |
Christoph Lameter
|
6fbabb20fa
slub: Fix full list corruption if debugging is on
|
před 14 roky |
Sebastian Andrzej Siewior
|
ffc79d2880
slub: use print_hex_dump
|
před 14 roky |
Linus Torvalds
|
c11abbbaa3
Merge branch 'slub/lockless' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6
|
před 14 roky |
Linus Torvalds
|
d3ec4844d4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
|
před 14 roky |
Christoph Lameter
|
9e577e8b46
slub: When allocating a new slab also prep the first object
|
před 14 roky |
Linus Torvalds
|
f99b7880cb
Merge branch 'slab-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6
|
před 14 roky |
Phil Carmody
|
497888cf69
treewide: fix potentially dangerous trailing ';' in #defined values/expressions
|
před 14 roky |
Christoph Lameter
|
1d07171c5e
slub: disable interrupts in cmpxchg_double_slab when falling back to pagelock
|
před 14 roky |
Pekka Enberg
|
bfa71457a0
SLUB: Fix missing <linux/stacktrace.h> include
|
před 14 roky |
Marcin Slusarz
|
c4089f98e9
slub: reduce overhead of slub_debug
|
před 14 roky |
Ben Greear
|
d18a90dd85
slub: Add method to verify memory is not freed
|
před 14 roky |
Ben Greear
|
d6543e3935
slub: Enable backtrace for create/delete points
|
před 14 roky |
Christoph Lameter
|
4eade540fc
slub: Not necessary to check for empty slab on load_freelist
|
před 14 roky |
Christoph Lameter
|
03e404af26
slub: fast release on full slab
|
před 14 roky |
Christoph Lameter
|
e36a2652d7
slub: Add statistics for the case that the current slab does not match the node
|
před 14 roky |
Christoph Lameter
|
fc59c05306
slub: Get rid of the another_slab label
|
před 14 roky |
Christoph Lameter
|
80f08c191f
slub: Avoid disabling interrupts in free slowpath
|
před 14 roky |
Christoph Lameter
|
5c2e4bbbd6
slub: Disable interrupts in free_debug processing
|
před 14 roky |
Christoph Lameter
|
881db7fb03
slub: Invert locking and avoid slab lock
|
před 14 roky |
Christoph Lameter
|
2cfb7455d2
slub: Rework allocator fastpaths
|
před 14 roky |
Christoph Lameter
|
61728d1efc
slub: Pass kmem_cache struct to lock and freeze slab
|
před 14 roky |
Christoph Lameter
|
5cc6eee8a8
slub: explicit list_lock taking
|
před 14 roky |
Christoph Lameter
|
b789ef518b
slub: Add cmpxchg_double_slab()
|
před 14 roky |