summaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/pgtable.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 's390-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds3 days1-5/+7
|\
| * s390/pgtable: Add missing hardware bits for puds, pmdsClaudio Imbrenda11 days1-3/+5
| * s390/pgtable: Switch read and write softbits for pudsClaudio Imbrenda11 days1-2/+2
* | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6 days1-1/+4
|\ \ | |/ |/|
| * mm: fix race between __split_huge_pmd_locked() and GUP-fastRyan Roberts2024-05-071-1/+3
| * mm/arch: provide pud_pfn() fallbackPeter Xu2024-04-251-0/+1
* | Merge branch 'shared-zeropage' into featuresAlexander Gordeev2024-05-021-3/+13
|\ \
| * | s390/mm: Re-enable the shared zeropage for !PV and !skeys KVM guestsDavid Hildenbrand2024-04-181-3/+13
| |/
* / s390/mm: Uncouple physical vs virtual address spacesAlexander Gordeev2024-04-171-0/+6
|/
* mm/treewide: align up pXd_leaf() retval across archsPeter Xu2024-03-061-2/+2
* mm/treewide: drop pXd_large()Peter Xu2024-03-061-4/+4
* mm/treewide: replace pud_large() with pud_leaf()Peter Xu2024-03-061-2/+2
* mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu2024-03-061-4/+4
* s390/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand2024-02-221-0/+2
* mm/mglru: add dummy pmd_dirty()Kinsey Ho2024-01-051-0/+1
* s390/ctlreg: add struct ctlregHeiko Carstens2023-09-191-1/+2
* Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-311-2/+2
|\
| * mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe2023-07-111-2/+2
* | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-9/+24
|\ \
| * | s390: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-241-9/+24
| |/
* / s390/mm: get rid of VMEM_MAX_PHYS macroAlexander Gordeev2023-07-241-2/+0
|/
* procfs: consolidate arch_report_meminfo declarationArnd Bergmann2023-05-171-3/+0
* Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-04-301-1/+1
|\
| * s390/mm: fix direct map accountingHeiko Carstens2023-04-131-1/+1
* | mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()Gerald Schaefer2023-03-281-5/+7
|/
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-1/+0
|\
| * mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-1/+0
* | s390/mm: add support for RDP (Reset DAT-Protection)Gerald Schaefer2023-02-141-1/+61
* | s390/mm: start kernel with DAT enabledAlexander Gordeev2023-01-131-0/+1
* | s390/pgtable: add REGION3_KERNEL_EXEC protectionAlexander Gordeev2023-01-131-0/+6
|/
* Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-11-301-0/+1
|\
| * mm: add dummy pmd_young() for architectures not having itJuergen Gross2022-11-301-0/+1
* | mm: remove kern_addr_valid() completelyKefeng Wang2022-11-081-2/+0
|/
* s390/mm: rework memcpy_real() to avoid DAT-off modeAlexander Gordeev2022-09-141-0/+1
* s390/smp: rework absolute lowcore accessAlexander Gordeev2022-09-141-0/+3
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-17/+0
|\
| * s390/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-17/+0
* | s390/mm: KVM: pv: when tearing down, try to destroy protected pagesClaudio Imbrenda2022-07-191-3/+16
* | KVM: s390: pv: usage counter instead of flagClaudio Imbrenda2022-07-131-1/+1
|/
* s390/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2022-05-091-2/+21
* s390/pgtable: cleanup description of swp pte layoutDavid Hildenbrand2022-05-091-9/+8
* s390: convert ".insn" encoding to instruction namesVasily Gorbik2022-03-101-8/+8
* s390/mm,pgtable: don't use pte_val()/pXd_val() as lvalueHeiko Carstens2022-03-011-78/+66
* s390/mm: use set_pXd()/set_pte() helper functions everywhereHeiko Carstens2022-03-011-9/+9
* s390/mm: add set_pte_bit()/clear_pte_bit() helper functionsHeiko Carstens2022-03-011-0/+30
* s390/mm: add set_pXd()/set_pte() helper functionsHeiko Carstens2022-03-011-0/+25
* Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-11-061-6/+6
|\
| * s390/pgtable: use physical address for Page-Table OriginAlexander Gordeev2021-10-261-6/+6
* | KVM: s390: pv: properly handle page flags for protected guestsClaudio Imbrenda2021-10-271-3/+6
|/
* s390/mm: don't print hashed values for pte_ERROR() & friendsHeiko Carstens2021-07-271-5/+5