Age | Commit message (Expand) | Author | Files | Lines |
2022-08-05 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -20/+0 |
2022-07-17 | riscv/mm: enable ARCH_HAS_VM_GET_PAGE_PROT | Anshuman Khandual | 1 | -20/+0 |
2022-07-11 | riscv: Fix missing PAGE_PFN_MASK | Alexandre Ghiti | 1 | -3/+3 |
2022-05-31 | Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -13/+55 |
2022-05-19 | riscv/mm: fix two page table check related issues | Tong Tiangen | 1 | -5/+0 |
2022-05-19 | RISC-V: Add support for rv32 userspace via COMPAT | Palmer Dabbelt | 1 | -2/+11 |
2022-05-13 | riscv/mm: enable ARCH_SUPPORTS_PAGE_TABLE_CHECK | Tong Tiangen | 1 | -6/+65 |
2022-05-11 | riscv: add memory-type errata for T-Head | Heiko Stuebner | 1 | -3/+15 |
2022-05-11 | riscv: add RISC-V Svpbmt extension support | Heiko Stuebner | 1 | -5/+24 |
2022-05-11 | riscv: Fix accessing pfn bits in PTEs for non-32bit variants | Heiko Stuebner | 1 | -3/+5 |
2022-04-26 | riscv: compat: Support TASK_SIZE for compat mode | Guo Ren | 1 | -2/+11 |
2022-03-25 | Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+4 |
2022-03-03 | riscv: Fix is_linear_mapping with recent move of KASAN region | Alexandre Ghiti | 1 | -0/+1 |
2022-02-14 | riscv: mm: Prepare pt_ops helper functions for sv57 | Qinglin Pan | 1 | -0/+2 |
2022-02-14 | riscv: mm: Control p4d's folding by pgtable_l5_enabled | Qinglin Pan | 1 | -2/+2 |
2022-01-19 | RISC-V: Introduce sv48 support without relocatable kernel | Palmer Dabbelt | 1 | -13/+52 |
2022-01-19 | riscv: Explicit comment about user virtual address space size | Alexandre Ghiti | 1 | -0/+9 |
2022-01-19 | riscv: Implement sv48 support | Alexandre Ghiti | 1 | -5/+19 |
2022-01-19 | riscv: Allow to dynamically define VA_BITS | Alexandre Ghiti | 1 | -2/+8 |
2022-01-19 | riscv: Move KASAN mapping next to the kernel mapping | Alexandre Ghiti | 1 | -7/+15 |
2022-01-07 | riscv/mm: Enable THP migration | Nanyong Sun | 1 | -0/+5 |
2022-01-07 | riscv/mm: Adjust PAGE_PROT_NONE to comply with THP semantics | Nanyong Sun | 1 | -5/+6 |
2022-01-05 | riscv: Make vmalloc/vmemmap end equal to the start of the next region | Alexandre Ghiti | 1 | -2/+2 |
2021-10-26 | riscv: remove .text section size limitation for XIP | Vitaly Wool | 1 | -2/+4 |
2021-07-09 | Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -7/+164 |
2021-07-05 | riscv: mm: fix build errors caused by mk_pmd() | Nanyong Sun | 1 | -5/+0 |
2021-07-01 | mm: define default value for FIRST_USER_ADDRESS | Anshuman Khandual | 1 | -2/+0 |
2021-06-30 | Merge branch 'riscv-wx-mappings' into for-next | Palmer Dabbelt | 1 | -0/+2 |
2021-06-18 | riscv: Ensure BPF_JIT_REGION_START aligned with PMD size | Jisheng Zhang | 1 | -3/+2 |
2021-06-11 | riscv: Simplify xip and !xip kernel address conversion macros | Alexandre Ghiti | 1 | -0/+2 |
2021-06-08 | riscv: fix build error when CONFIG_SMP is disabled | Bixuan Cui | 1 | -5/+0 |
2021-05-29 | riscv: Use global mappings for kernel pages | Guo Ren | 1 | -1/+2 |
2021-05-25 | riscv: Move setup_bootmem into paging_init | Kefeng Wang | 1 | -1/+0 |
2021-05-25 | riscv: mremap speedup - enable HAVE_MOVE_PUD and HAVE_MOVE_PMD | Jisheng Zhang | 1 | -0/+11 |
2021-05-22 | riscv: mm: add THP support on 64-bit | Nanyong Sun | 1 | -0/+156 |
2021-05-22 | riscv: mm: make pmd_bad() check leaf condition | Nanyong Sun | 1 | -1/+1 |
2021-05-22 | riscv: mm: add _PAGE_LEAF macro | Nanyong Sun | 1 | -4/+2 |
2021-05-01 | RISC-V: Always define XIP_FIXUP | Palmer Dabbelt | 1 | -10/+13 |
2021-04-26 | RISC-V: enable XIP | Vitaly Wool | 1 | -2/+23 |
2021-04-26 | riscv: Move kernel mapping outside of linear mapping | Alexandre Ghiti | 1 | -8/+31 |
2021-02-26 | Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+21 |
2021-01-14 | riscv: Add support pte_protnone and pmd_protnone if CONFIG_NUMA_BALANCING | Greentime Hu | 1 | -0/+20 |
2021-01-14 | riscv: Separate memory init from paging init | Atish Patra | 1 | -0/+1 |
2021-01-09 | riscv: Drop a duplicated PAGE_KERNEL_EXEC | Kefeng Wang | 1 | -1/+0 |
2020-12-15 | arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOC | Mike Rapoport | 1 | -2/+0 |
2020-10-02 | RISC-V: Add EFI runtime services | Atish Patra | 1 | -0/+4 |
2020-10-02 | RISC-V: Move DT mapping outof fixmap | Anup Patel | 1 | -0/+1 |
2020-06-09 | mm: consolidate pte_index() and pte_offset_*() definitions | Mike Rapoport | 1 | -20/+0 |
2020-06-09 | mm: introduce include/linux/pgtable.h | Mike Rapoport | 1 | -2/+0 |
2020-06-02 | mm: switch the test_vmalloc module to use __vmalloc_node | Christoph Hellwig | 1 | -2/+2 |