index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
include
/
asm
/
pgtable.h
Age
Commit message (
Expand
)
Author
Lines
2023-04-28
Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-1
/
+38
2023-04-13
riscv: Move early dtb mapping into the fixmap region
Alexandre Ghiti
-2
/
+6
2023-03-09
Merge patch series "riscv, mm: detect svnapot cpu support at runtime"
Palmer Dabbelt
-1
/
+38
2023-03-07
riscv: mm: modify pte format for Svnapot
Qinglin Pan
-1
/
+38
2023-02-25
Merge tag 'riscv-for-linus-6.3-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-2
/
+2
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-5
/
+23
2023-02-21
riscv: mm: fix regression due to update_mmu_cache change
Sergey Matyukevich
-1
/
+1
2023-02-02
mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
-1
/
+0
2023-02-02
riscv/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
-5
/
+24
2023-02-01
riscv: mm: Implement pmdp_collapse_flush for THP
Mayuresh Chitale
-0
/
+4
2023-01-24
riscv: pgtable: Fixup comment for KERN_VIRT_SIZE
Guo Ren
-1
/
+1
2022-12-14
Merge tag 'riscv-for-linus-6.2-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-1
/
+4
2022-12-08
riscv: mm: notify remote harts about mmu cache updates
Sergey Matyukevich
-1
/
+1
2022-11-30
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
-0
/
+1
2022-11-30
mm: add dummy pmd_young() for architectures not having it
Juergen Gross
-0
/
+1
2022-11-08
mm: remove kern_addr_valid() completely
Kefeng Wang
-2
/
+0
2022-10-28
riscv: support update_mmu_tlb()
Jinyu Tang
-0
/
+3
2022-08-05
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-20
/
+0
2022-07-17
riscv/mm: enable ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
-20
/
+0
2022-07-11
riscv: Fix missing PAGE_PFN_MASK
Alexandre Ghiti
-3
/
+3
2022-05-31
Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-13
/
+55
2022-05-19
riscv/mm: fix two page table check related issues
Tong Tiangen
-5
/
+0
2022-05-19
RISC-V: Add support for rv32 userspace via COMPAT
Palmer Dabbelt
-2
/
+11
2022-05-13
riscv/mm: enable ARCH_SUPPORTS_PAGE_TABLE_CHECK
Tong Tiangen
-6
/
+65
2022-05-11
riscv: add memory-type errata for T-Head
Heiko Stuebner
-3
/
+15
2022-05-11
riscv: add RISC-V Svpbmt extension support
Heiko Stuebner
-5
/
+24
2022-05-11
riscv: Fix accessing pfn bits in PTEs for non-32bit variants
Heiko Stuebner
-3
/
+5
2022-04-26
riscv: compat: Support TASK_SIZE for compat mode
Guo Ren
-2
/
+11
2022-03-25
Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-2
/
+4
2022-03-03
riscv: Fix is_linear_mapping with recent move of KASAN region
Alexandre Ghiti
-0
/
+1
2022-02-14
riscv: mm: Prepare pt_ops helper functions for sv57
Qinglin Pan
-0
/
+2
2022-02-14
riscv: mm: Control p4d's folding by pgtable_l5_enabled
Qinglin Pan
-2
/
+2
2022-01-19
RISC-V: Introduce sv48 support without relocatable kernel
Palmer Dabbelt
-13
/
+52
2022-01-19
riscv: Explicit comment about user virtual address space size
Alexandre Ghiti
-0
/
+9
2022-01-19
riscv: Implement sv48 support
Alexandre Ghiti
-5
/
+19
2022-01-19
riscv: Allow to dynamically define VA_BITS
Alexandre Ghiti
-2
/
+8
2022-01-19
riscv: Move KASAN mapping next to the kernel mapping
Alexandre Ghiti
-7
/
+15
2022-01-07
riscv/mm: Enable THP migration
Nanyong Sun
-0
/
+5
2022-01-07
riscv/mm: Adjust PAGE_PROT_NONE to comply with THP semantics
Nanyong Sun
-5
/
+6
2022-01-05
riscv: Make vmalloc/vmemmap end equal to the start of the next region
Alexandre Ghiti
-2
/
+2
2021-10-26
riscv: remove .text section size limitation for XIP
Vitaly Wool
-2
/
+4
2021-07-09
Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-7
/
+164
2021-07-05
riscv: mm: fix build errors caused by mk_pmd()
Nanyong Sun
-5
/
+0
2021-07-01
mm: define default value for FIRST_USER_ADDRESS
Anshuman Khandual
-2
/
+0
2021-06-30
Merge branch 'riscv-wx-mappings' into for-next
Palmer Dabbelt
-0
/
+2
2021-06-18
riscv: Ensure BPF_JIT_REGION_START aligned with PMD size
Jisheng Zhang
-3
/
+2
2021-06-11
riscv: Simplify xip and !xip kernel address conversion macros
Alexandre Ghiti
-0
/
+2
2021-06-08
riscv: fix build error when CONFIG_SMP is disabled
Bixuan Cui
-5
/
+0
2021-05-29
riscv: Use global mappings for kernel pages
Guo Ren
-1
/
+2
2021-05-25
riscv: Move setup_bootmem into paging_init
Kefeng Wang
-1
/
+0
[next]