summaryrefslogtreecommitdiffstats
path: root/arch/s390/mm
Commit message (Expand)AuthorAgeFilesLines
* s390/mm: fix huge pte soft dirty copyingJanosch Frank2020-07-221-1/+1
* KVM: s390: vsie: Fix possible race when shadowing region 3 tablesDavid Hildenbrand2020-04-241-0/+1
* KVM: s390: vsie: Fix region 1 ASCE sanity shadow address checksDavid Hildenbrand2020-04-241-1/+5
* mm, gup: add missing refcount overflow checks on x86 and s390Vlastimil Babka2019-12-051-3/+6
* s390/cmm: fix information leak in cmm_timeout_handler()Yihui ZENG2019-11-061-6/+6
* s390/mm: Check for valid vma before zapping in gmap_discardJanosch Frank2018-12-011-0/+2
* s390/extmem: fix gcc 8 stringop-overflow warningVasily Gorbik2018-10-031-2/+2
* s390/mm: correct allocate_pgste proc_handler callbackVasily Gorbik2018-10-031-1/+1
* s390/kvm: fix deadlock when killed by oomClaudio Imbrenda2018-09-051-0/+2
* s390/mm: fix write access check in gup_huge_pmd()Gerald Schaefer2017-10-051-4/+3
* s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangsChristian Borntraeger2017-09-091-7/+32
* mm: larger stack guard gap, between vmasHugh Dickins2017-06-241-2/+2
* KVM: s390: Fix guest migration for huge guests resulting in panicJanosch Frank2017-03-181-1/+18
* s390/mm: Fix cmma unused transfer from pgste into pteChristian Borntraeger2017-02-011-3/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-10-272-17/+22
|\
| * s390/mm: fix zone calculation in arch_add_memory()Gerald Schaefer2016-10-241-17/+21
| * s390/mm: use hugetlb_bad_size()Shyam Saini2016-10-171-0/+1
* | mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes2016-10-181-1/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-10-044-12/+27
|\
| * s390: migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-09-201-1/+1
| * s390/mm: merge local / non-local IDTE helperMartin Schwidefsky2016-08-241-5/+5
| * s390/mm: merge local / non-local IPTE helperMartin Schwidefsky2016-08-242-6/+6
| * s390/mm,kvm: flush gmap address space with IDTEMartin Schwidefsky2016-08-241-0/+15
* | s390/mm/pfault: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-191-18/+12
|/
* s390/pageattr: handle numpages parameter correctlyHeiko Carstens2016-08-101-0/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-024-117/+1707
|\
| * KVM: s390: backup the currently enabled gmap when scheduled outDavid Hildenbrand2016-06-201-0/+11
| * s390/mm: don't fault everything in read-write in gmap_pte_op_fixup()David Hildenbrand2016-06-201-6/+11
| * s390/mm: allow to check if a gmap shadow is validDavid Hildenbrand2016-06-201-0/+20
| * s390/mm: remember the int code for the last gmap faultDavid Hildenbrand2016-06-201-0/+1
| * s390/mm: limit number of real-space gmap shadowsDavid Hildenbrand2016-06-201-0/+13
| * s390/mm: support real-space for gmap shadowsDavid Hildenbrand2016-06-201-3/+32
| * s390/mm: support EDAT2 for gmap shadowsDavid Hildenbrand2016-06-201-2/+12
| * s390/mm: support EDAT1 for gmap shadowsDavid Hildenbrand2016-06-201-4/+25
| * s390/mm: prepare for EDAT1/EDAT2 support in gmap shadowDavid Hildenbrand2016-06-201-5/+11
| * s390/mm: fix races on gmap_shadow creationDavid Hildenbrand2016-06-201-17/+28
| * s390/mm: avoid races on region/segment/page table shadowingDavid Hildenbrand2016-06-201-27/+70
| * s390/mm: shadow pages with real guest requested protectionDavid Hildenbrand2016-06-202-16/+12
| * s390/mm: flush tlb of shadows in all situationsDavid Hildenbrand2016-06-201-3/+4
| * s390/mm: add shadow gmap supportMartin Schwidefsky2016-06-204-31/+1200
| * s390/mm: add reference counter to gmap structureMartin Schwidefsky2016-06-201-20/+70
| * s390/mm: extended gmap pte notifierMartin Schwidefsky2016-06-202-46/+178
| * s390/mm: use RCU for gmap notifier list and the per-mm gmap listMartin Schwidefsky2016-06-202-24/+31
| * s390/kvm: page table invalidation notifierMartin Schwidefsky2016-06-201-3/+16
| * KVM: s390: handle missing storage-key facilityDavid Hildenbrand2016-06-101-0/+37
| * KVM: s390: pfmf: support conditional-sske facilityDavid Hildenbrand2016-06-101-0/+33
| * s390/mm: return key via pointer in get_guest_storage_keyDavid Hildenbrand2016-06-101-6/+6
| * s390/mm: simplify get_guest_storage_keyDavid Hildenbrand2016-06-101-13/+4
| * s390/mm: set and get guest storage key mmap lockingMartin Schwidefsky2016-06-101-12/+3
| * s390/mm: don't drop errors in get_guest_storage_keyDavid Hildenbrand2016-06-101-1/+1