summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm/page-writeback.c: place "not" inside of unlikely() statement in wb_domain_...Steven Rostedt (VMware)2017-02-241-1/+1
* powerpc/mm/autonuma: switch ppc64 to its own implementation of saved writeAneesh Kumar K.V2017-02-241-7/+45
* mm/ksm: handle protnone saved writes when making page write protectAneesh Kumar K.V2017-02-242-2/+15
* mm/autonuma: let architecture override how the write bit should be stashed in...Aneesh Kumar K.V2017-02-244-5/+21
* mm/autonuma: don't use set_pte_at when updating protnone ptesAneesh Kumar K.V2017-02-241-9/+9
* mm/shmem.c: fix unlikely() test of info->seals to test only for WRITE and GROWSteven Rostedt (VMware)2017-02-241-1/+1
* mm, vmscan: clear PGDAT_WRITEBACK when zone is balancedMel Gorman2017-02-241-0/+1
* drm: remove unnecessary fault wrappersRoss Zwisler2017-02-241-25/+5
* mm: codgin-style fixesTobin C Harding2017-02-241-31/+29
* mm/memory.c: use NULL instead of literal 0Tobin C Harding2017-02-241-3/+3
* mm/page_alloc.c: remove duplicate inclusion of page_ext.hMasanari Iida2017-02-241-1/+0
* vmalloc: back off when the current task is killedMichal Hocko2017-02-241-0/+5
* mm: cma: print allocation failure reason and bitmap statusJaewon Kim2017-02-241-1/+33
* mm, madvise: fail with ENOMEM when splitting vma will hit max_map_countDavid Rientjes2017-02-245-17/+56
* mm: wire up GFP flag passing in dma_alloc_from_contiguousLucas Stach2017-02-249-19/+24
* mm: cma_alloc: allow to specify GFP maskLucas Stach2017-02-245-6/+9
* mm: alloc_contig_range: allow to specify GFP maskLucas Stach2017-02-244-5/+8
* userfaultfd: documentation updateMike Rapoport2017-02-241-0/+89
* userfaultfd_copy: return -ENOSPC in case mm has goneMike Rapoport2017-02-241-0/+2
* userfaultfd: mcopy_atomic: return -ENOENT when no compatible VMA foundMike Rapoport2017-02-241-30/+28
* userfaultfd: non-cooperative: add event for exit() notificationMike Rapoport2017-02-244-1/+41
* userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport2017-02-2415-45/+160
* mm: call vm_munmap in munmap syscall instead of using open coded versionMike Rapoport2017-02-241-8/+1
* mm: convert remove_migration_pte() to use page_vma_mapped_walk()Kirill A. Shutemov2017-02-241-61/+41
* mm: drop page_check_address{,_transhuge}Kirill A. Shutemov2017-02-242-174/+0
* mm: convert page_mapped_in_vma() to use page_vma_mapped_walk()Kirill A. Shutemov2017-02-242-26/+30
* mm, uprobes: convert __replace_page() to use page_vma_mapped_walk()Kirill A. Shutemov2017-02-241-8/+14
* mm, ksm: convert write_protect_page() to use page_vma_mapped_walk()Kirill A. Shutemov2017-02-241-16/+18
* mm: convert try_to_unmap_one() to use page_vma_mapped_walk()Kirill A. Shutemov2017-02-242-139/+137
* mm: convert page_mkclean_one() to use page_vma_mapped_walk()Kirill A. Shutemov2017-02-241-23/+45
* mm, rmap: check all VMAs that PTE-mapped THP can be part ofKirill A. Shutemov2017-02-242-9/+16
* mm: fix handling PTE-mapped THPs in page_idle_clear_pte_refs()Kirill A. Shutemov2017-02-241-17/+17
* mm: fix handling PTE-mapped THPs in page_referenced()Kirill A. Shutemov2017-02-241-32/+34
* mm: introduce page_vma_mapped_walk()Kirill A. Shutemov2017-02-244-5/+224
* uprobes: split THPs before trying to replace themKirill A. Shutemov2017-02-241-2/+2
* mm/hotplug: enable memory hotplug for non-lru movable pagesYisheng Xie2017-02-242-13/+23
* HWPOISON: soft offlining for non-lru movable pageYisheng Xie2017-02-241-10/+16
* mm/migration: make isolate_movable_page always definedYisheng Xie2017-02-241-0/+2
* mm/migration: make isolate_movable_page() return int typeYisheng Xie2017-02-243-5/+5
* z3fold: add kref refcountingVitaly Wool2017-02-241-86/+69
* z3fold: use per-page spinlockVitaly Wool2017-02-241-42/+106
* z3fold: extend compaction functionVitaly Wool2017-02-241-1/+25
* z3fold: fix header size related issuesVitaly Wool2017-02-241-50/+64
* z3fold: make pages_nr atomicVitaly Wool2017-02-241-11/+9
* mm: fix get_user_pages() vs device-dax pud mappingsDan Williams2017-02-241-4/+24
* mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang2017-02-248-38/+46
* dax: support for transparent PUD pages for device DAXDave Jiang2017-02-241-0/+48
* mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox2017-02-2421-18/+844
* mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang2017-02-249-76/+74
* mm, page_alloc: use static global work_struct for draining per-cpu pagesMel Gorman2017-02-241-18/+22