summaryrefslogtreecommitdiffstats
path: root/arch/s390/mm/gmap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* s390: Replace S390_lowcore by get_lowcore()Sven Schnelle2024-06-181-3/+3
* s390/hugetlb: Convert PG_arch_1 code to work on folio->flagsDavid Hildenbrand2024-06-051-2/+2
* s390/uv: Convert uv_destroy_owned_page() to uv_destroy_(folio|pte)()David Hildenbrand2024-06-051-2/+4
* Merge tag 's390-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2024-05-131-40/+125
|\
| * s390/mm: Re-enable the shared zeropage for !PV and !skeys KVM guestsDavid Hildenbrand2024-04-181-40/+125
* | s390/mm: Fix storage key clearing for guest huge pagesClaudio Imbrenda2024-04-221-1/+1
|/
* mm/treewide: replace pud_large() with pud_leaf()Peter Xu2024-03-061-1/+1
* mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu2024-03-061-6/+6
* s390: supplement for ptdesc conversionQi Zheng2024-03-061-18/+20
* KVM: s390: vsie: fix race during shadow creationChristian Borntraeger2023-12-211-0/+1
* s390/cmma: move arch_set_page_dat() to header fileHeiko Carstens2023-11-051-2/+2
* s390/mm: add missing arch_set_page_dat() call to gmap allocationsHeiko Carstens2023-10-251-6/+18
* mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan2023-08-211-0/+5
* KVM: s390: pv: fix index value of replaced ASCEClaudio Imbrenda2023-07-181-0/+1
* Merge tag 's390-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-07-061-1/+1
|\
| * s390: fix various typosHeiko Carstens2023-07-031-1/+1
* | s390: gmap use pte_unmap_unlock() not spin_unlock()Hugh Dickins2023-06-201-11/+11
* | s390: allow pte_offset_map_lock() to failHugh Dickins2023-06-201-1/+8
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-05-051-0/+7
|\
| * Merge tag 'kvm-s390-next-6.4-2' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2023-05-051-0/+7
| |\
| | * KVM: s390: pv: fix asynchronous teardown for small VMsClaudio Imbrenda2023-05-041-0/+7
* | | mm/ksm: move disabling KSM from s390/gmap code to KSM codeDavid Hildenbrand2023-05-031-19/+1
|/ /
* / mm: add new api to enable ksm per processStefan Roesch2023-04-211-0/+7
|/
* mm: replace vma->vm_flags indirect modification in ksm_madviseSuren Baghdasaryan2023-02-101-1/+5
* mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-101-2/+1
* mm: remove zap_page_range and create zap_vma_pagesMike Kravetz2023-01-191-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-12-151-71/+76
|\
| * s390/mm: gmap: sort out physical vs virtual pointers usageNico Boehr2022-10-261-71/+76
* | s390/mm: use pmd_pgtable_page() helper in __gmap_segment_gaddr()Anshuman Khandual2022-12-011-3/+2
|/
* s390: remove vma linked list walksMatthew Wilcox (Oracle)2022-09-271-2/+4
* KVM: s390: pv: refactor s390_reset_accClaudio Imbrenda2022-07-131-29/+70
* KVM: s390: pv: leak the topmost page table when destroy failsClaudio Imbrenda2022-07-131-0/+86
* Merge tag 's390-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-06-031-0/+14
|\
| * s390/gmap: voluntarily schedule during key settingChristian Borntraeger2022-06-011-0/+14
* | KVM: s390: vsie/gmap: reduce gmap_rmap overheadChristian Borntraeger2022-05-031-0/+7
|/
* s390: convert ".insn" encoding to instruction namesVasily Gorbik2022-03-101-1/+1
* s390/mm,gmap: don't use pte_val()/pXd_val() as lvalueHeiko Carstens2022-03-011-4/+4
* s390/mm: use set_pXd()/set_pte() helper functions everywhereHeiko Carstens2022-03-011-6/+6
* 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