summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2017-02-17mm: use mmget_not_zero() helperVegard Nossum
2017-02-17mm: add new mmget() helperVegard Nossum
2017-02-17mm: add new mmgrab() helperVegard Nossum
2017-02-17lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2017-02-17scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada
2017-02-17scripts/spelling.txt: add "comsume(r)" pattern and fix typo instancesMasahiro Yamada
2017-02-17scripts/spelling.txt: add "algined" pattern and fix typo instancesMasahiro Yamada
2017-02-17truncate: use i_blocksize()Geliang Tang
2017-02-17Merge branch 'akpm-current/current'Stephen Rothwell
2017-02-17Merge remote-tracking branch 'idr/idr-4.11'Stephen Rothwell
2017-02-17Merge remote-tracking branch 'block/for-next'Stephen Rothwell
2017-02-17Merge remote-tracking branch 'kspp/for-next/kspp'Stephen Rothwell
2017-02-17Merge remote-tracking branch 'arm/for-next'Stephen Rothwell
2017-02-12Merge branches 'fixes', 'kuser', 'misc' and 'sa1100-base' into for-nextRussell King
2017-02-10radix-tree: Store a pointer to the root in each nodeMatthew Wilcox
2017-02-09mm: add arch-independent testcases for RODATAJinbum Park
2017-02-09kasan: drain quarantine of memcg slab objectsGreg Thelen
2017-02-09mm/vmstat.c: walk the zone in pageblock_nr_pages stepszhong jiang
2017-02-09mm/page_owner: align with pageblock_nr pageszhong jiang
2017-02-09mm-fix-a-overflow-in-test_pages_in_a_zone-fixKani, Toshimitsu
2017-02-09mm/memory_hotplug.c: fix overflow in test_pages_in_a_zone()zhong jiang
2017-02-09mm/page_alloc: return 0 in case this node has no page within the zoneWei Yang
2017-02-09mm/page-writeback.c: place "not" inside of unlikely() statement in wb_domain_...Steven Rostedt (VMware)
2017-02-09mm/autonuma: don't use set_pte_at when updating protnone ptesAneesh Kumar K.V
2017-02-09mm/shmem.c: fix unlikely() test of info->seals to test only for WRITE and GROWSteven Rostedt (VMware)
2017-02-09mm, vmscan: clear PGDAT_WRITEBACK when zone is balancedMel Gorman
2017-02-09mm: codgin-style fixesTobin C Harding
2017-02-09mm/memory.c: use NULL instead of literal 0Tobin C Harding
2017-02-09mm/page_alloc.c: remove duplicate inclusion of page_ext.hMasanari Iida
2017-02-09mm: vmscan: do not pass reclaimed slab to vmpressureVinayak Menon
2017-02-09vmalloc: back off when the current task is killedMichal Hocko
2017-02-09mm: cma: print allocation failure reason and bitmap statusJaewon Kim
2017-02-09mm, madvise: fail with ENOMEM when splitting vma will hit max_map_countDavid Rientjes
2017-02-09mm: cma_alloc: allow to specify GFP maskLucas Stach
2017-02-09mm: alloc_contig_range: allow to specify GFP maskLucas Stach
2017-02-09userfaultfd: mcopy_atomic: update cases returning -ENOENTMike Rapoport
2017-02-09userfaultfd: mcopy_atomic: return -ENOENT when no compatible VMA foundMike Rapoport
2017-02-09userfaultfd-non-cooperative-add-event-for-memory-unmaps-fix-2Arnd Bergmann
2017-02-09userfaultfd-non-cooperative-add-event-for-memory-unmaps-fixMichal Hocko
2017-02-09userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport
2017-02-09mm: call vm_munmap in munmap syscall instead of using open coded versionMike Rapoport
2017-02-09mm-convert-remove_migration_pte-to-use-page_vma_mapped_walk-checkpatch-fixesAndrew Morton
2017-02-09mm: convert remove_migration_pte() to use page_vma_mapped_walk()Kirill A. Shutemov
2017-02-09mm: drop page_check_address{,_transhuge}Kirill A. Shutemov
2017-02-09mm: convert page_mapped_in_vma() to use page_vma_mapped_walk()Kirill A. Shutemov
2017-02-09mm, ksm: convert write_protect_page() to use page_vma_mapped_walk()Kirill A. Shutemov
2017-02-09mm: convert try_to_unmap_one() to use page_vma_mapped_walk()Kirill A. Shutemov
2017-02-09mm: convert page_mkclean_one() to use page_vma_mapped_walk()Kirill A. Shutemov
2017-02-09mm, rmap: check all VMAs that PTE-mapped THP can be part ofKirill A. Shutemov
2017-02-09mm: fix handling PTE-mapped THPs in page_idle_clear_pte_refs()Kirill A. Shutemov