summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/pgtable.h
AgeCommit message (Expand)Author
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
2024-06-26riscv: mm: Change attribute from __init to __meminit for page functionsBjörn Töpel
2024-06-26riscv: Implement pte_accessible()Alexandre Ghiti
2024-05-22Merge patch series "riscv: access_ok() optimization"Palmer Dabbelt
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-16riscv: Define TASK_SIZE_MAX for __access_ok()Samuel Holland
2024-05-16riscv: Remove PGDIR_SIZE_L3 and TASK_SIZE_MINSamuel Holland
2024-05-14riscv: extend execmem_params for generated code allocationsMike Rapoport (IBM)
2024-04-25mm/arch: provide pud_pfn() fallbackPeter Xu
2024-04-09Merge patch the fixes from "riscv: 64-bit NOMMU fixes and enhancements"Palmer Dabbelt
2024-04-09riscv: Fix TASK_SIZE on 64-bit NOMMUSamuel Holland
2024-03-27riscv: mm: implement pgprot_nxJisheng Zhang
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-03-20riscv: Only flush the mm icache when setting an exec pteAlexandre Ghiti
2024-03-20Merge patch series "riscv: Introduce compat-mode helpers & improve arch_get_m...Palmer Dabbelt
2024-03-19riscv: add compile-time test into is_compat_task()Leonardo Bras
2024-03-19riscv: Replace direct thread flag check with is_compat_task()Leonardo Bras
2024-03-15Merge patch "riscv: Fix compilation error with FAST_GUP and rv32"Palmer Dabbelt
2024-03-15riscv: Fix compilation error with FAST_GUP and rv32Alexandre Ghiti
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-06mm/treewide: align up pXd_leaf() retval across archsPeter Xu
2024-02-29riscv: Sparse-Memory/vmemmap out-of-bounds fixDimitris Vlachos
2024-02-29riscv: Fix pte_leaf_size() for NAPOTAlexandre Ghiti
2024-02-22riscv/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand
2024-01-24Merge patch series "riscv: support fast gup"Palmer Dabbelt
2024-01-24riscv: enable HAVE_FAST_GUP if MMUJisheng Zhang
2024-01-20Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-01-17Merge tag 'riscv-for-linus-6.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-01-11Merge patch series "riscv: mm: Fixup & Optimize COMPAT code"Palmer Dabbelt
2024-01-11riscv: mm: Fixup compat mode boot failureGuo Ren
2024-01-05mm/mglru: add dummy pmd_dirty()Kinsey Ho
2023-12-20riscv: Use accessors to page table entries instead of direct dereferenceAlexandre Ghiti
2023-12-20riscv: Use WRITE_ONCE() when setting page table entriesAlexandre Ghiti
2023-12-12riscv: fix VMALLOC_START definitionBaoquan He
2023-11-09riscv: Rearrange hwcap.h and cpufeature.hXiao Wang
2023-10-31riscv/mm: Fix the comment for swap pte formatXiao Wang
2023-10-31RISC-V: Provide pgtable_l5_enabled on rv32Palmer Dabbelt
2023-09-01Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-24riscv: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24mm: convert page_table_check_pte_set() to page_table_check_ptes_set()Matthew Wilcox (Oracle)