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
/
s390
/
mm
/
gmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-04
Merge tag 'kvm-s390-next-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel...
Paolo Bonzini
1
-2
/
+8
2018-10-01
s390/mm: optimize locking without huge pages in gmap_pmd_op_walk()
David Hildenbrand
1
-2
/
+8
2018-09-12
s390/mm: Check for valid vma before zapping in gmap_discard
Janosch Frank
1
-1
/
+3
2018-07-31
s390/mm: Add huge page gmap linking support
Janosch Frank
1
-3
/
+6
2018-07-31
s390/mm: hugetlb pages within a gmap can not be freed
Dominik Dingel
1
-0
/
+6
2018-07-30
s390/mm: Clear skeys for newly mapped huge guest pmds
Janosch Frank
1
-0
/
+2
2018-07-30
s390/mm: Clear huge page storage keys on enable_skey
Dominik Dingel
1
-3
/
+29
2018-07-30
s390/mm: Add huge page dirty sync support
Janosch Frank
1
-5
/
+122
2018-07-30
s390/mm: Add gmap pmd invalidation and clearing
Janosch Frank
1
-0
/
+125
2018-07-30
s390/mm: Add gmap pmd notification bit setting
Janosch Frank
1
-6
/
+54
2018-07-30
s390/mm: Add gmap pmd linking
Janosch Frank
1
-4
/
+9
2018-07-30
s390/mm: Abstract gmap notify bit setting
Janosch Frank
1
-4
/
+7
2018-07-30
s390/mm: Make gmap_protect_range more modular
Janosch Frank
1
-10
/
+83
2018-05-17
KVM: s390: Add storage key facility interpretation control
Janosch Frank
1
-3
/
+3
2018-01-24
s390x/mm: simplify gmap_protect_rmap()
David Hildenbrand
1
-9
/
+8
2018-01-23
s390/mm: Remove superfluous parameter
Janosch Frank
1
-2
/
+2
2018-01-16
s390x/mm: cleanup gmap_pte_op_walk()
David Hildenbrand
1
-15
/
+8
2017-11-24
s390: mm: add SPDX identifiers to the remaining files
Greg Kroah-Hartman
1
-0
/
+1
2017-11-15
s390/mm: remove unused code
Heiko Carstens
1
-6
/
+3
2017-09-06
s390/mm: use a single lock for the fields in mm_context_t
Martin Schwidefsky
1
-4
/
+4
2017-08-29
s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangs
Christian Borntraeger
1
-7
/
+32
2017-07-26
s390/mm: use new mm defines instead of magic values
Heiko Carstens
1
-62
/
+62
2017-06-12
s390/mm: add __rcu annotations
Heiko Carstens
1
-3
/
+3
2017-06-12
s390/mm: implement 5 level pages tables
Martin Schwidefsky
1
-1
/
+4
2017-04-25
s390/mm: make TASK_SIZE independent from the number of page table levels
Martin Schwidefsky
1
-1
/
+1
2017-03-24
s390/mm: Remove double gaddr calculation when notifying
Janosch Frank
1
-21
/
+14
2017-02-23
s390/mm: use _SEGMENT_ENTRY_EMPTY in the code
Dominik Dingel
1
-3
/
+3
2017-02-23
mm: drop unused argument of zap_page_range()
Kirill A. Shutemov
1
-1
/
+1
2016-12-13
lib: radix-tree: check accounting of existing slot replacement users
Johannes Weiner
1
-1
/
+1
2016-08-24
s390/mm,kvm: flush gmap address space with IDTE
Martin Schwidefsky
1
-0
/
+15
2016-08-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-74
/
+1500
2016-07-13
s390/mm: fix gmap tlb flush issues
David Hildenbrand
1
-2
/
+2
2016-07-06
s390/mm: add support for 2GB hugepages
Gerald Schaefer
1
-0
/
+3
2016-06-20
KVM: s390: backup the currently enabled gmap when scheduled out
David Hildenbrand
1
-0
/
+11
2016-06-20
s390/mm: don't fault everything in read-write in gmap_pte_op_fixup()
David Hildenbrand
1
-6
/
+11
2016-06-20
s390/mm: allow to check if a gmap shadow is valid
David Hildenbrand
1
-0
/
+20
2016-06-20
s390/mm: limit number of real-space gmap shadows
David Hildenbrand
1
-0
/
+13
2016-06-20
s390/mm: support real-space for gmap shadows
David Hildenbrand
1
-3
/
+32
2016-06-20
s390/mm: support EDAT2 for gmap shadows
David Hildenbrand
1
-2
/
+12
2016-06-20
s390/mm: support EDAT1 for gmap shadows
David Hildenbrand
1
-4
/
+25
2016-06-20
s390/mm: prepare for EDAT1/EDAT2 support in gmap shadow
David Hildenbrand
1
-5
/
+11
2016-06-20
s390/mm: fix races on gmap_shadow creation
David Hildenbrand
1
-17
/
+28
2016-06-20
s390/mm: avoid races on region/segment/page table shadowing
David Hildenbrand
1
-27
/
+70
2016-06-20
s390/mm: shadow pages with real guest requested protection
David Hildenbrand
1
-7
/
+5
2016-06-20
s390/mm: flush tlb of shadows in all situations
David Hildenbrand
1
-3
/
+4
2016-06-20
s390/mm: add shadow gmap support
Martin Schwidefsky
1
-25
/
+1125
2016-06-20
s390/mm: add reference counter to gmap structure
Martin Schwidefsky
1
-20
/
+70
2016-06-20
s390/mm: extended gmap pte notifier
Martin Schwidefsky
1
-41
/
+129
2016-06-20
s390/mm: use RCU for gmap notifier list and the per-mm gmap list
Martin Schwidefsky
1
-16
/
+23
2016-06-20
s390/kvm: page table invalidation notifier
Martin Schwidefsky
1
-3
/
+16
[next]