aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slub.c
Commit message (Expand)AuthorAgeFilesLines
* kmemleak: Trace the kmalloc_large* functions in slubCatalin Marinas2009-07-081-4/+6
* fix RCU-callback-after-kmem_cache_destroy problem in sl[aou]bPaul E. McKenney2009-06-261-0/+2
* SLUB: Don't pass __GFP_FAIL for the initial allocationPekka Enberg2009-06-241-2/+8
* mm: Extend gfp masking to the page allocatorBenjamin Herrenschmidt2009-06-181-11/+1
* Merge branch 'slub/earlyboot' into for-linusPekka Enberg2009-06-171-4/+14
|\
| * SLUB: Fix early boot GFP_DMA allocationsNick Piggin2009-06-151-3/+14
| |
| \
| \
| \
*---. \ Merge branches 'slab/documentation', 'slab/fixes', 'slob/cleanups' and 'slub/...Pekka Enberg2009-06-171-19/+68
|\ \ \ \
| | | * | SLUB: Don't print out OOM warning for __GFP_NOFAILPekka Enberg2009-06-131-1/+2
| | | * | SLUB: fix build when !SLUB_DEBUGAlexander Beregalov2009-06-131-3/+19
| | | * | SLUB: Out-of-memory diagnosticsPekka Enberg2009-06-111-19/+51
| | |/ / | |/| |
* | | | Merge branch 'akpm'Linus Torvalds2009-06-161-1/+1
|\ \ \ \
| * | | | page allocator: use a pre-calculated value instead of num_online_nodes() in f...Christoph Lameter2009-06-161-1/+1
| | |_|/ | |/| |
* | | | Merge commit 'linus/master' into HEADVegard Nossum2009-06-151-0/+16
|\ \ \ \ | |/ / /
| * | | slab,slub: don't enable interrupts during early bootPekka Enberg2009-06-121-0/+16
* | | | kmemcheck: add hooks for the page allocatorVegard Nossum2009-06-151-5/+18
* | | | slub: add hooks for kmemcheckVegard Nossum2009-06-151-2/+19
|/ / /
* | | Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Linus Torvalds2009-06-111-1/+4
|\ \ \
| * | | kmemleak: Add the slub memory allocation/freeing hooksCatalin Marinas2009-06-111-1/+4
* | | | slab: setup allocators earlier in the boot sequencePekka Enberg2009-06-111-7/+10
|/ / /
* | | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-101-1/+1
|\ \ \ | |/ / |/| |
| * | tracing, kmemtrace: Separate include/trace/kmemtrace.h to kmemtrace part and ...Zhaolei2009-04-121-1/+1
| |/
| |
| \
*-. \ Merge branches 'topic/documentation', 'topic/slub/fixes' and 'topic/urgent' i...Pekka Enberg2009-05-061-1/+5
|\ \ \ | |_|/ |/| |
| | * mm: SLUB fix reclaim_stateNick Piggin2009-05-061-0/+3
| |/ |/|
| * slub: enforce MAX_ORDERDavid Rientjes2009-04-231-1/+2
|/
* kmemtrace: trace kfree() calls with NULL or zero-length objectsPekka Enberg2009-04-031-2/+2
* kmemtrace: use tracepointsEduard - Gabriel Munteanu2009-04-031-18/+12
* Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar2009-04-021-8/+75
|\
| * Merge branch 'core/locking' into tracing/ftraceIngo Molnar2009-03-041-0/+1
| |\
| * \ Merge branch 'for-ingo' of git://git.kernel.org/pub/scm/linux/kernel/git/penb...Ingo Molnar2009-02-201-8/+8
| |\ \
| | * | SLUB: Introduce and use SLUB_MAX_SIZE and SLUB_PAGE_SHIFT constantsChristoph Lameter2009-02-201-8/+8
| * | | Merge branches 'tracing/ftrace', 'tracing/ring-buffer', 'tracing/sysprof', 't...Ingo Molnar2009-02-131-0/+1
| |\ \ \
| * \ \ \ Merge branches 'tracing/ftrace', 'tracing/kmemtrace' and 'linus' into tracing...Ingo Molnar2009-02-031-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge commit 'v2.6.29-rc1' into tracing/urgentIngo Molnar2009-01-111-1/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'linus' into tracing/kmemtrace2Ingo Molnar2009-01-061-9/+11
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'tracing/kmemtrace' into tracing/kmemtrace2Ingo Molnar2008-12-311-17/+33
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'linus' into tracing/kmemtraceIngo Molnar2008-12-311-17/+33
| | |\ \ \ \ \ \
| * | | | | | | | tracing/kmemtrace: normalize the raw tracer event to the unified tracing APIFrederic Weisbecker2008-12-301-1/+1
| |/ / / / / / /
| * | | | | | | kmemtrace: move #include linesIngo Molnar2008-12-301-1/+1
| * | | | | | | Merge branch 'topic/kmemtrace' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2008-12-291-28/+95
| |\ \ \ \ \ \ \
| | * | | | | | | kmemtrace: remove unnecessary castsPekka Enberg2008-12-291-4/+3
| | * | | | | | | kmemtrace: SLUB hooks for caller-tracking functions.Eduard - Gabriel Munteanu2008-12-291-2/+17
| | * | | | | | | kmemtrace: SLUB hooks.Eduard - Gabriel Munteanu2008-12-291-6/+59
| | * | | | | | | SLUB: Replace __builtin_return_address(0) with _RET_IP_.Eduard - Gabriel Munteanu2008-12-291-24/+24
* | | | | | | | | Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-03-301-0/+1
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | lockdep: annotate reclaim context (__GFP_NOFS)Nick Piggin2009-02-141-0/+1
| | |_|_|_|_|/ / | |/| | | | | |
| | | | | | | |
| \ \ \ \ \ \ \
| \ \ \ \ \ \ \
| \ \ \ \ \ \ \
| \ \ \ \ \ \ \
| \ \ \ \ \ \ \
| \ \ \ \ \ \ \
| \ \ \ \ \ \ \
*-------. \ \ \ \ \ \ \ Merge branches 'topic/slob/cleanups', 'topic/slob/fixes', 'topic/slub/core', ...Pekka Enberg2009-03-241-30/+52
|\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / | | |/| | | | | | | / / | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | / | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| | | | | * | | | | SLUB: Fix default slab order for big object sizesZhang Yanmin2009-02-201-1/+5
| | | | | * | | | | SLUB: Introduce and use SLUB_MAX_SIZE and SLUB_PAGE_SHIFT constantsChristoph Lameter2009-02-201-8/+8
| | | |_|/ / / / / | | |/| | | | | |
| | | | * | | | | slub: use get_track()Akinobu Mita2009-03-231-7/+1
| | | | * | | | | SLUB: Use ->objsize from struct kmem_cache_cpu in slab_free()Pekka Enberg2009-01-141-1/+1
| | |_|/ / / / / | |/| | | | | |