aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/nommu.c: return 0 from kobjsize with invalid objectsMichael Hennerich2008-04-281-1/+5
* vmstats: add cond_resched() to refresh_cpu_vm_stats()Dimitri Sivanich2008-04-281-0/+1
* mm/page_alloc.c: remove hand-coded get_order()Pavel Machek2008-04-281-3/+1
* oom_kill: remove unused parameter in badness()Li Zefan2008-04-281-3/+2
* memory hotplug: free memmaps allocated by bootmemYasunori Goto2008-04-284-7/+60
* memory hotplug: allocate usemap on the section with pgdatYasunori Goto2008-04-281-2/+13
* memory hotplug: make alloc_bootmem_section()Yasunori Goto2008-04-281-0/+31
* memory hotplug: align memmap to page sizeYasunori Goto2008-04-281-2/+2
* memory hotplug: register section/node id to freeYasunori Goto2008-04-283-3/+100
* hugetlbfs: common code update for s390Gerald Schaefer2008-04-281-15/+21
* hugetlbfs: add missing TLB flush to hugetlb_cow()Gerald Schaefer2008-04-281-0/+1
* mempolicy: use struct mempolicy pointer in shmem_sb_infoLee Schermerhorn2008-04-282-80/+121
* mempolicy: support mpol=local tmpfs mount optionLee Schermerhorn2008-04-281-8/+17
* mempolicy: rework shmem mpol parsing and displayLee Schermerhorn2008-04-282-107/+115
* mempolicy: clean-up mpol-to-str() mempolicy formattingLee Schermerhorn2008-04-281-6/+11
* mempolicy: use MPOL_F_LOCAL to Indicate Preferred Local PolicyLee Schermerhorn2008-04-281-25/+22
* mempolicy: mPOL_PREFERRED cleanups for "local allocation"Lee Schermerhorn2008-04-281-10/+18
* mempolicy: use MPOL_PREFERRED for system-wide default policyLee Schermerhorn2008-04-281-26/+42
* mempolicy: rework mempolicy Reference Counting [yet again]Lee Schermerhorn2008-04-283-74/+90
* mempolicy: mark shared policies for unrefLee Schermerhorn2008-04-281-0/+1
* mempolicy: rename struct mempolicy 'policy' member to 'mode'Lee Schermerhorn2008-04-281-23/+23
* mempolicy: fixup Fallback for Default Shmem PolicyLee Schermerhorn2008-04-281-2/+5
* mempolicy: write lock mmap_sem while changing task mempolicyLee Schermerhorn2008-04-281-0/+13
* mempolicy: rename mpol_copy to mpol_dupLee Schermerhorn2008-04-282-5/+5
* mempolicy: rename mpol_free to mpol_putLee Schermerhorn2008-04-284-19/+19
* Subject: [PATCH] hugetlb: vmstat events for huge page allocationsAdam Litke2008-04-282-0/+11
* xip: support non-struct page backed memoryNick Piggin2008-04-283-102/+102
* mm: add vm_insert_mixedNick Piggin2008-04-281-26/+60
* 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/+18
* 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/+91
* 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/+0
* 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