summaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/pgtable.h
Commit message (Expand)AuthorAgeFilesLines
* mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour2018-06-071-1/+0
* s390/mm: modify pmdp_invalidate to return old value.Martin Schwidefsky2018-01-311-2/+2
* Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths"Linus Torvalds2017-12-151-6/+0
* mm: replace pud_write with pud_access_permitted in fault + gup pathsDan Williams2017-11-291-0/+6
* mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams2017-11-291-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* s390/mm: make pmdp_invalidate() do invalidation onlyGerald Schaefer2017-09-191-1/+3
* s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangsChristian Borntraeger2017-08-291-1/+1
* s390/mm,vmem: simplify region and segment table allocation codeHeiko Carstens2017-07-261-3/+0
* s390/mm: introduce defines to reflect the hardware mmuHeiko Carstens2017-07-261-20/+48
* s390/mm: get rid of __ASSEMBLY__ guards within pgtable.hHeiko Carstens2017-07-261-5/+0
* s390/mm: remove and correct comments within pgtable.hHeiko Carstens2017-07-261-27/+4
* s390/mm,kvm: use nodat PGSTE tag to optimize TLB flushingMartin Schwidefsky2017-07-251-0/+1
* s390/mm: add guest ASCE TLB flush optimizationMartin Schwidefsky2017-07-251-15/+43
* s390/mm: add no-dat TLB flush optimizationMartin Schwidefsky2017-07-251-12/+29
* s390/mm: add p?d_folded() helper functionsHeiko Carstens2017-06-121-7/+22
* s390/mm: remove incorrect _REGION3_ENTRY_ORIGIN defineHeiko Carstens2017-06-121-3/+1
* s390/mm: implement 5 level pages tablesMartin Schwidefsky2017-06-121-13/+67
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-05-021-4/+12
|\
| * s390/kvm: Add PGSTE manipulation functionsClaudio Imbrenda2017-04-201-4/+12
* | s390/mm: fix CMMA vs KSM vs othersChristian Borntraeger2017-04-121-0/+2
|/
* arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov2017-03-091-0/+1
* s390/mm: use _SEGMENT_ENTRY_EMPTY in the codeDominik Dingel2017-02-231-7/+7
* s390: get rid of MACHINE_HAS_PFMF and MACHINE_HAS_HPAGEHeiko Carstens2017-02-171-1/+1
* s390: add no-execute supportMartin Schwidefsky2017-02-081-34/+61
* s390/mm: merge local / non-local IDTE helperMartin Schwidefsky2016-08-241-32/+12
* s390/mm: merge local / non-local IPTE helperMartin Schwidefsky2016-08-241-17/+13
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-021-2/+15
|\
| * s390/mm: shadow pages with real guest requested protectionDavid Hildenbrand2016-06-201-1/+1
| * s390/mm: add shadow gmap supportMartin Schwidefsky2016-06-201-2/+8
| * s390/mm: extended gmap pte notifierMartin Schwidefsky2016-06-201-0/+2
| * KVM: s390: handle missing storage-key facilityDavid Hildenbrand2016-06-101-0/+1
| * KVM: s390: pfmf: support conditional-sske facilityDavid Hildenbrand2016-06-101-0/+3
| * s390/mm: return key via pointer in get_guest_storage_keyDavid Hildenbrand2016-06-101-1/+2
| * s390/mm: don't drop errors in get_guest_storage_keyDavid Hildenbrand2016-06-101-1/+1
* | s390/mm: clean up pte/pmd encodingGerald Schaefer2016-07-311-10/+10
* | s390/mm: add support for 2GB hugepagesGerald Schaefer2016-07-061-22/+49
* | s390/mm: align swapper_pg_dir to 16kHeiko Carstens2016-06-131-1/+1
* | s390/pgtable: add mapping statisticsHeiko Carstens2016-06-131-0/+19
* | s390/pageattr: allow kernel page table splittingHeiko Carstens2016-06-131-0/+36
* | s390/pgtable: make pmd and pud helper functions availableHeiko Carstens2016-06-131-14/+63
* | s390/pgtable: get rid of _REGION3_ENTRY_ROHeiko Carstens2016-06-131-2/+0
* | s390/vmem: introduce and use SEGMENT_KERNEL and REGION3_KERNELHeiko Carstens2016-06-131-2/+41
* | s390/pgtable: introduce and use generic csp inline asmHeiko Carstens2016-06-131-9/+15
|/
* arch: fix has_transparent_hugepage()Hugh Dickins2016-05-191-0/+1
* s390/mm: split arch/s390/mm/pgtable.cMartin Schwidefsky2016-03-081-107/+16
* s390/mm: uninline pmdp_xxx functions from pgtable.hMartin Schwidefsky2016-03-081-83/+53
* s390/mm: uninline ptep_xxx functions from pgtable.hMartin Schwidefsky2016-03-081-323/+51
* s390/mm: correct comment about segment table entriesMartin Schwidefsky2016-02-231-5/+5
* s390/mm: remove unnecessary indirection with pgste_update_allMartin Schwidefsky2016-02-231-13/+12