aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-29page allocator: explicitly retry hugepage allocationsNishanth Aravamudan1-2/+4
2008-04-29page allocator: smarter retry of costly-order allocationsNishanth Aravamudan2-7/+22
2008-04-29mm: fix misleading __GFP_REPEAT related commentsNishanth Aravamudan1-2/+3
2008-04-29mm: fix usemap initializationKAMEZAWA Hiroyuki1-2/+12
2008-04-28mm: fix integer as NULL pointer warningsHarvey Harrison1-1/+1
2008-04-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds2-195/+289
2008-04-28mm/memory_hotplug.c must #include "internal.h"Adrian Bunk1-0/+2
2008-04-28mm/nommu.c: return 0 from kobjsize with invalid objectsMichael Hennerich1-1/+5
2008-04-28vmstats: add cond_resched() to refresh_cpu_vm_stats()Dimitri Sivanich1-0/+1
2008-04-28mm/page_alloc.c: remove hand-coded get_order()Pavel Machek1-3/+1
2008-04-28oom_kill: remove unused parameter in badness()Li Zefan1-3/+2
2008-04-28memory hotplug: free memmaps allocated by bootmemYasunori Goto4-7/+60
2008-04-28memory hotplug: allocate usemap on the section with pgdatYasunori Goto1-2/+13
2008-04-28memory hotplug: make alloc_bootmem_section()Yasunori Goto1-0/+31
2008-04-28memory hotplug: align memmap to page sizeYasunori Goto1-2/+2
2008-04-28memory hotplug: register section/node id to freeYasunori Goto3-3/+100
2008-04-28hugetlbfs: common code update for s390Gerald Schaefer1-15/+21
2008-04-28hugetlbfs: add missing TLB flush to hugetlb_cow()Gerald Schaefer1-0/+1
2008-04-28mempolicy: use struct mempolicy pointer in shmem_sb_infoLee Schermerhorn2-80/+121
2008-04-28mempolicy: support mpol=local tmpfs mount optionLee Schermerhorn1-8/+17
2008-04-28mempolicy: rework shmem mpol parsing and displayLee Schermerhorn2-107/+115
2008-04-28mempolicy: clean-up mpol-to-str() mempolicy formattingLee Schermerhorn1-6/+11
2008-04-28mempolicy: use MPOL_F_LOCAL to Indicate Preferred Local PolicyLee Schermerhorn1-25/+22
2008-04-28mempolicy: mPOL_PREFERRED cleanups for "local allocation"Lee Schermerhorn1-10/+18
2008-04-28mempolicy: use MPOL_PREFERRED for system-wide default policyLee Schermerhorn1-26/+42
2008-04-28mempolicy: rework mempolicy Reference Counting [yet again]Lee Schermerhorn3-74/+90
2008-04-28mempolicy: mark shared policies for unrefLee Schermerhorn1-0/+1
2008-04-28mempolicy: rename struct mempolicy 'policy' member to 'mode'Lee Schermerhorn1-23/+23
2008-04-28mempolicy: fixup Fallback for Default Shmem PolicyLee Schermerhorn1-2/+5
2008-04-28mempolicy: write lock mmap_sem while changing task mempolicyLee Schermerhorn1-0/+13
2008-04-28mempolicy: rename mpol_copy to mpol_dupLee Schermerhorn2-5/+5
2008-04-28mempolicy: rename mpol_free to mpol_putLee Schermerhorn4-19/+19
2008-04-28Subject: [PATCH] hugetlb: vmstat events for huge page allocationsAdam Litke2-0/+11
2008-04-28xip: support non-struct page backed memoryNick Piggin3-102/+102
2008-04-28mm: add vm_insert_mixedNick Piggin1-26/+60
2008-04-28mm: introduce pte_special pte bitNick Piggin1-44/+55
2008-04-28mm: introduce VM_MIXEDMAPJared Hulbert1-21/+58
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