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
/
init.c
Age
Commit message (
Expand
)
Author
2025-01-17
riscv: mm: Fix the out of bound issue of vmemmap address
Xu Lu
2024-12-19
riscv: mm: Do not call pmd dtor on vmemmap page table teardown
Björn Töpel
2024-09-24
Merge tag 'riscv-for-linus-6.12-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2024-09-15
Merge patch series "Svvptc extension to remove preventive sfence.vma"
Palmer Dabbelt
2024-09-15
riscv: Stop emitting preventive sfence.vma for new vmalloc mappings
Alexandre Ghiti
2024-09-14
riscv: Remove redundant restriction on memory size
Stuart Menefy
2024-09-12
Merge patch series "remove size limit on XIP kernel"
Palmer Dabbelt
2024-09-12
riscv: drop the use of XIP_OFFSET in create_kernel_page_table()
Nam Cao
2024-09-12
riscv: replace misleading va_kernel_pa_offset on XIP kernel
Nam Cao
2024-09-03
riscv: Do not restrict memory size because of linear mapping on nommu
Alexandre Ghiti
2024-08-14
riscv: change XIP's kernel_map.size to be size of the entire kernel
Nam Cao
2024-08-05
Merge patch series "RISC-V: Parse DT for Zkr to seed KASLR"
Palmer Dabbelt
2024-08-05
RISC-V: Use Zkr to seed KASLR base address
Jesse Taube
2024-08-01
riscv: Fix linear mapping checks for non-contiguous memory regions
Stuart Menefy
2024-07-20
Merge tag 'riscv-for-linus-6.11-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2024-06-26
riscv: mm: Add memory hotplugging support
Björn Töpel
2024-06-26
riscv: mm: Refactor create_linear_mapping_range() for memory hot add
Björn Töpel
2024-06-26
riscv: mm: Change attribute from __init to __meminit for page functions
Björn Töpel
2024-06-26
riscv: mm: Pre-allocate vmemmap/direct map/kasan PGD entries
Björn Töpel
2024-06-26
riscv: mm: Properly forward vmemmap_populate() altmap parameter
Björn Töpel
2024-06-03
riscv: fix overlap of allocated page and PTR_ERR
Nam Cao
2024-05-22
Merge patch series "riscv: fix debug_pagealloc"
Palmer Dabbelt
2024-05-22
Merge tag 'riscv-for-linus-6.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2024-05-22
riscv: force PAGE_SIZE linear mapping if debug_pagealloc is enabled
Nam Cao
2024-05-14
arch: make execmem setup available regardless of CONFIG_MODULES
Mike Rapoport (IBM)
2024-04-30
riscv: mm: still create swiotlb buffer for kmalloc() bouncing if required
Jisheng Zhang
2024-04-30
riscv: Annotate pgtable_l{4,5}_enabled with __ro_after_init
Dawei Li
2024-04-30
riscv: Remove redundant CONFIG_64BIT from pgtable_l{4,5}_enabled
Dawei Li
2024-04-28
Merge patch series "riscv: 64-bit NOMMU fixes and enhancements"
Palmer Dabbelt
2024-04-09
Merge patch the fixes from "riscv: 64-bit NOMMU fixes and enhancements"
Palmer Dabbelt
2024-04-09
riscv: Fix loading 64-bit NOMMU kernels past the start of RAM
Samuel Holland
2024-03-22
Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-02-23
riscv, crash: wrap crash dumping code into crash related ifdefs
Baoquan He
2024-02-22
arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WX
Christophe Leroy
2024-01-31
riscv: mm: execute local TLB flush after populating vmemmap
Vincent Chen
2024-01-24
riscv: mm: Update mmap_rnd_bits_max
Sami Tolvanen
2024-01-18
riscv: Fix build error on rv32 + XIP
Alexandre Ghiti
2024-01-11
riscv: Use hugepage mappings for vmemmap
Alexandre Ghiti
2024-01-09
riscv: Make XIP bootable again
Frederik Haxel
2023-11-10
Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-11-08
Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-11-08
Merge patch series "riscv: Fix set_memory_XX() and set_direct_map_XX()"
Palmer Dabbelt
2023-11-08
riscv: Don't use PGD entries for the linear mapping
Alexandre Ghiti
2023-10-31
RISC-V: Provide pgtable_l5_enabled on rv32
Palmer Dabbelt
2023-10-04
riscv: kdump: use generic interface to simplify crashkernel reservation
Baoquan He
2023-10-04
crash_core: change the prototype of function parse_crashkernel()
Baoquan He
2023-09-08
Merge patch series "riscv: Introduce KASLR"
Palmer Dabbelt
2023-09-05
riscv: Introduce virtual kernel mapping KASLR
Alexandre Ghiti
2023-09-01
Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-08-29
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
[next]