summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2017-02-24mm/ksm: handle protnone saved writes when making page write protectAneesh Kumar K.V
2017-02-24mm/autonuma: let architecture override how the write bit should be stashed in...Aneesh Kumar K.V
2017-02-24mm/autonuma: don't use set_pte_at when updating protnone ptesAneesh Kumar K.V
2017-02-24mm/shmem.c: fix unlikely() test of info->seals to test only for WRITE and GROWSteven Rostedt (VMware)
2017-02-24mm, vmscan: clear PGDAT_WRITEBACK when zone is balancedMel Gorman
2017-02-24mm: codgin-style fixesTobin C Harding
2017-02-24mm/memory.c: use NULL instead of literal 0Tobin C Harding
2017-02-24mm/page_alloc.c: remove duplicate inclusion of page_ext.hMasanari Iida
2017-02-24vmalloc: back off when the current task is killedMichal Hocko
2017-02-24mm: cma: print allocation failure reason and bitmap statusJaewon Kim
2017-02-24mm, madvise: fail with ENOMEM when splitting vma will hit max_map_countDavid Rientjes
2017-02-24mm: cma_alloc: allow to specify GFP maskLucas Stach
2017-02-24mm: alloc_contig_range: allow to specify GFP maskLucas Stach
2017-02-24userfaultfd: mcopy_atomic: return -ENOENT when no compatible VMA foundMike Rapoport
2017-02-24userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport
2017-02-24mm: call vm_munmap in munmap syscall instead of using open coded versionMike Rapoport
2017-02-24mm: convert remove_migration_pte() to use page_vma_mapped_walk()Kirill A. Shutemov
2017-02-24mm: drop page_check_address{,_transhuge}Kirill A. Shutemov
2017-02-24mm: convert page_mapped_in_vma() to use page_vma_mapped_walk()Kirill A. Shutemov
2017-02-24mm, ksm: convert write_protect_page() to use page_vma_mapped_walk()Kirill A. Shutemov
2017-02-24mm: convert try_to_unmap_one() to use page_vma_mapped_walk()Kirill A. Shutemov
2017-02-24mm: convert page_mkclean_one() to use page_vma_mapped_walk()Kirill A. Shutemov
2017-02-24mm, rmap: check all VMAs that PTE-mapped THP can be part ofKirill A. Shutemov
2017-02-24mm: fix handling PTE-mapped THPs in page_idle_clear_pte_refs()Kirill A. Shutemov
2017-02-24mm: fix handling PTE-mapped THPs in page_referenced()Kirill A. Shutemov
2017-02-24mm: introduce page_vma_mapped_walk()Kirill A. Shutemov
2017-02-24mm/hotplug: enable memory hotplug for non-lru movable pagesYisheng Xie
2017-02-24HWPOISON: soft offlining for non-lru movable pageYisheng Xie
2017-02-24mm/migration: make isolate_movable_page() return int typeYisheng Xie
2017-02-24z3fold: add kref refcountingVitaly Wool
2017-02-24z3fold: use per-page spinlockVitaly Wool
2017-02-24z3fold: extend compaction functionVitaly Wool
2017-02-24z3fold: fix header size related issuesVitaly Wool
2017-02-24z3fold: make pages_nr atomicVitaly Wool
2017-02-24mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang
2017-02-24mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox
2017-02-24mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang
2017-02-24mm, page_alloc: use static global work_struct for draining per-cpu pagesMel Gorman
2017-02-24mm, page_alloc: don't check cpuset allowed twice in fast-pathVlastimil Babka
2017-02-24mm, page_alloc: remove redundant checks from alloc fastpathVlastimil Babka
2017-02-24mm: fix comments for mmap_init()seokhoon.yoon
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-24mm, page_alloc: only use per-cpu allocator for irq-safe requestsMel Gorman
2017-02-24mm, page_alloc: do not depend on cpu hotplug locks inside the allocatorMichal Hocko
2017-02-24mm, page_alloc: drain per-cpu pages from workqueue contextMel Gorman
2017-02-24mm, page_alloc: split alloc_pages_nodemask()Mel Gorman
2017-02-24mm, page_alloc: split buffered_rmqueue()Mel Gorman
2017-02-24mm: vmscan: move dirty pages out of the way until they're flushedJohannes Weiner
2017-02-24mm: vmscan: only write dirty pages that the scanner has seen twiceJohannes Weiner
2017-02-24mm: vmscan: remove old flusher wakeup from direct reclaim pathJohannes Weiner