summaryrefslogtreecommitdiff
path: root/arch/riscv/mm
AgeCommit message (Expand)AuthorFilesLines
2023-07-23riscv: mm: fix truncation warning on RV32Jisheng Zhang1-1/+1
2023-07-19riscv: move memblock_allow_resize() after linear mapping is readyWoody Zhang1-1/+3
2023-07-01riscv/mm: Convert to using lock_mm_and_find_vma()Ben Hutchings1-18/+13
2023-06-14riscv: mm: Ensure prot of VM_WRITE and VM_EXEC must be readableHsieh-Tseng Shen1-1/+1
2023-06-09riscv: Fix unused variable warning when BUILTIN_DTB is setAlexandre Ghiti1-1/+1
2023-05-17RISC-V: mm: Enable huge page support to kernel_page_present() functionSia Jee Heng1-0/+8
2023-05-11riscv: Fix ptdump when KASAN is enabledAlexandre Ghiti1-12/+12
2023-05-11riscv: mm: remove redundant parameter of create_fdt_early_page_tableSong Shuai1-4/+2
2023-05-01riscv: No need to relocate the dtb as it lies in the fixmap regionAlexandre Ghiti1-19/+2
2023-05-01riscv: Move early dtb mapping into the fixmap regionAlexandre Ghiti1-27/+34
2023-03-30riscv: mm: Fix incorrect ASID argument when flushing TLBDylan Jhong2-2/+2
2023-03-22riscv: asid: Fixup stale TLB entry cause application crashGuo Ren1-10/+20
2023-03-22Revert "riscv: mm: notify remote harts about mmu cache updates"Sergey Matyukevich2-21/+17
2023-03-10riscv, mm: Perform BPF exhandler fixup on page faultBjörn Töpel1-4/+6
2023-02-14riscv: Fixup race condition on PG_dcache_clean in flush_icache_pteGuo Ren1-1/+3
2023-01-07riscv: mm: notify remote harts about mmu cache updatesSergey Matyukevich2-17/+21
2022-12-31riscv: Fix crash during early errata patchingSamuel Holland1-1/+1
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-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
2022-05-12riscv: add memory-type errata for T-HeadHeiko Stuebner1-0/+1
2022-04-29RISC-V: relocate DTB if it's outside memory regionNick Kossifidis1-2/+19
2022-04-22RISC-V: mm: Fix set_satp_mode() for platform not having Sv57Anup Patel1-0/+1
2022-04-21riscv: mm: Remove the copy operation of pmdChuanhua Han1-7/+3
2022-04-18swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig1-7/+1
2022-03-25Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-37/+286
2022-03-24riscv: mm: init: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefJisheng Zhang1-4/+2