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
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
/
powerpc
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-10
mm: pass vm_flags to generic_get_unmapped_area()
Mark Brown
1
-2
/
+2
2024-09-10
mm: make arch_get_unmapped_area() take vm_flags by default
Mark Brown
1
-2
/
+4
2024-09-04
mm: remove PageActive
Matthew Wilcox (Oracle)
1
-3
/
+3
2024-09-04
arch, mm: pull out allocation of NODE_DATA to generic code
Mike Rapoport (Microsoft)
1
-21
/
+3
2024-09-04
arch, mm: move definition of node_data to generic code
Mike Rapoport (Microsoft)
1
-2
/
+0
2024-09-02
mm/powerpc: add missing pud helpers
Peter Xu
1
-0
/
+20
2024-09-02
powerpc/8xx: document and enforce that split PT locks are not used
David Hildenbrand
1
-0
/
+6
2024-08-12
powerpc/mm: Fix boot warning with hugepages and CONFIG_DEBUG_VIRTUAL
Christophe Leroy
1
-2
/
+0
2024-08-12
powerpc/mm: Fix size of allocated PGDIR
Christophe Leroy
1
-2
/
+2
2024-07-22
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
14
-1351
/
+460
2024-07-13
powerpc/mm: remove hugepd leftovers
Christophe Leroy
3
-445
/
+3
2024-07-13
powerpc/64s: use contiguous PMD/PUD instead of HUGEPD
Christophe Leroy
5
-43
/
+18
2024-07-13
powerpc/e500: use contiguous PMD instead of hugepd
Christophe Leroy
3
-8
/
+32
2024-07-13
powerpc/e500: remove enc and ind fields from struct mmu_psize_def
Christophe Leroy
3
-11
/
+4
2024-07-13
powerpc/8xx: rework support for 8M pages using contiguous PTE entries
Christophe Leroy
5
-47
/
+64
2024-07-13
powerpc/8xx: fix size given to set_huge_pte_at()
Christophe Leroy
1
-1
/
+2
2024-07-13
powerpc/mm: allow hugepages without hugepd
Christophe Leroy
2
-0
/
+35
2024-07-13
powerpc/mm: fix __find_linux_pte() on 32 bits with PMD leaf entries
Christophe Leroy
1
-1
/
+10
2024-07-13
powerpc/64e: drop unused TLB miss handlers
Michael Ellerman
2
-230
/
+0
2024-07-13
powerpc/64e: consolidate TLB miss handler patching
Michael Ellerman
1
-23
/
+15
2024-07-13
powerpc/64e: drop MMU_FTR_TYPE_FSL_E checks in 64-bit code
Michael Ellerman
1
-60
/
+37
2024-07-13
powerpc/64e: drop E500 ifdefs in 64-bit code
Michael Ellerman
1
-12
/
+0
2024-07-13
powerpc/64e: split out nohash Book3E 64-bit code
Michael Ellerman
3
-343
/
+363
2024-07-13
powerpc/64e: remove unused IBM HTW code
Michael Ellerman
2
-251
/
+1
2024-07-04
powerpc/64s/radix/kfence: map __kfence_pool at page granularity
Hari Bathini
2
-4
/
+83
2024-06-28
powerpc: Replace CONFIG_4xx with CONFIG_44x
Michael Ellerman
2
-3
/
+3
2024-06-28
powerpc/4xx: Remove CONFIG_BOOKE_OR_40x
Michael Ellerman
2
-2
/
+2
2024-06-28
powerpc: Remove core support for 40x
Christophe Leroy
6
-197
/
+5
2024-06-04
powerpc/mm/drmem: Silence drmem_init() early return
Nathan Lynch
1
-3
/
+1
2024-06-04
powerpc/numa: Online a node if PHB is attached.
Nilay Shroff
1
-1
/
+13
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
5
-27
/
+34
2024-05-17
Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
9
-12
/
+6
2024-05-14
powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriate
Mike Rapoport (IBM)
1
-1
/
+1
2024-05-14
arch: make execmem setup available regardless of CONFIG_MODULES
Mike Rapoport (IBM)
1
-0
/
+64
2024-05-07
mm: fix race between __split_huge_pmd_locked() and GUP-fast
Ryan Roberts
1
-0
/
+1
2024-05-07
powerpc64/kasan: Pass virtual addresses to kasan_init_phys_region()
Benjamin Gray
2
-2
/
+2
2024-05-07
powerpc: Fix typos
Bjorn Helgaas
2
-2
/
+2
2024-05-07
powerpc/Makefile: Remove bits related to the previous use of -mcmodel=large
Naveen N Rao
3
-6
/
+0
2024-04-30
powerpc: Mark memory_limit as initdata
Michael Ellerman
1
-1
/
+1
2024-04-26
powerpc: mm: accelerate pagefault when badaccess
Kefeng Wang
1
-13
/
+20
2024-04-26
powerpc: use initializer for struct vm_unmapped_area_info
Rick Edgecombe
1
-11
/
+9
2024-04-26
fix missing vmalloc.h includes
Kent Overstreet
1
-0
/
+1
2024-04-26
mm/treewide: replace pXd_huge() with pXd_leaf()
Peter Xu
1
-3
/
+3
2024-04-18
powerpc/ptdump: Fix walk_vmemmap() to also print first vmemmap entry
Ritesh Harjani (IBM)
1
-1
/
+1
2024-03-17
powerpc: Handle error in mark_rodata_ro() and mark_initmem_nx()
Christophe Leroy
5
-31
/
+65
2024-03-16
Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
8
-46
/
+47
2024-03-07
mm/treewide: replace pud_large() with pud_leaf()
Peter Xu
1
-1
/
+1
2024-03-07
mm/treewide: replace pmd_large() with pmd_leaf()
Peter Xu
3
-3
/
+3
2024-03-07
mm/powerpc: replace pXd_is_leaf() with pXd_leaf()
Peter Xu
3
-13
/
+13
2024-03-07
hugetlb: parallelize 1G hugetlb initialization
Gang Li
1
-1
/
+1
[next]