aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/include/asm/page.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-30RISC-V: Implement sparsememLogan Gunthorpe1-0/+2
2019-07-03riscv: 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-26RISC-V: Paging and MMUPalmer Dabbelt1-0/+130