aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/mm/pgtable.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-03s390/mm,tlb: optimize TLB flushing for zEC12Martin Schwidefsky1-2/+2
2014-04-03s390/mm,tlb: safeguard against speculative TLB creationMartin Schwidefsky1-3/+5
2014-03-21s390/mm: remove unnecessary parameter from gmap_do_ipte_notifyDominik Dingel1-2/+1
2014-03-21s390/mm: fixing comment so that parameter name matchDominik Dingel1-1/+1
2014-02-21s390/mm: enable split page table lock for PMD levelMartin Schwidefsky1-2/+2
2014-02-21s390/kvm: set guest page states to stable on re-iplMartin Schwidefsky1-0/+72
2014-02-21s390/kvm: support collaborative memory managementKonstantin Weitz1-0/+77
2014-01-16s390: Fix misspellings using 'codespell' toolHendrik Brueckner1-2/+2
2013-11-15s390: handle pgtable_page_ctor() failKirill A. Shutemov1-2/+9
2013-11-15mm, thp: do not access mm->pmd_huge_pte directlyKirill A. Shutemov1-6/+6
2013-11-04s390/mm,tlb: correct tlb flush on page table upgradeMartin Schwidefsky1-0/+18
2013-10-31s390/mm: page_table_realloc returns failureDominik Dingel1-8/+13
2013-10-24s390/uaccess: always run the kernel in home spaceMartin Schwidefsky1-4/+0
2013-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-2/+4
2013-09-07s390: make various functions static, add declarations to header filesHeiko Carstens1-1/+1
2013-09-07s390/mm: add __releases()/__acquires() annotations to gmap_alloc_table()Heiko Carstens1-1/+3
2013-09-04Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-65/+118