index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-09
mm: hugetlb_vmemmap: delete hugetlb_optimize_vmemmap_enabled()
Muchun Song
1
-10
/
+3
2022-08-06
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-17
/
+64
2022-08-04
Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2022-08-01
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
12
-277
/
+186
2022-07-25
Merge branch 'for-next/boot' into for-next/core
Will Deacon
3
-12
/
+62
2022-07-25
Merge branch 'for-next/mte' into for-next/core
Will Deacon
3
-19
/
+0
2022-07-25
Merge branch 'for-next/misc' into for-next/core
Will Deacon
4
-52
/
+18
2022-07-25
Merge branch 'for-next/kpti' into for-next/core
Will Deacon
2
-93
/
+97
2022-07-25
Merge branch 'for-next/ioremap' into for-next/core
Will Deacon
2
-92
/
+8
2022-07-18
arm64/mm: move protection_map[] inside the platform
Anshuman Khandual
1
-0
/
+21
2022-07-18
arm64/hugetlb: implement arm64 specific hugetlb_mask_last_page
Baolin Wang
1
-0
/
+22
2022-07-07
arm64: kasan: Revert "arm64: mte: reset the page tag in page->flags"
Catalin Marinas
2
-18
/
+0
2022-07-07
mm: kasan: Skip unpoisoning of user pages
Catalin Marinas
1
-1
/
+0
2022-07-05
arm64: mm: Remove assembly DMA cache maintenance wrappers
Will Deacon
2
-46
/
+14
2022-07-05
arm64/mm: Define defer_reserve_crashkernel()
Anshuman Khandual
2
-6
/
+4
2022-07-04
mm: hugetlb: kill set_huge_swap_pte_at()
Qi Zheng
1
-17
/
+17
2022-07-01
arm64: hugetlb: Restore TLB invalidation for BBM on contiguous ptes
Will Deacon
1
-9
/
+21
2022-07-01
arm64: mm: fix booting with 52-bit address space
Ard Biesheuvel
2
-16
/
+4
2022-06-28
arm64: extable: cleanup redundant extable type EX_TYPE_FIXUP
Tong Tiangen
1
-9
/
+0
2022-06-28
arm64: extable: add new extable type EX_TYPE_KACCESS_ERR_ZERO support
Tong Tiangen
1
-0
/
+1
2022-06-27
Merge branch 'master' into mm-stable
akpm
1
-2
/
+0
2022-06-27
arm64: Add HAVE_IOREMAP_PROT support
Kefeng Wang
1
-10
/
+0
2022-06-27
arm64: mm: Convert to GENERIC_IOREMAP
Kefeng Wang
1
-82
/
+8
2022-06-24
arm64: head: record CPU boot mode after enabling the MMU
Ard Biesheuvel
1
-0
/
+8
2022-06-24
arm64: head: cover entire kernel image in initial ID map
Ard Biesheuvel
2
-4
/
+39
2022-06-24
arm64: mm: provide idmap pointer to cpu_replace_ttbr1()
Ard Biesheuvel
2
-3
/
+3
2022-06-24
arm64: head: drop idmap_ptrs_per_pgd
Ard Biesheuvel
1
-1
/
+0
2022-06-24
arm64: head: move assignment of idmap_t0sz to C code
Ard Biesheuvel
2
-2
/
+4
2022-06-24
arm64: mm: make vabits_actual a build time constant if possible
Ard Biesheuvel
2
-2
/
+17
2022-06-24
arm64: head: move kimage_vaddr variable into C file
Ard Biesheuvel
1
-0
/
+3
2022-06-24
arm64: entry: simplify trampoline data page
Ard Biesheuvel
1
-7
/
+3
2022-06-23
arm64: mm: install KPTI nG mappings with MMU enabled
Ard Biesheuvel
2
-26
/
+62
2022-06-23
arm64: kpti-ng: simplify page table traversal logic
Ard Biesheuvel
1
-64
/
+36
2022-06-17
arm64: mm: Don't invalidate FROM_DEVICE buffers at start of DMA transfer
Will Deacon
1
-2
/
+0
2022-06-17
mm: avoid unnecessary page fault retires on shared memory types
Peter Xu
1
-0
/
+4
2022-06-15
arm64: mm: Only remove nomap flag for initrd
Ma Wupeng
1
-1
/
+1
2022-06-06
arm/xen: Introduce xen_setup_dma_ops()
Oleksandr Tyshchenko
1
-5
/
+2
2022-05-27
arm64/hugetlb: Fix building errors in huge_ptep_clear_flush()
Baolin Wang
1
-1
/
+4
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-7
/
+44
2022-05-26
Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...
Linus Torvalds
1
-5
/
+1
2022-05-24
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
5
-63
/
+133
2022-05-20
Merge branch 'for-next/esr-elx-64-bit' into for-next/core
Catalin Marinas
1
-35
/
+35
2022-05-20
Merge branch 'for-next/sysreg-gen' into for-next/core
Catalin Marinas
1
-1
/
+2
2022-05-20
Merge branches 'for-next/sme', 'for-next/stacktrace', 'for-next/fault-in-subp...
Catalin Marinas
4
-27
/
+96
2022-05-17
arm64: mm: avoid writable executable mappings in kexec/hibernate code
Ard Biesheuvel
1
-1
/
+1
2022-05-17
arm64/hugetlb: Implement arm64 specific huge_ptep_get()
Baolin Wang
1
-0
/
+22
2022-05-17
arm64/hugetlb: Use ptep_get() to get the pte value of a huge page
Baolin Wang
1
-4
/
+4
2022-05-16
arm64: kdump: Do not allocate crash low memory if not needed
Zhen Lei
1
-1
/
+2
2022-05-14
mm: change huge_ptep_clear_flush() to return the original pte
Baolin Wang
1
-7
/
+5
2022-05-11
arm64/hugetlb: Drop TLB flush from get_clear_flush()
Anshuman Khandual
1
-11
/
+5
[next]