summaryrefslogtreecommitdiff
path: root/arch/riscv/mm
AgeCommit message (Expand)AuthorFilesLines
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
2023-11-05riscv: Introduce PBMT field to PTDUMPYu Chien Peter Lin1-0/+16
2023-11-05riscv: Improve PTDUMP to show RSW with non-zero valueYu Chien Peter Lin1-20/+15
2023-11-05RISC-V: capitalise CMO op macrosConor Dooley2-6/+6
2023-11-03Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds1-130/+11
2023-11-01Merge patch series "RISC-V: ACPI improvements"Palmer Dabbelt1-6/+19
2023-11-01riscv: correct pt_level name via pgtable_l5/4_enabledSong Shuai1-0/+3
2023-11-01RISC-V: Provide pgtable_l5_enabled on rv32Palmer Dabbelt1-0/+2
2023-10-26RISC-V: cacheflush: Initialize CBO variables on ACPI systemsSunil V L1-6/+19
2023-10-07riscv: fix set_huge_pte_at() for NAPOT mappings when a swap entry is setAlexandre Ghiti1-6/+13
2023-10-07riscv: handle VM_FAULT_[HWPOISON|HWPOISON_LARGE] faults instead of panickingAlexandre Ghiti1-1/+1
2023-10-04riscv: kdump: use generic interface to simplify crashkernel reservationBaoquan He1-130/+11
2023-10-04crash_core: change the prototype of function parse_crashkernel()Baoquan He1-1/+1
2023-09-30mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts1-1/+2
2023-09-08Merge patch series "riscv: Introduce KASLR"Palmer Dabbelt1-1/+35
2023-09-08Merge patch series "Add non-coherent DMA support for AX45MP"Palmer Dabbelt2-0/+56
2023-09-08Merge patch series "riscv: dma-mapping: unify support for cache flushes"Palmer Dabbelt1-9/+51
2023-09-06riscv: Introduce virtual kernel mapping KASLRAlexandre Ghiti1-1/+35
2023-09-01riscv: mm: dma-noncoherent: nonstandard cache operations supportLad Prabhakar2-0/+56