summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/page_ext.c: check if page_ext is not preparedJaewon Kim2017-11-241-4/+0
* mm/page_alloc.c: broken deferred calculationPavel Tatashin2017-11-241-9/+18
* mm/pagewalk.c: report holes in hugetlb rangesJann Horn2017-11-241-1/+5
* mm, swap: fix race between swap count continuation operationsHuang Ying2017-11-081-6/+17
* userfaultfd: hugetlbfs: prevent UFFDIO_COPY to fill beyond the end of i_sizeAndrea Arcangeli2017-11-081-2/+30
* mm: page_vma_mapped: ensure pmd is loaded with READ_ONCE outside of lockWill Deacon2017-10-211-15/+10
* Revert "vmalloc: back off when the current task is killed"Johannes Weiner2017-10-181-6/+0
* mm: fix data corruption caused by lazyfree pageShaohua Li2017-10-121-0/+11
* mm: avoid marking swap cached page as lazyfreeShaohua Li2017-10-121-2/+2
* mm: fix RODATA_TEST failure "rodata_test: test data was not read only"Christophe Leroy2017-10-121-1/+1
* mm, oom_reaper: skip mm structs with mmu notifiersMichal Hocko2017-10-121-0/+16
* mm, hugetlb, soft_offline: save compound page order before page migrationAlexandru Moise2017-10-121-2/+10
* ksm: fix unlocked iteration over vmas in cmp_and_merge_page()Kirill Tkhai2017-10-121-1/+4
* x86/mm, mm/hwpoison: Clear PRESENT bit for kernel 1:1 mappings of poison pagesTony Luck2017-09-201-0/+2
* mm/memory.c: fix mem_cgroup_oom_disable() call missingLaurent Dufour2017-09-131-5/+5
* mm/sparse.c: fix typo in online_mem_sectionsMichal Hocko2017-09-131-1/+1
* mm/swapfile.c: fix swapon frontswap_map memory leak on errorDavid Rientjes2017-09-131-0/+1
* mm: kvfree the swap cluster info if the swap file is unsatisfactoryDarrick J. Wong2017-09-131-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-08-312-3/+12
|\
| * mm, madvise: ensure poisoned pages are removed from per-cpu listsMel Gorman2017-08-311-0/+6
| * mm,page_alloc: don't call __node_reclaim() with oom_lock held.Tetsuo Handa2017-08-311-3/+6
* | mm/mmu_notifier: kill invalidate_pageJérôme Glisse2017-08-311-14/+0
* | mm/rmap: update to new mmu_notifier semantic v2Jérôme Glisse2017-08-311-3/+32
* | dax: update to new mmu_notifier semanticJérôme Glisse2017-08-311-5/+21
|/
* Revert "rmap: do not call mmu_notifier_invalidate_page() under ptl"Linus Torvalds2017-08-291-30/+22
* page waitqueue: always add new entries at the endLinus Torvalds2017-08-281-1/+1
* Avoid page waitqueue race leaving possible page locker waitingLinus Torvalds2017-08-271-4/+5
* Minor page waitqueue cleanupsLinus Torvalds2017-08-271-5/+6
* mm/memblock.c: reversed logic in memblock_discard()Pavel Tatashin2017-08-251-1/+1
* mm/madvise.c: fix freeing of locked page with MADV_FREEEric Biggers2017-08-251-1/+1
* mm, shmem: fix handling /sys/kernel/mm/transparent_hugepage/shmem_enabledKirill A. Shutemov2017-08-251-2/+2
* PM/hibernate: touch NMI watchdog when creating snapshotChen Yu2017-08-251-2/+18
* Sanitize 'move_pages()' permission checksLinus Torvalds2017-08-201-8/+3
* mm/vmalloc.c: don't unconditonally use __GFP_HIGHMEMLaura Abbott2017-08-181-5/+8
* mm/mempolicy: fix use after free when calling get_mempolicyzhong jiang2017-08-181-5/+0
* mm/cma_debug.c: fix stack corruption due to sprintf usagePrakash Gupta2017-08-181-1/+1
* mm, oom: fix potential data corruption when oom_reaper races with writerMichal Hocko2017-08-182-34/+42
* mm: fix double mmap_sem unlock on MMF_UNSTABLE enforced SIGBUSMichal Hocko2017-08-181-1/+11
* slub: fix per memcg cache leak on css offlineVladimir Davydov2017-08-181-1/+2
* mm: discard memblock data laterPavel Tatashin2017-08-183-37/+21
* mm: memcontrol: fix NULL pointer crash in test_clear_page_writeback()Johannes Weiner2017-08-182-15/+43
* rmap: do not call mmu_notifier_invalidate_page() under ptlKirill A. Shutemov2017-08-101-22/+30
* mm: fix list corruptions on shmem shrinklistCong Wang2017-08-101-2/+10
* mm/balloon_compaction.c: don't zero ballooned pagesWei Wang2017-08-101-1/+1
* mm: fix KSM data corruptionMinchan Kim2017-08-101-1/+2
* mm: fix MADV_[FREE|DONTNEED] TLB flush miss problemMinchan Kim2017-08-101-2/+16
* mm: make tlb_flush_pending globalMinchan Kim2017-08-101-4/+0
* mm: refactor TLB gathering APIMinchan Kim2017-08-101-7/+21
* Revert "mm: numa: defer TLB flush for THP migration as long as possible"Nadav Amit2017-08-102-6/+7
* mm: migrate: prevent racy access to tlb_flush_pendingNadav Amit2017-08-102-3/+3
OpenPOWER on IntegriCloud