summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include/asm/page.h
Commit message (Expand)AuthorAgeFilesLines
* riscv: drop the use of XIP_OFFSET in kernel_mapping_va_to_pa()Nam Cao2024-09-121-1/+1
* riscv: replace misleading va_kernel_pa_offset on XIP kernelNam Cao2024-09-121-8/+21
* riscv: Extend sv39 linear mapping max size to 128GStuart Menefy2024-07-261-1/+1
* riscv: mm: Add pfn_to_kaddr() implementationBjörn Töpel2024-06-261-0/+5
* Merge patch the fixes from "riscv: 64-bit NOMMU fixes and enhancements"Palmer Dabbelt2024-04-091-1/+1
|\
| * riscv: Fix loading 64-bit NOMMU kernels past the start of RAMSamuel Holland2024-04-091-1/+1
* | arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann2024-03-061-1/+1
|/
* riscv: mm: Update the comment of CONFIG_PAGE_OFFSETSong Shuai2023-10-311-2/+2
* riscv: Introduce virtual kernel mapping KASLRAlexandre Ghiti2023-09-051-0/+3
* Merge patch series "riscv: Use PUD/P4D/PGD pages for the linear mapping"Palmer Dabbelt2023-04-181-2/+17
|\
| * riscv: Use PUD/P4D/PGD pages for the linear mappingAlexandre Ghiti2023-04-181-0/+16
| * riscv: Get rid of riscv_pfn_base variableAlexandre Ghiti2023-04-181-2/+1
* | Merge patch series "RISC-V: Apply Zicboz to clear_page"Palmer Dabbelt2023-03-151-1/+5
|\ \
| * | RISC-V: Use Zicboz in clear_page when availableAndrew Jones2023-03-141-1/+5
| |/
* | Merge patch series "riscv, mm: detect svnapot cpu support at runtime"Palmer Dabbelt2023-03-091-5/+0
|\ \ | |/ |/|
| * riscv: mm: modify pte format for SvnapotQinglin Pan2023-03-071-5/+0
* | mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)2023-02-091-5/+0
|/
* riscv: Move cast inside kernel_mapping_[pv]a_to_[vp]aSamuel Holland2022-12-081-9/+9
* arch/*/: remove CONFIG_VIRT_TO_BUSArnd Bergmann2022-06-281-1/+0
* Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-03-251-0/+1
|\
| * riscv: mm: Set sv57 on defaultlyQinglin Pan2022-02-141-0/+1
* | riscv: Fix is_linear_mapping with recent move of KASAN regionAlexandre Ghiti2022-03-031-1/+1
|/
* riscv: Implement sv48 supportAlexandre Ghiti2022-01-191-0/+14
* riscv: Move KASAN mapping next to the kernel mappingAlexandre Ghiti2022-01-191-2/+0
* riscv/vdso: Add support for time namespacesTong Tiangen2021-10-041-0/+2
* Merge tag 'riscv-for-linus-5.15-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-051-16/+5
|\
| * riscv: fix the global name pfn_base confliction errorKenneth Lee2021-08-131-2/+2
| * riscv: Introduce va_kernel_pa_offset for 32-bit kernelAlexandre Ghiti2021-08-111-13/+2
| * riscv: Optimize kernel virtual address conversion macroAlexandre Ghiti2021-08-111-1/+1
* | riscv: Get rid of CONFIG_PHYS_RAM_BASE in kernel physical address conversionAlexandre Ghiti2021-08-061-3/+4
|/
* riscv: Introduce structure that group all variables regarding kernel mappingAlexandre Ghiti2021-07-051-24/+30
* Merge branch 'riscv-wx-mappings' into for-nextPalmer Dabbelt2021-06-301-12/+15
|\
| * riscv: Map the kernel with correct permissions the first timeAlexandre Ghiti2021-06-301-1/+12
| * riscv: Simplify xip and !xip kernel address conversion macrosAlexandre Ghiti2021-06-111-11/+3
* | riscv: Cleanup unused functionsGuo Ren2021-06-081-10/+0
|/
* riscv: Fix 32b kernel build with CONFIG_DEBUG_VIRTUAL=yAlexandre Ghiti2021-05-011-1/+1
* RISC-V: enable XIPVitaly Wool2021-04-261-0/+21
* riscv: Move kernel mapping outside of linear mappingAlexandre Ghiti2021-04-261-2/+24
* Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-02-261-3/+0
|\
| * riscv: Remove unnecessary declarationKefeng Wang2021-02-221-3/+0
* | riscv: virt_addr_valid must check the address belongs to linear mappingAlexandre Ghiti2021-02-021-1/+4
|/
* mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-04-101-2/+1
* riscv: mm: add support for CONFIG_DEBUG_VIRTUALZong Li2020-01-231-2/+14
* riscv: add nommu supportChristoph Hellwig2019-11-171-3/+7
* RISC-V: Implement sparsememLogan Gunthorpe2019-08-301-0/+2
* riscv: Introduce huge page support for 32/64bit kernelAlexandre Ghiti2019-07-031-0/+10
* riscv: Remove gate area stubsAndy Lutomirski2019-07-011-4/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner2019-06-051-9/+1
* RISC-V: asm/page.h: fix spelling mistake "CONFIG_64BITS" -> "CONFIG_64BIT"Antony Pavlov2019-01-231-1/+1
* RISC-V: Paging and MMUPalmer Dabbelt2017-09-261-0/+130