summaryrefslogtreecommitdiff
path: root/arch/s390/include/asm/pgtable.h
AgeCommit message (Expand)Author
2020-09-26mm/gup: fix gup_fast with dynamic page table foldingVasily Gorbik
2020-09-14s390/mm,ptdump: add couple of additional markersVasily Gorbik
2020-09-14s390/pci: Implement ioremap_wc/prot() with MIONiklas Schnelle
2020-07-01s390/vmem: get rid of memory segment listDavid Hildenbrand
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-05-05mm: change pmdp_huge_get_and_clear_full take vm_area_struct as argAneesh Kumar K.V
2020-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-03-04s390/mm: fix panic in gup_fast on large pudGerald Schaefer
2020-02-27s390/mm: provide memory management functions for protected KVM guestsClaudio Imbrenda
2020-02-04s390: mm: add p?d_leaf() definitionsSteven Price
2019-10-31s390/mm: properly clear _PAGE_NOEXEC bit when it is not supportedGerald Schaefer
2019-10-31s390/mm: simplify page table helpers for large entriesGerald Schaefer
2019-10-31s390/mm: make pmd/pud_bad() report large entries as badGerald Schaefer
2019-10-04s390/mm: mark function(s) __always_inlineHeiko Carstens
2019-10-04s390/mm: fix -Wunused-but-set-variable warningsQian Cai
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport
2019-09-24mm: remove quicklist page table cachesNicholas Piggin
2019-08-21s390: move vmalloc option parsing to startup codeVasily Gorbik
2019-07-12mm: simplify gup_fast_permittedChristoph Hellwig
2019-04-24s390/mm: fix pxd_bad with folded page tablesMartin Schwidefsky
2019-04-23s390/mm: convert to the generic get_user_pages_fast codeMartin Schwidefsky
2019-04-23s390/mm: make the pxd_offset functions more robustMartin Schwidefsky
2019-03-05mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V
2019-03-05mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V
2018-11-02s390/mm: fix mis-accounting of pgtable_bytesMartin Schwidefsky
2018-10-09s390/kasan: use noexec and large pagesVasily Gorbik
2018-10-09s390/kasan: add initialization code and enable itVasily Gorbik
2018-10-09s390: add pgd_page primitiveVasily Gorbik
2018-10-09s390: introduce MAX_PTRS_PER_P4DVasily Gorbik
2018-07-30s390/mm: Add huge page dirty sync supportJanosch Frank
2018-07-30s390/mm: Add gmap pmd invalidation and clearingJanosch Frank
2018-07-30s390/mm: Add gmap pmd linkingJanosch Frank
2018-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-06-07mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour
2018-05-17KVM: s390: Add storage key facility interpretation controlJanosch Frank
2018-01-31s390/mm: modify pmdp_invalidate to return old value.Martin Schwidefsky
2017-12-15Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths"Linus Torvalds
2017-11-29mm: replace pud_write with pud_access_permitted in fault + gup pathsDan Williams
2017-11-29mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-19s390/mm: make pmdp_invalidate() do invalidation onlyGerald Schaefer
2017-08-29s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangsChristian Borntraeger
2017-07-26s390/mm,vmem: simplify region and segment table allocation codeHeiko Carstens
2017-07-26s390/mm: introduce defines to reflect the hardware mmuHeiko Carstens
2017-07-26s390/mm: get rid of __ASSEMBLY__ guards within pgtable.hHeiko Carstens
2017-07-26s390/mm: remove and correct comments within pgtable.hHeiko Carstens
2017-07-25s390/mm,kvm: use nodat PGSTE tag to optimize TLB flushingMartin Schwidefsky
2017-07-25s390/mm: add guest ASCE TLB flush optimizationMartin Schwidefsky
2017-07-25s390/mm: add no-dat TLB flush optimizationMartin Schwidefsky