summaryrefslogtreecommitdiff
path: root/arch/s390/mm
AgeCommit message (Expand)AuthorFilesLines
2025-12-01s390/mm: Fix __ptep_rdp() inline assemblyHeiko Carstens1-2/+2
2025-08-28mm/ptdump: take the memory hotplug lock inside ptdump_walk_pgd()Anshuman Khandual1-2/+0
2025-08-28s390/mm: Remove possible false-positive warning in pte_free_defer()Gerald Schaefer1-5/+0
2025-03-13mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()Ryan Roberts1-2/+2
2024-12-09s390/pageattr: Implement missing kernel_page_present()Heiko Carstens1-0/+15
2024-10-17s390/mm: Add cond_resched() to cmm_alloc/free_pages()Gerald Schaefer1-1/+17
2024-08-03s390/mm: Fix VM_FAULT_HWPOISON handling in do_exception()Gerald Schaefer1-2/+4
2024-07-18s390/mm: Add NULL pointer check to crst_table_free() base_crst_free()Heiko Carstens1-0/+4
2024-06-12s390/mm: Re-enable the shared zeropage for !PV and !skeys KVM guestsDavid Hildenbrand1-40/+125
2024-05-17s390/mm: Fix clearing storage keys for huge pagesClaudio Imbrenda1-1/+1
2024-05-17s390/mm: Fix storage key clearing for guest huge pagesClaudio Imbrenda1-1/+1
2024-04-10mm/treewide: replace pud_large() with pud_leaf()Peter Xu5-8/+8
2024-03-15KVM: s390: vsie: fix race during shadow creationChristian Borntraeger1-0/+1
2023-12-13KVM: s390/mm: Properly reset no-datClaudio Imbrenda1-1/+1
2023-12-08s390/cmma: fix handling of swapper_pg_dir and invalid_pg_dirHeiko Carstens1-0/+6
2023-11-28s390/cmma: fix detection of DAT pagesHeiko Carstens1-3/+3
2023-11-28s390/mm: add missing arch_set_page_dat() call to gmap allocationsHeiko Carstens2-6/+19
2023-11-28s390/mm: add missing arch_set_page_dat() call to vmem_crst_alloc()Heiko Carstens1-2/+6
2023-09-30mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts1-1/+7
2023-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2023-09-07Merge tag 's390-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds4-132/+26
2023-09-05s390/vmem: do not silently ignore mapping limitAlexander Gordeev1-15/+3
2023-09-05s390/mm: fix MAX_DMA_ADDRESS physical vs virtual confusionAlexander Gordeev1-1/+1
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2023-08-31Merge tag 'kvm-s390-next-6.6-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini1-1/+1
2023-08-30s390/mm: use __set_memory() variants where usefulHeiko Carstens2-11/+11
2023-08-30s390/set_memory: add __set_memory() variantHeiko Carstens1-1/+1
2023-08-30s390/mm: improve description of mapping permissions of prefix pagesHeiko Carstens1-2/+5
2023-08-30s390/amode31: change type of __samode31, __eamode31, etcHeiko Carstens2-4/+4
2023-08-30s390/mm: simplify kernel mapping setupHeiko Carstens1-105/+4
2023-08-30s390/vmem: fix virtual vs physical address confusionAlexander Gordeev1-4/+8
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-62/+119
2023-08-29Merge tag 's390-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds8-238/+263
2023-08-28s390/uv: UV feature check utilitySteffen Eiden1-1/+1
2023-08-25Merge tag 'mm-hotfixes-stable-2023-08-25-11-07' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+5
2023-08-25mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETEDSuren Baghdasaryan1-1/+2
2023-08-22merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton1-0/+5
2023-08-21s390: convert various pgalloc functions to use ptdescsVishal Moola (Oracle)1-63/+65
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan1-0/+5
2023-08-18mm: remove CONFIG_PER_VMA_LOCK ifdefsMatthew Wilcox (Oracle)1-2/+0
2023-08-18s390: add pte_free_defer() for pgtables sharing pageHugh Dickins1-12/+68
2023-08-16s390/mm: make virt_to_pfn() a static inlineLinus Walleij2-2/+2
2023-08-16s390/mm: define Real Memory Copy size and mask macrosAlexander Gordeev2-4/+5
2023-07-29s390/pfault: use consistent comment styleHeiko Carstens1-10/+20
2023-07-29s390/pfault: cleanup inline assembliesHeiko Carstens1-14/+14
2023-07-29s390/pfault: use early_param() instead if __setup()Heiko Carstens1-2/+1
2023-07-29s390/pfault: remove not needed packed and aligned attributesHeiko Carstens1-1/+1
2023-07-29s390/pfault: use UL instead of ULLHeiko Carstens1-3/+3
2023-07-29s390/mm: move pfault code to own C fileHeiko Carstens3-228/+240
2023-07-27s390/vmem: split pages when debug pagealloc is enabledSven Schnelle1-0/+2