aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/mm/pageattr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-18Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-0/+6
2020-12-15arch, mm: make kernel_page_present() always availableMike Rapoport1-0/+29
2020-12-15arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOCMike Rapoport1-0/+2
2020-11-25RISC-V: Protect all kernel sections including init earlyAtish Patra1-0/+6
2020-07-30riscv: fix build warning of mm/pageattrZong Li1-1/+2
2020-06-18RISC-V: Acquire mmap lock before invoking walk_page_rangeAtish Patra1-2/+12
2020-06-09mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse1-2/+2
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-03-26riscv: add ARCH_SUPPORTS_DEBUG_PAGEALLOC supportZong Li1-0/+13
2020-03-26riscv: add ARCH_HAS_SET_DIRECT_MAP supportZong Li1-0/+24
2020-03-26riscv: add ARCH_HAS_SET_MEMORY supportZong Li1-0/+150