aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-28mempolicy: move rebind functionsDavid Rientjes1-94/+91
2008-04-28mempolicy: add MPOL_F_RELATIVE_NODES flagDavid Rientjes2-2/+37
2008-04-28mempolicy: add MPOL_F_STATIC_NODES flagDavid Rientjes2-84/+90
2008-04-28mempolicy: support optional mode flagsDavid Rientjes2-28/+47
2008-04-28mempolicy: convert MPOL constants to enumDavid Rientjes2-16/+22
2008-04-28mm: move cache_line_size() to <linux/cache.h>Pekka Enberg2-9/+0
2008-04-28hugetlb: decrease hugetlb_lock cycling in gather_surplus_huge_pagesAdam Litke1-5/+12
2008-04-28mm: try both endianess when checking for endianessChris Dearman1-0/+8
2008-04-28mm: filter based on a nodemask as well as a gfp_maskMel Gorman4-127/+143
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman7-82/+96
2008-04-28mm: use two zonelist that are filtered by GFP maskMel Gorman6-122/+101
2008-04-28mm: remember what the preferred zone is for zone_statisticsMel Gorman2-7/+8
2008-04-28mm: introduce node_zonelist() for accessing the zonelist for a GFP maskMel Gorman4-9/+6
2008-04-28mm: use zonelists instead of zones when direct reclaiming pagesMel Gorman2-10/+13
2008-04-28mm: remove nopageNick Piggin3-19/+6
2008-04-28mmap_region: cleanup the final vma_merge() related codeOleg Nesterov1-13/+10
2008-04-28fix invalidate_inode_pages2_range() to not clear retHisashi Hifumi1-3/+8
2008-04-28hotplug-memory: make online_page() commonJeremy Fitzhardinge1-0/+19
2008-04-28hotplug memory remove: generic __remove_pages() supportBadari Pulavarty2-3/+97
2008-04-28mm: fix possible off-by-one in walk_pte_range()Johannes Weiner1-2/+6
2008-04-27slub: pack objects denserChristoph Lameter1-2/+2
2008-04-27slub: Calculate min_objects based on number of processors.Christoph Lameter1-1/+3
2008-04-27slub: Drop DEFAULT_MAX_ORDER / DEFAULT_MIN_OBJECTSChristoph Lameter1-21/+2
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 alignment.Yi Li1-1/+2
2008-04-27s390: KVM preparation: host memory management changes for s390 kvmChristian Borntraeger1-3/+4
2008-04-26x86_64/mm: check and print vmemmap allocation continuousYinghai Lu1-0/+5
2008-04-26mm: allow reserve_bootmem() cross nodesYinghai Lu1-23/+69
2008-04-26mm: offset align in alloc_bootmem()Yinghai Lu1-26/+34
2008-04-26mm: fix alloc_bootmem_core to use fast searching for all nodesYinghai Lu1-6/+12
2008-04-26mm: make mem_map allocation continuousYinghai Lu1-3/+29
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/juhl/trivialLinus 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