summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2017-02-24kasan: drain quarantine of memcg slab objectsGreg Thelen
2017-02-24memory-hotplug: use dev_online for memhp_auto_onlineNathan Fontenot
2017-02-24mm: do not access page->mapping directly on page_endioMinchan Kim
2017-02-24mm/thp/autonuma: use TNF flag instead of vm faultAneesh Kumar K.V
2017-02-24mm/gup: check for protnone only if it is a PTE entryAneesh Kumar K.V
2017-02-24mm: cleanups for printing phys_addr_t and dma_addr_tMiles Chen
2017-02-24mm/zsmalloc: fix comment in zsmallocYisheng Xie
2017-02-24mm/page_alloc.c: remove redundant init code for ZONE_MOVABLEWei Yang
2017-02-24mm/zsmalloc: remove redundant SetPagePrivate2 in create_page_chainYisheng Xie
2017-02-24mm: vmpressure: fix sending wrong events on underflowVinayak Menon
2017-02-24mm: remove shmem_mapping() shmem_zero_setup() duplicatesHugh Dickins
2017-02-24mm/page_alloc: fix nodes for reclaim in fast pathGavin Shan
2017-02-24mm/memory_hotplug.c: fix overflow in test_pages_in_a_zone()zhong jiang
2017-02-24mm/page-writeback.c: place "not" inside of unlikely() statement in wb_domain_...Steven Rostedt (VMware)
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