summaryrefslogtreecommitdiffstats
path: root/arch/loongarch/include/asm/pgtable.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* LoongArch: Move {dmw,tlb}_virt_to_page() definition to page.hMax Kellermann2024-03-191-3/+0
* mm/mglru: add dummy pmd_dirty()Kinsey Ho2024-01-051-0/+1
* Merge tag 'loongarch-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2023-09-081-6/+25
|\
| * LoongArch: Add KASAN (Kernel Address Sanitizer) supportQing Zhang2023-09-061-0/+7
| * LoongArch: Add KFENCE (Kernel Electric-Fence) supportEnze Li2023-09-061-1/+10
| * LoongArch: mm: Add page table mapped mode support for virt_to_page()Enze Li2023-09-061-0/+3
| * LoongArch: Use static defined zero page rather than allocatedBibo Mao2023-09-061-5/+2
| * LoongArch: mm: Add p?d_leaf() definitionsHongchen Zhang2023-09-061-0/+3
* | Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-311-2/+2
|\ \
| * | mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe2023-07-111-2/+2
| |/
* / loongarch: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-251-15/+18
|/
* LoongArch: Introduce hardware page table walkerHuacai Chen2023-06-291-2/+2
* LoongArch: Let pmd_present() return true when splitting pmdHongchen Zhang2023-06-151-1/+2
* mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-031-1/+0
* loongarch/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-031-4/+35
* Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-141-7/+10
|\
| * LoongArch: add sparse memory vmemmap supportFeiyang Chen2022-12-121-1/+6
| * MIPS&LoongArch&NIOS2: adjust prototypes of p?d_init()Feiyang Chen2022-12-121-4/+4
| * Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-11-301-0/+1
| |\
| * | mm: remove kern_addr_valid() completelyKefeng Wang2022-11-091-2/+0
* | | Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-12-021-0/+1
|\ \ \ | | |/ | |/|
| * | mm: add dummy pmd_young() for architectures not having itJuergen Gross2022-11-301-0/+1
| |/
* | LoongArch: Set _PAGE_DIRTY only if _PAGE_MODIFIED is set in {pmd,pte}_mkwrite()Huacai Chen2022-11-211-2/+6
* | LoongArch: Set _PAGE_DIRTY only if _PAGE_WRITE is set in {pmd,pte}_mkdirty()Huacai Chen2022-11-211-2/+6
|/
* LoongArch: update local TLB if PTE entry existsQi Zheng2022-10-131-0/+3
* LoongArch: Cleanup headers to avoid circular dependencyHuacai Chen2022-08-251-4/+3
* loongarch: drop definition of PGD_ORDERMike Rapoport2022-07-181-4/+2
* loongarch: drop definition of PUD_ORDERMike Rapoport2022-07-181-3/+2
* loongarch: drop definition of PMD_ORDERMike Rapoport2022-07-181-4/+3
* loongarch: drop definition of PTE_ORDERMike Rapoport2022-07-181-5/+4
* LoongArch: Fix the !THP buildHuacai Chen2022-06-251-5/+5
* LoongArch: Add Non-Uniform Memory Access (NUMA) supportHuacai Chen2022-06-031-0/+12
* LoongArch: Add multi-processor (SMP) supportHuacai Chen2022-06-031-0/+21
* LoongArch: Add memory managementHuacai Chen2022-06-031-0/+532