summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/pgtable.h
AgeCommit message (Expand)AuthorFilesLines
2026-02-13Merge tag 'riscv-for-linus-7.0-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+28
2026-01-27mm: provide address parameter to p{te,md,ud}_user_accessible_page()Rohan McLure1-3/+3
2026-01-27mm/page_table_check: reinstate address parameter in [__]page_table_check_pte_...Rohan McLure1-1/+1
2026-01-27mm/page_table_check: reinstate address parameter in [__]page_table_check_pmd_...Rohan McLure1-1/+1
2026-01-27mm/page_table_check: reinstate address parameter in [__]page_table_check_pud_...Rohan McLure1-1/+1
2026-01-27mm/page_table_check: provide addr parameter to page_table_check_ptes_set()Rohan McLure1-1/+1
2026-01-27mm/page_table_check: reinstate address parameter in [__]page_table_check_pmd[...Rohan McLure1-2/+2
2026-01-27mm/page_table_check: reinstate address parameter in [__]page_table_check_pud[...Rohan McLure1-2/+2
2026-01-26riscv/mm: update write protect to work on shadow stacksDeepak Gupta1-2/+10
2026-01-26riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEsDeepak Gupta1-0/+7
2026-01-26riscv/mm: manufacture shadow stack ptesDeepak Gupta1-0/+10
2026-01-26riscv/mm: ensure PROT_WRITE leads to VM_READ | VM_WRITEDeepak Gupta1-0/+1
2026-01-06riscv: pgtable: Cleanup useless VA_USER_XXX definitionsGuo Ren (Alibaba DAMO Academy)1-4/+0
2025-12-19riscv: mm: use xchg() on non-atomic_long_t variables, not atomic_long_xchg()Paul Walmsley1-2/+2
2025-12-19riscv: mm: ptep_get_and_clear(): avoid atomic ops when !CONFIG_SMPPaul Walmsley1-0/+6
2025-12-19riscv: mm: pmdp_huge_get_and_clear(): avoid atomic ops when !CONFIG_SMPPaul Walmsley1-0/+6
2025-12-06Merge tag 'riscv-for-linus-6.19-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-8/+7
2025-11-25riscv: mm: add userfaultfd write-protect supportChunyan Zhang1-0/+68
2025-11-25riscv: mm: add soft-dirty page tracking supportChunyan Zhang1-2/+73
2025-11-19riscv: pgtable: Use riscv_has_extension_unlikelyVivian Wang1-8/+7
2025-10-18RISC-V: Define pgprot_dmacoherent() for non-coherent devicesAnup Patel1-0/+2
2025-09-30Merge tag 'riscv-for-linus-6.18-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+3
2025-09-24riscv: Use an atomic xchg in pudp_huge_get_and_clear()Alexandre Ghiti1-0/+17
2025-09-17riscv: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headersThomas Huth1-2/+2
2025-09-17riscv: introduce ioremap_wc()Yunhui Cui1-0/+1
2025-07-10mm: remove devmap related functions and page table bitsAlistair Popple1-22/+0
2025-06-28Merge tag 'riscv-for-linus-5.16-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+0
2025-06-24Revert "riscv: Define TASK_SIZE_MAX for __access_ok()"Nam Cao1-1/+0
2025-06-12mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm1-1/+1
2025-06-07Merge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+97
2025-06-05riscv: Add support for PUD THPAlexandre Ghiti1-0/+97
2025-05-12mm: introduce a common definition of mk_pte()Matthew Wilcox (Oracle)1-2/+0
2025-03-27Merge patch series "riscv: Relocatable NOMMU kernels"Palmer Dabbelt1-1/+5
2025-03-27riscv: Remove CONFIG_PAGE_OFFSETSamuel Holland1-1/+1
2025-03-27riscv: Support CONFIG_RELOCATABLE on NOMMUSamuel Holland1-0/+4
2025-03-27riscv: Allow NOMMU kernels to access all of RAMSamuel Holland1-1/+1
2025-03-18riscv: Support huge pfnmapsAndrew Bresticker1-0/+49
2025-01-08riscv: mm: Fix the out of bound issue of vmemmap addressXu Lu1-1/+1
2024-12-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+12
2024-11-21RISC-V: Add Svade and Svadu Extensions SupportYong-Xuan Wang1-1/+12
2024-11-07mm: move set_pxd_safe() helpers from generic to platformAnshuman Khandual1-0/+19
2024-09-16Merge patch series "Svvptc extension to remove preventive sfence.vma"Palmer Dabbelt1-0/+10
2024-09-15riscv: Stop emitting preventive sfence.vma for new userspace mappings with Sv...Alexandre Ghiti1-1/+15
2024-09-12riscv: remove limit on the size of read-only section for XIP kernelNam Cao1-7/+0
2024-09-12riscv: cleanup XIP_FIXUP macroNam Cao1-4/+7
2024-07-22Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2024-07-04mm: implement update_mmu_tlb() using update_mmu_tlb_range()Bang Li1-2/+0
2024-07-04mm: add update_mmu_tlb_range()Bang Li1-0/+2
2024-06-26Merge patch series "riscv: Memory Hot(Un)Plug support"Palmer Dabbelt1-1/+18
2024-06-26riscv: mm: Add support for ZONE_DEVICEBjörn Töpel1-0/+17