summary refs log tree commit diff
path: root/arch/riscv/mm
AgeCommit message (Expand)Author
2023-07-23riscv: mm: fix truncation warning on RV32Jisheng Zhang
2023-07-19riscv: move memblock_allow_resize() after linear mapping is readyWoody Zhang
2023-07-01riscv/mm: Convert to using lock_mm_and_find_vma()Ben Hutchings
2023-06-14riscv: mm: Ensure prot of VM_WRITE and VM_EXEC must be readableHsieh-Tseng Shen
2023-06-09riscv: Fix unused variable warning when BUILTIN_DTB is setAlexandre Ghiti
2023-05-17RISC-V: mm: Enable huge page support to kernel_page_present() functionSia Jee Heng
2023-05-11riscv: Fix ptdump when KASAN is enabledAlexandre Ghiti
2023-05-11riscv: mm: remove redundant parameter of create_fdt_early_page_tableSong Shuai
2023-05-01riscv: No need to relocate the dtb as it lies in the fixmap regionAlexandre Ghiti
2023-05-01riscv: Move early dtb mapping into the fixmap regionAlexandre Ghiti
2023-03-30riscv: mm: Fix incorrect ASID argument when flushing TLBDylan Jhong
2023-03-22riscv: asid: Fixup stale TLB entry cause application crashGuo Ren
2023-03-22Revert "riscv: mm: notify remote harts about mmu cache updates"Sergey Matyukevich
2023-03-10riscv, mm: Perform BPF exhandler fixup on page faultBjörn Töpel
2023-02-14riscv: Fixup race condition on PG_dcache_clean in flush_icache_pteGuo Ren
2023-01-07riscv: mm: notify remote harts about mmu cache updatesSergey Matyukevich
2022-12-31riscv: Fix crash during early errata patchingSamuel Holland
2022-11-11Merge tag 'riscv-for-linus-6.1-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-11-10riscv: fix reserved memory setupConor Dooley
2022-10-28Merge tag 'riscv-for-linus-6.1-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-10-27riscv: mm: add missing memcpy in kasan_initQinglin Pan
2022-10-21RISC-V: Fix compilation without RISCV_ISA_ZICBOMAndrew Jones
2022-10-14Merge tag 'riscv-for-linus-6.1-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-10-13RISC-V: Make mmap() with PROT_WRITE imply PROT_READPalmer Dabbelt
2022-10-02RISC-V: KVM: Provide UAPI for Zicbom block sizeAndrew Jones
2022-09-23Merge tag 'riscv-for-linus-6.0-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-09-22riscv: Make VM_WRITE imply VM_READAndrew Bresticker
2022-09-13RISC-V: Clean up the Zicbom block size probingPalmer Dabbelt
2022-09-03mm: pagewalk: Fix race between unmap and page walkerSteven Price
2022-08-11RISC-V: fixups to work with crash toolPalmer Dabbelt
2022-08-11RISC-V: Add modules to virtual kernel memory layout dumpXianting Tian
2022-08-10riscv: implement Zicbom-based CMO instructions + the t-head variantPalmer Dabbelt
2022-07-28riscv: Add support for non-coherent devices using zicbom extensionHeiko Stuebner
2022-07-17riscv/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu
2022-06-02riscv: mm: init: make pt_ops_set_[early|late|fixmap] staticJisheng Zhang
2022-06-01riscv: Improve virtual kernel memory layout dumpAlexandre Ghiti
2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-05-26RISC-V: Various XIP fixesPalmer Dabbelt
2022-05-25Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Linus Torvalds
2022-05-25RISC-V: Fix the XIP buildPalmer Dabbelt
2022-05-24RISC-V: Avoid empty create_*_mapping definitionsPalmer Dabbelt
2022-05-12riscv: support for Svpbmt and D1 memory typesPalmer Dabbelt
2022-05-11riscv: add memory-type errata for T-HeadHeiko Stuebner
2022-04-29RISC-V: relocate DTB if it's outside memory regionNick Kossifidis
2022-04-21RISC-V: mm: Fix set_satp_mode() for platform not having Sv57Anup Patel
2022-04-20riscv: mm: Remove the copy operation of pmdChuanhua Han
2022-04-18swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig
2022-03-25Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-03-23riscv: mm: init: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefJisheng Zhang