Age | Commit message (Expand) | Author |
2024-06-26 | riscv: mm: Add support for ZONE_DEVICE | Björn Töpel |
2024-05-16 | riscv: Remove PGDIR_SIZE_L3 and TASK_SIZE_MIN | Samuel Holland |
2024-03-14 | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2024-03-06 | mm/treewide: align up pXd_leaf() retval across archs | Peter Xu |
2024-02-22 | riscv: mm: fix NOCACHE_THEAD does not set bit[61] correctly | Yangyu Chen |
2023-12-20 | riscv: Use accessors to page table entries instead of direct dereference | Alexandre Ghiti |
2023-12-20 | riscv: Use WRITE_ONCE() when setting page table entries | Alexandre Ghiti |
2023-11-05 | riscv: mm: update T-Head memory type definitions | Jisheng Zhang |
2023-03-07 | riscv: mm: modify pte format for Svnapot | Qinglin Pan |
2022-12-12 | riscv: Fix P4D_SHIFT definition for 3-level page table mode | Alexandre Ghiti |
2022-07-11 | riscv: Fix missing PAGE_PFN_MASK | Alexandre Ghiti |
2022-05-31 | Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2022-05-19 | riscv/mm: fix two page table check related issues | Tong Tiangen |
2022-05-11 | riscv: add memory-type errata for T-Head | Heiko Stuebner |
2022-05-11 | riscv: add RISC-V Svpbmt extension support | Heiko Stuebner |
2022-05-11 | riscv: Fix accessing pfn bits in PTEs for non-32bit variants | Heiko Stuebner |
2022-02-14 | riscv: mm: Control p4d's folding by pgtable_l5_enabled | Qinglin Pan |
2022-01-19 | riscv: Implement sv48 support | Alexandre Ghiti |
2021-07-09 | Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2021-07-08 | mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t * | Aneesh Kumar K.V |
2021-07-05 | riscv: mm: fix build errors caused by mk_pmd() | Nanyong Sun |
2021-05-22 | riscv: mm: add _PAGE_LEAF macro | Nanyong Sun |
2020-06-09 | mm: consolidate pte_index() and pte_offset_*() definitions | Mike Rapoport |
2020-02-04 | riscv: mm: add p?d_leaf() definitions | Steven Price |
2020-01-22 | riscv: Add KASAN support | Nick Hu |
2019-07-09 | RISC-V: Setup initial page tables in two stages | Anup Patel |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286 | Thomas Gleixner |
2017-09-26 | RISC-V: Paging and MMU | Palmer Dabbelt |