summaryrefslogtreecommitdiffstats
path: root/mm/slab.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] mm: fallback_alloc cpuset_zone_allowed irq fixPaul Jackson2006-12-081-1/+1
* [PATCH] struct seq_operations and struct file_operations constificationHelge Deller2006-12-071-2/+2
* [PATCH] slab: use probe_kernel_address()Andrew Morton2006-12-071-5/+2Star
* [PATCH] slab: better fallback allocation behaviorChristoph Lameter2006-12-071-22/+57
* [PATCH] slab: fix two issues in kmalloc_node / __cache_alloc_nodeChristoph Lameter2006-12-071-12/+28
* [PATCH] slab: remove SLAB_DMAChristoph Lameter2006-12-071-2/+2
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* [PATCH] slab: remove SLAB_LEVEL_MASKChristoph Lameter2006-12-071-2/+2
* [PATCH] slab: remove SLAB_NO_GROWChristoph Lameter2006-12-071-2/+2
* [PATCH] leak tracking for kmalloc_nodeChristoph Hellwig2006-12-071-13/+42
* [PATCH] mm: add noaliencache boot option to disable numa alien cachesPaul Menage2006-12-071-9/+29
* [PATCH] mm: slab: eliminate lock_cpu_hotplug from slabRavikiran G Thirumalai2006-12-071-19/+21
* [PATCH] slab debug and ARCH_SLAB_MINALIGN don't get alongKevin Hilman2006-12-071-6/+11
* WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells2006-11-221-3/+3
* WorkStruct: Separate delayable and non-delayable events.David Howells2006-11-221-4/+4
* [PATCH] init_reap_node() initialization fixDaniel Yeisley2006-11-031-1/+1
* [PATCH] Slab: Do not fallback to nodes that have not been bootstrapped yetChristoph Lameter2006-10-211-4/+7
* [PATCH] slab: remove wrongly placed BUG_ONChristoph Lameter2006-10-071-1/+0Star
* [PATCH] slab: reduce numa text sizePekka Enberg2006-10-061-13/+21
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/confighLinus Torvalds2006-10-041-1/+0Star
|\
| * Remove all inclusions of <linux/config.h>Dave Jones2006-10-041-1/+0Star
* | [PATCH] slab: clean up leak tracking ifdefs a little bitChristoph Hellwig2006-10-041-5/+8
|/
* [PATCH] single bit flip detectorDave Jones2006-09-291-1/+23
* [PATCH] GFP_THISNODE for the slab allocatorChristoph Lameter2006-09-271-29/+78
* [PATCH] slab: fix kmalloc_node applying memory policies if nodeid == numa_nod...Christoph Lameter2006-09-271-10/+9Star
* [PATCH] Make kmem_cache_destroy() return voidAlexey Dobriyan2006-09-271-4/+2Star
* [PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEChristoph Lameter2006-09-261-13/+11Star
* [PATCH] Extract the allocpercpu functions from the slab allocatorChristoph Lameter2006-09-261-124/+0Star
* [PATCH] fix potential stack overflow in mm/slab.cSiddha, Suresh B2006-09-261-9/+14
* [PATCH] slab: fix lockdep warningsRavikiran G Thirumalai2006-09-261-14/+43
* [PATCH] slab: do not panic when alloc_kmemlist fails and slab is upChristoph Lameter2006-09-261-18/+17Star
* [PATCH] slab: extract __kmem_cache_destroy from kmem_cache_destroyChristoph Lameter2006-09-261-16/+22
* [PATCH] slab: optimize kmalloc_node the same way as kmallocChristoph Hellwig2006-09-261-2/+2
* [PATCH] Add some comments to slab.cRavikiran G Thirumalai2006-09-261-2/+27
* [PATCH] slab: respect architecture and caller mandated alignmentPekka Enberg2006-09-261-9/+16
* [PATCH] CPU hotplug compatible alloc_percpu()Martin Peschke2006-09-261-57/+109
* [PATCH] mm/: make functions staticAdrian Bunk2006-09-261-2/+1Star
* [PATCH] Fix kmem_cache_alloc() been documented twiceRolf Eike Beer2006-07-311-1/+1
* [PATCH] cpu hotplug: replace __devinit* with __cpuinit* for cpu notificationsChandra Seetharaman2006-07-311-1/+1
* [PATCH] revert slab.c locking changeIngo Molnar2006-07-141-9/+0Star
* [PATCH] lockdep: annotate mm/slab.cArjan van de Ven2006-07-131-0/+32
* [PATCH] lockdep: undo mm/slab.c annotationIngo Molnar2006-07-131-23/+10Star
* [PATCH] lockdep: annotate SLAB codeIngo Molnar2006-07-041-11/+48
* [PATCH] slab: consolidate code to free slabs from freelistChristoph Lameter2006-06-301-68/+51Star
* [PATCH] zoned vm counters: conversion of nr_slab to per zone counterChristoph Lameter2006-06-301-2/+2
* [PATCH] zoned vm counters: basic ZVC (zoned vm counter) implementationChristoph Lameter2006-06-301-0/+1
* [PATCH] pi-futex: rt mutex debugIngo Molnar2006-06-281-0/+1
* [PATCH] pi-futex: introduce debug_check_no_locks_freed()Ingo Molnar2006-06-281-1/+1
* [PATCH] cpu hotplug: make cpu_notifier related notifier blocks __cpuinit onlyChandra Seetharaman2006-06-281-1/+3
* [PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman2006-06-281-1/+1