aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/include/asm/pgtable.h (follow)
AgeCommit message (Expand)AuthorFilesLines
36 hoursMerge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+1
7 daysriscv: extend execmem_params for generated code allocationsMike Rapoport (IBM)1-0/+3
2024-04-25mm/arch: provide pud_pfn() fallbackPeter Xu1-0/+1
2024-04-09Merge patch the fixes from "riscv: 64-bit NOMMU fixes and enhancements"Palmer Dabbelt1-1/+1
2024-04-09riscv: Fix TASK_SIZE on 64-bit NOMMUSamuel Holland1-1/+1
2024-03-27riscv: mm: implement pgprot_nxJisheng Zhang1-0/+6
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-15/+17
2024-03-20riscv: Only flush the mm icache when setting an exec pteAlexandre Ghiti1-7/+7
2024-03-20Merge patch series "riscv: Introduce compat-mode helpers & improve arch_get_mmap_end()"Palmer Dabbelt1-8/+2
2024-03-19riscv: add compile-time test into is_compat_task()Leonardo Bras1-6/+0
2024-03-19riscv: Replace direct thread flag check with is_compat_task()Leonardo Bras1-1/+1
2024-03-15Merge patch "riscv: Fix compilation error with FAST_GUP and rv32"Palmer Dabbelt1-0/+6
2024-03-15riscv: Fix compilation error with FAST_GUP and rv32Alexandre Ghiti1-0/+2
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+3
2024-03-06mm/treewide: align up pXd_leaf() retval across archsPeter Xu1-1/+1
2024-02-29riscv: Sparse-Memory/vmemmap out-of-bounds fixDimitris Vlachos1-1/+1
2024-02-29riscv: Fix pte_leaf_size() for NAPOTAlexandre Ghiti1-0/+4
2024-02-22riscv/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand1-0/+2
2024-01-24Merge patch series "riscv: support fast gup"Palmer Dabbelt1-0/+6
2024-01-24riscv: enable HAVE_FAST_GUP if MMUJisheng Zhang1-0/+6
2024-01-20Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-1/+1
2024-01-17Merge tag 'riscv-for-linus-6.8-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-25/+8
2024-01-11Merge patch series "riscv: mm: Fixup & Optimize COMPAT code"Palmer Dabbelt1-1/+1
2024-01-11riscv: mm: Fixup compat mode boot failureGuo Ren1-1/+1
2024-01-05mm/mglru: add dummy pmd_dirty()Kinsey Ho1-0/+1
2023-12-20riscv: Use accessors to page table entries instead of direct dereferenceAlexandre Ghiti1-23/+6
2023-12-20riscv: Use WRITE_ONCE() when setting page table entriesAlexandre Ghiti1-2/+2
2023-12-12riscv: fix VMALLOC_START definitionBaoquan He1-1/+1
2023-11-09riscv: Rearrange hwcap.h and cpufeature.hXiao Wang1-0/+1
2023-10-31riscv/mm: Fix the comment for swap pte formatXiao Wang1-1/+1
2023-10-31RISC-V: Provide pgtable_l5_enabled on rv32Palmer Dabbelt1-1/+0
2023-09-01Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-5/+28
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-18/+29
2023-08-24riscv: implement the new page table range APIMatthew Wilcox (Oracle)1-13/+24
2023-08-24mm: convert page_table_check_pte_set() to page_table_check_ptes_set()Matthew Wilcox (Oracle)1-1/+1
2023-08-23RISC-V: mm: Update pgtable comment documentationCharlie Jenkins1-3/+5
2023-08-23RISC-V: mm: Restrict address space for sv39,sv48,sv57Charlie Jenkins1-2/+23
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pud_setKemeng Shi1-1/+1
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_setKemeng Shi1-2/+2
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pte_setKemeng Shi1-1/+1
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_clearKemeng Shi1-1/+1
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pte_clearKemeng Shi1-1/+1
2023-08-08riscv: mm: fix 2 instances of -Wmissing-variable-declarationsNick Desaulniers1-0/+2
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe1-3/+3
2023-06-07riscv: mm: Ensure prot of VM_WRITE and VM_EXEC must be readableHsieh-Tseng Shen1-2/+1
2023-04-28Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-1/+38
2023-04-13riscv: Move early dtb mapping into the fixmap regionAlexandre Ghiti1-2/+6
2023-03-09Merge patch series "riscv, mm: detect svnapot cpu support at runtime"Palmer Dabbelt1-1/+38
2023-03-07riscv: mm: modify pte format for SvnapotQinglin Pan1-1/+38