summaryrefslogtreecommitdiffstats
path: root/arch/s390/mm/gmap.c
AgeCommit message (Expand)Author
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-04-20KVM: s390: vsie: gmap_table_walk() simplificationsDavid Hildenbrand
2020-04-07KVM: s390: vsie: Fix possible race when shadowing region 3 tablesDavid Hildenbrand
2020-04-07KVM: s390: vsie: Fix region 1 ASCE sanity shadow address checksDavid Hildenbrand
2020-03-27s390/gmap: return proper error code on ksm unsharingChristian Borntraeger
2020-03-23KVM: s390: Use fallthrough;Joe Perches
2020-02-27KVM: s390/mm: Make pages accessible before destroying the guestChristian Borntraeger
2020-02-27KVM: s390: protvirt: Secure memory is not mergeableJanosch Frank
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2019-09-17Merge tag 's390-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2019-09-07pagewalk: separate function pointers from iterator dataChristoph Hellwig
2019-09-07mm: split out a new pagewalk.h header from mm.hChristoph Hellwig
2019-08-21s390/mm: use refcount_t for refcountChuhong Yuan
2019-07-29s390/mm: make gmap_test_and_clear_dirty_pmd staticVasily Gorbik
2018-10-04Merge tag 'kvm-s390-next-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini
2018-10-01s390/mm: optimize locking without huge pages in gmap_pmd_op_walk()David Hildenbrand
2018-09-12s390/mm: Check for valid vma before zapping in gmap_discardJanosch Frank
2018-07-30s390/mm: Add huge page gmap linking supportJanosch Frank
2018-07-30s390/mm: hugetlb pages within a gmap can not be freedDominik Dingel
2018-07-30s390/mm: Clear skeys for newly mapped huge guest pmdsJanosch Frank
2018-07-30s390/mm: Clear huge page storage keys on enable_skeyDominik Dingel
2018-07-30s390/mm: Add huge page dirty sync supportJanosch Frank
2018-07-30s390/mm: Add gmap pmd invalidation and clearingJanosch Frank
2018-07-30s390/mm: Add gmap pmd notification bit settingJanosch Frank
2018-07-30s390/mm: Add gmap pmd linkingJanosch Frank
2018-07-30s390/mm: Abstract gmap notify bit settingJanosch Frank
2018-07-30s390/mm: Make gmap_protect_range more modularJanosch Frank
2018-05-17KVM: s390: Add storage key facility interpretation controlJanosch Frank
2018-01-24s390x/mm: simplify gmap_protect_rmap()David Hildenbrand
2018-01-23s390/mm: Remove superfluous parameterJanosch Frank
2018-01-16s390x/mm: cleanup gmap_pte_op_walk()David Hildenbrand
2017-11-24s390: mm: add SPDX identifiers to the remaining filesGreg Kroah-Hartman
2017-11-14s390/mm: remove unused codeHeiko Carstens
2017-09-06s390/mm: use a single lock for the fields in mm_context_tMartin Schwidefsky
2017-08-29s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangsChristian Borntraeger
2017-07-26s390/mm: use new mm defines instead of magic valuesHeiko Carstens
2017-06-12s390/mm: add __rcu annotationsHeiko Carstens
2017-06-12s390/mm: implement 5 level pages tablesMartin Schwidefsky
2017-04-25s390/mm: make TASK_SIZE independent from the number of page table levelsMartin Schwidefsky
2017-03-24s390/mm: Remove double gaddr calculation when notifyingJanosch Frank
2017-02-23s390/mm: use _SEGMENT_ENTRY_EMPTY in the codeDominik Dingel
2017-02-22mm: drop unused argument of zap_page_range()Kirill A. Shutemov
2016-12-12lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner
2016-08-24s390/mm,kvm: flush gmap address space with IDTEMartin Schwidefsky
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-07-13s390/mm: fix gmap tlb flush issuesDavid Hildenbrand
2016-07-06s390/mm: add support for 2GB hugepagesGerald Schaefer