summaryrefslogtreecommitdiff
path: root/arch/s390/mm/gmap.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-21KVM: s390: vsie: fix race during shadow creationChristian Borntraeger1-0/+1
2023-11-06s390/cmma: move arch_set_page_dat() to header fileHeiko Carstens1-2/+2
2023-10-25s390/mm: add missing arch_set_page_dat() call to gmap allocationsHeiko Carstens1-6/+18
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan1-0/+5
2023-07-18KVM: s390: pv: fix index value of replaced ASCEClaudio Imbrenda1-0/+1
2023-07-06Merge tag 's390-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-1/+1
2023-07-03s390: fix various typosHeiko Carstens1-1/+1
2023-06-20s390: gmap use pte_unmap_unlock() not spin_unlock()Hugh Dickins1-11/+11
2023-06-20s390: allow pte_offset_map_lock() to failHugh Dickins1-1/+8
2023-05-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+7
2023-05-05Merge tag 'kvm-s390-next-6.4-2' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini1-0/+7
2023-05-04KVM: s390: pv: fix asynchronous teardown for small VMsClaudio Imbrenda1-0/+7
2023-05-03mm/ksm: move disabling KSM from s390/gmap code to KSM codeDavid Hildenbrand1-19/+1
2023-04-22mm: add new api to enable ksm per processStefan Roesch1-0/+7
2023-02-10mm: replace vma->vm_flags indirect modification in ksm_madviseSuren Baghdasaryan1-1/+5
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-2/+1
2023-01-19mm: remove zap_page_range and create zap_vma_pagesMike Kravetz1-1/+1
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-71/+76
2022-12-01s390/mm: use pmd_pgtable_page() helper in __gmap_segment_gaddr()Anshuman Khandual1-3/+2
2022-10-26s390/mm: gmap: sort out physical vs virtual pointers usageNico Boehr1-71/+76
2022-09-27s390: 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...Linus 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 impro...Janosch 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/...Linus 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