aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-24mm/page-writeback.c: place "not" inside of unlikely() statement in wb_domain_writeout_inc()Steven Rostedt (VMware)1-1/+1
2017-02-24mm/ksm: handle protnone saved writes when making page write protectAneesh Kumar K.V1-2/+7
2017-02-24mm/autonuma: let architecture override how the write bit should be stashed in a protnone pte.Aneesh Kumar K.V3-5/+5
2017-02-24mm/autonuma: don't use set_pte_at when updating protnone ptesAneesh Kumar K.V1-9/+9
2017-02-24mm/shmem.c: fix unlikely() test of info->seals to test only for WRITE and GROWSteven Rostedt (VMware)1-1/+1
2017-02-24mm, vmscan: clear PGDAT_WRITEBACK when zone is balancedMel Gorman1-0/+1
2017-02-24mm: codgin-style fixesTobin C Harding1-31/+29
2017-02-24mm/memory.c: use NULL instead of literal 0Tobin C Harding1-3/+3
2017-02-24mm/page_alloc.c: remove duplicate inclusion of page_ext.hMasanari Iida1-1/+0
2017-02-24vmalloc: back off when the current task is killedMichal Hocko1-0/+5
2017-02-24mm: cma: print allocation failure reason and bitmap statusJaewon Kim1-1/+33
2017-02-24mm, madvise: fail with ENOMEM when splitting vma will hit max_map_countDavid Rientjes2-13/+46
2017-02-24mm: cma_alloc: allow to specify GFP maskLucas Stach2-3/+4
2017-02-24mm: alloc_contig_range: allow to specify GFP maskLucas Stach3-4/+7
2017-02-24userfaultfd: mcopy_atomic: return -ENOENT when no compatible VMA foundMike Rapoport1-30/+28
2017-02-24userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport4-28/+53
2017-02-24mm: call vm_munmap in munmap syscall instead of using open coded versionMike Rapoport1-8/+1
2017-02-24mm: convert remove_migration_pte() to use page_vma_mapped_walk()Kirill A. Shutemov1-61/+41
2017-02-24mm: drop page_check_address{,_transhuge}Kirill A. Shutemov1-138/+0
2017-02-24mm: convert page_mapped_in_vma() to use page_vma_mapped_walk()Kirill A. Shutemov2-26/+30
2017-02-24mm, ksm: convert write_protect_page() to use page_vma_mapped_walk()Kirill A. Shutemov1-16/+18
2017-02-24mm: convert try_to_unmap_one() to use page_vma_mapped_walk()Kirill A. Shutemov2-139/+137
2017-02-24mm: convert page_mkclean_one() to use page_vma_mapped_walk()Kirill A. Shutemov1-23/+45
2017-02-24mm, rmap: check all VMAs that PTE-mapped THP can be part ofKirill A. Shutemov2-9/+16
2017-02-24mm: fix handling PTE-mapped THPs in page_idle_clear_pte_refs()Kirill A. Shutemov1-17/+17
2017-02-24mm: fix handling PTE-mapped THPs in page_referenced()Kirill A. Shutemov1-32/+34
2017-02-24mm: introduce page_vma_mapped_walk()Kirill A. Shutemov3-5/+198
2017-02-24mm/hotplug: enable memory hotplug for non-lru movable pagesYisheng Xie2-13/+23
2017-02-24HWPOISON: soft offlining for non-lru movable pageYisheng Xie1-10/+16
2017-02-24mm/migration: make isolate_movable_page() return int typeYisheng Xie2-4/+4
2017-02-24z3fold: add kref refcountingVitaly Wool1-86/+69
2017-02-24z3fold: use per-page spinlockVitaly Wool1-42/+106
2017-02-24z3fold: extend compaction functionVitaly Wool1-1/+25
2017-02-24z3fold: fix header size related issuesVitaly Wool1-50/+64
2017-02-24z3fold: make pages_nr atomicVitaly Wool1-11/+9
2017-02-24mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang1-13/+4
2017-02-24mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox5-8/+370
2017-02-24mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang1-6/+12
2017-02-24mm, page_alloc: use static global work_struct for draining per-cpu pagesMel Gorman1-18/+22
2017-02-24mm, page_alloc: don't check cpuset allowed twice in fast-pathVlastimil Babka1-1/+2
2017-02-24mm, page_alloc: remove redundant checks from alloc fastpathVlastimil Babka1-18/+0
2017-02-24mm: fix comments for mmap_init()seokhoon.yoon2-2/+2
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang6-21/+20
2017-02-24mm, page_alloc: only use per-cpu allocator for irq-safe requestsMel Gorman1-20/+23
2017-02-24mm, page_alloc: do not depend on cpu hotplug locks inside the allocatorMichal Hocko1-6/+9
2017-02-24mm, page_alloc: drain per-cpu pages from workqueue contextMel Gorman1-7/+37
2017-02-24mm, page_alloc: split alloc_pages_nodemask()Mel Gorman1-29/+46
2017-02-24mm, page_alloc: split buffered_rmqueue()Mel Gorman1-49/+79
2017-02-24mm: vmscan: move dirty pages out of the way until they're flushedJohannes Weiner2-7/+17
2017-02-24mm: vmscan: only write dirty pages that the scanner has seen twiceJohannes Weiner1-5/+10