summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/page.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-02riscv: Fix loading 64-bit NOMMU kernels past the start of RAMSamuel Holland1-1/+1
2023-11-28riscv: mm: Update the comment of CONFIG_PAGE_OFFSETSong Shuai1-2/+2
2023-09-06riscv: Introduce virtual kernel mapping KASLRAlexandre Ghiti1-0/+3
2023-04-19Merge patch series "riscv: Use PUD/P4D/PGD pages for the linear mapping"Palmer Dabbelt1-2/+17
2023-04-19riscv: Use PUD/P4D/PGD pages for the linear mappingAlexandre Ghiti1-0/+16
2023-04-19riscv: 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-15RISC-V: Use Zicboz in clear_page when availableAndrew Jones1-1/+5
2023-03-10Merge patch series "riscv, mm: detect svnapot cpu support at runtime"Palmer Dabbelt1-5/+0
2023-03-08riscv: mm: modify pte format for SvnapotQinglin Pan1-5/+0
2023-02-10mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)1-5/+0
2022-12-09riscv: 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/ke...Linus Torvalds1-0/+1
2022-03-04riscv: Fix is_linear_mapping with recent move of KASAN regionAlexandre Ghiti1-1/+1
2022-02-15riscv: mm: Set sv57 on defaultlyQinglin Pan1-0/+1
2022-01-20riscv: Implement sv48 supportAlexandre Ghiti1-0/+14
2022-01-20riscv: Move KASAN mapping next to the kernel mappingAlexandre Ghiti1-2/+0
2021-10-05riscv/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/ke...Linus Torvalds1-16/+5
2021-08-14riscv: fix the global name pfn_base confliction errorKenneth Lee1-2/+2
2021-08-12riscv: Introduce va_kernel_pa_offset for 32-bit kernelAlexandre Ghiti1-13/+2
2021-08-12riscv: Optimize kernel virtual address conversion macroAlexandre Ghiti1-1/+1
2021-08-07riscv: Get rid of CONFIG_PHYS_RAM_BASE in kernel physical address conversionAlexandre Ghiti1-3/+4
2021-07-06riscv: Introduce structure that group all variables regarding kernel mappingAlexandre Ghiti1-24/+30
2021-07-01Merge branch 'riscv-wx-mappings' into for-nextPalmer Dabbelt1-12/+15
2021-07-01riscv: Map the kernel with correct permissions the first timeAlexandre Ghiti1-1/+12
2021-06-12riscv: Simplify xip and !xip kernel address conversion macrosAlexandre Ghiti1-11/+3
2021-06-09riscv: 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/ke...Linus Torvalds1-3/+0
2021-02-23riscv: Remove unnecessary declarationKefeng Wang1-3/+0
2021-02-03riscv: virt_addr_valid must check the address belongs to linear mappingAlexandre Ghiti1-1/+4
2020-04-11mm/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-18riscv: add nommu supportChristoph Hellwig1-3/+7
2019-08-30RISC-V: Implement sparsememLogan Gunthorpe1-0/+2
2019-07-04riscv: Introduce huge page support for 32/64bit kernelAlexandre Ghiti1-0/+10
2019-07-01riscv: Remove gate area stubsAndy Lutomirski1-4/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner1-9/+1
2019-01-23RISC-V: asm/page.h: fix spelling mistake "CONFIG_64BITS" -> "CONFIG_64BIT"Antony Pavlov1-1/+1
2017-09-27RISC-V: Paging and MMUPalmer Dabbelt1-0/+130