aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/mm/pgtable.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-12s390/mm: implement 5 level pages tablesMartin Schwidefsky1-1/+5
2017-04-20s390/kvm: Add PGSTE manipulation functionsClaudio Imbrenda1-0/+153
2017-03-02KVM: s390: Fix guest migration for huge guests resulting in panicJanosch Frank1-1/+18
2017-02-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2017-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+2
2017-02-08s390: add no-execute supportMartin Schwidefsky1-0/+2
2017-01-30KVM: s390: Fix RRBE return code not being CCJanosch Frank1-1/+1
2017-01-24s390/mm: Fix cmma unused transfer from pgste into pteChristian Borntraeger1-3/+4
2016-08-24s390/mm: merge local / non-local IDTE helperMartin Schwidefsky1-5/+5
2016-08-24s390/mm: merge local / non-local IPTE helperMartin Schwidefsky1-4/+4
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-35/+174
2016-07-06s390/mm: add support for 2GB hugepagesGerald Schaefer1-0/+39
2016-06-20s390/mm: shadow pages with real guest requested protectionDavid Hildenbrand1-9/+7
2016-06-20s390/mm: add shadow gmap supportMartin Schwidefsky1-6/+51
2016-06-20s390/mm: extended gmap pte notifierMartin Schwidefsky1-5/+49
2016-06-13s390/mm: simplify the TLB flushing codeMartin Schwidefsky1-20/+14
2016-06-13s390/mm: fix vunmap vs finish_arch_post_lock_switchMartin Schwidefsky1-2/+18
2016-06-13KVM: s390/mm: Fix CMMA reset during rebootChristian Borntraeger1-1/+1
2016-06-10KVM: s390: handle missing storage-key facilityDavid Hildenbrand1-0/+37
2016-06-10KVM: s390: pfmf: support conditional-sske facilityDavid Hildenbrand1-0/+33
2016-06-10s390/mm: return key via pointer in get_guest_storage_keyDavid Hildenbrand1-6/+6
2016-06-10s390/mm: simplify get_guest_storage_keyDavid Hildenbrand1-13/+4
2016-06-10s390/mm: set and get guest storage key mmap lockingMartin Schwidefsky1-12/+3
2016-06-10s390/mm: don't drop errors in get_guest_storage_keyDavid Hildenbrand1-1/+1
2016-03-08s390/mm: split arch/s390/mm/pgtable.cMartin Schwidefsky1-1292/+240
2016-03-08s390/mm: uninline pmdp_xxx functions from pgtable.hMartin Schwidefsky1-25/+68
2016-03-08s390/mm: uninline ptep_xxx functions from pgtable.hMartin Schwidefsky1-29/+266
2016-03-02s390/kvm: simplify set_guest_storage_keyMartin Schwidefsky1-17/+0
2016-01-19s390/mm: use TASK_MAX_SIZE where applicableDominik Dingel1-1/+1
2016-01-15s390/mm: enable fixup_user_fault retryingDominik Dingel1-3/+26
2016-01-15mm: bring in additional flag for fixup_user_fault to signal unlockDominik Dingel1-3/+5
2016-01-15s390, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov1-16/+0
2016-01-14mm, shmem: add internal shmem resident memory accountingJerome Marchand1-4/+1
2015-12-15KVM: s390: fix mismatch between user and in-kernel guest limitDominik Dingel1-2/+2
2015-08-19s390/mm: simplify page table alloc/free codeMartin Schwidefsky1-136/+89
2015-07-17revert "s390/mm: make hugepages_supported a boot time decision"Dominik Dingel1-2/+0
2015-07-17revert "s390/mm: change HPAGE_SHIFT type to int"Dominik Dingel1-1/+1
2015-06-25s390/mm: change HPAGE_SHIFT type to intDominik Dingel1-1/+1
2015-06-25s390/mm: make hugepages_supported a boot time decisionDominik Dingel1-0/+2
2015-04-23s390/kvm: remove delayed reallocation of page tables for KVMMartin Schwidefsky1-99/+43
2015-03-25s390: remove 31 bit supportHeiko Carstens1-8/+0
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-3/+3
2015-01-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-2/+3
2015-01-08s390/pgtable: add unsigned long castsHeiko Carstens1-3/+3
2015-01-08s390/mm: avoid using pmd_to_page for !USE_SPLIT_PMD_PTLOCKSMartin Schwidefsky1-2/+3
2014-12-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+40
2014-11-28KVM: S390: Create helper function get_guest_storage_keyJason J. Herne1-0/+39
2014-11-03s390/mm: use correct unlock function in gmap_ipte_notifyMartin Schwidefsky1-1/+1
2014-10-28KVM: s390: Cleanup usage of current->mm in set_guest_storage_keyJason J. Herne1-1/+1
2014-10-27s390/mm: missing pte for gmap_ipte_notify should trigger a VM_BUGDominik Dingel1-2/+1