summaryrefslogtreecommitdiffstats
path: root/arch/s390/mm/gmap.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: s390: pv: properly handle page flags for protected guestsClaudio Imbrenda2021-10-271-1/+3
* s390/gmap: don't unconditionally call pte_unmap_unlock() in __gmap_zap()David Hildenbrand2021-10-251-2/+3
* s390/gmap: validate VMA in __gmap_zap()David Hildenbrand2021-10-251-0/+6
* s390/mm: fix kernel doc commentsHeiko Carstens2021-09-071-6/+5
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-12-201-15/+15
|\
| * s390/gmap: make gmap memcg awareChristian Borntraeger2020-12-101-15/+15
* | KVM: s390: pv: Mark mm as protected after the set secure parameters and impro...Janosch Frank2020-11-111-0/+2
|/
* s390/uv: add destroy page callJanosch Frank2020-09-141-1/+1
* Merge tag 's390-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-08-131-7/+20
|\
| * s390/gmap: improve THP splittingGerald Schaefer2020-08-111-7/+20
* | mm/gup: remove task_struct pointer for all gup codePeter Xu2020-08-121-2/+2
|/
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-16/+16
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-22/+22
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* KVM: s390: vsie: gmap_table_walk() simplificationsDavid Hildenbrand2020-04-201-5/+5
* KVM: s390: vsie: Fix possible race when shadowing region 3 tablesDavid Hildenbrand2020-04-071-0/+1
* KVM: s390: vsie: Fix region 1 ASCE sanity shadow address checksDavid Hildenbrand2020-04-071-1/+5
* s390/gmap: return proper error code on ksm unsharingChristian Borntraeger2020-03-271-4/+5
* KVM: s390: Use fallthrough;Joe Perches2020-03-231-3/+3
* KVM: s390/mm: Make pages accessible before destroying the guestChristian Borntraeger2020-02-271-0/+35
* KVM: s390: protvirt: Secure memory is not mergeableJanosch Frank2020-02-271-10/+20
* Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-09-211-19/+16
|\
| * pagewalk: separate function pointers from iterator dataChristoph Hellwig2019-09-071-18/+15
| * mm: split out a new pagewalk.h header from mm.hChristoph Hellwig2019-09-071-1/+1
* | Merge tag 's390-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-09-171-5/+5
|\ \ | |/ |/|
| * s390/mm: use refcount_t for refcountChuhong Yuan2019-08-211-5/+5
* | 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/+8
* s390/mm: Remove superfluous parameterJanosch Frank2018-01-231-2/+2
* s390x/mm: cleanup gmap_pte_op_walk()David Hildenbrand2018-01-161-15/+8
* s390: mm: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-241-0/+1
* s390/mm: remove unused codeHeiko Carstens2017-11-141-6/+3
* 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