summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-05-05userfaultfd: add minor fault registration modeAxel Rasmussen
2021-05-05mm: make alloc_contig_range handle in-use hugetlb pagesOscar Salvador
2021-05-05mm: make alloc_contig_range handle free hugetlb pagesOscar Salvador
2021-05-05hugetlb: add per-hstate mutex to synchronize user adjustmentsMike Kravetz
2021-05-05mm/huge_memory.c: remove unused macro TRANSPARENT_HUGEPAGE_DEBUG_COW_FLAGMiaohe Lin
2021-05-05hugetlb/userfaultfd: unshare all pmds for hugetlbfs when register wpPeter Xu
2021-05-05mm/hugetlb: move flush_hugetlb_tlb_range() into hugetlb.hPeter Xu
2021-05-05hugetlb/userfaultfd: forbid huge pmd sharing when uffd enabledPeter Xu
2021-05-05hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Peter Xu
2021-05-05mm: remove nrexceptional from inodeMatthew Wilcox (Oracle)
2021-05-05mm: introduce and use mapping_empty()Matthew Wilcox (Oracle)
2021-04-30mm/mmzone.h: fix existing kernel-doc comments and link them to core-apiMike Rapoport
2021-04-30net: page_pool: use alloc_pages_bulk in refill code pathJesper Dangaard Brouer
2021-04-30mm/page_alloc: add an array-based interface to the bulk page allocatorMel Gorman
2021-04-30mm/page_alloc: add a bulk page allocatorMel Gorman
2021-04-30mm/mempolicy: rename alloc_pages_current to alloc_pagesMatthew Wilcox (Oracle)
2021-04-30mm/page_alloc: combine __alloc_pages and __alloc_pages_nodemaskMatthew Wilcox (Oracle)
2021-04-30include/linux/page-flags-layout.h: cleanupsYu Zhao
2021-04-30include/linux/page-flags-layout.h: correctly determine LAST_CPUPID_WIDTHYu Zhao
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang
2021-04-30kasan, mm: integrate slab init_on_free with HW_TAGSAndrey Konovalov
2021-04-30kasan, mm: integrate slab init_on_alloc with HW_TAGSAndrey Konovalov
2021-04-30kasan, mm: integrate page_alloc init with HW_TAGSAndrey Konovalov
2021-04-30kasan: initialize shadow to TAG_INVALID for SW_TAGSAndrey Konovalov
2021-04-30pagewalk: prefix struct kernel-doc descriptionsLukas Bulwahn
2021-04-30mm/doc: turn fault flags into an enumMatthew Wilcox (Oracle)
2021-04-30mm/doc: fix page_maybe_dma_pinned kerneldocMatthew Wilcox (Oracle)
2021-04-30mm/doc: fix fault_flag_allow_retry_first kerneldocMatthew Wilcox (Oracle)
2021-04-30mm/vmalloc: remove unmap_kernel_rangeNicholas Piggin
2021-04-30mm/vmalloc: remove map_kernel_rangeNicholas Piggin
2021-04-30mm/vmalloc: hugepage vmalloc mappingsNicholas Piggin
2021-04-30mm: move vmap_range from mm/ioremap.c to mm/vmalloc.cNicholas Piggin
2021-04-30mm/vmalloc: provide fallback arch huge vmap support functionsNicholas Piggin
2021-04-30mm: HUGE_VMAP arch support cleanupNicholas Piggin
2021-04-30Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio"Brian Geffon
2021-04-30mm: add a io_mapping_map_user helperChristoph Hellwig
2021-04-30mm: add remap_pfn_range_notrackChristoph Hellwig
2021-04-30mm, tracing: improve rss_stat tracepoint messageOvidiu Panait
2021-04-30linux/memcontrol.h: remove duplicate struct declarationWan Jiabing
2021-04-30mm: memcontrol: move PageMemcgKmem to the scope of CONFIG_MEMCG_KMEMMuchun Song
2021-04-30mm: memcontrol: use obj_cgroup APIs to charge kmem pagesMuchun Song
2021-04-30memcg: charge before adding to swapcache on swapinShakeel Butt
2021-04-30mm: memcontrol: switch to rstatJohannes Weiner
2021-04-30mm: memcontrol: privatize memcg_page_state query functionsJohannes Weiner
2021-04-30mm: memcontrol: kill mem_cgroup_nodeinfo()Johannes Weiner
2021-04-30mm: gup: remove FOLL_SPLITYang Shi
2021-04-30mm/gup: add a range variant of unpin_user_pages_dirty_lock()Joao Martins
2021-04-30mm: move page_mapping_file to pagemap.hMatthew Wilcox (Oracle)
2021-04-30mm: page-writeback: simplify memcg handling in test_clear_page_writeback()Johannes Weiner
2021-04-30mm: provide filemap_range_needs_writeback() helperJens Axboe