aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2012-08-04vfs: kill write_super and sync_supersGravatar Artem Bityutskiy 2-53/+0
2012-08-02mm: remove node_start_pfn checking in new WARN_ON for nowGravatar Linus Torvalds 1-1/+1
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-11/+40
2012-08-01Merge branch 'for-3.6/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-5/+7
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 35-770/+2043
2012-07-31mm: hugetlbfs: close race during teardown of hugetlbfs shared page tablesGravatar Mel Gorman 2-3/+27
2012-07-31tmpfs: distribute interleave better across nodesGravatar Nathan Zimmer 1-2/+4
2012-07-31mm: remove redundant initializationGravatar Minchan Kim 1-7/+2
2012-07-31mm: warn if pg_data_t isn't initialized with zeroGravatar Minchan Kim 1-0/+3
2012-07-31memcg: gix memory accounting scalability in shrink_page_listGravatar Tim Chen 1-0/+2
2012-07-31mm/sparse: remove index_init_lockGravatar Gavin Shan 1-13/+1
2012-07-31mm/sparse: more checks on mem_section numberGravatar Gavin Shan 1-0/+2
2012-07-31mm/sparse: optimize sparse_index_allocGravatar Gavin Shan 1-6/+4
2012-07-31memcg: add mem_cgroup_from_css() helperGravatar Wanpeng Li 1-8/+11
2012-07-31memcg: further prevent OOM with too many dirty pagesGravatar Hugh Dickins 1-9/+24
2012-07-31memcg: prevent OOM with too many dirty pagesGravatar Michal Hocko 1-3/+20
2012-07-31mm: mmu_notifier: fix freed page still mapped in secondary MMUGravatar Xiao Guangrong 1-22/+23
2012-07-31mm: memcg: only check anon swapin page charges for swap cacheGravatar Johannes Weiner 1-8/+14
2012-07-31mm: memcg: only check swap cache pages for repeated chargingGravatar Johannes Weiner 1-5/+12
2012-07-31mm: memcg: split swapin charge function into private and public partGravatar Johannes Weiner 1-9/+15
2012-07-31mm: memcg: remove needless !mm fixup to init_mm when chargingGravatar Johannes Weiner 1-6/+1
2012-07-31mm: memcg: remove unneeded shmem charge typeGravatar Johannes Weiner 1-10/+1
2012-07-31mm: memcg: move swapin charge functions above callsitesGravatar Johannes Weiner 1-36/+32
2012-07-31mm: memcg: only check for PageSwapCache when uncharging anonGravatar Johannes Weiner 1-9/+4
2012-07-31mm: memcg: push down PageSwapCache check into uncharge entry functionsGravatar Johannes Weiner 1-6/+12
2012-07-31mm: swapfile: clean up unuse_pte race handlingGravatar Johannes Weiner 1-2/+1
2012-07-31mm: memcg: fix compaction/migration failing due to memcg limitsGravatar Johannes Weiner 2-40/+38
2012-07-31swapfile: avoid dereferencing bd_disk during swap_entry_free for network storageGravatar Mel Gorman 1-4/+6
2012-07-31mm: add support for direct_IO to highmem pagesGravatar Mel Gorman 3-3/+15
2012-07-31mm: swap: implement generic handler for swap_activateGravatar Mel Gorman 2-86/+97
2012-07-31mm: add support for a filesystem to activate swap files and use direct_IO for...Gravatar Mel Gorman 3-3/+74
2012-07-31mm: add get_kernel_page[s] for pinning of kernel addresses for I/OGravatar Mel Gorman 1-0/+53
2012-07-31mm: methods for teaching filesystems about PG_swapcache pagesGravatar Mel Gorman 1-0/+26
2012-07-31mm: account for the number of times direct reclaimers get throttledGravatar Mel Gorman 2-0/+4
2012-07-31mm: throttle direct reclaimers if PF_MEMALLOC reserves are low and swap is ba...Gravatar Mel Gorman 2-8/+121
2012-07-31mm: micro-optimise slab to avoid a function callGravatar Mel Gorman 1-2/+26
2012-07-31netvm: allow skb allocation to use PFMEMALLOC reservesGravatar Mel Gorman 1-3/+0
2012-07-31mm: ignore mempolicies when using ALLOC_NO_WATERMARKGravatar Mel Gorman 1-0/+7
2012-07-31mm: only set page->pfmemalloc when ALLOC_NO_WATERMARKS was usedGravatar Mel Gorman 1-13/+14
2012-07-31mm: allow PF_MEMALLOC from softirq contextGravatar Mel Gorman 1-1/+5
2012-07-31mm: introduce __GFP_MEMALLOC to allow access to emergency reservesGravatar Mel Gorman 2-13/+11
2012-07-31mm: slub: optimise the SLUB fast path to avoid pfmemalloc checksGravatar Christoph Lameter 1-4/+3
2012-07-31mm: sl[au]b: add knowledge of PFMEMALLOC reserve pagesGravatar Mel Gorman 4-25/+226
2012-07-31memory-hotplug: fix kswapd looping forever problemGravatar Minchan Kim 2-2/+54
2012-07-31mm: fix free page check in zone_watermark_ok()Gravatar Minchan Kim 1-1/+2
2012-07-31mm: factor out memory isolate functionsGravatar Minchan Kim 4-78/+83
2012-07-31mm, memcg: move all oom handling to memcontrol.cGravatar David Rientjes 2-23/+15
2012-07-31mm, oom: reduce dependency on tasklist_lockGravatar David Rientjes 2-14/+30
2012-07-31mm, memcg: introduce own oom handler to iterate only over its own threadsGravatar David Rientjes 2-34/+75
2012-07-31mm, oom: introduce helper function to process threads during scanGravatar David Rientjes 1-46/+65