aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/mm/pageattr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport1-1/+1
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport1-9/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-03-23s390: remove broken hibernate / power management supportHeiko Carstens1-16/+0
2018-07-30s390/mm: Clear huge page storage keys on enable_skeyDominik Dingel1-4/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-26s390/mm,vmem: simplify region and segment table allocation codeHeiko Carstens1-1/+2
2017-07-25s390/mm: add guest ASCE TLB flush optimizationMartin Schwidefsky1-1/+1
2017-07-25s390/mm: add no-dat TLB flush optimizationMartin Schwidefsky1-1/+1
2017-06-12s390/mm: implement 5 level pages tablesMartin Schwidefsky1-4/+26
2017-05-08s390: use set_memory.h headerLaura Abbott1-0/+1
2017-04-26s390/pageattr: avoid unnecessary page table splittingHeiko Carstens1-3/+7
2017-02-17s390: mm: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+0
2017-02-08s390: add no-execute supportMartin Schwidefsky1-63/+54
2016-08-24s390/mm: merge local / non-local IPTE helperMartin Schwidefsky1-2/+2
2016-08-10s390/pageattr: handle numpages parameter correctlyHeiko Carstens1-0/+2
2016-06-14s390/mm: fix compile for PAGE_DEFAULT_KEY != 0Heiko Carstens1-2/+2
2016-06-13s390/pgtable: add mapping statisticsHeiko Carstens1-0/+18
2016-06-13s390/pageattr: allow kernel page table splittingHeiko Carstens1-31/+212
2016-06-13s390/mm: always use PAGE_KERNEL when mapping pagesHeiko Carstens1-1/+1
2016-02-23s390/pageattr: do a single TLB flush for change_page_attrMartin Schwidefsky1-5/+3
2015-03-25s390: remove 31 bit supportHeiko Carstens1-1/+1
2014-12-13mm/debug-pagealloc: make debug-pagealloc boottime configurableJoonsoo Kim1-1/+1
2014-09-30s390/mm: make use of ipte range facilityHeiko Carstens1-7/+31
2013-10-24s390/mm: do not initialize storage keysMartin Schwidefsky1-1/+3
2013-08-22s390/mm: cleanup page table definitionsMartin Schwidefsky1-1/+1
2013-04-17s390/mm: speedup storage key initializationHeiko Carstens1-15/+9
2013-02-14s390/mm: implement software dirty bitsMartin Schwidefsky1-1/+1
2012-11-23s390/mm: move kernel_page_present/kernel_map_pages to page_attr.cHeiko Carstens1-0/+43
2012-11-23s390/memory hotplug: use pfmf instruction to initialize storage keysHeiko Carstens1-1/+36
2012-11-23s390/mm,vmem: use 2GB frames for identity mappingHeiko Carstens1-1/+1
2012-10-09s390/mm,pageattr: remove superfluous EXPORT_SYMBOLsHeiko Carstens1-3/+0
2012-10-09s390/mm,pageattr: add more page table walk sanity checksHeiko Carstens1-12/+25
2012-10-09s390/mm: fix pmd_huge() usage for kernel mappingHeiko Carstens1-1/+1
2011-10-30[S390] sparse: fix sparse warnings about missing prototypesMartin Schwidefsky1-0/+1
2011-05-23[S390] refactor page table functions for better pgste supportMartin Schwidefsky1-1/+1
2011-05-19module: undo module RONX protection correctly.Jan Glauber1-0/+5
2011-04-20[S390] fix page table walk for changing page attributesJan Glauber1-2/+3
2011-03-15[S390] Write protect module text and RO dataJan Glauber1-0/+55