summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2008-04-27slub: Simplify any_slab_object checksChristoph Lameter1-9/+1
2008-04-27slub: Make the order configurable for each slab cacheChristoph Lameter1-7/+22
2008-04-27slub: Drop fallback to page allocator methodChristoph Lameter1-41/+2
2008-04-27slub: Fallback to minimal order during slab page allocationChristoph Lameter1-11/+28
2008-04-27slub: Update statistics handling for variable order slabsChristoph Lameter1-53/+97
2008-04-27slub: Add kmem_cache_order_objects structChristoph Lameter1-25/+51
2008-04-27slub: for_each_object must be passed the number of objects in a slabChristoph Lameter1-6/+18
2008-04-27slub: Store max number of objects in the page struct.Christoph Lameter1-20/+34
2008-04-27slub: Dump list of objects not freed on kmem_cache_close()Christoph Lameter1-1/+31
2008-04-27slub: free_list() cleanupChristoph Lameter1-11/+7
2008-04-27slub: improve kmem_cache_destroy() error messagePekka Enberg1-2/+5
2008-04-27slob: fix bug - when slob allocates "struct kmem_cache", it does not force al...Yi Li1-1/+2
2008-04-23slab_err: Pass parameters correctly to slab_bugChristoph Lameter1-2/+2
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh...Linus Torvalds1-2/+2
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-1/+1
2008-04-21trivial: small cleanupsPavel Machek1-2/+2
2008-04-19driver core: memory: semaphore to mutexDaniel Walker1-1/+1
2008-04-19nodemask: use new node_to_cpumask_ptr functionMike Travis3-16/+13
2008-04-19cpuset: modify cpuset_set_cpus_allowed to use cpumask pointerMike Travis1-2/+2
2008-04-19cpumask: Cleanup more uses of CPU_MASK and NODE_MASKMike Travis1-1/+2
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdbLinus Torvalds2-1/+56
2008-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds1-33/+64
2008-04-17kgdb: fix optional arch functions and probe_kernel_*Jason Wessel1-0/+6
2008-04-17uaccess: add probe_kernel_write()Ingo Molnar2-1/+50
2008-04-15add "Isolate" migratetype name to /proc/pagetypeinfoKOSAKI Motohiro1-0/+1
2008-04-15memcg: fix oops in oom handlingLi Zefan1-2/+2
2008-04-15mm: sparsemem memory_present() fixIngo Molnar1-0/+10
2008-04-14slub: No need for per node slab counters if !SLUB_DEBUGChristoph Lameter1-11/+40
2008-04-14slub: Move map/flag clearing to __free_slabChristoph Lameter1-2/+2
2008-04-14slub: Fixes to per cpu stat output in sysfsChristoph Lameter1-1/+3
2008-04-14slub: Deal with config variable dependenciesChristoph Lameter1-15/+15
2008-04-14slub: Reduce #ifdef ZONE_DMA by moving kmalloc_caches_dma near dma logicChristoph Lameter1-4/+1
2008-04-14slub: Initialize per-cpu statsPekka Enberg1-0/+3
2008-04-08memcg: fix node_state handlingKAMEZAWA Hiroyuki1-5/+4
2008-04-04memory controller: make memory resource control aware of boot optionsBalbir Singh1-0/+17
2008-04-01Fix undefined count_partial if !CONFIG_SLABINFOChristoph Lameter1-1/+1
2008-03-30NULL noise: fs/*, mm/*, kernel/*Al Viro1-4/+4
2008-03-27Revert "SLUB: remove useless masking of GFP_ZERO"Linus Torvalds1-0/+3
2008-03-26hugetlb: fix potential livelock in return_unused_surplus_hugepages()Nishanth Aravamudan1-1/+10
2008-03-26hugetlb: indicate surplus huge page counts in per-node meminfoNishanth Aravamudan1-2/+4
2008-03-26slab: fix cache_cache bootstrap in kmem_cache_init()Daniel Yeisley1-2/+2
2008-03-26count_partial() is not used if !SLUB_DEBUG and !CONFIG_SLABINFOChristoph Lameter1-0/+2
2008-03-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+2
2008-03-24revert "kswapd should only wait on IO if there is IO"Andrew Morton1-22/+5
2008-03-24mm: fix boundary checking in free_bootmem_coreYinghai Lu1-6/+19
2008-03-19mm/readahead: fix kernel-doc notationRandy Dunlap1-2/+3
2008-03-19memcgroup: fix check for thread being a group leader in memcgroupPavel Emelyanov1-1/+1
2008-03-19mm: rmap kernel-doc fixesRandy Dunlap1-3/+10
2008-03-19mm: highmem kernel-doc additionsRandy Dunlap1-4/+26
2008-03-19mm/oom_kill: fix kernel-docRandy Dunlap1-1/+8