summaryrefslogtreecommitdiffstats
path: root/arch/s390/mm/pgtable.c
Commit message (Expand)AuthorAgeFilesLines
* s390/mm: add support for RDP (Reset DAT-Protection)Gerald Schaefer2023-02-141-0/+25
* s390/mm: use non-quiescing sske for KVM switch to keyed guestChristian Borntraeger2022-06-011-1/+1
* s390/mm,pgtable: don't use pte_val()/pXd_val() as lvalueHeiko Carstens2022-03-011-11/+11
* s390/mm: use set_pXd()/set_pte() helper functions everywhereHeiko Carstens2022-03-011-11/+11
* s390/mm: optimize reset_guest_reference_bit()David Hildenbrand2021-10-251-2/+12
* s390/mm: optimize set_guest_storage_key()David Hildenbrand2021-10-251-2/+12
* s390/mm: no need for pte_alloc_map_lock() if we know the pmd is presentDavid Hildenbrand2021-10-251-12/+3
* s390/mm: fix VMA and page table handling code in storage key handling functionsDavid Hildenbrand2021-10-251-18/+39
* s390/mm: validate VMA in PGSTE manipulation functionsDavid Hildenbrand2021-10-251-0/+13
* s390/mm: fix kernel doc commentsHeiko Carstens2021-09-071-2/+2
* mm: remove special swap entry functionsAlistair Popple2021-07-011-1/+1
* s390/pci: Implement ioremap_wc/prot() with MIONiklas Schnelle2020-09-141-0/+20
* mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* s390/mm: silence compiler warning when compiling without CONFIG_PGSTEThomas Huth2019-04-101-0/+2
* mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V2019-03-051-1/+1
* mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V2019-03-051-2/+4
* s390: remove the ptep_modify_prot_{start,commit} exportsChristoph Hellwig2019-01-181-2/+0
* s390/mm: Add huge page gmap linking supportJanosch Frank2018-07-301-4/+4
* s390/mm: Add huge pmd storage key handlingJanosch Frank2018-07-301-10/+98
* s390/mm: Add huge page dirty sync supportJanosch Frank2018-07-301-31/+3
* s390/mm: Add gmap pmd invalidation and clearingJanosch Frank2018-07-301-3/+14
* KVM: s390: Add storage key facility interpretation controlJanosch Frank2018-05-171-2/+2
* s390: mm: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-241-0/+1
* Merge tag 'kvm-s390-next-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář2017-09-071-34/+126
|\
| * KVM: s390: expose no-DAT to guest and migration supportClaudio Imbrenda2017-08-291-1/+5
| * s390/mm,kvm: use nodat PGSTE tag to optimize TLB flushingMartin Schwidefsky2017-07-251-17/+30
| * s390/mm: add guest ASCE TLB flush optimizationMartin Schwidefsky2017-07-251-12/+24
| * s390/mm: add no-dat TLB flush optimizationMartin Schwidefsky2017-07-251-24/+87
* | s390/mm: set change and reference bit on lazy key enablementChristian Borntraeger2017-07-131-3/+3
|/
* s390/mm: implement 5 level pages tablesMartin Schwidefsky2017-06-121-1/+5
* s390/kvm: Add PGSTE manipulation functionsClaudio Imbrenda2017-04-201-0/+153
* KVM: s390: Fix guest migration for huge guests resulting in panicJanosch Frank2017-03-021-1/+18
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-02-221-1/+1
|\
| * KVM: s390: Fix RRBE return code not being CCJanosch Frank2017-01-301-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-02-221-0/+2
|\ \
| * | s390: add no-execute supportMartin Schwidefsky2017-02-081-0/+2
| |/
* / s390/mm: Fix cmma unused transfer from pgste into pteChristian Borntraeger2017-01-241-3/+4
|/
* s390/mm: merge local / non-local IDTE helperMartin Schwidefsky2016-08-241-5/+5
* s390/mm: merge local / non-local IPTE helperMartin Schwidefsky2016-08-241-4/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-021-35/+174
|\
| * s390/mm: shadow pages with real guest requested protectionDavid Hildenbrand2016-06-201-9/+7
| * s390/mm: add shadow gmap supportMartin Schwidefsky2016-06-201-6/+51
| * s390/mm: extended gmap pte notifierMartin Schwidefsky2016-06-201-5/+49
| * KVM: s390: handle missing storage-key facilityDavid Hildenbrand2016-06-101-0/+37
| * KVM: s390: pfmf: support conditional-sske facilityDavid Hildenbrand2016-06-101-0/+33
| * s390/mm: return key via pointer in get_guest_storage_keyDavid Hildenbrand2016-06-101-6/+6
| * s390/mm: simplify get_guest_storage_keyDavid Hildenbrand2016-06-101-13/+4
| * s390/mm: set and get guest storage key mmap lockingMartin Schwidefsky2016-06-101-12/+3
| * s390/mm: don't drop errors in get_guest_storage_keyDavid Hildenbrand2016-06-101-1/+1