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