index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
include
/
asm
/
pgtable.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-23
RISC-V: mm: Update pgtable comment documentation
Charlie Jenkins
1
-3
/
+5
2023-08-23
RISC-V: mm: Restrict address space for sv39,sv48,sv57
Charlie Jenkins
1
-2
/
+23
2023-08-18
mm/page_table_check: remove unused parameter in [__]page_table_check_pud_set
Kemeng Shi
1
-1
/
+1
2023-08-18
mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_set
Kemeng Shi
1
-2
/
+2
2023-08-18
mm/page_table_check: remove unused parameter in [__]page_table_check_pte_set
Kemeng Shi
1
-1
/
+1
2023-08-18
mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_clear
Kemeng Shi
1
-1
/
+1
2023-08-18
mm/page_table_check: remove unused parameter in [__]page_table_check_pte_clear
Kemeng Shi
1
-1
/
+1
2023-08-08
riscv: mm: fix 2 instances of -Wmissing-variable-declarations
Nick Desaulniers
1
-0
/
+2
2023-07-11
mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
Rick Edgecombe
1
-3
/
+3
2023-06-07
riscv: mm: Ensure prot of VM_WRITE and VM_EXEC must be readable
Hsieh-Tseng Shen
1
-2
/
+1
2023-04-28
Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+38
2023-04-13
riscv: Move early dtb mapping into the fixmap region
Alexandre Ghiti
1
-2
/
+6
2023-03-09
Merge patch series "riscv, mm: detect svnapot cpu support at runtime"
Palmer Dabbelt
1
-1
/
+38
2023-03-07
riscv: mm: modify pte format for Svnapot
Qinglin Pan
1
-1
/
+38
2023-02-25
Merge tag 'riscv-for-linus-6.3-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+2
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-5
/
+23
2023-02-21
riscv: mm: fix regression due to update_mmu_cache change
Sergey Matyukevich
1
-1
/
+1
2023-02-02
mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
1
-1
/
+0
2023-02-02
riscv/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
1
-5
/
+24
2023-02-01
riscv: mm: Implement pmdp_collapse_flush for THP
Mayuresh Chitale
1
-0
/
+4
2023-01-24
riscv: pgtable: Fixup comment for KERN_VIRT_SIZE
Guo Ren
1
-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
-1
/
+4
2022-12-08
riscv: mm: notify remote harts about mmu cache updates
Sergey Matyukevich
1
-1
/
+1
2022-11-30
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
1
-0
/
+1
2022-11-30
mm: add dummy pmd_young() for architectures not having it
Juergen Gross
1
-0
/
+1
2022-11-08
mm: remove kern_addr_valid() completely
Kefeng Wang
1
-2
/
+0
2022-10-28
riscv: support update_mmu_tlb()
Jinyu Tang
1
-0
/
+3
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
[prev]
[next]