aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/s390/mm/pageattr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-06mm/treewide: replace pud_large() with pud_leaf()Peter Xu1-1/+1
2024-03-06mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu1-1/+1
2023-09-19s390/ctlreg: add struct ctlregHeiko Carstens1-1/+1
2023-09-07Merge tag 's390-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+1
2023-08-30s390/set_memory: add __set_memory() variantHeiko Carstens1-1/+1
2023-07-11mm: Move pte/pmd_mkwrite() callers with no VMA to _novma()Rick Edgecombe1-2/+2
2023-05-17procfs: consolidate arch_report_meminfo declarationArnd Bergmann1-0/+1
2023-04-20s390/mm: use VM_FLUSH_RESET_PERMS in module_alloc()Heiko Carstens1-5/+50
2023-04-20s390/mm: enable ARCH_HAS_SET_DIRECT_MAPHeiko Carstens1-0/+35
2023-04-13s390/mm: fix direct map accountingHeiko Carstens1-1/+1
2023-03-20s390/mm,pageattr: allow KASAN shadow memoryVasily Gorbik1-2/+0
2022-03-01s390/mm,pageattr: don't use pte_val()/pXd_val() as lvalueHeiko Carstens1-8/+8
2022-03-01s390/mm: use set_pXd()/set_pte() helper functions everywhereHeiko Carstens1-8/+9
2021-10-26s390/pgtable: use physical address for Page-Table OriginAlexander Gordeev1-2/+2
2021-08-25s390/mm,pageattr: fix walk_pte_level() early exitHeiko Carstens1-1/+1
2021-08-05s390/mm: use page_to_virt() in __kernel_map_pages()Heiko Carstens1-1/+1
2021-07-30s390: add support for KFENCESven Schnelle1-1/+2
2021-07-30s390/mm: implement set_memory_4k()Heiko Carstens1-2/+12
2020-09-14s390/mm,ptdump: hold cpa mutex while walking for kernel page table dumpHeiko Carstens1-1/+1
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