summaryrefslogtreecommitdiff
path: root/arch/riscv/mm
AgeCommit message (Expand)AuthorFilesLines
2023-04-14riscv: No need to relocate the dtb as it lies in the fixmap regionAlexandre Ghiti1-19/+2
2023-04-14riscv: Move early dtb mapping into the fixmap regionAlexandre Ghiti1-27/+34
2023-03-22riscv: mm: Fix incorrect ASID argument when flushing TLBDylan Jhong2-2/+2
2023-03-15RISC-V: mm: Support huge page in vmalloc_fault()Dylan Jhong1-0/+5
2023-03-10Merge patch series "riscv: asid: switch to alternative way to fix stale TLB e...Palmer Dabbelt2-31/+37
2023-03-10riscv: asid: Fixup stale TLB entry cause application crashGuo Ren1-10/+20
2023-03-10Revert "riscv: mm: notify remote harts about mmu cache updates"Sergey Matyukevich2-21/+17
2023-03-05Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+4
2023-03-02riscv: fix livelock in uaccessAl Viro1-1/+4
2023-02-25Merge tag 'riscv-for-linus-6.3-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+6
2023-02-22riscv, mm: Perform BPF exhandler fixup on page faultBjörn Töpel1-4/+6
2023-02-09riscv: Fixup race condition on PG_dcache_clean in flush_icache_pteGuo Ren1-1/+3
2023-02-02riscv: mm: Implement pmdp_collapse_flush for THPMayuresh Chitale1-0/+20
2022-12-15Merge tag 'riscv-for-linus-6.2-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-30/+148
2022-12-10Merge patch series "RISC-V: Ensure Zicbom has a valid block size"Palmer Dabbelt2-41/+38
2022-12-10riscv: mm: call best_map_size many times during linear-mappingQinglin Pan1-4/+5
2022-12-09Merge patch series "riscv: Fix crash during early errata patching"Palmer Dabbelt2-9/+9
2022-12-09riscv: Move cast inside kernel_mapping_[pv]a_to_[vp]aSamuel Holland1-8/+8
2022-12-09riscv: Fix crash during early errata patchingSamuel Holland1-1/+1
2022-12-09Merge patch series "Add PMEM support for RISC-V"Palmer Dabbelt2-0/+22
2022-12-09RISC-V: Implement arch specific PMEM APIsAnup Patel2-0/+22
2022-12-09riscv: mm: notify remote harts about mmu cache updatesSergey Matyukevich2-17/+21
2022-12-02riscv/mm: hugepage's PG_dcache_clean flag is only set in head pageTong Tiangen1-0/+7
2022-11-11Merge tag 'riscv-for-linus-6.1-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2022-11-11riscv: fix reserved memory setupConor Dooley1-1/+0
2022-10-29riscv: Enable HAVE_ARCH_HUGE_VMAP for 64BITLiu Shixin2-0/+84
2022-10-29Merge tag 'riscv-for-linus-6.1-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+6
2022-10-28riscv: mm: add missing memcpy in kasan_initQinglin Pan1-1/+6
2022-10-21RISC-V: Fix compilation without RISCV_ISA_ZICBOMAndrew Jones2-41/+38
2022-10-14Merge tag 'riscv-for-linus-6.1-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2022-10-13RISC-V: Make mmap() with PROT_WRITE imply PROT_READPalmer Dabbelt1-1/+2
2022-10-02RISC-V: KVM: Provide UAPI for Zicbom block sizeAndrew Jones1-0/+2
2022-09-23Merge tag 'riscv-for-linus-6.0-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-10/+13
2022-09-22riscv: Make VM_WRITE imply VM_READAndrew Bresticker1-1/+2
2022-09-13RISC-V: Clean up the Zicbom block size probingPalmer Dabbelt1-10/+13
2022-09-03mm: pagewalk: Fix race between unmap and page walkerSteven Price1-2/+2
2022-08-11RISC-V: fixups to work with crash toolPalmer Dabbelt1-0/+4
2022-08-11RISC-V: Add modules to virtual kernel memory layout dumpXianting Tian1-0/+4
2022-08-11riscv: implement Zicbom-based CMO instructions + the t-head variantPalmer Dabbelt2-0/+117
2022-07-29riscv: Add support for non-coherent devices using zicbom extensionHeiko Stuebner2-0/+113
2022-07-18riscv/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-0/+20
2022-06-17mm: avoid unnecessary page fault retires on shared memory typesPeter Xu1-0/+4
2022-06-03riscv: mm: init: make pt_ops_set_[early|late|fixmap] staticJisheng Zhang1-3/+3
2022-06-02riscv: Improve virtual kernel memory layout dumpAlexandre Ghiti1-15/+51
2022-06-01Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-11/+8
2022-05-27RISC-V: Various XIP fixesPalmer Dabbelt1-4/+4
2022-05-26Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Linus Torvalds1-7/+1
2022-05-26RISC-V: Fix the XIP buildPalmer Dabbelt1-1/+1
2022-05-25RISC-V: Avoid empty create_*_mapping definitionsPalmer Dabbelt1-3/+3
2022-05-12riscv: support for Svpbmt and D1 memory typesPalmer Dabbelt1-0/+1