summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2012-12-11mm, highmem: remove page_address_pool listJoonsoo Kim
2012-12-11mm, highmem: remove useless pool_lockJoonsoo Kim
2012-12-11mm, highmem: use PKMAP_NR() to calculate an index of pkmapJoonsoo Kim
2012-12-11mm: do not call frontswap_init() during swapoffCesar Eduardo Barros
2012-12-11mm: refactor reinsert of swap_info in sys_swapoff()Cesar Eduardo Barros
2012-12-11mm,vmscan: only evict file pages when we have plentyRik van Riel
2012-12-11mm: add comment on storage key dirty bit semanticsJan Kara
2012-12-11mm/memory_hotplug.c: update start_pfn in zone and pg_data when spanned_pages ...Tang Chen
2012-12-11slub, hotplug: ignore unrelated node's hot-adding and hot-removingLai Jiangshan
2012-12-11memory_hotplug: fix possible incorrect node_states[N_NORMAL_MEMORY]Lai Jiangshan
2012-12-11memory-hotplug: allocate zone's pcp before onlining pagesWen Congyang
2012-12-11memory-hotplug, mm/sparse.c: clear the memory to store struct pageWen Congyang
2012-12-11numa: convert static memory to dynamically allocated memory for per node deviceWen Congyang
2012-12-11memory-hotplug: fix NR_FREE_PAGES mismatchWen Congyang
2012-12-11memory-hotplug: auto offline page_cgroup when onlining memory block failedWen Congyang
2012-12-11memory-hotplug: update mce_bad_pages when removing the memoryWen Congyang
2012-12-11memory-hotplug: skip HWPoisoned page when offlining pagesWen Congyang
2012-12-11thp: cleanup: introduce mk_huge_pmd()Bob Liu
2012-12-11thp: introduce hugepage_vma_check()Bob Liu
2012-12-11mm: introduce mm_find_pmd()Bob Liu
2012-12-11thp: clean up __collapse_huge_page_isolateBob Liu
2012-12-11mm: use IS_ENABLED(CONFIG_COMPACTION) instead of COMPACTION_BUILDKirill A. Shutemov
2012-12-11mm: use IS_ENABLED(CONFIG_NUMA) instead of NUMA_BUILDKirill A. Shutemov
2012-12-11mm, memcg: make mem_cgroup_out_of_memory() staticDavid Rientjes
2012-12-11mm: show migration types in show_memRabin Vincent
2012-12-11writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr()Namjae Jeon
2012-12-11mm: dmapool: use provided gfp flags for all dma_alloc_coherent() callsMarek Szyprowski
2012-12-10Revert "revert "Revert "mm: remove __GFP_NO_KSWAPD""" and associated damageLinus Torvalds
2012-12-10Revert "mm: avoid waking kswapd for THP allocations when compaction is deferr...Linus Torvalds
2012-12-08mm: vmscan: fix inappropriate zone congestion clearingJohannes Weiner
2012-12-06tmpfs: fix shared mempolicy leakMel Gorman
2012-12-06mm: vmscan: do not keep kswapd looping forever due to individual uncompactabl...Johannes Weiner
2012-12-06mm: compaction: validate pfn range passed to isolate_freepages_blockMel Gorman
2012-11-30mm: soft offline: split thp at the beginning of soft_offline_page()Naoya Horiguchi
2012-11-30mm: avoid waking kswapd for THP allocations when compaction is deferred or co...Mel Gorman
2012-11-30revert "Revert "mm: remove __GFP_NO_KSWAPD""Andrew Morton
2012-11-30mm: vmscan: fix endless loop in kswapd balancingJohannes Weiner
2012-11-30mm/vmemmap: fix wrong use of virt_to_pageJianguo Wu
2012-11-30mm: compaction: fix return value of capture_free_page()Mel Gorman
2012-11-26mm: vmscan: check for fatal signals iff the process was throttledMel Gorman
2012-11-26Revert "mm: remove __GFP_NO_KSWAPD"Mel Gorman
2012-11-21fix incorrect NR_FREE_PAGES accounting (appears like memory leak)Dave Hansen
2012-11-16revert "mm: fix-up zone present pages"Andrew Morton
2012-11-16tmpfs: change final i_blocks BUG to WARNINGHugh Dickins
2012-11-16tmpfs: fix shmem_getpage_gfp() VM_BUG_ONHugh Dickins
2012-11-16mm: highmem: don't treat PKMAP_ADDR(LAST_PKMAP) as a highmem addressWill Deacon
2012-11-16mm: revert "mm: vmscan: scale number of pages reclaimed by reclaim/compaction...Mel Gorman
2012-11-16swapfile: fix name leak in swapoffXiaotian Feng
2012-11-16memcg: fix hotplugged memory zone oopsHugh Dickins
2012-11-16memcg: oom: fix totalpages calculation for memory.swappiness==0Michal Hocko