aboutsummaryrefslogtreecommitdiffstats
path: root/arch/loongarch/include/asm/pgtable.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-19LoongArch: Move {dmw,tlb}_virt_to_page() definition to page.hMax Kellermann1-3/+0
2024-01-05mm/mglru: add dummy pmd_dirty()Kinsey Ho1-0/+1
2023-09-08Merge tag 'loongarch-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds1-6/+25
2023-09-06LoongArch: Add KASAN (Kernel Address Sanitizer) supportQing Zhang1-0/+7
2023-09-06LoongArch: Add KFENCE (Kernel Electric-Fence) supportEnze Li1-1/+10
2023-09-06LoongArch: mm: Add page table mapped mode support for virt_to_page()Enze Li1-0/+3
2023-09-06LoongArch: Use static defined zero page rather than allocatedBibo Mao1-5/+2
2023-09-06LoongArch: mm: Add p?d_leaf() definitionsHongchen Zhang1-0/+3
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2023-08-24loongarch: implement the new page table range APIMatthew Wilcox (Oracle)1-15/+18
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe1-2/+2
2023-06-29LoongArch: Introduce hardware page table walkerHuacai Chen1-2/+2
2023-06-15LoongArch: Let pmd_present() return true when splitting pmdHongchen Zhang1-1/+2
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-1/+0
2023-02-02loongarch/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-4/+35
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-7/+10
2022-12-11LoongArch: add sparse memory vmemmap supportFeiyang Chen1-1/+6
2022-12-11MIPS&LoongArch&NIOS2: adjust prototypes of p?d_init()Feiyang Chen1-4/+4
2022-12-02Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+1
2022-11-30Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-0/+1
2022-11-30mm: add dummy pmd_young() for architectures not having itJuergen Gross1-0/+1
2022-11-21LoongArch: Set _PAGE_DIRTY only if _PAGE_MODIFIED is set in {pmd,pte}_mkwrite()Huacai Chen1-2/+6
2022-11-21LoongArch: Set _PAGE_DIRTY only if _PAGE_WRITE is set in {pmd,pte}_mkdirty()Huacai Chen1-2/+6
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang1-2/+0
2022-10-12LoongArch: update local TLB if PTE entry existsQi Zheng1-0/+3
2022-08-25LoongArch: Cleanup headers to avoid circular dependencyHuacai Chen1-4/+3
2022-07-17loongarch: drop definition of PGD_ORDERMike Rapoport1-4/+2
2022-07-17loongarch: drop definition of PUD_ORDERMike Rapoport1-3/+2
2022-07-17loongarch: drop definition of PMD_ORDERMike Rapoport1-4/+3
2022-07-17loongarch: drop definition of PTE_ORDERMike Rapoport1-5/+4
2022-06-25LoongArch: Fix the !THP buildHuacai Chen1-5/+5
2022-06-03LoongArch: Add Non-Uniform Memory Access (NUMA) supportHuacai Chen1-0/+12
2022-06-03LoongArch: Add multi-processor (SMP) supportHuacai Chen1-0/+21
2022-06-03LoongArch: Add memory managementHuacai Chen1-0/+532