aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-31mm: swap: implement generic handler for swap_activateMel Gorman2-86/+97
2012-07-31mm: add support for a filesystem to activate swap files and use direct_IO for writing swap pagesMel Gorman3-3/+74
2012-07-31mm: add get_kernel_page[s] for pinning of kernel addresses for I/OMel Gorman1-0/+53
2012-07-31mm: methods for teaching filesystems about PG_swapcache pagesMel Gorman1-0/+26
2012-07-31mm: account for the number of times direct reclaimers get throttledMel Gorman2-0/+4
2012-07-31mm: throttle direct reclaimers if PF_MEMALLOC reserves are low and swap is backed by network storageMel Gorman2-8/+121
2012-07-31mm: micro-optimise slab to avoid a function callMel Gorman1-2/+26
2012-07-31netvm: allow skb allocation to use PFMEMALLOC reservesMel Gorman1-3/+0
2012-07-31mm: ignore mempolicies when using ALLOC_NO_WATERMARKMel Gorman1-0/+7
2012-07-31mm: only set page->pfmemalloc when ALLOC_NO_WATERMARKS was usedMel Gorman1-13/+14
2012-07-31mm: allow PF_MEMALLOC from softirq contextMel Gorman1-1/+5
2012-07-31mm: introduce __GFP_MEMALLOC to allow access to emergency reservesMel Gorman2-13/+11
2012-07-31mm: slub: optimise the SLUB fast path to avoid pfmemalloc checksChristoph Lameter1-4/+3
2012-07-31mm: sl[au]b: add knowledge of PFMEMALLOC reserve pagesMel Gorman4-25/+226
2012-07-31memory-hotplug: fix kswapd looping forever problemMinchan Kim2-2/+54
2012-07-31mm: fix free page check in zone_watermark_ok()Minchan Kim1-1/+2
2012-07-31mm: factor out memory isolate functionsMinchan Kim4-78/+83
2012-07-31mm, memcg: move all oom handling to memcontrol.cDavid Rientjes2-23/+15
2012-07-31mm, oom: reduce dependency on tasklist_lockDavid Rientjes2-14/+30
2012-07-31mm, memcg: introduce own oom handler to iterate only over its own threadsDavid Rientjes2-34/+75
2012-07-31mm, oom: introduce helper function to process threads during scanDavid Rientjes1-46/+65
2012-07-31mm/hotplug: mark memory hotplug code in page_alloc.c as __meminitJiang Liu1-32/+34
2012-07-31mm/hotplug: free zone->pageset when a zone becomes emptyJiang Liu2-0/+16
2012-07-31mm/hotplug: correctly add new zone to all other nodes' zone listsJiang Liu1-7/+8
2012-07-31mm/hotplug: correctly setup fallback zonelists when creating new pgdatJiang Liu2-7/+14
2012-07-31mm/memcg: replace inexistence move_lock_page_cgroup() by move_lock_mem_cgroup() in commentWanpeng Li1-2/+2
2012-07-31mm/memcg: mem_cgroup_relize_xxx_limit can guarantee memcg->res.limit <= memcg->memsw.limitWanpeng Li1-2/+2
2012-07-31mm: setup pageblock_order before it's used by sparsememXishi Qiu3-2/+7
2012-07-31mm/memory.c:print_vma_addr(): call up_read(&mm->mmap_sem) directlyJeff Liu1-1/+1
2012-07-31mm: have order > 0 compaction start off where it leftRik van Riel3-5/+69
2012-07-31memcg: rename mem_control_xxx to memcg_xxxWanpeng Li1-4/+4
2012-07-31memcg: fix bad behavior in use_hierarchy fileGlauber Costa1-0/+6
2012-07-31memcg: rename config variablesAndrew Morton8-18/+18
2012-07-31mm: clean up __count_immobile_pages()Minchan Kim1-16/+18
2012-07-31mm: do not use page_count() without a page pinMinchan Kim1-1/+8
2012-07-31mm, oom: replace some information in tasklist dumpDavid Rientjes1-5/+6
2012-07-31mm, oom: fix potential killing of thread that is disabled from oom killingDavid Rientjes1-2/+2
2012-07-31mm: clear pages_scanned only if draining a pcp adds pages to the buddy allocator againKOSAKI Motohiro1-3/+6
2012-07-31mm, fadvise: don't return -EINVAL when filesystem cannot implement fadvise()KOSAKI Motohiro1-11/+7
2012-07-31memcg: make mem_cgroup_force_empty_list() return boolKAMEZAWA Hiroyuki1-12/+7
2012-07-31memcg: mem_cgroup_move_parent() doesn't need gfp_maskKAMEZAWA Hiroyuki1-3/+2
2012-07-31memcg: clean up force_empty_list() return value checkKamezawa Hiroyuki1-5/+0
2012-07-31memcg: remove check for signal_pending() during rmdir()Kamezawa Hiroyuki1-3/+0
2012-07-31mm/memblock.c:memblock_double_array(): cosmetic cleanupsAndrew Morton1-17/+18
2012-07-31mm, oom: do not schedule if current has been killedDavid Rientjes1-6/+5
2012-07-31hugetlb/cgroup: remove exclude and wakeup rmdir calls from migrateAneesh Kumar K.V1-2/+4
2012-07-31hugetlb/cgroup: assign the page hugetlb cgroup when we move the page to active list.Aneesh Kumar K.V2-14/+13
2012-07-31hugetlb: move all the in use pages to active listAneesh Kumar K.V1-1/+10
2012-07-31hugetlb/cgroup: migrate hugetlb cgroup info from oldpage to new page during migrationAneesh Kumar K.V2-0/+25
2012-07-31hugetlb/cgroup: add hugetlb cgroup control filesAneesh Kumar K.V2-0/+137