aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/mm
AgeCommit message (Expand)AuthorFilesLines
2023-03-05Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-1/+4
2023-03-02riscv: fix livelock in uaccessGravatar Al Viro 1-1/+4
2023-02-25Merge tag 'riscv-for-linus-6.3-mw1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-4/+6
2023-02-21riscv, mm: Perform BPF exhandler fixup on page faultGravatar Björn Töpel 1-4/+6
2023-02-09riscv: Fixup race condition on PG_dcache_clean in flush_icache_pteGravatar Guo Ren 1-1/+3
2023-02-01riscv: mm: Implement pmdp_collapse_flush for THPGravatar Mayuresh Chitale 1-0/+20
2022-12-14Merge tag 'riscv-for-linus-6.2-mw1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 8-30/+148
2022-12-09Merge patch series "RISC-V: Ensure Zicbom has a valid block size"Gravatar Palmer Dabbelt 2-41/+38
2022-12-09riscv: mm: call best_map_size many times during linear-mappingGravatar Qinglin Pan 1-4/+5
2022-12-08Merge patch series "riscv: Fix crash during early errata patching"Gravatar Palmer Dabbelt 2-9/+9
2022-12-08riscv: Move cast inside kernel_mapping_[pv]a_to_[vp]aGravatar Samuel Holland 1-8/+8
2022-12-08riscv: Fix crash during early errata patchingGravatar Samuel Holland 1-1/+1
2022-12-08Merge patch series "Add PMEM support for RISC-V"Gravatar Palmer Dabbelt 2-0/+22
2022-12-08RISC-V: Implement arch specific PMEM APIsGravatar Anup Patel 2-0/+22
2022-12-08riscv: mm: notify remote harts about mmu cache updatesGravatar Sergey Matyukevich 2-17/+21
2022-12-02riscv/mm: hugepage's PG_dcache_clean flag is only set in head pageGravatar Tong Tiangen 1-0/+7
2022-11-11Merge tag 'riscv-for-linus-6.1-rc5' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+0
2022-11-10riscv: fix reserved memory setupGravatar Conor Dooley 1-1/+0
2022-10-28riscv: Enable HAVE_ARCH_HUGE_VMAP for 64BITGravatar Liu Shixin 2-0/+84
2022-10-28Merge tag 'riscv-for-linus-6.1-rc3' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+6
2022-10-27riscv: mm: add missing memcpy in kasan_initGravatar Qinglin Pan 1-1/+6
2022-10-21RISC-V: Fix compilation without RISCV_ISA_ZICBOMGravatar Andrew Jones 2-41/+38
2022-10-14Merge tag 'riscv-for-linus-6.1-mw2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+2
2022-10-13RISC-V: Make mmap() with PROT_WRITE imply PROT_READGravatar Palmer Dabbelt 1-1/+2
2022-10-02RISC-V: KVM: Provide UAPI for Zicbom block sizeGravatar Andrew Jones 1-0/+2
2022-09-23Merge tag 'riscv-for-linus-6.0-rc7' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-10/+13
2022-09-22riscv: Make VM_WRITE imply VM_READGravatar Andrew Bresticker 1-1/+2
2022-09-13RISC-V: Clean up the Zicbom block size probingGravatar Palmer Dabbelt 1-10/+13
2022-09-03mm: pagewalk: Fix race between unmap and page walkerGravatar Steven Price 1-2/+2
2022-08-11RISC-V: fixups to work with crash toolGravatar Palmer Dabbelt 1-0/+4
2022-08-11RISC-V: Add modules to virtual kernel memory layout dumpGravatar Xianting Tian 1-0/+4
2022-08-10riscv: implement Zicbom-based CMO instructions + the t-head variantGravatar Palmer Dabbelt 2-0/+117
2022-07-28riscv: Add support for non-coherent devices using zicbom extensionGravatar Heiko Stuebner 2-0/+113
2022-07-17riscv/mm: enable ARCH_HAS_VM_GET_PAGE_PROTGravatar Anshuman Khandual 1-0/+20
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesGravatar Peter Xu 1-0/+4
2022-06-02riscv: mm: init: make pt_ops_set_[early|late|fixmap] staticGravatar Jisheng Zhang 1-3/+3
2022-06-01riscv: Improve virtual kernel memory layout dumpGravatar Alexandre Ghiti 1-15/+51
2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-11/+8
2022-05-26RISC-V: Various XIP fixesGravatar Palmer Dabbelt 1-4/+4
2022-05-25Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Gravatar Linus Torvalds 1-7/+1
2022-05-25RISC-V: Fix the XIP buildGravatar Palmer Dabbelt 1-1/+1
2022-05-24RISC-V: Avoid empty create_*_mapping definitionsGravatar Palmer Dabbelt 1-3/+3
2022-05-12riscv: support for Svpbmt and D1 memory typesGravatar Palmer Dabbelt 1-0/+1
2022-05-11riscv: add memory-type errata for T-HeadGravatar Heiko Stuebner 1-0/+1
2022-04-29RISC-V: relocate DTB if it's outside memory regionGravatar Nick Kossifidis 1-2/+19
2022-04-21RISC-V: mm: Fix set_satp_mode() for platform not having Sv57Gravatar Anup Patel 1-0/+1
2022-04-20riscv: mm: Remove the copy operation of pmdGravatar Chuanhua Han 1-7/+3
2022-04-18swiotlb: make the swiotlb_init interface more usefulGravatar Christoph Hellwig 1-7/+1
2022-03-25Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-37/+286
2022-03-23riscv: mm: init: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefGravatar Jisheng Zhang 1-4/+2