aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-29ipc: define the slab_memory_callback priority as a constantNadia Derbey1-1/+1
2008-04-29memcg: remove redundant initialization in mem_cgroup_create()Li Zefan1-2/+0
2008-04-29memcgroup: use vmalloc for mem_cgroup allocationKAMEZAWA Hiroyuki1-6/+29
2008-04-29memcgroup: make the memory controller more desktop responsiveBalbir Singh1-2/+1
2008-04-29memcg: remove redundant function callsKAMEZAWA Hiroyuki1-8/+8
2008-04-29memcgroup: implement failcounter resetPavel Emelyanov1-3/+11
2008-04-29memcgroup: use triggers in force_empty and max_usage filesPavel Emelyanov1-15/+6
2008-04-29memcgroup: move memory controller allocations to their own slabsBalbir Singh1-6/+10
2008-04-29memcgroup: add the max_usage member on the res_counterPavel Emelyanov1-0/+17
2008-04-29cgroups: add an owner to the mm_structBalbir Singh1-23/+5
2008-04-29CGroup API files: drop mem_cgroup_force_empty()Paul Menage1-12/+0
2008-04-29CGroup API files: use cgroup map for memcontrol stats filePaul Menage1-22/+6
2008-04-29CGroup API files: use read_u64 in memory controllerPaul Menage1-9/+6
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