summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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-25Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
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-17x86/mm, mm/hwpoison: Clear PRESENT bit for kernel 1:1 mappings of poison pagesTony Luck
2017-08-15mm/hugetlb: Allow arch to override and call the weak functionAneesh Kumar K.V
2017-08-11mm, locking: Fix up flush_tlb_pending() related merge in do_huge_pmd_numa_page()Peter Zijlstra
2017-08-11Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
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-10locking/lockdep: Rework FS_RECLAIM annotationPeter Zijlstra
2017-08-10mm, locking: Rework {set,clear,mm}_tlb_flush_pending()Peter Zijlstra
2017-08-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
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-08-01mm: remove optimizations based on i_size in mapping writeback waitsJeff Layton
2017-07-31mm: add file_fdatawait_range and file_write_and_waitJeff Layton
2017-07-29mm: consolidate dax / non-dax checks for writebackJeff Layton
2017-07-26percpu: update header to contain bitmap allocator explanation.Dennis Zhou (Facebook)
2017-07-26percpu: update pcpu_find_block_fit to use an iteratorDennis Zhou (Facebook)
2017-07-26percpu: use metadata blocks to update the chunk contig hintDennis Zhou (Facebook)
2017-07-26percpu: update free path to take advantage of contig hintsDennis Zhou (Facebook)
2017-07-26percpu: update alloc path to only scan if contig hints are brokenDennis Zhou (Facebook)
2017-07-26percpu: keep track of the best offset for contig hintsDennis Zhou (Facebook)
2017-07-26percpu: skip chunks if the alloc does not fit in the contig hintDennis Zhou (Facebook)
2017-07-26percpu: add first_bit to keep track of the first free in the bitmapDennis Zhou (Facebook)