aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* m68k/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-177-111/+105
* mips/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-173-22/+4
* ia64/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-173-19/+28
* s390/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-173-17/+21
* csky/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-173-18/+21
* riscv/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-173-20/+21
* nios2/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-173-16/+21
* alpha/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-173-17/+23
* parisc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-173-18/+21
* hexagon/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-173-27/+43
* xtensa/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-173-18/+23
* openrisc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-173-18/+21
* loongarch/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-173-19/+47
* microblaze/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-173-17/+21
* mm/mmap: build protect protection_map[] with ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-172-5/+2
* x86/mm: move protection_map[] inside the platformAnshuman Khandual2022-07-174-23/+32
* arm64/mm: move protection_map[] inside the platformAnshuman Khandual2022-07-172-18/+21
* sparc/mm: move protection_map[] inside the platformAnshuman Khandual2022-07-175-39/+24
* powerpc/mm: move protection_map[] inside the platformAnshuman Khandual2022-07-173-20/+26
* mm/mmap: define DECLARE_VM_GET_PAGE_PROTAnshuman Khandual2022-07-172-25/+29
* mm/mmap: build protect protection_map[] with __P000Anshuman Khandual2022-07-172-0/+4
* mm: nommu: pass a pointer to virt_to_page()Linus Walleij2022-07-171-1/+1
* mm: gup: pass a pointer to virt_to_page()Linus Walleij2022-07-171-1/+1
* mm: kfence: pass a pointer to virt_to_page()Linus Walleij2022-07-171-2/+2
* mm/highmem: pass a pointer to virt_to_page()Linus Walleij2022-07-171-1/+1
* lib/test_free_pages.c: pass a pointer to virt_to_page()Linus Walleij2022-07-171-1/+1
* mm/memcontrol.c: replace cgroup_memory_nokmem with mem_cgroup_kmem_disabled()Xiang Yang2022-07-171-2/+2
* mm/page_alloc: replace local_lock with normal spinlockMel Gorman2022-07-171-45/+95
* mm/page_alloc: remotely drain per-cpu listsNicolas Saenz Julienne2022-07-171-54/+4
* mm/page_alloc: protect PCP lists with a spinlockMel Gorman2022-07-172-21/+99
* mm/page_alloc: remove mistaken page == NULL check in rmqueueMel Gorman2022-07-171-3/+1
* mm/page_alloc: split out buddy removal code from rmqueue into separate helperMel Gorman2022-07-171-34/+47
* mm/page_alloc: use only one PCP list for THP-sized allocationsMel Gorman2022-07-172-6/+9
* mm/page_alloc: add page->buddy_list and page->pcp_listMel Gorman2022-07-172-12/+17
* hugetlb: lazy page table copies in fork()Mike Kravetz2022-07-171-1/+1
* hugetlb: do not update address in huge_pmd_unshareMike Kravetz2022-07-173-31/+21
* arm64/hugetlb: implement arm64 specific hugetlb_mask_last_pageBaolin Wang2022-07-171-0/+22
* hugetlb: skip to end of PT page mapping when pte not presentMike Kravetz2022-07-172-5/+52
* kasan: separate double free case from invalid freeKuan-Ying Lee2022-07-173-9/+14
* doc: proc: fix the description to THPeligibleYang Shi2022-07-171-1/+3
* mm: khugepaged: reorg some khugepaged helpersYang Shi2022-07-174-23/+21
* mm: thp: kill __transhuge_page_enabled()Yang Shi2022-07-175-73/+52
* mm: thp: kill transparent_hugepage_active()Yang Shi2022-07-175-62/+59
* mm: khugepaged: better comments for anon vma check in hugepage_vma_revalidateYang Shi2022-07-171-1/+7
* mm: thp: consolidate vma size check to transhuge_vma_suitableYang Shi2022-07-174-28/+18
* mm: khugepaged: check THP flag in hugepage_vma_check()Yang Shi2022-07-171-0/+3
* xfs: add dax dedupe supportShiyang Ruan2022-07-174-7/+69
* xfs: support CoW in fsdax modeShiyang Ruan2022-07-173-6/+58
* fsdax: dedup file range to use a compare functionShiyang Ruan2022-07-175-11/+130
* fsdax: add dax_iomap_cow_copy() for dax zeroShiyang Ruan2022-07-171-8/+19