summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-08-0135-770/+2043
|\
| * mm: hugetlbfs: close race during teardown of hugetlbfs shared page tablesMel Gorman2012-08-012-3/+27
| * tmpfs: distribute interleave better across nodesNathan Zimmer2012-08-011-2/+4
| * mm: remove redundant initializationMinchan Kim2012-08-011-7/+2
| * mm: warn if pg_data_t isn't initialized with zeroMinchan Kim2012-08-011-0/+3
| * memcg: gix memory accounting scalability in shrink_page_listTim Chen2012-08-011-0/+2
| * mm/sparse: remove index_init_lockGavin Shan2012-08-011-13/+1
| * mm/sparse: more checks on mem_section numberGavin Shan2012-08-011-0/+2
| * mm/sparse: optimize sparse_index_allocGavin Shan2012-08-011-6/+4
| * memcg: add mem_cgroup_from_css() helperWanpeng Li2012-08-011-8/+11
| * memcg: further prevent OOM with too many dirty pagesHugh Dickins2012-08-011-9/+24
| * memcg: prevent OOM with too many dirty pagesMichal Hocko2012-08-011-3/+20
| * mm: mmu_notifier: fix freed page still mapped in secondary MMUXiao Guangrong2012-08-011-22/+23
| * mm: memcg: only check anon swapin page charges for swap cacheJohannes Weiner2012-08-011-8/+14
| * mm: memcg: only check swap cache pages for repeated chargingJohannes Weiner2012-08-011-5/+12
| * mm: memcg: split swapin charge function into private and public partJohannes Weiner2012-08-011-9/+15
| * mm: memcg: remove needless !mm fixup to init_mm when chargingJohannes Weiner2012-08-011-6/+1
| * mm: memcg: remove unneeded shmem charge typeJohannes Weiner2012-08-011-10/+1
| * mm: memcg: move swapin charge functions above callsitesJohannes Weiner2012-08-011-36/+32
| * mm: memcg: only check for PageSwapCache when uncharging anonJohannes Weiner2012-08-011-9/+4
| * mm: memcg: push down PageSwapCache check into uncharge entry functionsJohannes Weiner2012-08-011-6/+12
| * mm: swapfile: clean up unuse_pte race handlingJohannes Weiner2012-08-011-2/+1
| * mm: memcg: fix compaction/migration failing due to memcg limitsJohannes Weiner2012-08-012-40/+38
| * swapfile: avoid dereferencing bd_disk during swap_entry_free for network storageMel Gorman2012-08-011-4/+6
| * mm: add support for direct_IO to highmem pagesMel Gorman2012-08-013-3/+15
| * mm: swap: implement generic handler for swap_activateMel Gorman2012-08-012-86/+97
| * mm: add support for a filesystem to activate swap files and use direct_IO for...Mel Gorman2012-08-013-3/+74
| * mm: add get_kernel_page[s] for pinning of kernel addresses for I/OMel Gorman2012-08-011-0/+53
| * mm: methods for teaching filesystems about PG_swapcache pagesMel Gorman2012-08-011-0/+26
| * mm: account for the number of times direct reclaimers get throttledMel Gorman2012-08-012-0/+4
| * mm: throttle direct reclaimers if PF_MEMALLOC reserves are low and swap is ba...Mel Gorman2012-08-012-8/+121
| * mm: micro-optimise slab to avoid a function callMel Gorman2012-08-011-2/+26
| * netvm: allow skb allocation to use PFMEMALLOC reservesMel Gorman2012-08-011-3/+0
| * mm: ignore mempolicies when using ALLOC_NO_WATERMARKMel Gorman2012-08-011-0/+7
| * mm: only set page->pfmemalloc when ALLOC_NO_WATERMARKS was usedMel Gorman2012-08-011-13/+14
| * mm: allow PF_MEMALLOC from softirq contextMel Gorman2012-08-011-1/+5
| * mm: introduce __GFP_MEMALLOC to allow access to emergency reservesMel Gorman2012-08-012-13/+11
| * mm: slub: optimise the SLUB fast path to avoid pfmemalloc checksChristoph Lameter2012-08-011-4/+3
| * mm: sl[au]b: add knowledge of PFMEMALLOC reserve pagesMel Gorman2012-08-014-25/+226
| * memory-hotplug: fix kswapd looping forever problemMinchan Kim2012-08-012-2/+54
| * mm: fix free page check in zone_watermark_ok()Minchan Kim2012-08-011-1/+2
| * mm: factor out memory isolate functionsMinchan Kim2012-08-014-78/+83
| * mm, memcg: move all oom handling to memcontrol.cDavid Rientjes2012-08-012-23/+15
| * mm, oom: reduce dependency on tasklist_lockDavid Rientjes2012-08-012-14/+30
| * mm, memcg: introduce own oom handler to iterate only over its own threadsDavid Rientjes2012-08-012-34/+75
| * mm, oom: introduce helper function to process threads during scanDavid Rientjes2012-08-011-46/+65
| * mm/hotplug: mark memory hotplug code in page_alloc.c as __meminitJiang Liu2012-08-011-32/+34
| * mm/hotplug: free zone->pageset when a zone becomes emptyJiang Liu2012-08-012-0/+16
| * mm/hotplug: correctly add new zone to all other nodes' zone listsJiang Liu2012-08-011-7/+8
| * mm/hotplug: correctly setup fallback zonelists when creating new pgdatJiang Liu2012-08-012-7/+14