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
/
pgtable.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-25
powerpc: implement the new page table range API
Matthew Wilcox (Oracle)
1
-22
/
+31
2023-08-18
powerpc: assert_pte_locked() use pte_offset_map_nolock()
Hugh Dickins
1
-2
/
+6
2022-07-18
powerpc/mm: move protection_map[] inside the platform
Anshuman Khandual
1
-0
/
+24
2022-05-22
powerpc: Fix all occurences of "the the"
Michael Ellerman
1
-1
/
+1
2022-01-24
powerpc/fixmap: Fix VM debug warning on unmap
Christophe Leroy
1
-0
/
+9
2021-12-09
powerpc/64s: Fix radix MMU when MMU_FTR_HPTE_TABLE is clear
Nicholas Piggin
1
-3
/
+6
2021-10-22
powerpc/32: Don't use a struct based type for pte_t
Christophe Leroy
1
-1
/
+1
2021-06-24
powerpc/64s: Fix boot failure with 4K Radix
Michael Ellerman
1
-1
/
+7
2021-06-16
powerpc: Define swapper_pg_dir[] in C
Christophe Leroy
1
-0
/
+2
2021-02-11
powerpc/mm: Add PG_dcache_clean to indicate dcache clean state
Aneesh Kumar K.V
1
-7
/
+7
2021-01-30
powerpc/mm: Include __find_linux_pte() prototype
Cédric Le Goater
1
-0
/
+1
2020-10-16
Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-2
/
+4
2020-10-16
powerpc/mm: move setting pte specific flags to pfn_pte
Aneesh Kumar K.V
1
-5
/
+0
2020-09-15
powerpc/8xx: Refactor calculation of number of entries per PTE in page tables
Christophe Leroy
1
-2
/
+4
2020-08-07
mm: remove unneeded includes of <asm/pgalloc.h>
Mike Rapoport
1
-1
/
+0
2020-06-11
arch/powerpc/mm/pgtable.c: another missed conversion
Andrew Morton
1
-1
/
+1
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
1
-1
/
+1
2020-06-05
Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-4
/
+30
2020-06-05
powerpc: add support for folded p4d page tables
Mike Rapoport
1
-11
/
+19
2020-05-26
powerpc/8xx: Manage 512k huge pages as standard pages.
Christophe Leroy
1
-1
/
+9
2020-05-26
powerpc/mm: Reduce hugepd size for 8M hugepages on 8xx
Christophe Leroy
1
-4
/
+22
2019-07-14
Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-8
/
+8
2019-07-04
powerpc/book3s: Use config independent helpers for page table walk
Aneesh Kumar K.V
1
-8
/
+8
2019-06-15
Merge tag 'powerpc-5.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-2
/
+14
2019-06-07
powerpc/64s: __find_linux_pte() synchronization vs pmdp_invalidate()
Nicholas Piggin
1
-2
/
+14
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-05-02
powerpc/mm: flatten function __find_linux_pte() step 3
Christophe Leroy
1
-49
/
+49
2019-05-02
powerpc/mm: flatten function __find_linux_pte() step 2
Christophe Leroy
1
-32
/
+30
2019-05-02
powerpc/mm: flatten function __find_linux_pte() step 1
Christophe Leroy
1
-10
/
+22
2019-05-02
powerpc/mm: move __find_linux_pte() out of hugetlbpage.c
Christophe Leroy
1
-0
/
+104
2018-12-19
powerpc/mm: add exec protection on powerpc 603
Christophe Leroy
1
-9
/
+11
2018-11-25
powerpc/mm: Remove extern from function definition
Breno Leitao
1
-3
/
+3
2018-10-20
powerpc/mm: Fix WARN_ON with THP NUMA migration
Aneesh Kumar K.V
1
-1
/
+1
2018-10-14
powerpc/mm: use pte helpers in generic code
Christophe Leroy
1
-14
/
+7
2018-10-14
powerpc/mm: don't use _PAGE_EXEC in book3s/32
Christophe Leroy
1
-3
/
+3
2018-10-03
powerpc/mm/book3s: Update pmd_present to look at _PAGE_PRESENT bit
Aneesh Kumar K.V
1
-4
/
+3
2018-06-03
powerpc/mm/hugetlb: Update hugetlb related locks
Aneesh Kumar K.V
1
-5
/
+7
2018-06-03
powerpc/mm/radix: Change pte relax sequence to handle nest MMU hang
Aneesh Kumar K.V
1
-2
/
+0
2018-06-03
powerpc/mm: Change function prototype
Aneesh Kumar K.V
1
-3
/
+15
2018-06-03
powerpc/mm/hugetlb: Update huge_ptep_set_access_flags to call __ptep_set_acce...
Aneesh Kumar K.V
1
-2
/
+31
2018-01-16
powerpc/mm: extend _PAGE_PRIVILEGED to all CPUs
Christophe Leroy
1
-1
/
+2
2017-02-17
powerpc/mm: Fix typo in set_pte_at()
Gavin Shan
1
-3
/
+1
2016-11-28
powerpc/mm: update radix__ptep_set_access_flag to not do full mm tlb flush
Aneesh Kumar K.V
1
-1
/
+1
2016-09-13
powerpc/mm/radix: Use different pte update sequence for different POWER9 revs
Aneesh Kumar K.V
1
-1
/
+1
2016-08-01
powerpc/mm: remove flush_tlb_page_nohash
Aneesh Kumar K.V
1
-1
/
+1
2016-05-11
powerpc/mm: Update pte filter for radix
Aneesh Kumar K.V
1
-0
/
+3
2016-05-01
powerpc/mm: Drop WIMG in favour of new constants
Aneesh Kumar K.V
1
-4
/
+4
2016-05-01
powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGED
Aneesh Kumar K.V
1
-2
/
+13
2016-05-01
powerpc/mm: Use _PAGE_READ to indicate Read access
Aneesh Kumar K.V
1
-2
/
+2
2016-02-16
powerpc: Make vmalloc_to_phys() public
Alexey Kardashevskiy
1
-0
/
+8
[next]