aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/pgtable.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-05mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V1-1/+2
2019-03-05mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V1-2/+2
2018-11-02s390/mm: fix mis-accounting of pgtable_bytesMartin Schwidefsky1-0/+18
2018-10-09s390/kasan: use noexec and large pagesVasily Gorbik1-0/+6
2018-10-09s390/kasan: add initialization code and enable itVasily Gorbik1-0/+1
2018-10-09s390: add pgd_page primitiveVasily Gorbik1-1/+10
2018-10-09s390: introduce MAX_PTRS_PER_P4DVasily Gorbik1-0/+2
2018-07-30s390/mm: Add huge page dirty sync supportJanosch Frank1-1/+2
2018-07-30s390/mm: Add gmap pmd invalidation and clearingJanosch Frank1-0/+4
2018-07-30s390/mm: Add gmap pmd linkingJanosch Frank1-2/+4
2018-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+2
2018-06-07mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour1-1/+0
2018-05-17KVM: s390: Add storage key facility interpretation controlJanosch Frank1-2/+2
2018-01-31s390/mm: modify pmdp_invalidate to return old value.Martin Schwidefsky1-2/+2
2017-12-15Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths"Linus Torvalds1-6/+0
2017-11-29mm: replace pud_write with pud_access_permitted in fault + gup pathsDan Williams1-0/+6
2017-11-29mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-19s390/mm: make pmdp_invalidate() do invalidation onlyGerald Schaefer1-1/+3
2017-08-29s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangsChristian Borntraeger1-1/+1
2017-07-26s390/mm,vmem: simplify region and segment table allocation codeHeiko Carstens1-3/+0
2017-07-26s390/mm: introduce defines to reflect the hardware mmuHeiko Carstens1-20/+48
2017-07-26s390/mm: get rid of __ASSEMBLY__ guards within pgtable.hHeiko Carstens1-5/+0
2017-07-26s390/mm: remove and correct comments within pgtable.hHeiko Carstens1-27/+4
2017-07-25s390/mm,kvm: use nodat PGSTE tag to optimize TLB flushingMartin Schwidefsky1-0/+1
2017-07-25s390/mm: add guest ASCE TLB flush optimizationMartin Schwidefsky1-15/+43
2017-07-25s390/mm: add no-dat TLB flush optimizationMartin Schwidefsky1-12/+29
2017-06-12s390/mm: add p?d_folded() helper functionsHeiko Carstens1-7/+22
2017-06-12s390/mm: remove incorrect _REGION3_ENTRY_ORIGIN defineHeiko Carstens1-3/+1
2017-06-12s390/mm: implement 5 level pages tablesMartin Schwidefsky1-13/+67
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-4/+12
2017-04-20s390/kvm: Add PGSTE manipulation functionsClaudio Imbrenda1-4/+12
2017-04-12s390/mm: fix CMMA vs KSM vs othersChristian Borntraeger1-0/+2
2017-03-09arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov1-0/+1
2017-02-23s390/mm: use _SEGMENT_ENTRY_EMPTY in the codeDominik Dingel1-7/+7
2017-02-17s390: get rid of MACHINE_HAS_PFMF and MACHINE_HAS_HPAGEHeiko Carstens1-1/+1
2017-02-08s390: add no-execute supportMartin Schwidefsky1-34/+61
2016-08-24s390/mm: merge local / non-local IDTE helperMartin Schwidefsky1-32/+12
2016-08-24s390/mm: merge local / non-local IPTE helperMartin Schwidefsky1-17/+13
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+15
2016-07-31s390/mm: clean up pte/pmd encodingGerald Schaefer1-10/+10
2016-07-06s390/mm: add support for 2GB hugepagesGerald Schaefer1-22/+49
2016-06-20s390/mm: shadow pages with real guest requested protectionDavid Hildenbrand1-1/+1
2016-06-20s390/mm: add shadow gmap supportMartin Schwidefsky1-2/+8
2016-06-20s390/mm: extended gmap pte notifierMartin Schwidefsky1-0/+2
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