summaryrefslogtreecommitdiff
path: root/arch/riscv/mm
AgeCommit message (Expand)AuthorFilesLines
2024-03-26riscv: mm: Fix prototype to avoid discarding constSamuel Holland1-2/+2
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-3/+11
2024-03-20riscv: Only flush the mm icache when setting an exec pteAlexandre Ghiti2-3/+3
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-8/+9
2024-02-24riscv, crash: wrap crash dumping code into crash related ifdefsBaoquan He1-1/+1
2024-02-22riscv: Fix build error if !CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATIONAlexandre Ghiti1-0/+2
2024-02-22mm: ptdump: have ptdump_check_wx() return boolChristophe Leroy1-3/+8
2024-02-22arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy2-4/+0
2024-02-15Merge patch series "membarrier: riscv: Core serializing command"Palmer Dabbelt1-0/+2
2024-02-15membarrier: riscv: Add full memory barrier in switch_mm()Andrea Parri1-0/+2
2024-02-07riscv: Fix arch_tlbbatch_flush() by clearing the batch cpumaskAlexandre Ghiti1-0/+1
2024-02-07riscv: Fix arch_hugetlb_migration_supported() for NAPOTAlexandre Ghiti1-3/+13
2024-02-02Merge patch series "svnapot fixes"Palmer Dabbelt1-2/+60
2024-02-02riscv: Fix hugetlb_mask_last_page() when NAPOT is enabledAlexandre Ghiti1-0/+20
2024-02-02riscv: Fix set_huge_pte_at() for NAPOT mappingAlexandre Ghiti1-2/+40
2024-01-31riscv: mm: execute local TLB flush after populating vmemmapVincent Chen2-1/+6
2024-01-24riscv: mm: Update mmap_rnd_bits_maxSami Tolvanen1-0/+6
2024-01-20Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-21/+104
2024-01-19Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2024-01-19Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2-0/+13
2024-01-19riscv: Fix build error on rv32 + XIPAlexandre Ghiti1-0/+4
2024-01-17Merge tag 'riscv-for-linus-6.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-69/+121
2024-01-11riscv: Add support for BATCHED_UNMAP_TLB_FLUSHAlexandre Ghiti1-20/+49
2024-01-11riscv: Use hugepage mappings for vmemmapAlexandre Ghiti1-1/+20
2024-01-11Merge patch series "riscv: enable EFFICIENT_UNALIGNED_ACCESS and DCACHE_WORD_...Palmer Dabbelt1-0/+31
2024-01-10riscv: select DCACHE_WORD_ACCESS for efficient unaligned access HWJisheng Zhang1-0/+31
2024-01-10Merge patch series "Fix XIP boot and make XIP testable in QEMU"Palmer Dabbelt1-2/+6
2024-01-10Merge remote-tracking branch 'palmer/fixes' into for-nextPalmer Dabbelt1-3/+8
2024-01-10riscv: Make XIP bootable againFrederik Haxel1-2/+6
2024-01-09riscv: Fix set_direct_map_default_noflush() to reset _PAGE_EXECAlexandre Ghiti1-1/+1
2024-01-09riscv: Fix wrong usage of lm_alias() when splitting a huge linear mappingAlexandre Ghiti1-2/+7
2023-12-29arch/mm/fault: fix major fault accounting when retrying under per-VMA lockSuren Baghdasaryan1-0/+2
2023-12-20riscv: Use accessors to page table entries instead of direct dereferenceAlexandre Ghiti5-62/+106
2023-12-20riscv: mm: Only compile pgtable.c if MMUAlexandre Ghiti1-2/+1
2023-12-14riscv: Enable pcpu page first chunk allocatorAlexandre Ghiti1-0/+8
2023-12-14mm: Introduce flush_cache_vmap_early()Alexandre Ghiti1-0/+5
2023-12-12iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()Jason Gunthorpe1-1/+1
2023-11-10Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-151/+410
2023-11-08Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-6/+24
2023-11-08Merge patch series "riscv: Fix set_memory_XX() and set_direct_map_XX()"Palmer Dabbelt2-46/+236
2023-11-08riscv: Fix set_memory_XX() and set_direct_map_XX() by splitting huge linear m...Alexandre Ghiti1-40/+230
2023-11-08riscv: Don't use PGD entries for the linear mappingAlexandre Ghiti1-6/+6
2023-11-07riscv: split cache ops out of dma-noncoherent.cChristoph Hellwig3-15/+18
2023-11-06Merge patch series "riscv: tlb flush improvements"Palmer Dabbelt1-65/+116
2023-11-06riscv: Improve flush_tlb_kernel_range()Alexandre Ghiti1-10/+24
2023-11-06riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlbAlexandre Ghiti1-56/+59
2023-11-06riscv: Improve flush_tlb_range() for hugetlb pagesAlexandre Ghiti1-1/+28
2023-11-06riscv: Improve tlb_flush()Alexandre Ghiti1-0/+7
2023-11-05Merge patch series "Improve PTDUMP and introduce new fields"Palmer Dabbelt1-19/+34
2023-11-05riscv: Introduce NAPOT field to PTDUMPYu Chien Peter Lin1-0/+4