aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/riscv/mm/hugetlbpage.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-22riscv: Fix build error if !CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATIONAlexandre Ghiti1-0/+2
2024-02-07riscv: Fix arch_hugetlb_migration_supported() for NAPOTAlexandre Ghiti1-3/+13
2024-02-01riscv: Fix hugetlb_mask_last_page() when NAPOT is enabledAlexandre Ghiti1-0/+20
2024-02-01riscv: Fix set_huge_pte_at() for NAPOT mappingAlexandre Ghiti1-2/+40
2023-12-20riscv: Use accessors to page table entries instead of direct dereferenceAlexandre Ghiti1-6/+6
2023-10-06riscv: fix set_huge_pte_at() for NAPOT mappings when a swap entry is setAlexandre Ghiti1-6/+13
2023-09-29mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts1-1/+2
2023-07-05mm: riscv: fix an unsafe pte read in huge_pte_alloc()John Hubbard1-1/+5
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+2
2023-06-19riscv/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins1-2/+2
2023-06-01riscv: Implement missing huge_ptep_getAlexandre Ghiti1-0/+24
2023-06-01riscv: Fix huge_ptep_set_wrprotect when PTE is a NAPOTAlexandre Ghiti1-1/+5
2023-03-07riscv: mm: support Svnapot in hugetlb pageQinglin Pan1-0/+301
2020-06-03hugetlbfs: remove hugetlb_add_hstate() warning for existing hstateMike Kravetz1-1/+1
2020-06-03hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz1-16/+0
2020-06-03hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz1-9/+17
2020-03-05riscv: Use p*d_leaf macros to define p*d_hugeAlexandre Ghiti1-4/+2
2019-07-03riscv: Introduce huge page support for 32/64bit kernelAlexandre Ghiti1-0/+44