aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-31hugetlb/cgroup: add support for cgroup removalAneesh Kumar K.V1-2/+68
2012-07-31hugetlb/cgroup: add charge/uncharge routines for hugetlb cgroupAneesh Kumar K.V2-1/+95
2012-07-31hugetlb/cgroup: add the cgroup pointer to page lruAneesh Kumar K.V1-0/+4
2012-07-31mm/hugetlb: add new HugeTLB cgroupAneesh Kumar K.V2-0/+121
2012-07-31hugetlb: make some static variables globalAneesh Kumar K.V1-5/+2
2012-07-31hugetlb: add a list for tracking in-use HugeTLB pagesAneesh Kumar K.V1-5/+7
2012-07-31hugetlb: simplify migrate_huge_page()Aneesh Kumar K.V2-55/+25
2012-07-31hugetlb: use mmu_gather instead of a temporary linked list for accumulating pagesAneesh Kumar K.V2-26/+40
2012-07-31hugetlb: add an inline helper for finding hstate indexAneesh Kumar K.V1-9/+11
2012-07-31hugetlb: don't use ERR_PTR with VM_FAULT* valuesAneesh Kumar K.V1-5/+13
2012-07-31hugetlb: rename max_hstate to hugetlb_max_hstateAneesh Kumar K.V1-7/+7
2012-07-31mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threadsWanpeng Li1-0/+20
2012-07-31mm/buddy: cleanup on should_fail_alloc_pageGavin Shan1-7/+7
2012-07-31mm: account the total_vm in the vm_stat_account()Huang Shijie2-5/+2
2012-07-31swap: allow swap readahead to be mergedChristian Ehrhardt1-0/+5
2012-07-31memcg: remove MEM_CGROUP_CHARGE_TYPE_FORCEKamezawa Hiroyuki1-1/+0
2012-07-31memcg: rename MEM_CGROUP_CHARGE_TYPE_MAPPED as MEM_CGROUP_CHARGE_TYPE_ANONKamezawa Hiroyuki1-8/+8
2012-07-31memcg: rename MEM_CGROUP_STAT_SWAPOUT as MEM_CGROUP_STAT_SWAPKamezawa Hiroyuki1-5/+5
2012-07-31mm: make vb_alloc() more foolproofJan Kara1-0/+8
2012-07-31vmalloc: walk vmap_areas by sorted list instead of rb_next()Hong zhi guo1-4/+4
2012-07-31Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+0