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
/
include
/
asm
/
book3s
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-03
powerpc/mm: Move hash64 tlbflush code into a new header
Aneesh Kumar K.V
1
-0
/
+94
2016-03-03
powerpc/mm: Move hash related mmu-*.h headers to book3s/
Aneesh Kumar K.V
2
-0
/
+709
2016-03-03
powerpc/mm: Switch book3s 64 with 64K page size to 4 level page table
Aneesh Kumar K.V
4
-49
/
+53
2016-03-03
powerpc/mm: Don't have conditional defines for real_pte_t
Aneesh Kumar K.V
1
-5
/
+0
2016-02-29
powerpc/mm/book3s-64: Expand the real page number field of the Linux PTE
Paul Mackerras
2
-8
/
+8
2016-02-29
powerpc/mm/book3s-64: Move software-used bits in PTE
Paul Mackerras
1
-3
/
+3
2016-02-29
powerpc/mm/book3s-64: Shuffle read, write, execute and user bits in PTE
Paul Mackerras
1
-4
/
+6
2016-02-29
powerpc/mm/book3s-64: Move HPTE-related bits in PTE to upper end
Paul Mackerras
1
-4
/
+4
2016-02-29
powerpc/mm/book3s-64: Move _PAGE_PTE to 2nd most significant bit
Paul Mackerras
1
-1
/
+1
2016-02-29
powerpc/mm/book3s-64: Move _PAGE_PRESENT to the most significant bit
Paul Mackerras
2
-7
/
+8
2016-02-29
powerpc/mm/book3s-64: Use physical addresses in upper page table tree levels
Paul Mackerras
2
-7
/
+8
2016-02-27
powerpc/mm/book3s-64: Free up 7 high-order bits in the Linux PTE
Paul Mackerras
4
-10
/
+13
2016-02-27
powerpc/mm/book3s-64: Clean up some obsolete or misleading comments
Paul Mackerras
1
-7
/
+6
2016-02-15
powerpc/mm: Fix Multi hit ERAT cause by recent THP update
Aneesh Kumar K.V
1
-0
/
+4
2016-01-28
powerpc/mm: Fixup _HPAGE_CHG_MASK
Aneesh Kumar K.V
1
-1
/
+3
2016-01-21
powerpc: Remove newly added extra definition of pmd_dirty
Stephen Rothwell
1
-1
/
+0
2016-01-16
arch/powerpc/include/asm/pgtable-ppc64.h: add pmd_[dirty|mkclean] for THP
Minchan Kim
1
-0
/
+2
2016-01-16
powerpc, thp: remove infrastructure for handling splitting PMDs
Kirill A. Shutemov
3
-24
/
+2
2016-01-12
powerpc/mm: fix _PAGE_SWP_SOFT_DIRTY breaking swapoff
Hugh Dickins
2
-3
/
+11
2016-01-12
powerpc/mm: Fix _PAGE_PTE breaking swapoff
Aneesh Kumar K.V
1
-3
/
+8
2015-12-17
powerpc/mm: Add page soft dirty tracking
Laurent Dufour
4
-8
/
+54
2015-12-14
powerpc/mm: Don't hardcode the hash pte slot shift
Aneesh Kumar K.V
2
-2
/
+2
2015-12-14
powerpc/mm: Don't hardcode page table size
Aneesh Kumar K.V
1
-7
/
+23
2015-12-14
powerpc/mm: Add a _PAGE_PTE bit
Aneesh Kumar K.V
4
-25
/
+23
2015-12-14
powerpc/mm: Move THP headers around
Aneesh Kumar K.V
2
-174
/
+175
2015-12-14
powerpc/mm: Move hugetlb related headers
Aneesh Kumar K.V
2
-0
/
+82
2015-12-14
powerpc/mm: Add helper for converting pte bit to hpte bits
Aneesh Kumar K.V
1
-0
/
+1
2015-12-14
powerpc/mm: Convert __hash_page_64K to C
Aneesh Kumar K.V
1
-1
/
+2
2015-12-14
powerpc/mm: Increase the width of #define
Aneesh Kumar K.V
1
-13
/
+13
2015-12-14
powerpc/mm: Remove pte_val usage for the second half of pgtable_t
Aneesh Kumar K.V
1
-1
/
+3
2015-12-14
powerpc/mm: Don't track subpage valid bit in pte_t
Aneesh Kumar K.V
3
-42
/
+13
2015-12-14
powerpc/mm: Move PTE bits from generic functions to hash64 functions.
Aneesh Kumar K.V
4
-204
/
+340
2015-12-14
powerpc/mm: Move hash64 PTE bits from book3s/64/pgtable.h to hash.h
Aneesh Kumar K.V
2
-445
/
+448
2015-12-14
powerpc/mm: Don't use pmd_val, pud_val and pgd_val as lvalue
Aneesh Kumar K.V
3
-11
/
+37
2015-12-14
powerpc/mm: Don't use pte_val as lvalue
Aneesh Kumar K.V
1
-35
/
+83
2015-12-14
powerpc/mm: Drop pte-common.h from BOOK3S 64
Aneesh Kumar K.V
4
-12
/
+111
2015-12-14
powerpc/mm: Don't have generic headers introduce functions touching pte bits
Aneesh Kumar K.V
1
-0
/
+176
2015-12-14
powerpc/mm: Delete booke bits from book3s
Aneesh Kumar K.V
3
-131
/
+49
2015-12-14
powerpc/mm: Move hash specific pte width and other defines to book3s
Aneesh Kumar K.V
3
-9
/
+129
2015-12-14
powerpc/mm: make a separate copy for book3s
Aneesh Kumar K.V
3
-0
/
+976
2015-12-14
powerpc/mm: move pte headers to book3s directory
Aneesh Kumar K.V
4
-0
/
+219