summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include/asm/page.h
Commit message (Expand)AuthorAgeFilesLines
* 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