summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2014-04-23bdi: avoid oops on device removalJan Kara1-4/+9
2014-04-23backing_dev: fix hung task on syncDerek Basehore1-1/+4
2014-04-03mm: close PageTail raceDavid Rientjes4-5/+7
2014-03-24memcg: reparent charges of children before processing parentFilipe Brandenburger1-1/+14
2014-03-24mm/compaction: break out of loop on !PageBuddy in isolate_freepages_blockLaura Abbott1-7/+13
2014-03-24mm/readahead.c: fix do_readahead() for no readpage(s)Mark Rutland1-10/+5
2014-03-24memcg: fix endless loop in __mem_cgroup_iter_next()Hugh Dickins1-2/+2
2014-03-24mm: include VM_MIXEDMAP flag in the VM_SPECIAL list to avoid m(un)lockingVlastimil Babka1-1/+1
2014-03-24mm: page_alloc: exempt GFP_THISNODE allocations from zone fairnessJohannes Weiner1-4/+22
2014-03-07mm, thp: fix infinite loop on memcg OOMKirill A. Shutemov2-14/+9
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-14powerpc/thp: Fix crash on mremapAneesh Kumar K.V1-9/+5
2014-02-14mm, oom: base root bonus on current usageDavid Rientjes1-1/+1
2014-02-14mm: numa: initialise numa balancing after jump label initialisationMel Gorman1-6/+11
2014-02-14numa: add a sysctl for numa_balancingAndi Kleen1-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-01-15mm: fix crash when using XFS on loopbackMikulas Patocka1-1/+4
2014-01-12thp: fix copy_page_rep GPF by testing is_huge_zero_pmd once onlyHugh Dickins1-3/+3
2014-01-03mm/memory-failure.c: transfer page count from head page to tail page after sp...Naoya Horiguchi1-0/+10
2014-01-03mm: remove bogus warning in copy_huge_pmd()Mel Gorman1-3/+0
2014-01-03memcg: fix memcg_size() calculationVladimir Davydov1-1/+1
2014-01-03mm: fix use-after-free in sys_remap_file_pagesRik van Riel1-3/+5
2014-01-03mm: munlock: fix deadlock in __munlock_pagevec()Vlastimil Babka1-5/+10
2014-01-03mm: munlock: fix a bug where THP tail page is encounteredVlastimil Babka1-7/+22
2013-12-22aio/migratepages: make aio migrate pages saneBenjamin LaHaise1-6/+7
2013-12-21mm: fix build of split ptlock codeOlof Johansson1-1/+1
2013-12-21mm: do not allocate page->ptl dynamically, if spinlock_t fits to longKirill A. Shutemov1-1/+1
2013-12-21mm: page_alloc: revert NUMA aspect of fair allocation policyJohannes Weiner1-10/+9
2013-12-21Revert "mm: page_alloc: exclude unreclaimable allocations from zone fairness ...Mel Gorman1-2/+1
2013-12-19mm/hugetlb: check for pte NULL pointer in __page_check_address()Jianguo Wu1-0/+4
2013-12-19mm/mempolicy: fix !vma in new_vma_page()Wanpeng Li1-6/+8
2013-12-19mm/memory-failure.c: recheck PageHuge() after hugetlb page migrate successfullyJianguo Wu1-4/+10
2013-12-19mm/compaction: respect ignore_skip_hint in update_pageblock_skipJoonsoo Kim1-0/+4
2013-12-19mm/mempolicy: correct putback method for isolate pages if failedJoonsoo Kim1-1/+1
2013-12-19mm: add missing dependency in KconfigSima Baymani1-1/+1
2013-12-19mm: page_alloc: exclude unreclaimable allocations from zone fairness policyJohannes Weiner1-1/+2
2013-12-19mm: numa: defer TLB flush for THP migration as long as possibleMel Gorman2-7/+3
2013-12-19mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel3-2/+12
2013-12-19mm: numa: avoid unnecessary disruption of NUMA hinting during migrationMel Gorman2-6/+28
2013-12-19mm: numa: clear numa hinting information on mprotectMel Gorman2-0/+4