aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/mm/gmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-26s390: remove vma linked list walksMatthew Wilcox (Oracle)1-2/+4
2022-07-13KVM: s390: pv: refactor s390_reset_accClaudio Imbrenda1-29/+70
2022-07-13KVM: s390: pv: leak the topmost page table when destroy failsClaudio Imbrenda1-0/+86
2022-06-03Merge tag 's390-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+14
2022-06-01s390/gmap: voluntarily schedule during key settingChristian Borntraeger1-0/+14
2022-05-03KVM: s390: vsie/gmap: reduce gmap_rmap overheadChristian Borntraeger1-0/+7
2022-03-10s390: convert ".insn" encoding to instruction namesVasily Gorbik1-1/+1
2022-03-01s390/mm,gmap: don't use pte_val()/pXd_val() as lvalueHeiko Carstens1-4/+4
2022-03-01s390/mm: use set_pXd()/set_pte() helper functions everywhereHeiko Carstens1-6/+6
2021-10-27KVM: s390: pv: properly handle page flags for protected guestsClaudio Imbrenda1-1/+3
2021-10-25s390/gmap: don't unconditionally call pte_unmap_unlock() in __gmap_zap()David Hildenbrand1-2/+3
2021-10-25s390/gmap: validate VMA in __gmap_zap()David Hildenbrand1-0/+6
2021-09-07s390/mm: fix kernel doc commentsHeiko Carstens1-6/+5
2020-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-15/+15
2020-12-10s390/gmap: make gmap memcg awareChristian Borntraeger1-15/+15
2020-11-11KVM: s390: pv: Mark mm as protected after the set secure parameters and improve cleanupJanosch Frank1-0/+2
2020-09-14s390/uv: add destroy page callJanosch Frank1-1/+1
2020-08-13Merge tag 's390-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-7/+20
2020-08-12mm/gup: remove task_struct pointer for all gup codePeter Xu1-2/+2
2020-08-11s390/gmap: improve THP splittingGerald Schaefer1-7/+20
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-16/+16
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-22/+22
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-04-20KVM: s390: vsie: gmap_table_walk() simplificationsDavid Hildenbrand1-5/+5
2020-04-07KVM: s390: vsie: Fix possible race when shadowing region 3 tablesDavid Hildenbrand1-0/+1
2020-04-07KVM: s390: vsie: Fix region 1 ASCE sanity shadow address checksDavid Hildenbrand1-1/+5
2020-03-27s390/gmap: return proper error code on ksm unsharingChristian Borntraeger1-4/+5
2020-03-23KVM: s390: Use fallthrough;Joe Perches1-3/+3
2020-02-27KVM: s390/mm: Make pages accessible before destroying the guestChristian Borntraeger1-0/+35
2020-02-27KVM: s390: protvirt: Secure memory is not mergeableJanosch Frank1-10/+20
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-19/+16
2019-09-17Merge tag 's390-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-5/+5
2019-09-07pagewalk: separate function pointers from iterator dataChristoph Hellwig1-18/+15
2019-09-07mm: split out a new pagewalk.h header from mm.hChristoph Hellwig1-1/+1
2019-08-21s390/mm: use refcount_t for refcountChuhong Yuan1-5/+5
2019-07-29s390/mm: make gmap_test_and_clear_dirty_pmd staticVasily Gorbik1-2/+2
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