summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-01mm, hugetlb: unify core page allocation accounting and initializationMichal Hocko1-32/+29
2018-02-01mm/memcontrol.c: try harder to decrease [memory,memsw].limit_in_bytesAndrey Ryabinin1-36/+6
2018-02-01mm/memcontrol.c: make local symbol staticChristopher Díaz Riveros1-1/+1
2018-02-01mm/hmm: fix uninitialized use of 'entry' in hmm_vma_walk_pmd()Ralph Campbell1-3/+1
2018-02-01include/linux/mmzone.h: fix explanation of lower bits in the SPARSEMEM mem_ma...Petr Tesarik2-3/+15
2018-02-01mm/compaction.c: fix comment for try_to_compact_pages()Yang Shi1-1/+1
2018-02-01mm/page_ext.c: make page_ext_init a noop when CONFIG_PAGE_EXTENSION but nothi...Oscar Salvador1-0/+2
2018-02-01zsmalloc: use U suffix for negative literals being shiftedNick Desaulniers1-1/+1
2018-02-01mm/page_owner.c: clean up init_pages_in_zone()Oscar Salvador1-9/+7
2018-02-01mm/page_alloc.c: fix typos in commentsShile Zhang1-3/+3
2018-02-01memcg: refactor mem_cgroup_resize_limit()Yu Zhao1-60/+17
2018-02-01zswap: only save zswap header when necessaryYu Zhao4-19/+35
2018-02-01mm/fadvise: discard partial page if endbyte is also EOFshidao.ytt1-1/+9
2018-02-01mm: pin address_space before dereferencing it while isolating an LRU pageMel Gorman1-2/+12
2018-02-01userfaultfd: convert to use anon_inode_getfd()Eric Biggers1-61/+9
2018-02-01memfd-test: run fuse test on hugetlb backend memoryMarc-André Lureau3-9/+32
2018-02-01memfd-test: move common code to a shared unitMarc-André Lureau5-40/+64
2018-02-01memfd-test: add 'memfd-hugetlb:' prefix when testing hugetlbfsMarc-André Lureau1-10/+16
2018-02-01memfd-test: test hugetlbfs sealingMarc-André Lureau1-135/+15
2018-02-01shmem: add sealing support to hugetlb-backed memfdMarc-André Lureau1-19/+28
2018-02-01hugetlb: implement memfd sealingMarc-André Lureau2-2/+28
2018-02-01hugetlb: expose hugetlbfs_inode_info in headerMarc-André Lureau2-10/+10
2018-02-01shmem: rename functions that are memfd-relatedMarc-André Lureau3-8/+8
2018-02-01shmem: unexport shmem_add_seals()/shmem_get_seals()Marc-André Lureau2-6/+2
2018-02-01mm: remove reference to PG_buddyMatthew Wilcox1-7/+7
2018-02-01mm: document how to use struct pageMatthew Wilcox1-1/+23
2018-02-01mm: store compound_dtor / compound_order as bytesMatthew Wilcox1-13/+3
2018-02-01mm: introduce _slub_counter_tMatthew Wilcox1-13/+8
2018-02-01mm: improve comment on page->mappingMatthew Wilcox1-9/+3
2018-02-01mm: remove misleading alignment claimsMatthew Wilcox1-8/+5
2018-02-01mm: de-indent struct pageMatthew Wilcox1-21/+19
2018-02-01mm: align struct page more aestheticallyMatthew Wilcox1-9/+7
2018-02-01mm/zsmalloc: simplify shrinker init/destroyAliaksei Karaliou1-13/+9
2018-02-01mm, oom: avoid reaping only for mm's with blockable invalidate callbacksDavid Rientjes1-10/+11
2018-02-01mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacksDavid Rientjes7-3/+63
2018-02-01mm: thp: use down_read_trylock() in khugepaged to avoid long blockYang Shi1-4/+8
2018-02-01mm/thp: remove pmd_huge_split_prepare()Aneesh Kumar K.V7-86/+35
2018-02-01mm: use updated pmdp_invalidate() interface to track dirty/accessed bitsKirill A. Shutemov2-21/+16
2018-02-01mm: do not lose dirty and accessed bits in pmdp_invalidate()Kirill A. Shutemov2-4/+4
2018-02-01x86/mm: provide pmdp_establish() helperKirill A. Shutemov2-1/+51
2018-02-01sparc64: update pmdp_invalidate() to return old pmd valueNitin Gupta2-6/+19
2018-02-01s390/mm: modify pmdp_invalidate to return old value.Martin Schwidefsky1-2/+2
2018-02-01powerpc/mm: update pmdp_invalidate to return old pmd valueAneesh Kumar K.V2-4/+7
2018-02-01mips: use generic_pmdp_establish as pmdp_establishKirill A. Shutemov1-0/+3
2018-02-01arm64: provide pmdp_establish() helperCatalin Marinas1-0/+7
2018-02-01arm/mm: provide pmdp_establish() helperKirill A. Shutemov1-0/+3
2018-02-01arc: use generic_pmdp_establish as pmdp_establishKirill A. Shutemov1-0/+3
2018-02-01asm-generic: provide generic_pmdp_establish()Kirill A. Shutemov1-0/+15
2018-02-01mm: get 7% more pages in a pagevecMatthew Wilcox1-3/+3
2018-02-01mm: add unmap_mapping_pages()Matthew Wilcox6-60/+61