aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/mm/gmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-04Merge tag 'kvm-s390-next-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini1-2/+8
2018-10-01s390/mm: optimize locking without huge pages in gmap_pmd_op_walk()David Hildenbrand1-2/+8
2018-09-12s390/mm: Check for valid vma before zapping in gmap_discardJanosch Frank1-1/+3
2018-07-30s390/mm: Add huge page gmap linking supportJanosch Frank1-3/+6
2018-07-30s390/mm: hugetlb pages within a gmap can not be freedDominik Dingel1-0/+6
2018-07-30s390/mm: Clear skeys for newly mapped huge guest pmdsJanosch Frank1-0/+2
2018-07-30s390/mm: Clear huge page storage keys on enable_skeyDominik Dingel1-3/+29
2018-07-30s390/mm: Add huge page dirty sync supportJanosch Frank1-5/+122
2018-07-30s390/mm: Add gmap pmd invalidation and clearingJanosch Frank1-0/+125
2018-07-30s390/mm: Add gmap pmd notification bit settingJanosch Frank1-6/+54
2018-07-30s390/mm: Add gmap pmd linkingJanosch Frank1-4/+9
2018-07-30s390/mm: Abstract gmap notify bit settingJanosch Frank1-4/+7
2018-07-30s390/mm: Make gmap_protect_range more modularJanosch Frank1-10/+83
2018-05-17KVM: s390: Add storage key facility interpretation controlJanosch Frank1-3/+3
2018-01-24s390x/mm: simplify gmap_protect_rmap()David Hildenbrand1-9/+8
2018-01-23s390/mm: Remove superfluous parameterJanosch Frank1-2/+2
2018-01-16s390x/mm: cleanup gmap_pte_op_walk()David Hildenbrand1-15/+8
2017-11-24s390: mm: add SPDX identifiers to the remaining filesGreg Kroah-Hartman1-0/+1
2017-11-14s390/mm: remove unused codeHeiko Carstens1-6/+3
2017-09-06s390/mm: use a single lock for the fields in mm_context_tMartin Schwidefsky1-4/+4
2017-08-29s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangsChristian Borntraeger1-7/+32
2017-07-26s390/mm: use new mm defines instead of magic valuesHeiko Carstens1-62/+62
2017-06-12s390/mm: add __rcu annotationsHeiko Carstens1-3/+3
2017-06-12s390/mm: implement 5 level pages tablesMartin Schwidefsky1-1/+4
2017-04-25s390/mm: make TASK_SIZE independent from the number of page table levelsMartin Schwidefsky1-1/+1
2017-03-24s390/mm: Remove double gaddr calculation when notifyingJanosch Frank1-21/+14
2017-02-23s390/mm: use _SEGMENT_ENTRY_EMPTY in the codeDominik Dingel1-3/+3
2017-02-22mm: drop unused argument of zap_page_range()Kirill A. Shutemov1-1/+1
2016-12-12lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner1-1/+1
2016-08-24s390/mm,kvm: flush gmap address space with IDTEMartin Schwidefsky1-0/+15
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-74/+1500
2016-07-13s390/mm: fix gmap tlb flush issuesDavid Hildenbrand1-2/+2
2016-07-06s390/mm: add support for 2GB hugepagesGerald Schaefer1-0/+3
2016-06-20KVM: s390: backup the currently enabled gmap when scheduled outDavid Hildenbrand1-0/+11
2016-06-20s390/mm: don't fault everything in read-write in gmap_pte_op_fixup()David Hildenbrand1-6/+11
2016-06-20s390/mm: allow to check if a gmap shadow is validDavid Hildenbrand1-0/+20
2016-06-20s390/mm: limit number of real-space gmap shadowsDavid Hildenbrand1-0/+13
2016-06-20s390/mm: support real-space for gmap shadowsDavid Hildenbrand1-3/+32
2016-06-20s390/mm: support EDAT2 for gmap shadowsDavid Hildenbrand1-2/+12
2016-06-20s390/mm: support EDAT1 for gmap shadowsDavid Hildenbrand1-4/+25
2016-06-20s390/mm: prepare for EDAT1/EDAT2 support in gmap shadowDavid Hildenbrand1-5/+11
2016-06-20s390/mm: fix races on gmap_shadow creationDavid Hildenbrand1-17/+28
2016-06-20s390/mm: avoid races on region/segment/page table shadowingDavid Hildenbrand1-27/+70
2016-06-20s390/mm: shadow pages with real guest requested protectionDavid Hildenbrand1-7/+5
2016-06-20s390/mm: flush tlb of shadows in all situationsDavid Hildenbrand1-3/+4
2016-06-20s390/mm: add shadow gmap supportMartin Schwidefsky1-25/+1125
2016-06-20s390/mm: add reference counter to gmap structureMartin Schwidefsky1-20/+70
2016-06-20s390/mm: extended gmap pte notifierMartin Schwidefsky1-41/+129
2016-06-20s390/mm: use RCU for gmap notifier list and the per-mm gmap listMartin Schwidefsky1-16/+23
2016-06-20s390/kvm: page table invalidation notifierMartin Schwidefsky1-3/+16