summaryrefslogtreecommitdiff
path: root/arch/s390/mm
AgeCommit message (Expand)AuthorFilesLines
2023-03-11s390/maccess: add no DAT mode to kernel_writeVasily Gorbik1-5/+11
2022-09-05s390/mm: do not trigger write fault when vma does not allow VM_WRITEGerald Schaefer1-1/+3
2022-06-25s390/mm: use non-quiescing sske for KVM switch to keyed guestChristian Borntraeger1-1/+1
2022-01-27mips,s390,sh,sparc: gup: Work around the "COW can break either way" issueBen Hutchings1-1/+8
2022-01-27s390/mm: fix 2KB pgtable release raceAlexander Gordeev1-1/+3
2021-12-01s390/mm: validate VMA in PGSTE manipulation functionsDavid Hildenbrand1-0/+13
2021-11-26s390/gmap: don't unconditionally call pte_unmap_unlock() in __gmap_zap()David Hildenbrand1-2/+3
2020-07-16s390/mm: fix huge pte soft dirty copyingJanosch Frank1-1/+1
2020-06-07s390/mm: fix set_huge_pte_at() for empty ptesGerald Schaefer1-3/+6
2020-04-29s390/mm: fix page table upgrade vs 2ndary address mode accessesChristian Borntraeger1-2/+14
2020-04-23KVM: s390: vsie: Fix possible race when shadowing region 3 tablesDavid Hildenbrand1-0/+1
2020-04-17KVM: s390: vsie: Fix region 1 ASCE sanity shadow address checksDavid Hildenbrand1-1/+5
2020-02-11s390/mm: fix dynamic pagetable upgrade for hugetlbfsGerald Schaefer1-1/+99
2020-01-29mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand1-3/+1
2020-01-29mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand1-2/+0
2020-01-29s390x/mm: implement arch_remove_memory()David Hildenbrand1-6/+7
2020-01-29mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand1-2/+3
2020-01-29mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador1-1/+1
2019-12-05mm, gup: add missing refcount overflow checks on s390Vlastimil Babka1-3/+6
2019-11-06s390/cmm: fix information leak in cmm_timeout_handler()Yihui ZENG1-6/+6
2019-06-11s390/mm: fix address space detection in exception handlingGerald Schaefer1-1/+4
2019-05-31s390/mm: silence compiler warning when compiling without CONFIG_PGSTEThomas Huth1-0/+2
2018-11-27s390/mm: fix mis-accounting of pgtable_bytesMartin Schwidefsky1-0/+1
2018-09-12s390/mm: Check for valid vma before zapping in gmap_discardJanosch Frank1-1/+3
2018-08-18mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-5/+8
2018-08-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds9-116/+611
2018-08-09s390/mm: fix addressing exception after suspend/resumeGerald Schaefer1-1/+1
2018-07-31Merge tag 'hlp_stage1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms3...Martin Schwidefsky4-71/+572
2018-07-31s390/mm: Add huge page gmap linking supportJanosch Frank2-7/+10
2018-07-31s390/mm: hugetlb pages within a gmap can not be freedDominik Dingel1-0/+6
2018-07-30s390/mm: Add huge pmd storage key handlingJanosch Frank1-10/+98
2018-07-30s390/mm: Clear skeys for newly mapped huge guest pmdsJanosch Frank2-0/+26
2018-07-30s390/mm: Clear huge page storage keys on enable_skeyDominik Dingel2-7/+31
2018-07-30s390/mm: Add huge page dirty sync supportJanosch Frank2-36/+125
2018-07-30s390/mm: Add gmap pmd invalidation and clearingJanosch Frank2-3/+139
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
2018-07-16s390/kvm: fix deadlock when killed by oomClaudio Imbrenda1-0/+2
2018-07-16s390/cmm: avoid add_timer on concurrently used timerVasily Gorbik1-6/+1
2018-07-06s390/cmm: split and simplify cmm pages proc handlerVasily Gorbik1-35/+32
2018-07-06s390/mm: correct allocate_pgste proc_handler callbackVasily Gorbik1-1/+1
2018-07-02s390/mm: fix refcount usage for 4K pgsteEric Farman1-0/+4
2018-07-02s390/extmem: fix gcc 8 stringop-overflow warningVasily Gorbik1-2/+2
2018-06-13Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-5/+5
2018-06-08s390: use _refcount for pgtablesMatthew Wilcox1-9/+12
2018-05-17KVM: s390: Add storage key facility interpretation controlJanosch Frank2-5/+5