aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/mm
AgeCommit message (Expand)Author
2023-12-13KVM: s390/mm: Properly reset no-datClaudio Imbrenda
2023-12-08s390/cmma: fix detection of DAT pagesHeiko Carstens
2023-12-08s390/mm: fix phys vs virt confusion in mark_kernel_pXd() functions familyAlexander Gordeev
2023-03-11s390/maccess: add no DAT mode to kernel_writeVasily Gorbik
2022-09-05s390/mm: do not trigger write fault when vma does not allow VM_WRITEGerald Schaefer
2022-06-25s390/mm: use non-quiescing sske for KVM switch to keyed guestChristian Borntraeger
2022-01-27mips,s390,sh,sparc: gup: Work around the "COW can break either way" issueBen Hutchings
2022-01-27s390/mm: fix 2KB pgtable release raceAlexander Gordeev
2021-12-01s390/mm: validate VMA in PGSTE manipulation functionsDavid Hildenbrand
2021-11-26s390/gmap: don't unconditionally call pte_unmap_unlock() in __gmap_zap()David Hildenbrand
2020-07-16s390/mm: fix huge pte soft dirty copyingJanosch Frank
2020-06-07s390/mm: fix set_huge_pte_at() for empty ptesGerald Schaefer
2020-04-29s390/mm: fix page table upgrade vs 2ndary address mode accessesChristian Borntraeger
2020-04-23KVM: s390: vsie: Fix possible race when shadowing region 3 tablesDavid Hildenbrand
2020-04-17KVM: s390: vsie: Fix region 1 ASCE sanity shadow address checksDavid Hildenbrand
2020-02-11s390/mm: fix dynamic pagetable upgrade for hugetlbfsGerald Schaefer
2020-01-29mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand
2020-01-29mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand
2020-01-29s390x/mm: implement arch_remove_memory()David Hildenbrand
2020-01-29mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand
2020-01-29mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador
2019-12-05mm, gup: add missing refcount overflow checks on s390Vlastimil Babka
2019-11-06s390/cmm: fix information leak in cmm_timeout_handler()Yihui ZENG
2019-06-11s390/mm: fix address space detection in exception handlingGerald Schaefer
2019-05-31s390/mm: silence compiler warning when compiling without CONFIG_PGSTEThomas Huth
2018-11-27s390/mm: fix mis-accounting of pgtable_bytesMartin Schwidefsky
2018-09-12s390/mm: Check for valid vma before zapping in gmap_discardJanosch Frank
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder
2018-08-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2018-08-09s390/mm: fix addressing exception after suspend/resumeGerald Schaefer
2018-07-31Merge tag 'hlp_stage1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms3...Martin Schwidefsky
2018-07-30s390/mm: Add huge page gmap linking supportJanosch Frank
2018-07-30s390/mm: hugetlb pages within a gmap can not be freedDominik Dingel
2018-07-30s390/mm: Add huge pmd storage key handlingJanosch Frank
2018-07-30s390/mm: Clear skeys for newly mapped huge guest pmdsJanosch Frank
2018-07-30s390/mm: Clear huge page storage keys on enable_skeyDominik Dingel
2018-07-30s390/mm: Add huge page dirty sync supportJanosch Frank
2018-07-30s390/mm: Add gmap pmd invalidation and clearingJanosch Frank
2018-07-30s390/mm: Add gmap pmd notification bit settingJanosch Frank
2018-07-30s390/mm: Add gmap pmd linkingJanosch Frank
2018-07-30s390/mm: Abstract gmap notify bit settingJanosch Frank
2018-07-30s390/mm: Make gmap_protect_range more modularJanosch Frank
2018-07-16s390/kvm: fix deadlock when killed by oomClaudio Imbrenda
2018-07-16s390/cmm: avoid add_timer on concurrently used timerVasily Gorbik
2018-07-06s390/cmm: split and simplify cmm pages proc handlerVasily Gorbik
2018-07-06s390/mm: correct allocate_pgste proc_handler callbackVasily Gorbik
2018-07-02s390/mm: fix refcount usage for 4K pgsteEric Farman
2018-07-02s390/extmem: fix gcc 8 stringop-overflow warningVasily Gorbik
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook