index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
mm
Age
Commit message (
Expand
)
Author
2024-09-12
membarrier: riscv: Add full memory barrier in switch_mm()
Andrea Parri
2024-09-12
riscv: Do not restrict memory size because of linear mapping on nommu
Alexandre Ghiti
2024-09-12
riscv: Use accessors to page table entries instead of direct dereference
Alexandre Ghiti
2024-09-12
riscv: mm: Only compile pgtable.c if MMU
Alexandre Ghiti
2024-08-29
riscv: change XIP's kernel_map.size to be size of the entire kernel
Nam Cao
2024-08-11
riscv: Fix linear mapping checks for non-contiguous memory regions
Stuart Menefy
2024-08-11
riscv/mm: Add handling for VM_FAULT_SIGSEGV in mm_fault_error()
Zhe Qiao
2024-07-11
riscv: Apply SiFive CIP-1200 workaround to single-ASID sfence.vma
Samuel Holland
2024-06-27
riscv: force PAGE_SIZE linear mapping if debug_pagealloc is enabled
Nam Cao
2024-06-27
riscv: Don't use PGD entries for the linear mapping
Alexandre Ghiti
2024-06-21
riscv: rewrite __kernel_map_pages() to fix sleeping in invalid context
Nam Cao
2024-06-21
riscv: fix overlap of allocated page and PTR_ERR
Nam Cao
2024-05-02
riscv: Fix loading 64-bit NOMMU kernels past the start of RAM
Samuel Holland
2024-03-06
riscv: Fix build error if !CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION
Alexandre Ghiti
2024-02-16
riscv: Fix arch_hugetlb_migration_supported() for NAPOT
Alexandre Ghiti
2024-02-16
riscv: Fix hugetlb_mask_last_page() when NAPOT is enabled
Alexandre Ghiti
2024-02-16
riscv: Fix set_huge_pte_at() for NAPOT mapping
Alexandre Ghiti
2024-02-16
riscv: mm: execute local TLB flush after populating vmemmap
Vincent Chen
2024-02-16
mm: Introduce flush_cache_vmap_early()
Alexandre Ghiti
2024-02-16
riscv: Improve flush_tlb_kernel_range()
Alexandre Ghiti
2024-02-16
riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlb
Alexandre Ghiti
2024-02-16
riscv: Improve tlb_flush()
Alexandre Ghiti
2024-02-05
riscv: Fix build error on rv32 + XIP
Alexandre Ghiti
2024-02-05
riscv: Make XIP bootable again
Frederik Haxel
2024-01-25
riscv: Fix wrong usage of lm_alias() when splitting a huge linear mapping
Alexandre Ghiti
2024-01-25
riscv: Fix set_direct_map_default_noflush() to reset _PAGE_EXEC
Alexandre Ghiti
2024-01-25
riscv: Fix set_memory_XX() and set_direct_map_XX() by splitting huge linear m...
Alexandre Ghiti
2023-11-28
riscv: correct pt_level name via pgtable_l5/4_enabled
Song Shuai
2023-11-28
riscv: split cache ops out of dma-noncoherent.c
Christoph Hellwig
2023-10-06
riscv: fix set_huge_pte_at() for NAPOT mappings when a swap entry is set
Alexandre Ghiti
2023-10-06
riscv: handle VM_FAULT_[HWPOISON|HWPOISON_LARGE] faults instead of panicking
Alexandre Ghiti
2023-09-29
mm: hugetlb: add huge page size param to set_huge_pte_at()
Ryan Roberts
2023-09-08
Merge patch series "riscv: Introduce KASLR"
Palmer Dabbelt
2023-09-08
Merge patch series "Add non-coherent DMA support for AX45MP"
Palmer Dabbelt
2023-09-08
Merge patch series "riscv: dma-mapping: unify support for cache flushes"
Palmer Dabbelt
2023-09-05
riscv: Introduce virtual kernel mapping KASLR
Alexandre Ghiti
2023-09-01
riscv: mm: dma-noncoherent: nonstandard cache operations support
Lad Prabhakar
2023-09-01
riscv: dma-mapping: switch over to generic implementation
Lad Prabhakar
2023-09-01
riscv: dma-mapping: skip invalidation before bidirectional DMA
Arnd Bergmann
2023-09-01
riscv: dma-mapping: only invalidate after DMA, not flush
Arnd Bergmann
2023-09-01
Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-08-31
Merge patch series "riscv: Reduce ARCH_KMALLOC_MINALIGN to 8"
Palmer Dabbelt
2023-08-31
riscv: Move create_tmp_mapping() to init sections
Alexandre Ghiti
2023-08-31
riscv: Mark KASAN tmp* page tables variables as static
Alexandre Ghiti
2023-08-31
riscv: mm: use bitmap_zero() API
Ye Xingchen
2023-08-29
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-08-25
Merge tag 'mm-hotfixes-stable-2023-08-25-11-07' of git://git.kernel.org/pub/s...
Linus Torvalds
2023-08-24
riscv: implement the new page table range API
Matthew Wilcox (Oracle)
2023-08-24
mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETED
Suren Baghdasaryan
2023-08-23
riscv: allow kmalloc() caches aligned to the smallest value
Jisheng Zhang
[next]