aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/mm/pgtable.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-27s390/mm: disable KSM for storage key enabled pagesDominik Dingel1-1/+15
2014-10-27s390/mm: prevent and break zero page mappings in case of storage keysDominik Dingel1-1/+12
2014-10-27s390/mm: recfactor global pgste updatesDominik Dingel1-99/+54
2014-10-15s390/mm: fixing calls of pte_unmap_unlockDominik Dingel1-3/+3
2014-08-29KVM: s390/mm: fix up indentation of set_guest_storage_keyChristian Borntraeger1-6/+6
2014-08-26KVM: s390/mm: support gmap page tables with less than 5 levelsMartin Schwidefsky1-30/+55
2014-08-26KVM: s390/mm: use radix trees for guest to host mappingsMartin Schwidefsky1-351/+270
2014-08-25KVM: s390/mm: cleanup gmap function arguments, variable namesMartin Schwidefsky1-54/+56
2014-08-25KVM: s390/mm: readd address parameter to gmap_do_ipte_notifyMartin Schwidefsky1-1/+2
2014-08-25KVM: s390/mm: try a cow on read only pages for key opsChristian Borntraeger1-0/+10
2014-08-01s390/mm: implement dirty bits for large segment table entriesMartin Schwidefsky1-0/+3
2014-08-01KVM: s390/mm: Fix page table locking vs. split pmd lockChristian Borntraeger1-2/+3
2014-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds1-16/+73
2014-05-20s390/uaccess: simplify control register updatesMartin Schwidefsky1-4/+6
2014-05-16KVM: s390: correct locking for s390_enable_skeyMartin Schwidefsky1-15/+7
2014-04-22KVM: s390/mm: new gmap_test_and_clear_dirty functionDominik Dingel1-0/+21
2014-04-22KVM: s390/mm: use software dirty bit detection for user dirty trackingMartin Schwidefsky1-3/+3
2014-04-22KVM: s390: Allow skeys to be enabled for the current processDominik Dingel1-0/+23
2014-04-22KVM: s390: Clear storage keysDominik Dingel1-11/+32
2014-04-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-5/+7
2014-04-07mm: revert "thp: make MADV_HUGEPAGE check for mm->def_flags"Alex Thorlton1-0/+3
2014-04-03s390/uaccess: rework uaccess code - fix locking issuesHeiko Carstens1-3/+3