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
/
s390
/
include
/
asm
/
pgtable.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-31
s390/mm: properly clear _PAGE_NOEXEC bit when it is not supported
Gerald Schaefer
1
-2
/
+2
2019-10-31
s390/mm: simplify page table helpers for large entries
Gerald Schaefer
1
-55
/
+28
2019-10-31
s390/mm: make pmd/pud_bad() report large entries as bad
Gerald Schaefer
1
-8
/
+2
2019-10-04
s390/mm: mark function(s) __always_inline
Heiko Carstens
1
-11
/
+11
2019-10-04
s390/mm: fix -Wunused-but-set-variable warnings
Qian Cai
1
-1
/
+2
2019-09-25
mm: consolidate pgtable_cache_init() and pgd_cache_init()
Mike Rapoport
1
-5
/
+0
2019-09-25
mm: remove quicklist page table caches
Nicholas Piggin
1
-1
/
+0
2019-08-21
s390: move vmalloc option parsing to startup code
Vasily Gorbik
1
-0
/
+1
2019-07-12
mm: simplify gup_fast_permitted
Christoph Hellwig
1
-7
/
+1
2019-04-24
s390/mm: fix pxd_bad with folded page tables
Martin Schwidefsky
1
-14
/
+19
2019-04-23
s390/mm: convert to the generic get_user_pages_fast code
Martin Schwidefsky
1
-0
/
+12
2019-04-23
s390/mm: make the pxd_offset functions more robust
Martin Schwidefsky
1
-24
/
+43
2019-03-06
mm: update ptep_modify_prot_commit to take old pte value as arg
Aneesh Kumar K.V
1
-1
/
+2
2019-03-06
mm: update ptep_modify_prot_start/commit to take vm_area_struct as arg
Aneesh Kumar K.V
1
-2
/
+2
2018-11-02
s390/mm: fix mis-accounting of pgtable_bytes
Martin Schwidefsky
1
-0
/
+18
2018-10-09
s390/kasan: use noexec and large pages
Vasily Gorbik
1
-0
/
+6
2018-10-09
s390/kasan: add initialization code and enable it
Vasily Gorbik
1
-0
/
+1
2018-10-09
s390: add pgd_page primitive
Vasily Gorbik
1
-1
/
+10
2018-10-09
s390: introduce MAX_PTRS_PER_P4D
Vasily Gorbik
1
-0
/
+2
2018-07-30
s390/mm: Add huge page dirty sync support
Janosch Frank
1
-1
/
+2
2018-07-30
s390/mm: Add gmap pmd invalidation and clearing
Janosch Frank
1
-0
/
+4
2018-07-30
s390/mm: Add gmap pmd linking
Janosch Frank
1
-2
/
+4
2018-06-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-2
/
+2
2018-06-08
mm: introduce ARCH_HAS_PTE_SPECIAL
Laurent Dufour
1
-1
/
+0
2018-05-17
KVM: s390: Add storage key facility interpretation control
Janosch Frank
1
-2
/
+2
2018-02-01
s390/mm: modify pmdp_invalidate to return old value.
Martin Schwidefsky
1
-2
/
+2
2017-12-16
Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths"
Linus Torvalds
1
-6
/
+0
2017-11-30
mm: replace pud_write with pud_access_permitted in fault + gup paths
Dan Williams
1
-0
/
+6
2017-11-30
mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITE
Dan Williams
1
-1
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-09-19
s390/mm: make pmdp_invalidate() do invalidation only
Gerald Schaefer
1
-1
/
+3
2017-08-29
s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangs
Christian Borntraeger
1
-1
/
+1
2017-07-26
s390/mm,vmem: simplify region and segment table allocation code
Heiko Carstens
1
-3
/
+0
2017-07-26
s390/mm: introduce defines to reflect the hardware mmu
Heiko Carstens
1
-20
/
+48
2017-07-26
s390/mm: get rid of __ASSEMBLY__ guards within pgtable.h
Heiko Carstens
1
-5
/
+0
2017-07-26
s390/mm: remove and correct comments within pgtable.h
Heiko Carstens
1
-27
/
+4
2017-07-25
s390/mm,kvm: use nodat PGSTE tag to optimize TLB flushing
Martin Schwidefsky
1
-0
/
+1
2017-07-25
s390/mm: add guest ASCE TLB flush optimization
Martin Schwidefsky
1
-15
/
+43
2017-07-25
s390/mm: add no-dat TLB flush optimization
Martin Schwidefsky
1
-12
/
+29
2017-06-12
s390/mm: add p?d_folded() helper functions
Heiko Carstens
1
-7
/
+22
2017-06-12
s390/mm: remove incorrect _REGION3_ENTRY_ORIGIN define
Heiko Carstens
1
-3
/
+1
2017-06-12
s390/mm: implement 5 level pages tables
Martin Schwidefsky
1
-13
/
+67
2017-05-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
1
-4
/
+12
2017-04-20
s390/kvm: Add PGSTE manipulation functions
Claudio Imbrenda
1
-4
/
+12
2017-04-12
s390/mm: fix CMMA vs KSM vs others
Christian Borntraeger
1
-0
/
+2
2017-03-09
arch, mm: convert all architectures to use 5level-fixup.h
Kirill A. Shutemov
1
-0
/
+1
2017-02-23
s390/mm: use _SEGMENT_ENTRY_EMPTY in the code
Dominik Dingel
1
-7
/
+7
2017-02-17
s390: get rid of MACHINE_HAS_PFMF and MACHINE_HAS_HPAGE
Heiko Carstens
1
-1
/
+1
2017-02-08
s390: add no-execute support
Martin Schwidefsky
1
-34
/
+61
2016-08-24
s390/mm: merge local / non-local IDTE helper
Martin Schwidefsky
1
-32
/
+12
[next]