summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2014-02-23mm/memory-failure.c: move refcount only in !MF_COUNT_INCREASEDNaoya Horiguchi1-2/+4
2014-02-20mm: __set_page_dirty_nobuffers() uses spin_lock_irqsave() instead of spin_loc...KOSAKI Motohiro1-2/+3
2014-02-20mm/swap: fix race on swap_info reuse between swapoff and swaponWeijie Yang1-1/+10
2014-02-14mm, oom: base root bonus on current usageDavid Rientjes1-1/+1
2014-02-14slub: Fix calculation of cpu slabsLi Zefan1-1/+7
2014-02-14mm: ignore VM_SOFTDIRTY on VMA mergingCyrill Gorcunov1-2/+10
2014-02-14memcg: fix css reference leak and endless loop in mem_cgroup_iterMichal Hocko1-5/+13
2014-02-14memcg: fix endless loop caused by mem_cgroup_iterMichal Hocko1-3/+14
2014-02-14mm/page-writeback.c: do not count anon pages as dirtyable memoryJohannes Weiner3-25/+5
2014-02-14mm/page-writeback.c: fix dirty_balance_reserve subtraction from dirtyable memoryJohannes Weiner1-31/+24
2014-02-14mm/memcg: iteration skip memcgs not yet fully initializedHugh Dickins1-4/+2
2014-02-14mm/memory-failure.c: shift page lock from head page to tail page after thp splitNaoya Horiguchi1-10/+11
2014-02-06mm/mempolicy.c: fix mempolicy printing in numa_mapsDavid Rientjes1-1/+1
2014-02-06mm: hugetlbfs: fix hugetlbfs optimizationAndrea Arcangeli2-60/+100
2014-01-25mm: fix crash when using XFS on loopbackMikulas Patocka1-1/+4
2014-01-25thp: fix copy_page_rep GPF by testing is_huge_zero_pmd once onlyHugh Dickins1-3/+3
2014-01-10aio/migratepages: make aio migrate pages saneBenjamin LaHaise1-6/+7
2014-01-10memcg: fix memcg_size() calculationVladimir Davydov1-1/+1
2014-01-10mm/memory-failure.c: transfer page count from head page to tail page after sp...Naoya Horiguchi1-0/+10
2014-01-10mm: fix use-after-free in sys_remap_file_pagesRik van Riel1-3/+5
2014-01-10mm: munlock: fix deadlock in __munlock_pagevec()Vlastimil Babka1-5/+10
2014-01-10mm: munlock: fix a bug where THP tail page is encounteredVlastimil Babka1-7/+22
2014-01-10mm: page_alloc: revert NUMA aspect of fair allocation policyJohannes Weiner1-10/+9
2014-01-10mm/hugetlb: check for pte NULL pointer in __page_check_address()Jianguo Wu1-0/+4
2014-01-10mm/memory-failure.c: recheck PageHuge() after hugetlb page migrate successfullyJianguo Wu1-4/+10
2014-01-10mm/compaction: respect ignore_skip_hint in update_pageblock_skipJoonsoo Kim1-0/+4
2014-01-10mm/mempolicy: correct putback method for isolate pages if failedJoonsoo Kim1-1/+1
2014-01-10mm: numa: defer TLB flush for THP migration as long as possibleMel Gorman2-7/+3
2014-01-10mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel3-2/+12
2014-01-10mm: numa: avoid unnecessary disruption of NUMA hinting during migrationMel Gorman2-6/+28
2014-01-10mm: numa: clear numa hinting information on mprotectMel Gorman2-0/+4
2014-01-10mm: numa: avoid unnecessary work on the failure pathMel Gorman1-1/+3
2014-01-10mm: numa: ensure anon_vma is locked to prevent parallel THP splitsMel Gorman1-0/+7
2014-01-10mm: numa: do not clear PTE for pte_numa updateMel Gorman1-2/+7
2014-01-10mm: numa: do not clear PMD during PTE update scanMel Gorman1-2/+4
2014-01-10mm: clear pmd_numa before invalidatingMel Gorman1-0/+3
2014-01-10mm: numa: call MMU notifiers on THP migrationMel Gorman1-8/+14
2014-01-10mm: numa: serialise parallel get_user_page against THP migrationMel Gorman2-15/+47
2013-12-20mm: memcg: fix race condition between memcg teardown and swapinJohannes Weiner1-0/+36
2013-12-20mm: memcg: do not allow task about to OOM kill to bypass the limitJohannes Weiner1-1/+1
2013-12-20mm: memcg: do not declare OOM from __GFP_NOFAIL allocationsJohannes Weiner1-0/+3
2013-12-08mm: numa: return the number of base pages altered by protection changesMel Gorman2-1/+7
2013-12-04mm/zswap: bugfix: memory leak when invalidate and reclaim occur concurrentlyWeijie Yang1-8/+14
2013-12-04mm: ensure get_unmapped_area() returns higher address than mmap_min_addrAkira Takeuchi1-5/+5
2013-11-29slub: Handle NULL parameter in kmem_cache_flagsChristoph Lameter1-2/+2
2013-11-01memcg: remove incorrect underflow checkGreg Thelen1-1/+0
2013-11-01Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds1-29/+25
2013-11-01mm: memcg: fix test for child groupsJohannes Weiner1-24/+11
2013-11-01mm: memcg: lockdep annotation for memcg OOM lockJohannes Weiner1-1/+10
2013-11-01mm: memcg: use proper memcg in limit bypassJohannes Weiner1-4/+4