summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-17mips: drop definitions of PTE_ORDERMike Rapoport
2022-07-17mips: rename PUD_ORDER to PUD_TABLE_ORDERMike Rapoport
2022-07-17mips: rename PMD_ORDER to PMD_TABLE_ORDERMatthew Wilcox (Oracle)
2022-07-17csky: drop definition of PGD_ORDERMike Rapoport
2022-07-17csky: drop definition of PTE_ORDERMike Rapoport
2022-07-17mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-07-17sh/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-07-17um/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-07-17arm/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-07-17arc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-07-17m68k/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-07-17mips/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-07-17ia64/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-07-17s390/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-07-17csky/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-07-17riscv/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-07-17nios2/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-07-17alpha/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-07-17parisc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-07-17hexagon/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-07-17xtensa/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-07-17openrisc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-07-17loongarch/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-07-17microblaze/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-07-17mm/mmap: build protect protection_map[] with ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-07-17x86/mm: move protection_map[] inside the platformAnshuman Khandual
2022-07-17arm64/mm: move protection_map[] inside the platformAnshuman Khandual
2022-07-17sparc/mm: move protection_map[] inside the platformAnshuman Khandual
2022-07-17powerpc/mm: move protection_map[] inside the platformAnshuman Khandual
2022-07-17mm/mmap: define DECLARE_VM_GET_PAGE_PROTAnshuman Khandual
2022-07-17mm/mmap: build protect protection_map[] with __P000Anshuman Khandual
2022-07-17mm: nommu: pass a pointer to virt_to_page()Linus Walleij
2022-07-17mm: gup: pass a pointer to virt_to_page()Linus Walleij
2022-07-17mm: kfence: pass a pointer to virt_to_page()Linus Walleij
2022-07-17mm/highmem: pass a pointer to virt_to_page()Linus Walleij
2022-07-17lib/test_free_pages.c: pass a pointer to virt_to_page()Linus Walleij
2022-07-17mm/memcontrol.c: replace cgroup_memory_nokmem with mem_cgroup_kmem_disabled()Xiang Yang
2022-07-17mm/page_alloc: replace local_lock with normal spinlockMel Gorman
2022-07-17mm/page_alloc: remotely drain per-cpu listsNicolas Saenz Julienne
2022-07-17mm/page_alloc: protect PCP lists with a spinlockMel Gorman
2022-07-17mm/page_alloc: remove mistaken page == NULL check in rmqueueMel Gorman
2022-07-17mm/page_alloc: split out buddy removal code from rmqueue into separate helperMel Gorman
2022-07-17mm/page_alloc: use only one PCP list for THP-sized allocationsMel Gorman
2022-07-17mm/page_alloc: add page->buddy_list and page->pcp_listMel Gorman
2022-07-17hugetlb: lazy page table copies in fork()Mike Kravetz
2022-07-17hugetlb: do not update address in huge_pmd_unshareMike Kravetz
2022-07-17arm64/hugetlb: implement arm64 specific hugetlb_mask_last_pageBaolin Wang
2022-07-17hugetlb: skip to end of PT page mapping when pte not presentMike Kravetz
2022-07-17kasan: separate double free case from invalid freeKuan-Ying Lee
2022-07-17doc: proc: fix the description to THPeligibleYang Shi