Pekka Enberg
|
2121db74ba
kmemtrace: trace kfree() calls with NULL or zero-length objects
|
16 年之前 |
Eduard - Gabriel Munteanu
|
ca2b84cb3c
kmemtrace: use tracepoints
|
16 年之前 |
Ingo Molnar
|
8302294f43
Merge branch 'tracing/core-v2' into tracing-for-linus
|
16 年之前 |
Linus Torvalds
|
c4e1aa67ed
Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
|
16 年之前 |
Ingo Molnar
|
19cefdffbf
lockdep: annotate reclaim context (__GFP_NOFS), fix SLOB
|
16 年之前 |
Pekka Enberg
|
15a5b0a491
Merge branches 'topic/slob/cleanups', 'topic/slob/fixes', 'topic/slub/core', 'topic/slub/cleanups' and 'topic/slub/perf' into for-linus
|
16 年之前 |
Nick Piggin
|
6fb8f42439
slob: fix lockup in slob_free()
|
16 年之前 |
Ingo Molnar
|
28b1bd1cbc
Merge branch 'core/locking' into tracing/ftrace
|
16 年之前 |
Nick Piggin
|
cf40bd16fd
lockdep: annotate reclaim context (__GFP_NOFS)
|
16 年之前 |
Ingo Molnar
|
1c511f740f
Merge branches 'tracing/ftrace', 'tracing/ring-buffer', 'tracing/sysprof', 'tracing/urgent' and 'linus' into tracing/core
|
16 年之前 |
Kirill A. Shutemov
|
b1aabecd55
mm: Export symbol ksize()
|
16 年之前 |
Américo Wang
|
6e9ed0cc4b
slob: clean up the code
|
16 年之前 |
Frederic Weisbecker
|
36994e58a4
tracing/kmemtrace: normalize the raw tracer event to the unified tracing API
|
16 年之前 |
Ingo Molnar
|
2ff9f9d962
Merge branch 'topic/kmemtrace' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 into tracing/kmemtrace
|
16 年之前 |
Eduard - Gabriel Munteanu
|
3eae2cb24a
kmemtrace: SLOB hooks.
|
16 年之前 |
Catalin Marinas
|
5e18e2b8b3
slob: do not pass the SLAB flags as GFP in kmem_cache_create()
|
16 年之前 |
Matt Mackall
|
70096a561d
SLOB: fix bogus ksize calculation fix
|
16 年之前 |
Matt Mackall
|
85ba94ba05
SLOB: fix bogus ksize calculation
|
16 年之前 |
Adrian Bunk
|
231367fd9b
mm: unexport ksize
|
17 年之前 |
Alexey Dobriyan
|
51cc50685a
SL*B: drop kmem cache argument from constructor
|
17 年之前 |
Andy Whitcroft
|
9023cb7e85
slob: record page flag overlays explicitly
|
17 年之前 |
MinChan Kim
|
239f49c080
slob: Fix to return wrong pointer
|
17 年之前 |
Yi Li
|
0701a9e649
slob: fix bug - when slob allocates "struct kmem_cache", it does not force alignment.
|
17 年之前 |
Matt Mackall
|
20cecbae44
slob: reduce external fragmentation by using three free lists
|
17 年之前 |
Matt Mackall
|
679299b32d
slob: fix free block merging at head of subpage
|
17 年之前 |
Linus Torvalds
|
7fd272550b
Avoid double memclear() in SLOB/SLUB
|
17 年之前 |
Tetsuo Handa
|
f8fcc93319
Add EXPORT_SYMBOL(ksize);
|
17 年之前 |
Nick Piggin
|
d32ddd8f20
slob: fix memory corruption
|
17 年之前 |
Christoph Lameter
|
4ba9b9d0ba
Slab API: remove useless ctor parameter and reorder parameters
|
17 年之前 |
Christoph Lameter
|
ef8b4520bd
Slab allocators: fail if ksize is called with a NULL parameter
|
17 年之前 |