aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/pgtable.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-14s390/mm: rework memcpy_real() to avoid DAT-off modeAlexander Gordeev1-0/+1
2022-09-14s390/smp: rework absolute lowcore accessAlexander Gordeev1-0/+3
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-17/+0
2022-07-19s390/mm: KVM: pv: when tearing down, try to destroy protected pagesClaudio Imbrenda1-3/+16
2022-07-17s390/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-17/+0
2022-07-13KVM: s390: pv: usage counter instead of flagClaudio Imbrenda1-1/+1
2022-05-09s390/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-2/+21
2022-05-09s390/pgtable: cleanup description of swp pte layoutDavid Hildenbrand1-9/+8
2022-03-10s390: convert ".insn" encoding to instruction namesVasily Gorbik1-8/+8
2022-03-01s390/mm,pgtable: don't use pte_val()/pXd_val() as lvalueHeiko Carstens1-78/+66
2022-03-01s390/mm: use set_pXd()/set_pte() helper functions everywhereHeiko Carstens1-9/+9
2022-03-01s390/mm: add set_pte_bit()/clear_pte_bit() helper functionsHeiko Carstens1-0/+30
2022-03-01s390/mm: add set_pXd()/set_pte() helper functionsHeiko Carstens1-0/+25
2021-11-06Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-6/+6
2021-10-27KVM: s390: pv: properly handle page flags for protected guestsClaudio Imbrenda1-3/+6
2021-10-26s390/pgtable: use physical address for Page-Table OriginAlexander Gordeev1-6/+6
2021-07-27s390/mm: don't print hashed values for pte_ERROR() & friendsHeiko Carstens1-5/+5
2021-07-27s390/mm: use pr_err() instead of printk() for pte_ERROR & friendsHeiko Carstens1-5/+5
2021-07-04Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-23/+39
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual1-0/+3
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual1-2/+0
2021-06-29mm: define default MAX_PTRS_PER_* in include/pgtable.hDaniel Axtens1-2/+0
2021-06-18s390/pgtable: use register pair instead of register asmHeiko Carstens1-17/+13
2021-06-18s390: setup kernel memory layout earlyVasily Gorbik1-6/+7
2021-06-07s390: enable HAVE_IOREMAP_PROTNiklas Schnelle1-0/+19
2021-02-24s390/mm: fix invalid __pa() usage in pfn_pXd() macrosAlexander Gordeev1-2/+2
2021-02-24s390/mm: make pXd_deref() macros return a pointerAlexander Gordeev1-6/+6
2020-11-23s390/mm: use invalid asce instead of kernel asceHeiko Carstens1-0/+1
2020-11-09s390/mm: extend default vmalloc area size to 512GBHeiko Carstens1-6/+6
2020-11-03s390/mm: make pmd/pud_deref() large page awareGerald Schaefer1-22/+30
2020-10-16Merge tag 's390-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+9
2020-09-26mm/gup: fix gup_fast with dynamic page table foldingVasily Gorbik1-12/+30
2020-09-14s390/mm,ptdump: add couple of additional markersVasily Gorbik1-0/+1
2020-09-14s390/pci: Implement ioremap_wc/prot() with MIONiklas Schnelle1-1/+8
2020-07-01s390/vmem: get rid of memory segment listDavid Hildenbrand1-1/+1
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport1-9/+4
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-2/+0
2020-05-05mm: change pmdp_huge_get_and_clear_full take vm_area_struct as argAneesh Kumar K.V1-2/+2
2020-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-5/+30
2020-03-04s390/mm: fix panic in gup_fast on large pudGerald Schaefer1-0/+6
2020-02-27s390/mm: provide memory management functions for protected KVM guestsClaudio Imbrenda1-5/+30
2020-02-04s390: mm: add p?d_leaf() definitionsSteven Price1-0/+2
2019-10-31s390/mm: properly clear _PAGE_NOEXEC bit when it is not supportedGerald Schaefer1-2/+2
2019-10-31s390/mm: simplify page table helpers for large entriesGerald Schaefer1-55/+28
2019-10-31s390/mm: make pmd/pud_bad() report large entries as badGerald Schaefer1-8/+2
2019-10-04s390/mm: mark function(s) __always_inlineHeiko Carstens1-11/+11
2019-10-04s390/mm: fix -Wunused-but-set-variable warningsQian Cai1-1/+2
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport1-5/+0
2019-09-24mm: remove quicklist page table cachesNicholas Piggin1-1/+0
2019-08-21s390: move vmalloc option parsing to startup codeVasily Gorbik1-0/+1