aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2012-01-12mm: vmscan: check if we isolated a compound page during lumpy scanAndrea Arcangeli
2012-01-12mm: compaction: use synchronous compaction for /proc/sys/vm/compact_memoryMel Gorman
2012-01-12mm: compaction: allow compaction to isolate dirty pagesMel Gorman
2012-01-12vmscan/trace: Add 'file' info to trace_mm_vmscan_lru_isolate()Tao Ma
2012-01-12thp: improve order in lru list for split huge pageShaohua Li
2012-01-12thp: add tlb_remove_pmd_tlb_entryShaohua Li
2012-01-12thp: remove unnecessary tlb flush for mprotectShaohua Li
2012-01-12thp: improve the error code pathShaohua Li
2012-01-12page_cgroup: drop multi CONFIG_MEMORY_HOTPLUGBob Liu
2012-01-12page_alloc: break early in check_for_regular_memory()Bob Liu
2012-01-12memcg: cleanup for_each_node_state()Bob Liu
2012-01-12memcg: simplify LRU handling by new ruleKAMEZAWA Hiroyuki
2012-01-12memcg: clear pc->mem_cgroup if necessary.KAMEZAWA Hiroyuki
2012-01-12memcg: simplify corner case handling of LRU.KAMEZAWA Hiroyuki
2012-01-12memcg: simplify page cache chargingKAMEZAWA Hiroyuki
2012-01-12oom, memcg: fix exclusion of memcg threads after they have detached their mmDavid Rientjes
2012-01-12memcg: free entries in soft_limit_tree if allocation failsMichal Hocko
2012-01-12page_cgroup: add helper function to get swap_cgroupBob Liu
2012-01-12mm: memcg: remove unneeded checks from uncharge_page()Johannes Weiner
2012-01-12mm: memcg: remove unneeded checks from newpage_charge()Johannes Weiner
2012-01-12mm: page_cgroup: check page_cgroup arrays in lookup_page_cgroup() only when n...Johannes Weiner
2012-01-12mm: memcg: lookup_page_cgroup (almost) never returns NULLJohannes Weiner
2012-01-12mm: memcg: clean up fault accountingJohannes Weiner
2012-01-12mm: unify remaining mem_cont, mem, etc. variable names to memcgJohannes Weiner
2012-01-12mm: oom_kill: remove memcg argument from oom_kill_task()Johannes Weiner
2012-01-12mm: memcg: shorten preempt-disabled section around event checksJohannes Weiner
2012-01-12memcg: make mem_cgroup_split_huge_fixup() more efficientKAMEZAWA Hiroyuki
2012-01-12mm: memcg: remove unused node/section info from pc->flagsJohannes Weiner
2012-01-12mm: make per-memcg LRU lists exclusiveJohannes Weiner
2012-01-12mm: collect LRU list heads into struct lruvecJohannes Weiner
2012-01-12mm: vmscan: convert global reclaim to per-memcg LRU listsJohannes Weiner
2012-01-12mm: memcg: remove optimization of keeping the root_mem_cgroup LRU lists emptyJohannes Weiner
2012-01-12mm: move memcg hierarchy reclaim to generic reclaim codeJohannes Weiner
2012-01-12mm: memcg: per-priority per-zone hierarchy scan generationsJohannes Weiner
2012-01-12mm: vmscan: distinguish between memcg triggering reclaim and memcg being scannedJohannes Weiner
2012-01-12mm: vmscan: distinguish global reclaim from global LRU scanningJohannes Weiner
2012-01-12mm: memcg: consolidate hierarchy iteration primitivesJohannes Weiner
2012-01-12memcg: add mem_cgroup_replace_page_cache() to fix LRU issueKAMEZAWA Hiroyuki
2012-01-12mm,x86,um: move CMPXCHG_DOUBLE config optionHeiko Carstens
2012-01-12mm,x86,um: move CMPXCHG_LOCAL config optionHeiko Carstens
2012-01-12mm,slub,x86: decouple size of struct page from CONFIG_CMPXCHG_LOCALHeiko Carstens
2012-01-11Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-01-11Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2012-01-11Merge branch 'slab/urgent' into slab/for-linusPekka Enberg
2012-01-10Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-01-10mm/vmalloc.c: change void* into explict vm_struct*Minchan Kim
2012-01-10mm: vmscan: fix typo in isolating lru pagesHillf Danton
2012-01-10mm: test PageSwapBacked in lumpy reclaimHugh Dickins
2012-01-10mm/migrate.c: remove the unused macro lru_to_pageWang Sheng-Hui
2012-01-10mm/hugetlb.c: avoid bogus counter of surplus huge pageHillf Danton