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