summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-09-061-33/+31
|\
| * mm: remove optimizations based on i_size in mapping writeback waitsJeff Layton2017-08-011-29/+1
| * mm: add file_fdatawait_range and file_write_and_waitJeff Layton2017-07-311-0/+23
| * mm: consolidate dax / non-dax checks for writebackJeff Layton2017-07-291-6/+9
| * errseq: rename __errseq_set to errseq_setJeff Layton2017-07-261-1/+1
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-042-3/+27
|\ \
| * \ Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar2017-08-2626-159/+278
| |\ \
| * | | x86/mm, mm/hwpoison: Clear PRESENT bit for kernel 1:1 mappings of poison pagesTony Luck2017-08-171-0/+2
| * | | x86/mm: Add support to access boot related data in the clearTom Lendacky2017-07-181-3/+15
| * | | x86/mm: Extend early_memremap() support with additional attrsTom Lendacky2017-07-181-0/+10
| | |/ | |/|
* | | Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar2017-09-048-66/+116
|\ \ \
| * \ \ 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
| | |/ | |/|
* | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2017-08-2512-96/+120
|\| |
| * | 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
* | | mm, locking: Fix up flush_tlb_pending() related merge in do_huge_pmd_numa_page()Peter Zijlstra2017-08-111-17/+5
* | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-08-1111-47/+96
|\| |
| * | 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
| * | userfaultfd: hugetlbfs: remove superfluous page unlock in VM_SHARED caseAndrea Arcangeli2017-08-101-1/+1
| * | mm: ratelimit PFNs busy info messageJonathan Toppins2017-08-101-1/+1
| * | mm: fix global NR_SLAB_.*CLAIMABLE counter readsJohannes Weiner2017-08-102-5/+6
* | | locking/lockdep: Rework FS_RECLAIM annotationPeter Zijlstra2017-08-104-13/+61