summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2017-02-10mm: use mmget_not_zero() helperVegard Nossum1-1/+1
2017-02-10mm: add new mmget() helperVegard Nossum1-5/+5
2017-02-10mm: add new mmgrab() helperVegard Nossum5-6/+6
2017-02-10lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-1/+1
2017-02-10scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-10scripts/spelling.txt: add "comsume(r)" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-10scripts/spelling.txt: add "algined" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-10truncate: use i_blocksize()Geliang Tang1-1/+1
2017-02-10Merge branch 'akpm-current/current'Stephen Rothwell59-1912/+4576
2017-02-10Merge remote-tracking branch 'idr/idr-4.11'Stephen Rothwell1-4/+2
2017-02-10Merge remote-tracking branch 'rcu/rcu/next'Stephen Rothwell8-22/+22
2017-02-10Merge remote-tracking branch 'block/for-next'Stephen Rothwell2-5/+42
2017-02-10Merge remote-tracking branch 'kspp/for-next/kspp'Stephen Rothwell2-5/+7
2017-02-10Merge remote-tracking branch 'arm/for-next'Stephen Rothwell3-19/+15
2017-02-09mm: add arch-independent testcases for RODATAJinbum Park3-0/+64
2017-02-09kasan: drain quarantine of memcg slab objectsGreg Thelen3-2/+5
2017-02-09mm/vmstat.c: walk the zone in pageblock_nr_pages stepszhong jiang1-1/+1
2017-02-09mm/page_owner: align with pageblock_nr pageszhong jiang1-1/+1
2017-02-09mm-fix-a-overflow-in-test_pages_in_a_zone-fixKani, Toshimitsu1-1/+1
2017-02-09mm/memory_hotplug.c: fix overflow in test_pages_in_a_zone()zhong jiang1-1/+1
2017-02-09mm/page_alloc: return 0 in case this node has no page within the zoneWei Yang1-0/+5
2017-02-09mm/page-writeback.c: place "not" inside of unlikely() statement in wb_domain_...Steven Rostedt (VMware)1-1/+1
2017-02-09mm/autonuma: don't use set_pte_at when updating protnone ptesAneesh Kumar K.V1-9/+9
2017-02-09mm/shmem.c: fix unlikely() test of info->seals to test only for WRITE and GROWSteven Rostedt (VMware)1-1/+1
2017-02-09mm, vmscan: clear PGDAT_WRITEBACK when zone is balancedMel Gorman1-0/+1
2017-02-09mm: codgin-style fixesTobin C Harding1-31/+29
2017-02-09mm/memory.c: use NULL instead of literal 0Tobin C Harding1-3/+3
2017-02-09mm/page_alloc.c: remove duplicate inclusion of page_ext.hMasanari Iida1-1/+0
2017-02-09mm: vmscan: do not pass reclaimed slab to vmpressureVinayak Menon1-5/+12
2017-02-09vmalloc: back off when the current task is killedMichal Hocko1-0/+5
2017-02-09mm: cma: print allocation failure reason and bitmap statusJaewon Kim1-1/+33
2017-02-09mm, madvise: fail with ENOMEM when splitting vma will hit max_map_countDavid Rientjes2-13/+46
2017-02-09mm: cma_alloc: allow to specify GFP maskLucas Stach2-3/+4
2017-02-09mm: alloc_contig_range: allow to specify GFP maskLucas Stach3-4/+7
2017-02-09userfaultfd: mcopy_atomic: update cases returning -ENOENTMike Rapoport1-6/+8
2017-02-09userfaultfd: mcopy_atomic: return -ENOENT when no compatible VMA foundMike Rapoport1-20/+22
2017-02-09userfaultfd-non-cooperative-add-event-for-memory-unmaps-fix-2Arnd Bergmann1-1/+1
2017-02-09userfaultfd-non-cooperative-add-event-for-memory-unmaps-fixMichal Hocko1-3/+4
2017-02-09userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport3-25/+49
2017-02-09mm: call vm_munmap in munmap syscall instead of using open coded versionMike Rapoport1-8/+1
2017-02-09mm-convert-remove_migration_pte-to-use-page_vma_mapped_walk-checkpatch-fixesAndrew Morton1-1/+3
2017-02-09mm: convert remove_migration_pte() to use page_vma_mapped_walk()Kirill A. Shutemov1-63/+41
2017-02-09mm: drop page_check_address{,_transhuge}Kirill A. Shutemov1-138/+0
2017-02-09mm: convert page_mapped_in_vma() to use page_vma_mapped_walk()Kirill A. Shutemov2-26/+30
2017-02-09mm, ksm: convert write_protect_page() to use page_vma_mapped_walk()Kirill A. Shutemov1-16/+18
2017-02-09mm: convert try_to_unmap_one() to use page_vma_mapped_walk()Kirill A. Shutemov2-139/+137
2017-02-09mm: convert page_mkclean_one() to use page_vma_mapped_walk()Kirill A. Shutemov1-23/+45
2017-02-09mm, rmap: check all VMAs that PTE-mapped THP can be part ofKirill A. Shutemov2-9/+16
2017-02-09mm: fix handling PTE-mapped THPs in page_idle_clear_pte_refs()Kirill A. Shutemov1-17/+17
2017-02-09mm: fix handling PTE-mapped THPs in page_referenced()Kirill A. Shutemov1-32/+34