summaryrefslogtreecommitdiff
path: root/arch/s390/include/asm/pgtable.h
AgeCommit message (Expand)AuthorFilesLines
2016-07-06s390/mm: add support for 2GB hugepagesGerald Schaefer1-22/+49
2016-06-13s390/mm: align swapper_pg_dir to 16kHeiko Carstens1-1/+1
2016-06-13s390/pgtable: add mapping statisticsHeiko Carstens1-0/+19
2016-06-13s390/pageattr: allow kernel page table splittingHeiko Carstens1-0/+36
2016-06-13s390/pgtable: make pmd and pud helper functions availableHeiko Carstens1-14/+63
2016-06-13s390/pgtable: get rid of _REGION3_ENTRY_ROHeiko Carstens1-2/+0
2016-06-13s390/vmem: introduce and use SEGMENT_KERNEL and REGION3_KERNELHeiko Carstens1-2/+41
2016-06-13s390/pgtable: introduce and use generic csp inline asmHeiko Carstens1-9/+15
2016-05-20arch: fix has_transparent_hugepage()Hugh Dickins1-0/+1
2016-03-08s390/mm: split arch/s390/mm/pgtable.cMartin Schwidefsky1-107/+16
2016-03-08s390/mm: uninline pmdp_xxx functions from pgtable.hMartin Schwidefsky1-83/+53
2016-03-08s390/mm: uninline ptep_xxx functions from pgtable.hMartin Schwidefsky1-323/+51
2016-02-23s390/mm: correct comment about segment table entriesMartin Schwidefsky1-5/+5
2016-02-23s390/mm: remove unnecessary indirection with pgste_update_allMartin Schwidefsky1-13/+12
2016-01-16s390, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov1-15/+1
2015-10-14s390/mm: try to avoid storage key operation in ptep_set_access_flagsMartin Schwidefsky1-2/+5
2015-10-14s390/mm: implement soft-dirty bits for user memory change trackingMartin Schwidefsky1-4/+55
2015-08-03s390/mm: add NUMA balancing primitivesMartin Schwidefsky1-0/+13
2015-06-25mm: clarify that the function operates on hugepage pteAneesh Kumar K.V1-12/+12
2015-06-25powerpc/mm: use generic version of pmdp_clear_flush()Aneesh Kumar K.V1-0/+8
2015-06-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-2/+2
2015-06-15s390/mm: s/specifiation/specification/, s/an specification/a specification/Geert Uytterhoeven1-2/+2
2015-05-19s390/mm: correct return value of pmd_pfnMartin Schwidefsky1-1/+1
2015-04-23s390/mm: change swap pte encoding and pgtable cleanupMartin Schwidefsky1-95/+63
2015-04-23s390/kvm: remove delayed reallocation of page tables for KVMMartin Schwidefsky1-0/+9
2015-03-25s390: remove 31 bit supportHeiko Carstens1-120/+5
2015-02-28mm: add missing __PAGETABLE_{PUD,PMD}_FOLDED definesKirill A. Shutemov1-0/+2
2015-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2015-02-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-0/+4
2015-02-12mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov1-1/+1
2015-02-11s390: drop pte_file()-related helpersKirill A. Shutemov1-25/+4
2015-01-22s390: avoid z13 cache aliasingMartin Schwidefsky1-0/+4
2014-10-27s390/mm: pmdp_get_and_clear_full optimizationMartin Schwidefsky1-0/+13
2014-10-27s390/ftrace,kprobes: allow to patch first instructionHeiko Carstens1-0/+12
2014-10-27s390/mm: disable KSM for storage key enabled pagesDominik Dingel1-1/+1
2014-10-27s390/mm: prevent and break zero page mappings in case of storage keysDominik Dingel1-0/+5
2014-10-27s390/mm: recfactor global pgste updatesDominik Dingel1-0/+1
2014-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-7/+18
2014-10-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-43/+29
2014-09-30s390/mm: make use of ipte range facilityHeiko Carstens1-0/+16
2014-09-25s390/mm: remove change bit override supportHeiko Carstens1-7/+2
2014-09-02KVM: s390/mm: Fix guest storage key corruption in ptep_set_access_flagsChristian Borntraeger1-0/+1
2014-09-02KVM: s390/mm: Fix storage key corruption during swappingChristian Borntraeger1-2/+3
2014-08-26KVM: s390/mm: remove outdated gmap data structuresMartin Schwidefsky1-23/+0
2014-08-26KVM: s390/mm: support gmap page tables with less than 5 levelsMartin Schwidefsky1-1/+2
2014-08-26KVM: s390/mm: use radix trees for guest to host mappingsMartin Schwidefsky1-4/+11
2014-08-25KVM: s390/mm: cleanup gmap function arguments, variable namesMartin Schwidefsky1-7/+7
2014-08-25KVM: s390/mm: readd address parameter to gmap_do_ipte_notifyMartin Schwidefsky1-2/+2
2014-08-25KVM: s390/mm: readd address parameter to pgste_ipte_notifyMartin Schwidefsky1-8/+9
2014-08-01s390/mm: implement dirty bits for large segment table entriesMartin Schwidefsky1-88/+109