summaryrefslogtreecommitdiff
path: root/arch/s390/mm/gmap.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-29Merge tag 's390-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-10/+9
2025-03-18s390: Remove 2k vs 4k page table leftoversHeiko Carstens1-3/+0
2025-03-14KVM: s390: pv: fix race when making a page secureClaudio Imbrenda1-28/+0
2025-03-04s390/tlb: Convert MACHINE_HAS_TLB_GUEST to machine_has_tlb_guest()Heiko Carstens1-3/+4
2025-03-04s390/cpufeature: Convert MACHINE_HAS_IDTE to cpu_has_idte()Heiko Carstens1-4/+5
2025-01-31KVM: s390: remove the last user of page->indexClaudio Imbrenda1-2/+20
2025-01-31KVM: s390: remove useless page->index usageClaudio Imbrenda1-9/+0
2025-01-31KVM: s390: move gmap_shadow_pgt_lookup() into kvmClaudio Imbrenda1-44/+2
2025-01-31KVM: s390: stop using lists to keep track of used dat tablesClaudio Imbrenda1-79/+23
2025-01-31KVM: s390: stop using page->index for non-shadow gmapsClaudio Imbrenda1-51/+54
2025-01-31KVM: s390: move some gmap shadowing functions away from mm/gmap.cClaudio Imbrenda1-209/+29
2025-01-31KVM: s390: get rid of gmap_translate()Claudio Imbrenda1-20/+0
2025-01-31KVM: s390: get rid of gmap_fault()Claudio Imbrenda1-124/+0
2025-01-31KVM: s390: use __kvm_faultin_pfn()Claudio Imbrenda1-0/+1
2025-01-31KVM: s390: move pv gmap functions into kvmClaudio Imbrenda1-0/+28
2024-11-29Merge tag 's390-6.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-4/+8
2024-11-27s390/mm: Introduce region-third and segment table entry present bitsGerald Schaefer1-4/+8
2024-11-19Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+3
2024-10-29s390/mm/gmap: Remove gmap_{en,dis}able()Claudio Imbrenda1-31/+0
2024-10-29s390/mm/gmap: Fix __gmap_fault() return codeClaudio Imbrenda1-6/+5
2024-10-29s390/mm/gmap: Refactor gmap_fault() and add support for pfaultClaudio Imbrenda1-19/+100
2024-10-16s390: Remove remaining _PAGE_* macrosVincenzo Frascino1-3/+3
2024-06-18s390: Replace S390_lowcore by get_lowcore()Sven Schnelle1-3/+3
2024-06-05s390/hugetlb: Convert PG_arch_1 code to work on folio->flagsDavid Hildenbrand1-2/+2
2024-06-05s390/uv: Convert uv_destroy_owned_page() to uv_destroy_(folio|pte)()David Hildenbrand1-2/+4
2024-05-13Merge tag 's390-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-40/+125
2024-04-22s390/mm: Fix storage key clearing for guest huge pagesClaudio Imbrenda1-1/+1
2024-04-18s390/mm: Re-enable the shared zeropage for !PV and !skeys KVM guestsDavid Hildenbrand1-40/+125
2024-03-06mm/treewide: replace pud_large() with pud_leaf()Peter Xu1-1/+1
2024-03-06mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu1-6/+6
2024-03-06s390: supplement for ptdesc conversionQi Zheng1-18/+20
2023-12-21KVM: s390: vsie: fix race during shadow creationChristian Borntraeger1-0/+1
2023-11-05s390/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-19s390: gmap use pte_unmap_unlock() not spin_unlock()Hugh Dickins1-11/+11
2023-06-19s390: 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-02mm/ksm: move disabling KSM from s390/gmap code to KSM codeDavid Hildenbrand1-19/+1
2023-04-21mm: add new api to enable ksm per processStefan Roesch1-0/+7
2023-02-09mm: replace vma->vm_flags indirect modification in ksm_madviseSuren Baghdasaryan1-1/+5
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-2/+1
2023-01-18mm: 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-11-30s390/mm: use pmd_pgtable_page() helper in __gmap_segment_gaddr()Anshuman Khandual1-3/+2