aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-12mm: compaction: use synchronous compaction for /proc/sys/vm/compact_memoryMel Gorman1-0/+1
2012-01-12mm: compaction: allow compaction to isolate dirty pagesMel Gorman1-3/+0
2012-01-12vmscan/trace: Add 'file' info to trace_mm_vmscan_lru_isolate()Tao Ma1-1/+1
2012-01-12thp: improve order in lru list for split huge pageShaohua Li2-4/+3
2012-01-12thp: add tlb_remove_pmd_tlb_entryShaohua Li2-3/+4
2012-01-12thp: remove unnecessary tlb flush for mprotectShaohua Li1-1/+0
2012-01-12thp: improve the error code pathShaohua Li1-21/+50
2012-01-12page_cgroup: drop multi CONFIG_MEMORY_HOTPLUGBob Liu1-16/+14
2012-01-12page_alloc: break early in check_for_regular_memory()Bob Liu1-1/+3
2012-01-12memcg: cleanup for_each_node_state()Bob Liu1-5/+5
2012-01-12memcg: simplify LRU handling by new ruleKAMEZAWA Hiroyuki1-69/+54
2012-01-12memcg: clear pc->mem_cgroup if necessary.KAMEZAWA Hiroyuki4-0/+40
2012-01-12memcg: simplify corner case handling of LRU.KAMEZAWA Hiroyuki1-93/+16
2012-01-12memcg: simplify page cache chargingKAMEZAWA Hiroyuki1-22/+9
2012-01-12oom, memcg: fix exclusion of memcg threads after they have detached their mmDavid Rientjes1-4/+15
2012-01-12memcg: free entries in soft_limit_tree if allocation failsMichal Hocko1-1/+11
2012-01-12page_cgroup: add helper function to get swap_cgroupBob Liu2-38/+22
2012-01-12mm: memcg: remove unneeded checks from uncharge_page()Johannes Weiner1-2/+1
2012-01-12mm: memcg: remove unneeded checks from newpage_charge()Johannes Weiner1-12/+4
2012-01-12mm: page_cgroup: check page_cgroup arrays in lookup_page_cgroup() only when necessaryJohannes Weiner1-2/+16
2012-01-12mm: memcg: lookup_page_cgroup (almost) never returns NULLJohannes Weiner1-4/+7
2012-01-12mm: memcg: clean up fault accountingJohannes Weiner1-14/+4
2012-01-12mm: unify remaining mem_cont, mem, etc. variable names to memcgJohannes Weiner5-64/+67
2012-01-12mm: oom_kill: remove memcg argument from oom_kill_task()Johannes Weiner1-2/+2
2012-01-12mm: memcg: shorten preempt-disabled section around event checksJohannes Weiner1-38/+35
2012-01-12memcg: make mem_cgroup_split_huge_fixup() more efficientKAMEZAWA Hiroyuki2-18/+19
2012-01-12mm: memcg: remove unused node/section info from pc->flagsJohannes Weiner1-52/+7
2012-01-12mm: make per-memcg LRU lists exclusiveJohannes Weiner4-204/+195
2012-01-12mm: collect LRU list heads into struct lruvecJohannes Weiner4-22/+18
2012-01-12mm: vmscan: convert global reclaim to per-memcg LRU listsJohannes Weiner1-17/+22
2012-01-12mm: memcg: remove optimization of keeping the root_mem_cgroup LRU lists emptyJohannes Weiner1-10/+2
2012-01-12mm: move memcg hierarchy reclaim to generic reclaim codeJohannes Weiner2-88/+124
2012-01-12mm: memcg: per-priority per-zone hierarchy scan generationsJohannes Weiner1-18/+47
2012-01-12mm: vmscan: distinguish between memcg triggering reclaim and memcg being scannedJohannes Weiner1-108/+141
2012-01-12mm: vmscan: distinguish global reclaim from global LRU scanningJohannes Weiner1-25/+37
2012-01-12mm: memcg: consolidate hierarchy iteration primitivesJohannes Weiner1-124/+75
2012-01-12memcg: add mem_cgroup_replace_page_cache() to fix LRU issueKAMEZAWA Hiroyuki2-16/+46
2012-01-12mm,x86,um: move CMPXCHG_DOUBLE config optionHeiko Carstens1-3/+6
2012-01-12mm,x86,um: move CMPXCHG_LOCAL config optionHeiko Carstens1-1/+1
2012-01-12mm,slub,x86: decouple size of struct page from CONFIG_CMPXCHG_LOCALHeiko Carstens1-3/+3
2012-01-11Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+0
2012-01-11Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linuxLinus Torvalds2-41/+75
2012-01-11Merge branch 'slab/urgent' into slab/for-linusPekka Enberg14-92/+120
2012-01-10Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-55/+191
2012-01-10mm/vmalloc.c: change void* into explict vm_struct*Minchan Kim1-4/+4
2012-01-10mm: vmscan: fix typo in isolating lru pagesHillf Danton1-1/+1
2012-01-10mm: test PageSwapBacked in lumpy reclaimHugh Dickins1-1/+1
2012-01-10mm/migrate.c: remove the unused macro lru_to_pageWang Sheng-Hui1-2/+0
2012-01-10mm/hugetlb.c: avoid bogus counter of surplus huge pageHillf Danton1-1/+1
2012-01-10mempool: fix first round failure behaviorTejun Heo1-2/+11