summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
* | mm: introduce pte_special pte bitNick Piggin2008-04-281-44/+55
* | mm: introduce VM_MIXEDMAPJared Hulbert2008-04-281-21/+58
* | PAGEFLAGS_EXTENDED and separate page flags for Head and TailChristoph Lameter2008-04-281-0/+12
* | pageflags: eliminate PG_xxx aliasesChristoph Lameter2008-04-281-1/+1
* | vmallocinfo: add caller informationChristoph Lameter2008-04-281-18/+47
* | vmalloc: show vmalloced areas via /proc/vmallocinfoChristoph Lameter2008-04-281-1/+75
* | mm: rotate_reclaimable_page() cleanupMiklos Szeredi2008-04-282-29/+18Star
* | mm/page_alloc.c: fix indentationS.Caglar Onur2008-04-281-1/+1
* | dmapool: enable debugging for CONFIG_SLUB_DEBUG_ON tooAndi Kleen2008-04-281-4/+8
* | mempolicy: fix parsing of tmpfs mpol mount optionLee Schermerhorn2008-04-281-5/+11
* | mempolicy: disallow static or relative flags for local preferred modeDavid Rientjes2008-04-281-16/+26
* | mempolicy: create mempolicy_operations structureDavid Rientjes2008-04-281-93/+140
* | mempolicy: move rebind functionsDavid Rientjes2008-04-281-94/+91Star
* | mempolicy: add MPOL_F_RELATIVE_NODES flagDavid Rientjes2008-04-282-2/+37
* | mempolicy: add MPOL_F_STATIC_NODES flagDavid Rientjes2008-04-282-84/+90
* | mempolicy: support optional mode flagsDavid Rientjes2008-04-282-28/+47
* | mempolicy: convert MPOL constants to enumDavid Rientjes2008-04-282-16/+22
* | mm: move cache_line_size() to <linux/cache.h>Pekka Enberg2008-04-282-9/+0Star
* | hugetlb: decrease hugetlb_lock cycling in gather_surplus_huge_pagesAdam Litke2008-04-281-5/+12
* | mm: try both endianess when checking for endianessChris Dearman2008-04-281-0/+8
* | mm: filter based on a nodemask as well as a gfp_maskMel Gorman2008-04-284-127/+143
* | mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman2008-04-287-82/+96
* | mm: use two zonelist that are filtered by GFP maskMel Gorman2008-04-286-122/+101Star
* | mm: remember what the preferred zone is for zone_statisticsMel Gorman2008-04-282-7/+8
* | mm: introduce node_zonelist() for accessing the zonelist for a GFP maskMel Gorman2008-04-284-9/+6Star
* | mm: use zonelists instead of zones when direct reclaiming pagesMel Gorman2008-04-282-10/+13
* | mm: remove nopageNick Piggin2008-04-283-19/+6Star
* | mmap_region: cleanup the final vma_merge() related codeOleg Nesterov2008-04-281-13/+10Star
* | fix invalidate_inode_pages2_range() to not clear retHisashi Hifumi2008-04-281-3/+8
* | hotplug-memory: make online_page() commonJeremy Fitzhardinge2008-04-281-0/+19
* | hotplug memory remove: generic __remove_pages() supportBadari Pulavarty2008-04-282-3/+97
* | mm: fix possible off-by-one in walk_pte_range()Johannes Weiner2008-04-281-2/+6
* | s390: KVM preparation: host memory management changes for s390 kvmChristian Borntraeger2008-04-271-3/+4
* | x86_64/mm: check and print vmemmap allocation continuousYinghai Lu2008-04-261-0/+5
* | mm: allow reserve_bootmem() cross nodesYinghai Lu2008-04-261-23/+69
* | mm: offset align in alloc_bootmem()Yinghai Lu2008-04-261-26/+34
* | mm: fix alloc_bootmem_core to use fast searching for all nodesYinghai Lu2008-04-261-6/+12
* | mm: make mem_map allocation continuousYinghai Lu2008-04-261-3/+29
|/
* slab_err: Pass parameters correctly to slab_bugChristoph Lameter2008-04-231-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh...Linus Torvalds2008-04-221-2/+2
|\
| * trivial: small cleanupsPavel Machek2008-04-221-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-04-221-1/+1
|\ \
| * | driver core: memory: semaphore to mutexDaniel Walker2008-04-201-1/+1
| |/
* | nodemask: use new node_to_cpumask_ptr functionMike Travis2008-04-193-16/+13Star
* | cpuset: modify cpuset_set_cpus_allowed to use cpumask pointerMike Travis2008-04-191-2/+2
* | cpumask: Cleanup more uses of CPU_MASK and NODE_MASKMike Travis2008-04-191-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdbLinus Torvalds2008-04-182-1/+56
|\
| * kgdb: fix optional arch functions and probe_kernel_*Jason Wessel2008-04-171-0/+6
| * uaccess: add probe_kernel_write()Ingo Molnar2008-04-172-1/+50
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2008-04-181-33/+64
|\ \ | |/ |/|