aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/riscv/include/asm/page.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-26riscv: Remove CONFIG_PAGE_OFFSETSamuel Holland1-7/+8
2025-03-26riscv: Allow NOMMU kernels to access all of RAMSamuel Holland1-8/+4
2025-01-08riscv: mm: Fix the out of bound issue of vmemmap addressXu Lu1-0/+1
2024-11-20Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-3/+0
2024-10-28asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig1-3/+0
2024-10-16vdso: Introduce vdso/page.hVincenzo Frascino1-3/+1
2024-09-12riscv: drop the use of XIP_OFFSET in kernel_mapping_va_to_pa()Nam Cao1-1/+1
2024-09-12riscv: replace misleading va_kernel_pa_offset on XIP kernelNam Cao1-8/+21
2024-07-26riscv: Extend sv39 linear mapping max size to 128GStuart Menefy1-1/+1
2024-06-26riscv: mm: Add pfn_to_kaddr() implementationBjörn Töpel1-0/+5
2024-04-09Merge patch the fixes from "riscv: 64-bit NOMMU fixes and enhancements"Palmer Dabbelt1-1/+1
2024-04-09riscv: Fix loading 64-bit NOMMU kernels past the start of RAMSamuel Holland1-1/+1
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann1-1/+1
2023-10-31riscv: mm: Update the comment of CONFIG_PAGE_OFFSETSong Shuai1-2/+2
2023-09-05riscv: Introduce virtual kernel mapping KASLRAlexandre Ghiti1-0/+3
2023-04-18Merge patch series "riscv: Use PUD/P4D/PGD pages for the linear mapping"Palmer Dabbelt1-2/+17
2023-04-18riscv: Use PUD/P4D/PGD pages for the linear mappingAlexandre Ghiti1-0/+16
2023-04-18riscv: Get rid of riscv_pfn_base variableAlexandre Ghiti1-2/+1
2023-03-15Merge patch series "RISC-V: Apply Zicboz to clear_page"Palmer Dabbelt1-1/+5
2023-03-14RISC-V: Use Zicboz in clear_page when availableAndrew Jones1-1/+5
2023-03-09Merge patch series "riscv, mm: detect svnapot cpu support at runtime"Palmer Dabbelt1-5/+0
2023-03-07riscv: mm: modify pte format for SvnapotQinglin Pan1-5/+0
2023-02-09mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)1-5/+0
2022-12-08riscv: Move cast inside kernel_mapping_[pv]a_to_[vp]aSamuel Holland1-9/+9
2022-06-28arch/*/: remove CONFIG_VIRT_TO_BUSArnd Bergmann1-1/+0
2022-03-25Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-0/+1
2022-03-03riscv: Fix is_linear_mapping with recent move of KASAN regionAlexandre Ghiti1-1/+1
2022-02-14riscv: mm: Set sv57 on defaultlyQinglin Pan1-0/+1
2022-01-19riscv: Implement sv48 supportAlexandre Ghiti1-0/+14
2022-01-19riscv: Move KASAN mapping next to the kernel mappingAlexandre Ghiti1-2/+0
2021-10-04riscv/vdso: Add support for time namespacesTong Tiangen1-0/+2
2021-09-05Merge tag 'riscv-for-linus-5.15-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-16/+5
2021-08-13riscv: fix the global name pfn_base confliction errorKenneth Lee1-2/+2
2021-08-11riscv: Introduce va_kernel_pa_offset for 32-bit kernelAlexandre Ghiti1-13/+2
2021-08-11riscv: Optimize kernel virtual address conversion macroAlexandre Ghiti1-1/+1
2021-08-06riscv: Get rid of CONFIG_PHYS_RAM_BASE in kernel physical address conversionAlexandre Ghiti1-3/+4
2021-07-05riscv: Introduce structure that group all variables regarding kernel mappingAlexandre Ghiti1-24/+30
2021-06-30Merge branch 'riscv-wx-mappings' into for-nextPalmer Dabbelt1-12/+15
2021-06-30riscv: Map the kernel with correct permissions the first timeAlexandre Ghiti1-1/+12
2021-06-11riscv: Simplify xip and !xip kernel address conversion macrosAlexandre Ghiti1-11/+3
2021-06-08riscv: Cleanup unused functionsGuo Ren1-10/+0
2021-05-01riscv: Fix 32b kernel build with CONFIG_DEBUG_VIRTUAL=yAlexandre Ghiti1-1/+1
2021-04-26RISC-V: enable XIPVitaly Wool1-0/+21
2021-04-26riscv: Move kernel mapping outside of linear mappingAlexandre Ghiti1-2/+24
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-3/+0
2021-02-22riscv: Remove unnecessary declarationKefeng Wang1-3/+0
2021-02-02riscv: virt_addr_valid must check the address belongs to linear mappingAlexandre Ghiti1-1/+4
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual1-2/+1
2020-01-23riscv: mm: add support for CONFIG_DEBUG_VIRTUALZong Li1-2/+14
2019-11-17riscv: add nommu supportChristoph Hellwig1-3/+7