aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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/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: 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-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-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-31memcg: make mem_cgroup_force_empty_list() return boolKAMEZAWA Hiroyuki
2012-07-31memcg: mem_cgroup_move_parent() doesn't need gfp_maskKAMEZAWA Hiroyuki
2012-07-31memcg: clean up force_empty_list() return value checkKamezawa Hiroyuki
2012-07-31memcg: remove check for signal_pending() during rmdir()Kamezawa Hiroyuki
2012-07-31mm/memblock.c:memblock_double_array(): cosmetic cleanupsAndrew Morton
2012-07-31mm, oom: do not schedule if current has been killedDavid Rientjes
2012-07-31hugetlb/cgroup: remove exclude and wakeup rmdir calls from migrateAneesh Kumar K.V
2012-07-31hugetlb/cgroup: assign the page hugetlb cgroup when we move the page to activ...Aneesh Kumar K.V
2012-07-31hugetlb: move all the in use pages to active listAneesh Kumar K.V
2012-07-31hugetlb/cgroup: migrate hugetlb cgroup info from oldpage to new page during m...Aneesh Kumar K.V
2012-07-31hugetlb/cgroup: add hugetlb cgroup control filesAneesh Kumar K.V
2012-07-31hugetlb/cgroup: add support for cgroup removalAneesh Kumar K.V
2012-07-31hugetlb/cgroup: add charge/uncharge routines for hugetlb cgroupAneesh Kumar K.V
2012-07-31hugetlb/cgroup: add the cgroup pointer to page lruAneesh Kumar K.V
2012-07-31mm/hugetlb: add new HugeTLB cgroupAneesh Kumar K.V
2012-07-31hugetlb: make some static variables globalAneesh Kumar K.V
2012-07-31hugetlb: add a list for tracking in-use HugeTLB pagesAneesh Kumar K.V
2012-07-31hugetlb: simplify migrate_huge_page()Aneesh Kumar K.V
2012-07-31hugetlb: use mmu_gather instead of a temporary linked list for accumulating p...Aneesh Kumar K.V
2012-07-31hugetlb: add an inline helper for finding hstate indexAneesh Kumar K.V
2012-07-31hugetlb: don't use ERR_PTR with VM_FAULT* valuesAneesh Kumar K.V