summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* kasan: drain quarantine of memcg slab objectsGreg Thelen2017-02-253-2/+5
* memory-hotplug: use dev_online for memhp_auto_onlineNathan Fontenot2017-02-251-1/+1
* mm: do not access page->mapping directly on page_endioMinchan Kim2017-02-251-2/+5
* mm/thp/autonuma: use TNF flag instead of vm faultAneesh Kumar K.V2017-02-251-1/+1
* mm/gup: check for protnone only if it is a PTE entryAneesh Kumar K.V2017-02-251-2/+3
* mm: cleanups for printing phys_addr_t and dma_addr_tMiles Chen2017-02-252-9/+9
* mm/zsmalloc: fix comment in zsmallocYisheng Xie2017-02-251-4/+0Star
* mm/page_alloc.c: remove redundant init code for ZONE_MOVABLEWei Yang2017-02-251-2/+0Star
* mm/zsmalloc: remove redundant SetPagePrivate2 in create_page_chainYisheng Xie2017-02-251-5/+1Star
* mm: vmpressure: fix sending wrong events on underflowVinayak Menon2017-02-251-1/+9
* mm: remove shmem_mapping() shmem_zero_setup() duplicatesHugh Dickins2017-02-255-0/+5
* mm/page_alloc: fix nodes for reclaim in fast pathGavin Shan2017-02-251-1/+1
* mm/memory_hotplug.c: fix overflow in test_pages_in_a_zone()zhong jiang2017-02-251-2/+2
* mm/page-writeback.c: place "not" inside of unlikely() statement in wb_domain_...Steven Rostedt (VMware)2017-02-251-1/+1
* mm/ksm: handle protnone saved writes when making page write protectAneesh Kumar K.V2017-02-251-2/+7
* mm/autonuma: let architecture override how the write bit should be stashed in...Aneesh Kumar K.V2017-02-253-5/+5
* mm/autonuma: don't use set_pte_at when updating protnone ptesAneesh Kumar K.V2017-02-251-9/+9
* mm/shmem.c: fix unlikely() test of info->seals to test only for WRITE and GROWSteven Rostedt (VMware)2017-02-251-1/+1
* mm, vmscan: clear PGDAT_WRITEBACK when zone is balancedMel Gorman2017-02-251-0/+1
* mm: codgin-style fixesTobin C Harding2017-02-251-31/+29Star
* mm/memory.c: use NULL instead of literal 0Tobin C Harding2017-02-251-3/+3
* mm/page_alloc.c: remove duplicate inclusion of page_ext.hMasanari Iida2017-02-251-1/+0Star
* vmalloc: back off when the current task is killedMichal Hocko2017-02-251-0/+5
* mm: cma: print allocation failure reason and bitmap statusJaewon Kim2017-02-251-1/+33
* mm, madvise: fail with ENOMEM when splitting vma will hit max_map_countDavid Rientjes2017-02-252-13/+46
* mm: cma_alloc: allow to specify GFP maskLucas Stach2017-02-252-3/+4
* mm: alloc_contig_range: allow to specify GFP maskLucas Stach2017-02-253-4/+7
* userfaultfd: mcopy_atomic: return -ENOENT when no compatible VMA foundMike Rapoport2017-02-251-30/+28Star
* userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport2017-02-254-28/+53
* mm: call vm_munmap in munmap syscall instead of using open coded versionMike Rapoport2017-02-251-8/+1Star
* mm: convert remove_migration_pte() to use page_vma_mapped_walk()Kirill A. Shutemov2017-02-251-61/+41Star
* mm: drop page_check_address{,_transhuge}Kirill A. Shutemov2017-02-251-138/+0Star
* mm: convert page_mapped_in_vma() to use page_vma_mapped_walk()Kirill A. Shutemov2017-02-252-26/+30
* mm, ksm: convert write_protect_page() to use page_vma_mapped_walk()Kirill A. Shutemov2017-02-251-16/+18
* mm: convert try_to_unmap_one() to use page_vma_mapped_walk()Kirill A. Shutemov2017-02-252-139/+137Star
* mm: convert page_mkclean_one() to use page_vma_mapped_walk()Kirill A. Shutemov2017-02-251-23/+45
* mm, rmap: check all VMAs that PTE-mapped THP can be part ofKirill A. Shutemov2017-02-252-9/+16
* mm: fix handling PTE-mapped THPs in page_idle_clear_pte_refs()Kirill A. Shutemov2017-02-251-17/+17
* mm: fix handling PTE-mapped THPs in page_referenced()Kirill A. Shutemov2017-02-251-32/+34
* mm: introduce page_vma_mapped_walk()Kirill A. Shutemov2017-02-253-5/+198
* mm/hotplug: enable memory hotplug for non-lru movable pagesYisheng Xie2017-02-252-13/+23
* HWPOISON: soft offlining for non-lru movable pageYisheng Xie2017-02-251-10/+16
* mm/migration: make isolate_movable_page() return int typeYisheng Xie2017-02-252-4/+4
* z3fold: add kref refcountingVitaly Wool2017-02-251-86/+69Star
* z3fold: use per-page spinlockVitaly Wool2017-02-251-42/+106
* z3fold: extend compaction functionVitaly Wool2017-02-251-1/+25
* z3fold: fix header size related issuesVitaly Wool2017-02-251-50/+64
* z3fold: make pages_nr atomicVitaly Wool2017-02-251-11/+9Star
* mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang2017-02-251-13/+4Star
* mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox2017-02-255-8/+370