summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2017-11-08mm, swap: fix race between swap count continuation operationsHuang Ying1-6/+17
2017-11-08userfaultfd: hugetlbfs: prevent UFFDIO_COPY to fill beyond the end of i_sizeAndrea Arcangeli1-2/+30
2017-10-21mm: page_vma_mapped: ensure pmd is loaded with READ_ONCE outside of lockWill Deacon1-15/+10
2017-10-18Revert "vmalloc: back off when the current task is killed"Johannes Weiner1-6/+0
2017-10-12mm: fix data corruption caused by lazyfree pageShaohua Li1-0/+11
2017-10-12mm: avoid marking swap cached page as lazyfreeShaohua Li1-2/+2
2017-10-12mm: fix RODATA_TEST failure "rodata_test: test data was not read only"Christophe Leroy1-1/+1
2017-10-12mm, oom_reaper: skip mm structs with mmu notifiersMichal Hocko1-0/+16
2017-10-12mm, hugetlb, soft_offline: save compound page order before page migrationAlexandru Moise1-2/+10
2017-10-12ksm: fix unlocked iteration over vmas in cmp_and_merge_page()Kirill Tkhai1-1/+4
2017-09-20x86/mm, mm/hwpoison: Clear PRESENT bit for kernel 1:1 mappings of poison pagesTony Luck1-0/+2
2017-09-14mm/memory.c: fix mem_cgroup_oom_disable() call missingLaurent Dufour1-5/+5
2017-09-14mm/sparse.c: fix typo in online_mem_sectionsMichal Hocko1-1/+1
2017-09-14mm/swapfile.c: fix swapon frontswap_map memory leak on errorDavid Rientjes1-0/+1
2017-09-14mm: kvfree the swap cluster info if the swap file is unsatisfactoryDarrick J. Wong1-1/+1
2017-09-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-3/+12
2017-09-01mm, madvise: ensure poisoned pages are removed from per-cpu listsMel Gorman1-0/+6
2017-09-01mm,page_alloc: don't call __node_reclaim() with oom_lock held.Tetsuo Handa1-3/+6
2017-09-01mm/mmu_notifier: kill invalidate_pageJérôme Glisse1-14/+0
2017-09-01mm/rmap: update to new mmu_notifier semantic v2Jérôme Glisse1-3/+32
2017-09-01dax: update to new mmu_notifier semanticJérôme Glisse1-5/+21
2017-08-29Revert "rmap: do not call mmu_notifier_invalidate_page() under ptl"Linus Torvalds1-30/+22
2017-08-29page waitqueue: always add new entries at the endLinus Torvalds1-1/+1
2017-08-28Avoid page waitqueue race leaving possible page locker waitingLinus Torvalds1-4/+5
2017-08-27Minor page waitqueue cleanupsLinus Torvalds1-5/+6
2017-08-26mm/memblock.c: reversed logic in memblock_discard()Pavel Tatashin1-1/+1
2017-08-26mm/madvise.c: fix freeing of locked page with MADV_FREEEric Biggers1-1/+1
2017-08-26mm, shmem: fix handling /sys/kernel/mm/transparent_hugepage/shmem_enabledKirill A. Shutemov1-2/+2
2017-08-26PM/hibernate: touch NMI watchdog when creating snapshotChen Yu1-2/+18
2017-08-20Sanitize 'move_pages()' permission checksLinus Torvalds1-8/+3
2017-08-19mm/vmalloc.c: don't unconditonally use __GFP_HIGHMEMLaura Abbott1-5/+8
2017-08-19mm/mempolicy: fix use after free when calling get_mempolicyzhong jiang1-5/+0
2017-08-19mm/cma_debug.c: fix stack corruption due to sprintf usagePrakash Gupta1-1/+1
2017-08-19mm, oom: fix potential data corruption when oom_reaper races with writerMichal Hocko2-34/+42
2017-08-19mm: fix double mmap_sem unlock on MMF_UNSTABLE enforced SIGBUSMichal Hocko1-1/+11
2017-08-19slub: fix per memcg cache leak on css offlineVladimir Davydov1-1/+2
2017-08-19mm: discard memblock data laterPavel Tatashin3-37/+21
2017-08-19mm: memcontrol: fix NULL pointer crash in test_clear_page_writeback()Johannes Weiner2-15/+43
2017-08-11rmap: do not call mmu_notifier_invalidate_page() under ptlKirill A. Shutemov1-22/+30
2017-08-11mm: fix list corruptions on shmem shrinklistCong Wang1-2/+10
2017-08-11mm/balloon_compaction.c: don't zero ballooned pagesWei Wang1-1/+1
2017-08-11mm: fix KSM data corruptionMinchan Kim1-1/+2
2017-08-11mm: fix MADV_[FREE|DONTNEED] TLB flush miss problemMinchan Kim1-2/+16
2017-08-11mm: make tlb_flush_pending globalMinchan Kim1-4/+0
2017-08-11mm: refactor TLB gathering APIMinchan Kim1-7/+21
2017-08-11Revert "mm: numa: defer TLB flush for THP migration as long as possible"Nadav Amit2-6/+7
2017-08-11mm: migrate: prevent racy access to tlb_flush_pendingNadav Amit2-3/+3
2017-08-11userfaultfd: hugetlbfs: remove superfluous page unlock in VM_SHARED caseAndrea Arcangeli1-1/+1
2017-08-11mm: ratelimit PFNs busy info messageJonathan Toppins1-1/+1
2017-08-11mm: fix global NR_SLAB_.*CLAIMABLE counter readsJohannes Weiner2-5/+6