summaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/pgtable.h
Commit message (Expand)AuthorAgeFilesLines
...
* s390/mm: use pr_err() instead of printk() for pte_ERROR & friendsHeiko Carstens2021-07-271-5/+5
* Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-07-041-23/+39
|\
| * s390/pgtable: use register pair instead of register asmHeiko Carstens2021-06-181-17/+13
| * s390: setup kernel memory layout earlyVasily Gorbik2021-06-181-6/+7
| * s390: enable HAVE_IOREMAP_PROTNiklas Schnelle2021-06-071-0/+19
* | mm/thp: define default pmd_pgtable()Anshuman Khandual2021-07-011-0/+3
* | mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual2021-07-011-2/+0
* | mm: define default MAX_PTRS_PER_* in include/pgtable.hDaniel Axtens2021-06-291-2/+0
|/
* s390/mm: fix invalid __pa() usage in pfn_pXd() macrosAlexander Gordeev2021-02-241-2/+2
* s390/mm: make pXd_deref() macros return a pointerAlexander Gordeev2021-02-241-6/+6
* s390/mm: use invalid asce instead of kernel asceHeiko Carstens2020-11-231-0/+1
* s390/mm: extend default vmalloc area size to 512GBHeiko Carstens2020-11-091-6/+6
* s390/mm: make pmd/pud_deref() large page awareGerald Schaefer2020-11-031-22/+30
* Merge tag 's390-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2020-10-161-1/+9
|\
| * s390/mm,ptdump: add couple of additional markersVasily Gorbik2020-09-141-0/+1
| * s390/pci: Implement ioremap_wc/prot() with MIONiklas Schnelle2020-09-141-1/+8
* | mm/gup: fix gup_fast with dynamic page table foldingVasily Gorbik2020-09-261-12/+30
|/
* s390/vmem: get rid of memory segment listDavid Hildenbrand2020-07-011-1/+1
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-091-9/+4
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-2/+0
* mm: change pmdp_huge_get_and_clear_full take vm_area_struct as argAneesh Kumar K.V2020-05-051-2/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-04-021-5/+30
|\
| * s390/mm: provide memory management functions for protected KVM guestsClaudio Imbrenda2020-02-271-5/+30
* | s390/mm: fix panic in gup_fast on large pudGerald Schaefer2020-03-041-0/+6
|/
* s390: mm: add p?d_leaf() definitionsSteven Price2020-02-041-0/+2
* s390/mm: properly clear _PAGE_NOEXEC bit when it is not supportedGerald Schaefer2019-10-311-2/+2
* s390/mm: simplify page table helpers for large entriesGerald Schaefer2019-10-311-55/+28
* s390/mm: make pmd/pud_bad() report large entries as badGerald Schaefer2019-10-311-8/+2
* s390/mm: mark function(s) __always_inlineHeiko Carstens2019-10-041-11/+11
* s390/mm: fix -Wunused-but-set-variable warningsQian Cai2019-10-041-1/+2
* mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-241-5/+0
* mm: remove quicklist page table cachesNicholas Piggin2019-09-241-1/+0
* s390: move vmalloc option parsing to startup codeVasily Gorbik2019-08-211-0/+1
* mm: simplify gup_fast_permittedChristoph Hellwig2019-07-121-7/+1
* s390/mm: fix pxd_bad with folded page tablesMartin Schwidefsky2019-04-241-14/+19
* s390/mm: convert to the generic get_user_pages_fast codeMartin Schwidefsky2019-04-231-0/+12
* s390/mm: make the pxd_offset functions more robustMartin Schwidefsky2019-04-231-24/+43
* mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V2019-03-051-1/+2
* mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V2019-03-051-2/+2
* s390/mm: fix mis-accounting of pgtable_bytesMartin Schwidefsky2018-11-021-0/+18
* s390/kasan: use noexec and large pagesVasily Gorbik2018-10-091-0/+6
* s390/kasan: add initialization code and enable itVasily Gorbik2018-10-091-0/+1
* s390: add pgd_page primitiveVasily Gorbik2018-10-091-1/+10
* s390: introduce MAX_PTRS_PER_P4DVasily Gorbik2018-10-091-0/+2
* s390/mm: Add huge page dirty sync supportJanosch Frank2018-07-301-1/+2
* s390/mm: Add gmap pmd invalidation and clearingJanosch Frank2018-07-301-0/+4
* s390/mm: Add gmap pmd linkingJanosch Frank2018-07-301-2/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-06-121-2/+2
|\
| * KVM: s390: Add storage key facility interpretation controlJanosch Frank2018-05-171-2/+2
* | mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour2018-06-071-1/+0
|/