summaryrefslogtreecommitdiffstats
path: root/arch/s390/mm/gmap.c
Commit message (Expand)AuthorAgeFilesLines
* s390/mm: make gmap_test_and_clear_dirty_pmd staticVasily Gorbik2019-07-291-2/+2
* Merge tag 'kvm-s390-next-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2018-10-041-2/+8
|\
| * s390/mm: optimize locking without huge pages in gmap_pmd_op_walk()David Hildenbrand2018-10-011-2/+8
* | s390/mm: Check for valid vma before zapping in gmap_discardJanosch Frank2018-09-121-1/+3
|/
* s390/mm: Add huge page gmap linking supportJanosch Frank2018-07-301-3/+6
* s390/mm: hugetlb pages within a gmap can not be freedDominik Dingel2018-07-301-0/+6
* s390/mm: Clear skeys for newly mapped huge guest pmdsJanosch Frank2018-07-301-0/+2
* s390/mm: Clear huge page storage keys on enable_skeyDominik Dingel2018-07-301-3/+29
* s390/mm: Add huge page dirty sync supportJanosch Frank2018-07-301-5/+122
* s390/mm: Add gmap pmd invalidation and clearingJanosch Frank2018-07-301-0/+125
* s390/mm: Add gmap pmd notification bit settingJanosch Frank2018-07-301-6/+54
* s390/mm: Add gmap pmd linkingJanosch Frank2018-07-301-4/+9
* s390/mm: Abstract gmap notify bit settingJanosch Frank2018-07-301-4/+7
* s390/mm: Make gmap_protect_range more modularJanosch Frank2018-07-301-10/+83
* KVM: s390: Add storage key facility interpretation controlJanosch Frank2018-05-171-3/+3
* s390x/mm: simplify gmap_protect_rmap()David Hildenbrand2018-01-241-9/+8Star
* s390/mm: Remove superfluous parameterJanosch Frank2018-01-231-2/+2
* s390x/mm: cleanup gmap_pte_op_walk()David Hildenbrand2018-01-161-15/+8Star
* s390: mm: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-241-0/+1
* s390/mm: remove unused codeHeiko Carstens2017-11-141-6/+3Star
* s390/mm: use a single lock for the fields in mm_context_tMartin Schwidefsky2017-09-061-4/+4
* s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangsChristian Borntraeger2017-08-291-7/+32
* s390/mm: use new mm defines instead of magic valuesHeiko Carstens2017-07-261-62/+62
* s390/mm: add __rcu annotationsHeiko Carstens2017-06-121-3/+3
* s390/mm: implement 5 level pages tablesMartin Schwidefsky2017-06-121-1/+4
* s390/mm: make TASK_SIZE independent from the number of page table levelsMartin Schwidefsky2017-04-251-1/+1
* s390/mm: Remove double gaddr calculation when notifyingJanosch Frank2017-03-241-21/+14Star
* s390/mm: use _SEGMENT_ENTRY_EMPTY in the codeDominik Dingel2017-02-231-3/+3
* mm: drop unused argument of zap_page_range()Kirill A. Shutemov2017-02-231-1/+1
* lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner2016-12-131-1/+1
* s390/mm,kvm: flush gmap address space with IDTEMartin Schwidefsky2016-08-241-0/+15
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-021-74/+1500
|\
| * KVM: s390: backup the currently enabled gmap when scheduled outDavid Hildenbrand2016-06-201-0/+11
| * s390/mm: don't fault everything in read-write in gmap_pte_op_fixup()David Hildenbrand2016-06-201-6/+11
| * s390/mm: allow to check if a gmap shadow is validDavid Hildenbrand2016-06-201-0/+20
| * s390/mm: limit number of real-space gmap shadowsDavid Hildenbrand2016-06-201-0/+13
| * s390/mm: support real-space for gmap shadowsDavid Hildenbrand2016-06-201-3/+32
| * s390/mm: support EDAT2 for gmap shadowsDavid Hildenbrand2016-06-201-2/+12
| * s390/mm: support EDAT1 for gmap shadowsDavid Hildenbrand2016-06-201-4/+25
| * s390/mm: prepare for EDAT1/EDAT2 support in gmap shadowDavid Hildenbrand2016-06-201-5/+11
| * s390/mm: fix races on gmap_shadow creationDavid Hildenbrand2016-06-201-17/+28
| * s390/mm: avoid races on region/segment/page table shadowingDavid Hildenbrand2016-06-201-27/+70
| * s390/mm: shadow pages with real guest requested protectionDavid Hildenbrand2016-06-201-7/+5Star
| * s390/mm: flush tlb of shadows in all situationsDavid Hildenbrand2016-06-201-3/+4
| * s390/mm: add shadow gmap supportMartin Schwidefsky2016-06-201-25/+1125
| * s390/mm: add reference counter to gmap structureMartin Schwidefsky2016-06-201-20/+70
| * s390/mm: extended gmap pte notifierMartin Schwidefsky2016-06-201-41/+129
| * s390/mm: use RCU for gmap notifier list and the per-mm gmap listMartin Schwidefsky2016-06-201-16/+23
| * s390/kvm: page table invalidation notifierMartin Schwidefsky2016-06-201-3/+16
* | s390/mm: fix gmap tlb flush issuesDavid Hildenbrand2016-07-131-2/+2