summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-31selinux: tag avc cache alloc as non-criticalMel Gorman
2012-07-31netvm: prevent a stream-specific deadlockMel Gorman
2012-07-31mm: account for the number of times direct reclaimers get throttledMel Gorman
2012-07-31mm: throttle direct reclaimers if PF_MEMALLOC reserves are low and swap is ba...Mel Gorman
2012-07-31nbd: set SOCK_MEMALLOC for access to PFMEMALLOC reservesMel Gorman
2012-07-31mm: micro-optimise slab to avoid a function callMel Gorman
2012-07-31netvm: set PF_MEMALLOC as appropriate during SKB processingMel Gorman
2012-07-31netvm: propagate page->pfmemalloc from skb_alloc_page to skbMel Gorman
2012-07-31netvm: propagate page->pfmemalloc to skbMel Gorman
2012-07-31netvm: allow skb allocation to use PFMEMALLOC reservesMel Gorman
2012-07-31netvm: allow the use of __GFP_MEMALLOC by specific socketsMel Gorman
2012-07-31net: introduce sk_gfp_atomic() to allow addition of GFP flags depending on th...Mel Gorman
2012-07-31mm: ignore mempolicies when using ALLOC_NO_WATERMARKMel Gorman
2012-07-31mm: only set page->pfmemalloc when ALLOC_NO_WATERMARKS was usedMel Gorman
2012-07-31mm: allow PF_MEMALLOC from softirq contextMel Gorman
2012-07-31mm: introduce __GFP_MEMALLOC to allow access to emergency reservesMel Gorman
2012-07-31mm: slub: optimise the SLUB fast path to avoid pfmemalloc checksChristoph Lameter
2012-07-31mm: sl[au]b: add knowledge of PFMEMALLOC reserve pagesMel Gorman
2012-07-31memory-hotplug: fix kswapd looping forever problemMinchan Kim
2012-07-31mm: fix free page check in zone_watermark_ok()Minchan Kim
2012-07-31mm: factor out memory isolate functionsMinchan Kim
2012-07-31mm, memcg: move all oom handling to memcontrol.cDavid Rientjes
2012-07-31mm, oom: reduce dependency on tasklist_lockDavid Rientjes
2012-07-31mm, memcg: introduce own oom handler to iterate only over its own threadsDavid Rientjes
2012-07-31mm, oom: introduce helper function to process threads during scanDavid Rientjes
2012-07-31mm, oom: move declaration for mem_cgroup_out_of_memory to oom.hDavid Rientjes
2012-07-31mm/hotplug: mark memory hotplug code in page_alloc.c as __meminitJiang Liu
2012-07-31mm/hotplug: free zone->pageset when a zone becomes emptyJiang Liu
2012-07-31mm/hotplug: correctly add new zone to all other nodes' zone listsJiang Liu
2012-07-31mm/hotplug: correctly setup fallback zonelists when creating new pgdatJiang Liu
2012-07-31mm/memcg: replace inexistence move_lock_page_cgroup() by move_lock_mem_cgroup...Wanpeng Li
2012-07-31mm/memcg: mem_cgroup_relize_xxx_limit can guarantee memcg->res.limit <= memcg...Wanpeng Li
2012-07-31mm/memcg: complete documentation for tcp memcg filesWanpeng Li
2012-07-31mm: setup pageblock_order before it's used by sparsememXishi Qiu
2012-07-31mm/memory.c:print_vma_addr(): call up_read(&mm->mmap_sem) directlyJeff Liu
2012-07-31vmscan: remove obsolete shrink_control commentMinchan Kim
2012-07-31mm: CONFIG_HAVE_MEMBLOCK_NODE -> CONFIG_HAVE_MEMBLOCK_NODE_MAPRabin Vincent
2012-07-31mm: have order > 0 compaction start off where it leftRik van Riel
2012-07-31memcg: rename mem_control_xxx to memcg_xxxWanpeng Li
2012-07-31memcg: fix bad behavior in use_hierarchy fileGlauber Costa
2012-07-31mm: remove unused LRU_ALL_EVICTABLEWanpeng Li
2012-07-31memcg: rename config variablesAndrew Morton
2012-07-31mm: clean up __count_immobile_pages()Minchan Kim
2012-07-31mm: do not use page_count() without a page pinMinchan Kim
2012-07-31mm, oom: replace some information in tasklist dumpDavid Rientjes
2012-07-31mm, oom: fix potential killing of thread that is disabled from oom killingDavid Rientjes
2012-07-31mm: clear pages_scanned only if draining a pcp adds pages to the buddy alloca...KOSAKI Motohiro
2012-07-31mm, fadvise: don't return -EINVAL when filesystem cannot implement fadvise()KOSAKI Motohiro
2012-07-31mm/compaction: cleanup on compaction_deferredGavin Shan
2012-07-31memcg: make mem_cgroup_force_empty_list() return boolKAMEZAWA Hiroyuki