- 0807b85 s390/mm: add support for RDP (Reset DAT-Protection) by Gerald Schaefer · 2 years, 1 month ago
- 3ae11db s390/mm: use non-quiescing sske for KVM switch to keyed guest by Christian Borntraeger · 2 years, 9 months ago
- 4a366f5 s390/mm,pgtable: don't use pte_val()/pXd_val() as lvalue by Heiko Carstens · 3 years ago
- b8e3b37 s390/mm: use set_pXd()/set_pte() helper functions everywhere by Heiko Carstens · 3 years ago
- 14ea40e s390/mm: optimize reset_guest_reference_bit() by David Hildenbrand · 3 years, 6 months ago
- 7cb7026 s390/mm: optimize set_guest_storage_key() by David Hildenbrand · 3 years, 6 months ago
- 8318c40 s390/mm: no need for pte_alloc_map_lock() if we know the pmd is present by David Hildenbrand · 3 years, 6 months ago
- 949f5c1 s390/mm: fix VMA and page table handling code in storage key handling functions by David Hildenbrand · 3 years, 6 months ago
- fe3d100 s390/mm: validate VMA in PGSTE manipulation functions by David Hildenbrand · 3 years, 6 months ago
- 2e82752 s390/mm: fix kernel doc comments by Heiko Carstens · 3 years, 6 months ago
- af5cdaf mm: remove special swap entry functions by Alistair Popple · 3 years, 8 months ago
- b02002c s390/pci: Implement ioremap_wc/prot() with MIO by Niklas Schnelle · 4 years, 7 months ago
- ca15ca4 mm: remove unneeded includes of <asm/pgalloc.h> by Mike Rapoport · 4 years, 7 months ago
- e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 9 months ago
- 81a8f2b s390/mm: silence compiler warning when compiling without CONFIG_PGSTE by Thomas Huth · 6 years ago
- 04a8645 mm: update ptep_modify_prot_commit to take old pte value as arg by Aneesh Kumar K.V · 6 years ago
- 0cbe3e2 mm: update ptep_modify_prot_start/commit to take vm_area_struct as arg by Aneesh Kumar K.V · 6 years ago
- 32b7725 s390: remove the ptep_modify_prot_{start,commit} exports by Christoph Hellwig · 6 years ago
- a9e00d8 s390/mm: Add huge page gmap linking support by Janosch Frank · 7 years ago
- 637ff9e s390/mm: Add huge pmd storage key handling by Janosch Frank · 7 years ago
- 0959e16 s390/mm: Add huge page dirty sync support by Janosch Frank · 7 years ago
- 6a37627 s390/mm: Add gmap pmd invalidation and clearing by Janosch Frank · 7 years ago
- 55531b7 KVM: s390: Add storage key facility interpretation control by Janosch Frank · 7 years ago
- ac41aae s390: mm: add SPDX identifiers to the remaining files by Greg Kroah-Hartman · 7 years ago
- 6e0ff1b Merge tag 'kvm-s390-next-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux by Radim Krčmář · 7 years ago
- 1bab1c0 KVM: s390: expose no-DAT to guest and migration support by Claudio Imbrenda · 8 years ago
- cd774b9 s390/mm,kvm: use nodat PGSTE tag to optimize TLB flushing by Martin Schwidefsky · 9 years ago
- 28c807e s390/mm: add guest ASCE TLB flush optimization by Martin Schwidefsky · 9 years ago
- 118bd31 s390/mm: add no-dat TLB flush optimization by Martin Schwidefsky · 9 years ago
- 97ca7bf s390/mm: set change and reference bit on lazy key enablement by Christian Borntraeger · 8 years ago
- 1aea9b3 s390/mm: implement 5 level pages tables by Martin Schwidefsky · 8 years ago
- 2d42f94 s390/kvm: Add PGSTE manipulation functions by Claudio Imbrenda · 8 years ago
- 2e4d880 KVM: s390: Fix guest migration for huge guests resulting in panic by Janosch Frank · 8 years ago
- fd7e9a8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
- ff47d8c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
- 57d7f93 s390: add no-execute support by Martin Schwidefsky · 9 years ago
- 4bead2a KVM: s390: Fix RRBE return code not being CC by Janosch Frank · 8 years ago
- 0d6da87 s390/mm: Fix cmma unused transfer from pgste into pte by Christian Borntraeger · 8 years ago
- 47e4d85 s390/mm: merge local / non-local IDTE helper by Martin Schwidefsky · 9 years ago
- 34eeaf3 s390/mm: merge local / non-local IPTE helper by Martin Schwidefsky · 9 years ago
- 221bb8a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
- d08de8e s390/mm: add support for 2GB hugepages by Gerald Schaefer · 9 years ago
- a9d23e7 s390/mm: shadow pages with real guest requested protection by David Hildenbrand · 9 years ago
- 4be130a s390/mm: add shadow gmap support by Martin Schwidefsky · 9 years ago
- b2d73b2 s390/mm: extended gmap pte notifier by Martin Schwidefsky · 9 years ago
- 64f31d5 s390/mm: simplify the TLB flushing code by Martin Schwidefsky · 9 years ago
- a980940 s390/mm: fix vunmap vs finish_arch_post_lock_switch by Martin Schwidefsky · 9 years ago
- 1c343f7 KVM: s390/mm: Fix CMMA reset during reboot by Christian Borntraeger · 9 years ago
- a7e19ab KVM: s390: handle missing storage-key facility by David Hildenbrand · 9 years ago
- 1824c72 KVM: s390: pfmf: support conditional-sske facility by David Hildenbrand · 9 years ago
- 154c8c1 s390/mm: return key via pointer in get_guest_storage_key by David Hildenbrand · 9 years ago
- 8d6037a s390/mm: simplify get_guest_storage_key by David Hildenbrand · 9 years ago
- d3ed1ce s390/mm: set and get guest storage key mmap locking by Martin Schwidefsky · 9 years ago
- c427c42 s390/mm: don't drop errors in get_guest_storage_key by David Hildenbrand · 9 years ago
- 1e133ab s390/mm: split arch/s390/mm/pgtable.c by Martin Schwidefsky · 9 years ago
- 227be79 s390/mm: uninline pmdp_xxx functions from pgtable.h by Martin Schwidefsky · 9 years ago
- ebde765 s390/mm: uninline ptep_xxx functions from pgtable.h by Martin Schwidefsky · 9 years ago
- 443a813 s390/kvm: simplify set_guest_storage_key by Martin Schwidefsky · 9 years ago
- a9d7ab9 s390/mm: use TASK_MAX_SIZE where applicable by Dominik Dingel · 9 years ago
- fef8953 s390/mm: enable fixup_user_fault retrying by Dominik Dingel · 9 years ago
- 4a9e1cd mm: bring in additional flag for fixup_user_fault to signal unlock by Dominik Dingel · 9 years ago
- fecffad s390, thp: remove infrastructure for handling splitting PMDs by Kirill A. Shutemov · 9 years ago
- eca56ff mm, shmem: add internal shmem resident memory accounting by Jerome Marchand · 9 years ago
- a3a92c3 KVM: s390: fix mismatch between user and in-kernel guest limit by Dominik Dingel · 10 years ago
- 78fb907 s390/mm: simplify page table alloc/free code by Martin Schwidefsky · 10 years ago
- 41318bf revert "s390/mm: make hugepages_supported a boot time decision" by Dominik Dingel · 10 years ago
- ad4f99e revert "s390/mm: change HPAGE_SHIFT type to int" by Dominik Dingel · 10 years ago
- cf54e2f s390/mm: change HPAGE_SHIFT type to int by Dominik Dingel · 10 years ago
- bea4119 s390/mm: make hugepages_supported a boot time decision by Dominik Dingel · 10 years ago
- 0b46e0a s390/kvm: remove delayed reallocation of page tables for KVM by Martin Schwidefsky · 10 years ago
- 5a79859a s390: remove 31 bit support by Heiko Carstens · 10 years ago
- b3d6524 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
- 6fb400d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
- 925dfc0 s390/pgtable: add unsigned long casts by Heiko Carstens · 10 years ago
- fbc89c9 s390/mm: avoid using pmd_to_page for !USE_SPLIT_PMD_PTLOCKS by Martin Schwidefsky · 10 years ago
- 66dcff8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
- 9fcf93b KVM: S390: Create helper function get_guest_storage_key by Jason J. Herne · 10 years ago
- a697e05 s390/mm: use correct unlock function in gmap_ipte_notify by Martin Schwidefsky · 10 years ago
- edeb69e KVM: s390: Cleanup usage of current->mm in set_guest_storage_key by Jason J. Herne · 10 years ago
- 6972cae s390/mm: missing pte for gmap_ipte_notify should trigger a VM_BUG by Dominik Dingel · 10 years ago
- 3ac8e38 s390/mm: disable KSM for storage key enabled pages by Dominik Dingel · 10 years ago
- 2faee8f s390/mm: prevent and break zero page mappings in case of storage keys by Dominik Dingel · 10 years ago
- a13cff3 s390/mm: recfactor global pgste updates by Dominik Dingel · 10 years ago
- 66e9bbd s390/mm: fixing calls of pte_unmap_unlock by Dominik Dingel · 10 years ago
- dc77d34 KVM: s390/mm: fix up indentation of set_guest_storage_key by Christian Borntraeger · 10 years ago
- c6c956b KVM: s390/mm: support gmap page tables with less than 5 levels by Martin Schwidefsky · 11 years ago
- 527e30b KVM: s390/mm: use radix trees for guest to host mappings by Martin Schwidefsky · 11 years ago
- 6e0a043 KVM: s390/mm: cleanup gmap function arguments, variable names by Martin Schwidefsky · 11 years ago
- 9da4e38 KVM: s390/mm: readd address parameter to gmap_do_ipte_notify by Martin Schwidefsky · 11 years ago
- ab3f285 KVM: s390/mm: try a cow on read only pages for key ops by Christian Borntraeger · 11 years ago
- 152125b s390/mm: implement dirty bits for large segment table entries by Martin Schwidefsky · 11 years ago
- 55e4283 KVM: s390/mm: Fix page table locking vs. split pmd lock by Christian Borntraeger · 11 years ago
- b05d59d Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into next by Linus Torvalds · 11 years ago
- beef560 s390/uaccess: simplify control register updates by Martin Schwidefsky · 11 years ago
- 3a80151 KVM: s390: correct locking for s390_enable_skey by Martin Schwidefsky · 11 years ago
- a0bf4f1 KVM: s390/mm: new gmap_test_and_clear_dirty function by Dominik Dingel · 11 years ago
- 0a61b22 KVM: s390/mm: use software dirty bit detection for user dirty tracking by Martin Schwidefsky · 11 years ago
- 934bc13 KVM: s390: Allow skeys to be enabled for the current process by Dominik Dingel · 11 years ago
- d4cb113 KVM: s390: Clear storage keys by Dominik Dingel · 11 years ago
- d586c86 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 11 years ago