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