aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/mm
AgeCommit message (Expand)AuthorFilesLines
2023-07-07Merge tag 'riscv-for-linus-6.5-mw2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-7/+13
2023-07-06Merge patch series "riscv: some CMO alternative related clean up"Gravatar Palmer Dabbelt 2-5/+5
2023-07-06riscv: mm: mark noncoherent_supported as __ro_after_initGravatar Jisheng Zhang 1-1/+1
2023-07-06riscv: mm: mark CBO relate initialization funcs as __initGravatar Jisheng Zhang 1-4/+4
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+2
2023-07-05mm: riscv: fix an unsafe pte read in huge_pte_alloc()Gravatar John Hubbard 1-1/+5
2023-07-04riscv: move memblock_allow_resize() after linear mapping is readyGravatar Woody Zhang 1-1/+3
2023-06-30Merge tag 'riscv-for-linus-6.5-mw1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-16/+94
2023-06-28Merge branch 'expand-stack'Gravatar Linus Torvalds 1-18/+13
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+2
2023-06-24riscv/mm: Convert to using lock_mm_and_find_vma()Gravatar Ben Hutchings 1-18/+13
2023-06-20riscv: mm: try VMA lock-based page fault handling firstGravatar Jisheng Zhang 1-0/+33
2023-06-19riscv: mm: Pre-allocate PGD entries for vmalloc/modules areaGravatar Björn Töpel 2-14/+60
2023-06-19riscv/hugetlb: pte_alloc_huge() pte_offset_huge()Gravatar Hugh Dickins 1-2/+2
2023-06-14riscv: mm: stub extable related functions/macros for !MMUGravatar Jisheng Zhang 1-2/+1
2023-06-07riscv: Check the virtual alignment before choosing a map sizeGravatar Alexandre Ghiti 1-6/+7
2023-06-07riscv: Fix kfence now that the linear mapping can be backed by PUD/P4D/PGDGravatar Alexandre Ghiti 1-5/+30
2023-06-07riscv: mm: Ensure prot of VM_WRITE and VM_EXEC must be readableGravatar Hsieh-Tseng Shen 1-1/+1
2023-06-01riscv: Implement missing huge_ptep_getGravatar Alexandre Ghiti 1-0/+24
2023-06-01riscv: Fix huge_ptep_set_wrprotect when PTE is a NAPOTGravatar Alexandre Ghiti 1-1/+5
2023-05-29riscv: mm: init: Pass a pointer to virt_to_page()Gravatar Linus Walleij 1-2/+2
2023-05-24riscv: Fix unused variable warning when BUILTIN_DTB is setGravatar Alexandre Ghiti 1-1/+1
2023-04-29riscv: mm: remove redundant parameter of create_fdt_early_page_tableGravatar Song Shuai 1-4/+2
2023-04-29Merge patch series "RISC-V Hibernation Support"Gravatar Palmer Dabbelt 1-0/+8
2023-04-29RISC-V: mm: Enable huge page support to kernel_page_present() functionGravatar Sia Jee Heng 1-0/+8
2023-04-28Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 8-310/+827
2023-04-26riscv: Allow to downgrade paging mode from the command lineGravatar Alexandre Ghiti 1-6/+30
2023-04-25Merge tag 'irq-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-17/+81
2023-04-19Merge patch series "Introduce 64b relocatable kernel"Gravatar Palmer Dabbelt 2-1/+57
2023-04-19riscv: Introduce CONFIG_RELOCATABLEGravatar Alexandre Ghiti 2-1/+57
2023-04-19Merge patch series "RISC-V kasan rework"Gravatar Palmer Dabbelt 3-245/+297
2023-04-19riscv: Fix ptdump when KASAN is enabledGravatar Alexandre Ghiti 1-12/+12
2023-04-19riscv: Move DTB_EARLY_BASE_VA to the kernel address spaceGravatar Alexandre Ghiti 1-1/+1
2023-04-19riscv: Rework kasan population functionsGravatar Alexandre Ghiti 1-178/+183
2023-04-19riscv: Split early and final KASAN population functionsGravatar Alexandre Ghiti 1-69/+116
2023-04-18Merge patch series "riscv: Use PUD/P4D/PGD pages for the linear mapping"Gravatar Palmer Dabbelt 2-23/+95
2023-04-18riscv: Use PUD/P4D/PGD pages for the linear mappingGravatar Alexandre Ghiti 2-6/+68
2023-04-18riscv: Move the linear mapping creation in its own functionGravatar Alexandre Ghiti 1-14/+28
2023-04-18riscv: Get rid of riscv_pfn_base variableGravatar Alexandre Ghiti 1-5/+1
2023-04-13riscv: No need to relocate the dtb as it lies in the fixmap regionGravatar Alexandre Ghiti 1-19/+2
2023-04-13riscv: Move early dtb mapping into the fixmap regionGravatar Alexandre Ghiti 1-27/+34
2023-04-08RISC-V: Use IPIs for remote icache flush when possibleGravatar Anup Patel 1-2/+3
2023-04-08RISC-V: Use IPIs for remote TLB flush when possibleGravatar Anup Patel 1-15/+78
2023-03-24Merge patch series "riscv: Add GENERIC_ENTRY support"Gravatar Palmer Dabbelt 1-3/+3
2023-03-23riscv: entry: Convert to generic entryGravatar Guo Ren 1-3/+3
2023-03-21riscv: mm: Fix incorrect ASID argument when flushing TLBGravatar Dylan Jhong 2-2/+2
2023-03-15Merge patch series "RISC-V: Apply Zicboz to clear_page"Gravatar Palmer Dabbelt 1-26/+38
2023-03-14RISC-V: Add Zicboz detection and block size parsingGravatar Andrew Jones 1-8/+15
2023-03-14RISC-V: Factor out body of riscv_init_cbom_blocksize loopGravatar Andrew Jones 1-20/+25
2023-03-14RISC-V: mm: Support huge page in vmalloc_fault()Gravatar Dylan Jhong 1-0/+5