summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/set_memory.h
AgeCommit message (Expand)AuthorFilesLines
2023-04-19riscv: Prepare EFI header for relocatable kernelsAlexandre Ghiti1-0/+3
2021-07-01riscv: Map the kernel with correct permissions the first timeAlexandre Ghiti1-8/+0
2021-07-01riscv: Introduce set_kernel_memory helperAlexandre Ghiti1-0/+16
2021-05-06riscv: Consistify protect_kernel_linear_mapping_text_rodata() useGeert Uytterhoeven1-1/+6
2021-04-26riscv: Move kernel mapping outside of linear mappingAlexandre Ghiti1-0/+1
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2021-02-19RISC-V: remove unneeded semicolonChengyang Fan1-1/+1
2021-02-03riscv: Align on L1_CACHE_BYTES when STRICT_KERNEL_RWXSebastien Van Cauwenberghe1-3/+3
2020-12-18Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+4
2020-12-15arch, mm: make kernel_page_present() always availableMike Rapoport1-0/+1
2020-11-26RISC-V: Protect all kernel sections including init earlyAtish Patra1-0/+4
2020-05-06RISC-V: Remove unused code from STRICT_KERNEL_RWXAtish Patra1-8/+0
2020-03-26riscv: add STRICT_KERNEL_RWX supportZong Li1-0/+8
2020-03-26riscv: add alignment for text, rodata and data sectionsZong Li1-0/+13
2020-03-26riscv: add ARCH_HAS_SET_DIRECT_MAP supportZong Li1-0/+3
2020-03-26riscv: add ARCH_HAS_SET_MEMORY supportZong Li1-0/+24