summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar2017-09-048-66/+116
|\
| * Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-012-3/+12
| |\
| | * mm, madvise: ensure poisoned pages are removed from per-cpu listsMel Gorman2017-09-011-0/+6
| | * mm,page_alloc: don't call __node_reclaim() with oom_lock held.Tetsuo Handa2017-09-011-3/+6
| * | mm/mmu_notifier: kill invalidate_pageJérôme Glisse2017-09-011-14/+0
| * | mm/rmap: update to new mmu_notifier semantic v2Jérôme Glisse2017-09-011-3/+32
| * | dax: update to new mmu_notifier semanticJérôme Glisse2017-09-011-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-291-1/+1
| * Avoid page waitqueue race leaving possible page locker waitingLinus Torvalds2017-08-281-4/+5
| * Minor page waitqueue cleanupsLinus Torvalds2017-08-271-5/+6
| * mm/memblock.c: reversed logic in memblock_discard()Pavel Tatashin2017-08-261-1/+1
| * mm/madvise.c: fix freeing of locked page with MADV_FREEEric Biggers2017-08-261-1/+1
| * mm, shmem: fix handling /sys/kernel/mm/transparent_hugepage/shmem_enabledKirill A. Shutemov2017-08-261-2/+2
| * PM/hibernate: touch NMI watchdog when creating snapshotChen Yu2017-08-261-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-191-5/+8
| * mm/mempolicy: fix use after free when calling get_mempolicyzhong jiang2017-08-191-5/+0
| * mm/cma_debug.c: fix stack corruption due to sprintf usagePrakash Gupta2017-08-191-1/+1
| * mm, oom: fix potential data corruption when oom_reaper races with writerMichal Hocko2017-08-192-34/+42
| * mm: fix double mmap_sem unlock on MMF_UNSTABLE enforced SIGBUSMichal Hocko2017-08-191-1/+11
| * slub: fix per memcg cache leak on css offlineVladimir Davydov2017-08-191-1/+2
| * mm: discard memblock data laterPavel Tatashin2017-08-193-37/+21
| * mm: memcontrol: fix NULL pointer crash in test_clear_page_writeback()Johannes Weiner2017-08-192-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-111-22/+30
| * mm: fix list corruptions on shmem shrinklistCong Wang2017-08-111-2/+10
| * mm/balloon_compaction.c: don't zero ballooned pagesWei Wang2017-08-111-1/+1
| * mm: fix KSM data corruptionMinchan Kim2017-08-111-1/+2
| * mm: fix MADV_[FREE|DONTNEED] TLB flush miss problemMinchan Kim2017-08-111-2/+16
| * mm: make tlb_flush_pending globalMinchan Kim2017-08-111-4/+0
| * mm: refactor TLB gathering APIMinchan Kim2017-08-111-7/+21
| * Revert "mm: numa: defer TLB flush for THP migration as long as possible"Nadav Amit2017-08-112-6/+7
| * mm: migrate: prevent racy access to tlb_flush_pendingNadav Amit2017-08-112-3/+3
| * userfaultfd: hugetlbfs: remove superfluous page unlock in VM_SHARED caseAndrea Arcangeli2017-08-111-1/+1
| * mm: ratelimit PFNs busy info messageJonathan Toppins2017-08-111-1/+1
| * mm: fix global NR_SLAB_.*CLAIMABLE counter readsJohannes Weiner2017-08-112-5/+6
* | locking/lockdep: Rework FS_RECLAIM annotationPeter Zijlstra2017-08-104-13/+61
* | mm, locking: Rework {set,clear,mm}_tlb_flush_pending()Peter Zijlstra2017-08-102-6/+20
* | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2017-08-1011-10/+62
|\|
| * mm: take memory hotplug lock within numa_zonelist_order_handler()Heiko Carstens2017-08-031-0/+2
| * mm/page_io.c: fix oops during block io poll in swapin pathTetsuo Handa2017-08-031-0/+7
| * zram: do not free pool->size_classMinchan Kim2017-08-031-1/+0
| * kasan: avoid -Wmaybe-uninitialized warningArnd Bergmann2017-08-031-0/+1
| * userfaultfd: non-cooperative: notify about unmap of destination during mremapMike Rapoport2017-08-031-2/+5
| * mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman2017-08-036-1/+44
| * mm/hugetlb.c: __get_user_pages ignores certain follow_hugetlb_page errorsDaniel Jordan2017-08-031-6/+3
* | kasan: Allow kasan_check_read/write() to accept pointers to volatilesDmitry Vyukov2017-07-261-2/+2
|/