aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/include/asm/pgtable.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-20/+0
2022-07-17riscv/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-20/+0
2022-07-11riscv: Fix missing PAGE_PFN_MASKAlexandre Ghiti1-3/+3
2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-13/+55
2022-05-19riscv/mm: fix two page table check related issuesTong Tiangen1-5/+0
2022-05-19RISC-V: Add support for rv32 userspace via COMPATPalmer Dabbelt1-2/+11
2022-05-13riscv/mm: enable ARCH_SUPPORTS_PAGE_TABLE_CHECKTong Tiangen1-6/+65
2022-05-11riscv: add memory-type errata for T-HeadHeiko Stuebner1-3/+15
2022-05-11riscv: add RISC-V Svpbmt extension supportHeiko Stuebner1-5/+24
2022-05-11riscv: Fix accessing pfn bits in PTEs for non-32bit variantsHeiko Stuebner1-3/+5
2022-04-26riscv: compat: Support TASK_SIZE for compat modeGuo Ren1-2/+11
2022-03-25Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-2/+4
2022-03-03riscv: Fix is_linear_mapping with recent move of KASAN regionAlexandre Ghiti1-0/+1
2022-02-14riscv: mm: Prepare pt_ops helper functions for sv57Qinglin Pan1-0/+2
2022-02-14riscv: mm: Control p4d's folding by pgtable_l5_enabledQinglin Pan1-2/+2
2022-01-19RISC-V: Introduce sv48 support without relocatable kernelPalmer Dabbelt1-13/+52
2022-01-19riscv: Explicit comment about user virtual address space sizeAlexandre Ghiti1-0/+9
2022-01-19riscv: Implement sv48 supportAlexandre Ghiti1-5/+19
2022-01-19riscv: Allow to dynamically define VA_BITSAlexandre Ghiti1-2/+8
2022-01-19riscv: Move KASAN mapping next to the kernel mappingAlexandre Ghiti1-7/+15
2022-01-07riscv/mm: Enable THP migrationNanyong Sun1-0/+5
2022-01-07riscv/mm: Adjust PAGE_PROT_NONE to comply with THP semanticsNanyong Sun1-5/+6
2022-01-05riscv: Make vmalloc/vmemmap end equal to the start of the next regionAlexandre Ghiti1-2/+2
2021-10-26riscv: remove .text section size limitation for XIPVitaly Wool1-2/+4
2021-07-09Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-7/+164
2021-07-05riscv: mm: fix build errors caused by mk_pmd()Nanyong Sun1-5/+0
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual1-2/+0
2021-06-30Merge branch 'riscv-wx-mappings' into for-nextPalmer Dabbelt1-0/+2
2021-06-18riscv: Ensure BPF_JIT_REGION_START aligned with PMD sizeJisheng Zhang1-3/+2
2021-06-11riscv: Simplify xip and !xip kernel address conversion macrosAlexandre Ghiti1-0/+2
2021-06-08riscv: fix build error when CONFIG_SMP is disabledBixuan Cui1-5/+0
2021-05-29riscv: Use global mappings for kernel pagesGuo Ren1-1/+2
2021-05-25riscv: Move setup_bootmem into paging_initKefeng Wang1-1/+0
2021-05-25riscv: mremap speedup - enable HAVE_MOVE_PUD and HAVE_MOVE_PMDJisheng Zhang1-0/+11
2021-05-22riscv: mm: add THP support on 64-bitNanyong Sun1-0/+156
2021-05-22riscv: mm: make pmd_bad() check leaf conditionNanyong Sun1-1/+1
2021-05-22riscv: mm: add _PAGE_LEAF macroNanyong Sun1-4/+2
2021-05-01RISC-V: Always define XIP_FIXUPPalmer Dabbelt1-10/+13
2021-04-26RISC-V: enable XIPVitaly Wool1-2/+23
2021-04-26riscv: Move kernel mapping outside of linear mappingAlexandre Ghiti1-8/+31
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-0/+21
2021-01-14riscv: Add support pte_protnone and pmd_protnone if CONFIG_NUMA_BALANCINGGreentime Hu1-0/+20
2021-01-14riscv: Separate memory init from paging initAtish Patra1-0/+1
2021-01-09riscv: Drop a duplicated PAGE_KERNEL_EXECKefeng Wang1-1/+0
2020-12-15arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOCMike Rapoport1-2/+0
2020-10-02RISC-V: Add EFI runtime servicesAtish Patra1-0/+4
2020-10-02RISC-V: Move DT mapping outof fixmapAnup Patel1-0/+1
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport1-20/+0
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-2/+0
2020-06-02mm: switch the test_vmalloc module to use __vmalloc_nodeChristoph Hellwig1-2/+2