summaryrefslogtreecommitdiffstats
path: root/arch/riscv/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-6.2-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-12-158-30/+148
|\
| * Merge patch series "RISC-V: Ensure Zicbom has a valid block size"Palmer Dabbelt2022-12-102-41/+38
| |\
| * | riscv: mm: call best_map_size many times during linear-mappingQinglin Pan2022-12-091-4/+5
| * | Merge patch series "riscv: Fix crash during early errata patching"Palmer Dabbelt2022-12-092-9/+9
| |\ \
| | * | riscv: Move cast inside kernel_mapping_[pv]a_to_[vp]aSamuel Holland2022-12-091-8/+8
| | * | riscv: Fix crash during early errata patchingSamuel Holland2022-12-091-1/+1
| * | | Merge patch series "Add PMEM support for RISC-V"Palmer Dabbelt2022-12-092-0/+22
| |\ \ \
| | * | | RISC-V: Implement arch specific PMEM APIsAnup Patel2022-12-092-0/+22
| | |/ /
| * | | riscv: mm: notify remote harts about mmu cache updatesSergey Matyukevich2022-12-092-17/+21
| * | | riscv/mm: hugepage's PG_dcache_clean flag is only set in head pageTong Tiangen2022-12-021-0/+7
| * | | riscv: Enable HAVE_ARCH_HUGE_VMAP for 64BITLiu Shixin2022-10-292-0/+84
| |/ /
* | | Merge tag 'riscv-for-linus-6.1-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-11-111-1/+0
|\ \ \
| * | | riscv: fix reserved memory setupConor Dooley2022-11-101-1/+0
* | | | Merge tag 'riscv-for-linus-6.1-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-10-291-1/+6
|\| | | | |_|/ |/| |
| * | riscv: mm: add missing memcpy in kasan_initQinglin Pan2022-10-271-1/+6
| |/
* / RISC-V: Fix compilation without RISCV_ISA_ZICBOMAndrew Jones2022-10-212-41/+38
|/
* Merge tag 'riscv-for-linus-6.1-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-10-141-1/+2
|\
| * RISC-V: Make mmap() with PROT_WRITE imply PROT_READPalmer Dabbelt2022-10-131-1/+2
| |\
| | * riscv: Make VM_WRITE imply VM_READAndrew Bresticker2022-09-221-1/+2
* | | RISC-V: KVM: Provide UAPI for Zicbom block sizeAndrew Jones2022-10-021-0/+2
|/ /
* | Merge tag 'riscv-for-linus-6.0-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-09-231-10/+13
|\ \
| * | RISC-V: Clean up the Zicbom block size probingPalmer Dabbelt2022-09-131-10/+13
| |/
* / mm: pagewalk: Fix race between unmap and page walkerSteven Price2022-09-031-2/+2
|/
* RISC-V: fixups to work with crash toolPalmer Dabbelt2022-08-111-0/+4
|\
| * RISC-V: Add modules to virtual kernel memory layout dumpXianting Tian2022-08-111-0/+4
* | riscv: implement Zicbom-based CMO instructions + the t-head variantPalmer Dabbelt2022-08-112-0/+117
|\ \
| * | riscv: Add support for non-coherent devices using zicbom extensionHeiko Stuebner2022-07-292-0/+113
| |/
* | riscv/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-181-0/+20
* | mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-171-0/+4
|/
* riscv: mm: init: make pt_ops_set_[early|late|fixmap] staticJisheng Zhang2022-06-021-3/+3
* riscv: Improve virtual kernel memory layout dumpAlexandre Ghiti2022-06-021-15/+51
* Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-312-11/+8
|\
| * RISC-V: Various XIP fixesPalmer Dabbelt2022-05-261-4/+4
| |\
| | * RISC-V: Fix the XIP buildPalmer Dabbelt2022-05-251-1/+1
| | * RISC-V: Avoid empty create_*_mapping definitionsPalmer Dabbelt2022-05-251-3/+3
| * | riscv: support for Svpbmt and D1 memory typesPalmer Dabbelt2022-05-121-0/+1
| |\ \
| | * | riscv: add memory-type errata for T-HeadHeiko Stuebner2022-05-121-0/+1
| | |/
| * / riscv: mm: Remove the copy operation of pmdChuanhua Han2022-04-211-7/+3
| |/
* | Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Linus Torvalds2022-05-261-7/+1
|\ \
| * | swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig2022-04-181-7/+1
| |/
* | RISC-V: relocate DTB if it's outside memory regionNick Kossifidis2022-04-291-2/+19
* | RISC-V: mm: Fix set_satp_mode() for platform not having Sv57Anup Patel2022-04-221-0/+1
|/
* Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-03-252-37/+286
|\
| * RISC-V: Add Sv57 page table supportPalmer Dabbelt2022-02-222-36/+285
| |\
| | * riscv: mm: Support kasan for sv57Qinglin Pan2022-02-151-14/+141
| | * riscv: mm: Set sv57 on defaultlyQinglin Pan2022-02-151-8/+27
| | * riscv: mm: Prepare pt_ops helper functions for sv57Qinglin Pan2022-02-151-15/+116
| | * riscv: mm: Control p4d's folding by pgtable_l5_enabledQinglin Pan2022-02-151-0/+2
| * | riscv: mm: init: mark satp_mode __ro_after_initJisheng Zhang2022-02-151-2/+2
| |/
* | riscv: mm: init: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefJisheng Zhang2022-03-241-4/+2