summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2017-09-20x86/mm, mm/hwpoison: Clear PRESENT bit for kernel 1:1 mappings of poison pagesTony Luck
2017-09-13mm/memory.c: fix mem_cgroup_oom_disable() call missingLaurent Dufour
2017-09-13mm/sparse.c: fix typo in online_mem_sectionsMichal Hocko
2017-09-13mm/swapfile.c: fix swapon frontswap_map memory leak on errorDavid Rientjes
2017-09-13mm: kvfree the swap cluster info if the swap file is unsatisfactoryDarrick J. Wong
2017-08-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-08-31mm, madvise: ensure poisoned pages are removed from per-cpu listsMel Gorman
2017-08-31mm,page_alloc: don't call __node_reclaim() with oom_lock held.Tetsuo Handa
2017-08-31mm/mmu_notifier: kill invalidate_pageJérôme Glisse
2017-08-31mm/rmap: update to new mmu_notifier semantic v2Jérôme Glisse
2017-08-31dax: update to new mmu_notifier semanticJérôme Glisse
2017-08-29Revert "rmap: do not call mmu_notifier_invalidate_page() under ptl"Linus Torvalds
2017-08-28page waitqueue: always add new entries at the endLinus Torvalds
2017-08-27Avoid page waitqueue race leaving possible page locker waitingLinus Torvalds
2017-08-27Minor page waitqueue cleanupsLinus Torvalds
2017-08-25mm/memblock.c: reversed logic in memblock_discard()Pavel Tatashin
2017-08-25mm/madvise.c: fix freeing of locked page with MADV_FREEEric Biggers
2017-08-25mm, shmem: fix handling /sys/kernel/mm/transparent_hugepage/shmem_enabledKirill A. Shutemov
2017-08-25PM/hibernate: touch NMI watchdog when creating snapshotChen Yu
2017-08-20Sanitize 'move_pages()' permission checksLinus Torvalds
2017-08-18mm/vmalloc.c: don't unconditonally use __GFP_HIGHMEMLaura Abbott
2017-08-18mm/mempolicy: fix use after free when calling get_mempolicyzhong jiang
2017-08-18mm/cma_debug.c: fix stack corruption due to sprintf usagePrakash Gupta
2017-08-18mm, oom: fix potential data corruption when oom_reaper races with writerMichal Hocko
2017-08-18mm: fix double mmap_sem unlock on MMF_UNSTABLE enforced SIGBUSMichal Hocko
2017-08-18slub: fix per memcg cache leak on css offlineVladimir Davydov
2017-08-18mm: discard memblock data laterPavel Tatashin
2017-08-18mm: memcontrol: fix NULL pointer crash in test_clear_page_writeback()Johannes Weiner
2017-08-10rmap: do not call mmu_notifier_invalidate_page() under ptlKirill A. Shutemov
2017-08-10mm: fix list corruptions on shmem shrinklistCong Wang
2017-08-10mm/balloon_compaction.c: don't zero ballooned pagesWei Wang
2017-08-10mm: fix KSM data corruptionMinchan Kim
2017-08-10mm: fix MADV_[FREE|DONTNEED] TLB flush miss problemMinchan Kim
2017-08-10mm: make tlb_flush_pending globalMinchan Kim
2017-08-10mm: refactor TLB gathering APIMinchan Kim
2017-08-10Revert "mm: numa: defer TLB flush for THP migration as long as possible"Nadav Amit
2017-08-10mm: migrate: prevent racy access to tlb_flush_pendingNadav Amit
2017-08-10userfaultfd: hugetlbfs: remove superfluous page unlock in VM_SHARED caseAndrea Arcangeli
2017-08-10mm: ratelimit PFNs busy info messageJonathan Toppins
2017-08-10mm: fix global NR_SLAB_.*CLAIMABLE counter readsJohannes Weiner
2017-08-02mm: take memory hotplug lock within numa_zonelist_order_handler()Heiko Carstens
2017-08-02mm/page_io.c: fix oops during block io poll in swapin pathTetsuo Handa
2017-08-02zram: do not free pool->size_classMinchan Kim
2017-08-02kasan: avoid -Wmaybe-uninitialized warningArnd Bergmann
2017-08-02userfaultfd: non-cooperative: notify about unmap of destination during mremapMike Rapoport
2017-08-02mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman
2017-08-02mm/hugetlb.c: __get_user_pages ignores certain follow_hugetlb_page errorsDaniel Jordan
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-07-14mm: fix overflow check in expand_upwards()Helge Deller
2017-07-12writeback: rework wb_[dec|inc]_stat family of functionsNikolay Borisov