summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/page.h
AgeCommit message (Expand)Author
2023-10-31riscv: mm: Update the comment of CONFIG_PAGE_OFFSETSong Shuai
2023-09-05riscv: Introduce virtual kernel mapping KASLRAlexandre Ghiti
2023-04-18Merge patch series "riscv: Use PUD/P4D/PGD pages for the linear mapping"Palmer Dabbelt
2023-04-18riscv: Use PUD/P4D/PGD pages for the linear mappingAlexandre Ghiti
2023-04-18riscv: Get rid of riscv_pfn_base variableAlexandre Ghiti
2023-03-15Merge patch series "RISC-V: Apply Zicboz to clear_page"Palmer Dabbelt
2023-03-14RISC-V: Use Zicboz in clear_page when availableAndrew Jones
2023-03-09Merge patch series "riscv, mm: detect svnapot cpu support at runtime"Palmer Dabbelt
2023-03-07riscv: mm: modify pte format for SvnapotQinglin Pan
2023-02-09mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)
2022-12-08riscv: Move cast inside kernel_mapping_[pv]a_to_[vp]aSamuel Holland
2022-06-28arch/*/: remove CONFIG_VIRT_TO_BUSArnd Bergmann
2022-03-25Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-03-03riscv: Fix is_linear_mapping with recent move of KASAN regionAlexandre Ghiti
2022-02-14riscv: mm: Set sv57 on defaultlyQinglin Pan
2022-01-19riscv: Implement sv48 supportAlexandre Ghiti
2022-01-19riscv: Move KASAN mapping next to the kernel mappingAlexandre Ghiti
2021-10-04riscv/vdso: Add support for time namespacesTong Tiangen
2021-09-05Merge tag 'riscv-for-linus-5.15-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-08-13riscv: fix the global name pfn_base confliction errorKenneth Lee
2021-08-11riscv: Introduce va_kernel_pa_offset for 32-bit kernelAlexandre Ghiti
2021-08-11riscv: Optimize kernel virtual address conversion macroAlexandre Ghiti
2021-08-06riscv: Get rid of CONFIG_PHYS_RAM_BASE in kernel physical address conversionAlexandre Ghiti
2021-07-05riscv: Introduce structure that group all variables regarding kernel mappingAlexandre Ghiti
2021-06-30Merge branch 'riscv-wx-mappings' into for-nextPalmer Dabbelt
2021-06-30riscv: Map the kernel with correct permissions the first timeAlexandre Ghiti
2021-06-11riscv: Simplify xip and !xip kernel address conversion macrosAlexandre Ghiti
2021-06-08riscv: Cleanup unused functionsGuo Ren
2021-05-01riscv: Fix 32b kernel build with CONFIG_DEBUG_VIRTUAL=yAlexandre Ghiti
2021-04-26RISC-V: enable XIPVitaly Wool
2021-04-26riscv: Move kernel mapping outside of linear mappingAlexandre Ghiti
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-02-22riscv: Remove unnecessary declarationKefeng Wang
2021-02-02riscv: virt_addr_valid must check the address belongs to linear mappingAlexandre Ghiti
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual
2020-01-23riscv: mm: add support for CONFIG_DEBUG_VIRTUALZong Li
2019-11-17riscv: add nommu supportChristoph Hellwig
2019-08-30RISC-V: Implement sparsememLogan Gunthorpe
2019-07-03riscv: Introduce huge page support for 32/64bit kernelAlexandre Ghiti
2019-07-01riscv: Remove gate area stubsAndy Lutomirski
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner
2019-01-23RISC-V: asm/page.h: fix spelling mistake "CONFIG_64BITS" -> "CONFIG_64BIT"Antony Pavlov
2017-09-26RISC-V: Paging and MMUPalmer Dabbelt