summaryrefslogtreecommitdiff
path: root/arch/riscv/mm/init.c
AgeCommit message (Expand)Author
2024-08-01riscv: Fix linear mapping checks for non-contiguous memory regionsStuart Menefy
2024-07-20Merge tag 'riscv-for-linus-6.11-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-06-26riscv: mm: Add memory hotplugging supportBjörn Töpel
2024-06-26riscv: mm: Refactor create_linear_mapping_range() for memory hot addBjörn Töpel
2024-06-26riscv: mm: Change attribute from __init to __meminit for page functionsBjörn Töpel
2024-06-26riscv: mm: Pre-allocate vmemmap/direct map/kasan PGD entriesBjörn Töpel
2024-06-26riscv: mm: Properly forward vmemmap_populate() altmap parameterBjörn Töpel
2024-06-03riscv: fix overlap of allocated page and PTR_ERRNam Cao
2024-05-22Merge patch series "riscv: fix debug_pagealloc"Palmer Dabbelt
2024-05-22Merge tag 'riscv-for-linus-6.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-05-22riscv: force PAGE_SIZE linear mapping if debug_pagealloc is enabledNam Cao
2024-05-14arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)
2024-04-30riscv: mm: still create swiotlb buffer for kmalloc() bouncing if requiredJisheng Zhang
2024-04-30riscv: Annotate pgtable_l{4,5}_enabled with __ro_after_initDawei Li
2024-04-30riscv: Remove redundant CONFIG_64BIT from pgtable_l{4,5}_enabledDawei Li
2024-04-28Merge patch series "riscv: 64-bit NOMMU fixes and enhancements"Palmer Dabbelt
2024-04-09Merge patch the fixes from "riscv: 64-bit NOMMU fixes and enhancements"Palmer Dabbelt
2024-04-09riscv: Fix loading 64-bit NOMMU kernels past the start of RAMSamuel Holland
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-02-23riscv, crash: wrap crash dumping code into crash related ifdefsBaoquan He
2024-02-22arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy
2024-01-31riscv: mm: execute local TLB flush after populating vmemmapVincent Chen
2024-01-24riscv: mm: Update mmap_rnd_bits_maxSami Tolvanen
2024-01-18riscv: Fix build error on rv32 + XIPAlexandre Ghiti
2024-01-11riscv: Use hugepage mappings for vmemmapAlexandre Ghiti
2024-01-09riscv: Make XIP bootable againFrederik Haxel
2023-11-10Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-11-08Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-11-08Merge patch series "riscv: Fix set_memory_XX() and set_direct_map_XX()"Palmer Dabbelt
2023-11-08riscv: Don't use PGD entries for the linear mappingAlexandre Ghiti
2023-10-31RISC-V: Provide pgtable_l5_enabled on rv32Palmer Dabbelt
2023-10-04riscv: kdump: use generic interface to simplify crashkernel reservationBaoquan He
2023-10-04crash_core: change the prototype of function parse_crashkernel()Baoquan He
2023-09-08Merge patch series "riscv: Introduce KASLR"Palmer Dabbelt
2023-09-05riscv: Introduce virtual kernel mapping KASLRAlexandre Ghiti
2023-09-01Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-21riscv: convert alloc_{pmd, pte}_late() to use ptdescsVishal Moola (Oracle)
2023-08-16riscv: kdump: Implement crashkernel=X,[high,low]Chen Jiahao
2023-08-08riscv: mm: fix 2 instances of -Wmissing-variable-declarationsNick Desaulniers
2023-08-04riscv: Start of DRAM should at least be aligned on PMD size for the direct ma...Alexandre Ghiti
2023-07-12riscv: mm: fix truncation warning on RV32Jisheng Zhang
2023-07-07Merge tag 'riscv-for-linus-6.5-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-07-04riscv: move memblock_allow_resize() after linear mapping is readyWoody Zhang
2023-06-30Merge tag 'riscv-for-linus-6.5-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-06-19riscv: mm: Pre-allocate PGD entries for vmalloc/modules areaBjörn Töpel
2023-06-07riscv: Check the virtual alignment before choosing a map sizeAlexandre Ghiti
2023-06-07riscv: Fix kfence now that the linear mapping can be backed by PUD/P4D/PGDAlexandre Ghiti
2023-06-07riscv: mm: Ensure prot of VM_WRITE and VM_EXEC must be readableHsieh-Tseng Shen