aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-28PAGEFLAGS_EXTENDED and separate page flags for Head and TailChristoph Lameter1-0/+12
2008-04-28pageflags: eliminate PG_xxx aliasesChristoph Lameter1-1/+1
2008-04-28vmallocinfo: add caller informationChristoph Lameter1-18/+47
2008-04-28vmalloc: show vmalloced areas via /proc/vmallocinfoChristoph Lameter1-1/+75
2008-04-28mm: rotate_reclaimable_page() cleanupMiklos Szeredi2-29/+18
2008-04-28mm/page_alloc.c: fix indentationS.Caglar Onur1-1/+1
2008-04-28dmapool: enable debugging for CONFIG_SLUB_DEBUG_ON tooAndi Kleen1-4/+8
2008-04-28mempolicy: fix parsing of tmpfs mpol mount optionLee Schermerhorn1-5/+11
2008-04-28mempolicy: disallow static or relative flags for local preferred modeDavid Rientjes1-16/+26
2008-04-28mempolicy: create mempolicy_operations structureDavid Rientjes1-93/+140
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-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
2008-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus 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