summaryrefslogtreecommitdiffstats
path: root/mm/slub.c
Commit message (Expand)AuthorAgeFilesLines
* mm: kmem_cache_create(): make it easier to catch NULL cache namesBenjamin Herrenschmidt2009-09-221-0/+3
* slub: Fix build error in kmem_cache_open() with !CONFIG_SLUB_DEBUGIngo Molnar2009-09-151-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-09-151-2/+2
|\
| * Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo2009-08-141-4/+8
| |\
| * \ Merge branch 'master' into for-nextTejun Heo2009-07-041-2/+8
| |\ \
| * | | percpu: cleanup percpu array definitionsTejun Heo2009-06-241-2/+2
| | | |
| \ \ \
*-. \ \ \ Merge branches 'slab/cleanups' and 'slab/fixes' into for-linusPekka Enberg2009-09-141-14/+68
|\ \ \ \ \
| | * | | | slub: fix slab_pad_check()Eric Dumazet2009-09-141-1/+1
| | * | | | slub: release kobject if sysfs_create_group failed in sysfs_slab_addXiaotian Feng2009-09-031-1/+4
| | * | | | SLUB: fix ARCH_KMALLOC_MINALIGN cases 64 and 256Aaro Koskinen2009-08-301-6/+24
| | * | | | SLUB: Drop write permission to /proc/slabinfoWANG Cong2009-08-181-1/+1
| | * | | | slub: change kmem_cache->align to record the real alignmentZhang, Yanmin2009-08-011-0/+1
| | * | | | slub: use size and objsize orders to disable debug flagsDavid Rientjes2009-07-281-21/+19
| | * | | | slub: add option to disable higher order debugging slabsDavid Rientjes2009-07-101-3/+38
| * | | | | SLUB: Fix some coding style issuesAmerigo Wang2009-08-191-3/+2
| | |_|_|/ | |/| | |
* / | | | slub: Fix kmem_cache_destroy() with SLAB_DESTROY_BY_RCUEric Dumazet2009-09-031-2/+2
|/ / / /
* / / / 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
| |\ \ \ \ \