summaryrefslogtreecommitdiffstats
path: root/arch/s390/mm
Commit message (Expand)AuthorAgeFilesLines
* KVM: s390/mm: Properly reset no-datClaudio Imbrenda2023-12-131-1/+1
* s390/cmma: fix detection of DAT pagesHeiko Carstens2023-12-081-3/+3
* s390/mm: fix phys vs virt confusion in mark_kernel_pXd() functions familyAlexander Gordeev2023-12-081-4/+4
* s390/maccess: add no DAT mode to kernel_writeVasily Gorbik2023-03-111-5/+11
* s390/mm: do not trigger write fault when vma does not allow VM_WRITEGerald Schaefer2022-09-051-1/+3
* s390/mm: use non-quiescing sske for KVM switch to keyed guestChristian Borntraeger2022-06-251-1/+1
* mips,s390,sh,sparc: gup: Work around the "COW can break either way" issueBen Hutchings2022-01-271-1/+8
* s390/mm: fix 2KB pgtable release raceAlexander Gordeev2022-01-271-1/+3
* s390/mm: validate VMA in PGSTE manipulation functionsDavid Hildenbrand2021-12-011-0/+13
* s390/gmap: don't unconditionally call pte_unmap_unlock() in __gmap_zap()David Hildenbrand2021-11-261-2/+3
* s390/mm: fix huge pte soft dirty copyingJanosch Frank2020-07-161-1/+1
* s390/mm: fix set_huge_pte_at() for empty ptesGerald Schaefer2020-06-071-3/+6
* s390/mm: fix page table upgrade vs 2ndary address mode accessesChristian Borntraeger2020-04-291-2/+14
* KVM: s390: vsie: Fix possible race when shadowing region 3 tablesDavid Hildenbrand2020-04-231-0/+1
* KVM: s390: vsie: Fix region 1 ASCE sanity shadow address checksDavid Hildenbrand2020-04-171-1/+5
* s390/mm: fix dynamic pagetable upgrade for hugetlbfsGerald Schaefer2020-02-111-1/+99
* mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand2020-01-291-3/+1
* mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand2020-01-291-2/+0
* s390x/mm: implement arch_remove_memory()David Hildenbrand2020-01-291-6/+7
* mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand2020-01-291-2/+3
* mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador2020-01-291-1/+1
* mm, gup: add missing refcount overflow checks on s390Vlastimil Babka2019-12-051-3/+6
* s390/cmm: fix information leak in cmm_timeout_handler()Yihui ZENG2019-11-061-6/+6
* s390/mm: fix address space detection in exception handlingGerald Schaefer2019-06-111-1/+4
* s390/mm: silence compiler warning when compiling without CONFIG_PGSTEThomas Huth2019-05-311-0/+2
* s390/mm: fix mis-accounting of pgtable_bytesMartin Schwidefsky2018-11-271-0/+1
* s390/mm: Check for valid vma before zapping in gmap_discardJanosch Frank2018-09-121-1/+3
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-171-5/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-08-139-116/+611
|\
| * s390/mm: fix addressing exception after suspend/resumeGerald Schaefer2018-08-091-1/+1
| * Merge tag 'hlp_stage1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms3...Martin Schwidefsky2018-07-314-71/+572
| |\
| | * s390/mm: Add huge page gmap linking supportJanosch Frank2018-07-302-7/+10
| | * s390/mm: hugetlb pages within a gmap can not be freedDominik Dingel2018-07-301-0/+6
| | * s390/mm: Add huge pmd storage key handlingJanosch Frank2018-07-301-10/+98
| | * s390/mm: Clear skeys for newly mapped huge guest pmdsJanosch Frank2018-07-302-0/+26
| | * s390/mm: Clear huge page storage keys on enable_skeyDominik Dingel2018-07-302-7/+31
| | * s390/mm: Add huge page dirty sync supportJanosch Frank2018-07-302-36/+125
| | * s390/mm: Add gmap pmd invalidation and clearingJanosch Frank2018-07-302-3/+139
| | * s390/mm: Add gmap pmd notification bit settingJanosch Frank2018-07-301-6/+54
| | * s390/mm: Add gmap pmd linkingJanosch Frank2018-07-301-4/+9
| | * s390/mm: Abstract gmap notify bit settingJanosch Frank2018-07-301-4/+7
| | * s390/mm: Make gmap_protect_range more modularJanosch Frank2018-07-301-10/+83
| * | s390/kvm: fix deadlock when killed by oomClaudio Imbrenda2018-07-161-0/+2
| * | s390/cmm: avoid add_timer on concurrently used timerVasily Gorbik2018-07-161-6/+1
| * | s390/cmm: split and simplify cmm pages proc handlerVasily Gorbik2018-07-061-35/+32
| * | s390/mm: correct allocate_pgste proc_handler callbackVasily Gorbik2018-07-061-1/+1
| * | s390/extmem: fix gcc 8 stringop-overflow warningVasily Gorbik2018-07-021-2/+2
| |/
* / s390/mm: fix refcount usage for 4K pgsteEric Farman2018-07-021-0/+4
|/
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-121-1/+1
|\
| * treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1