summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-24zram: extend zero pages to same element pageszhouxianrong
2017-02-24mm/page-writeback.c: place "not" inside of unlikely() statement in wb_domain_...Steven Rostedt (VMware)
2017-02-24powerpc/mm/autonuma: switch ppc64 to its own implementation of saved writeAneesh Kumar K.V
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-24drm: remove unnecessary fault wrappersRoss Zwisler
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: wire up GFP flag passing in dma_alloc_from_contiguousLucas Stach
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: documentation updateMike Rapoport
2017-02-24userfaultfd_copy: return -ENOSPC in case mm has goneMike Rapoport
2017-02-24userfaultfd: mcopy_atomic: return -ENOENT when no compatible VMA foundMike Rapoport
2017-02-24userfaultfd: non-cooperative: add event for exit() notificationMike 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, uprobes: convert __replace_page() 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-24uprobes: split THPs before trying to replace themKirill 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 always definedYisheng 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: fix get_user_pages() vs device-dax pud mappingsDan Williams
2017-02-24mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang
2017-02-24dax: support for transparent PUD pages for device DAXDave 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