aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-5/+5
2018-06-07s390: use _refcount for pgtablesMatthew Wilcox1-9/+12
2018-05-17KVM: s390: Add storage key facility interpretation controlJanosch Frank2-5/+5
2018-04-25signal/s390: Use force_sig_fault where appropriateEric W. Biederman1-17/+6
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+2
2018-04-13mm/gup.c: document return valueMichael S. Tsirkin1-0/+2
2018-04-11exec: pass stack rlimit into mm layout functionsKees Cook1-7/+8
2018-02-27s390: unify linker symbols usageVasily Gorbik1-2/+2
2018-02-22s390/mm: provide base_asce_alloc() / base_asce_free() helper functionsHeiko Carstens1-1/+292
2018-02-10Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-26/+18
2018-01-24s390x/mm: simplify gmap_protect_rmap()David Hildenbrand1-9/+8
2018-01-23s390/mm: Remove superfluous parameterJanosch Frank1-2/+2
2018-01-16s390x/mm: cleanup gmap_pte_op_walk()David Hildenbrand1-15/+8
2018-01-08mm: pass the vmem_altmap to vmemmap_freeChristoph Hellwig1-1/+2
2018-01-08mm: pass the vmem_altmap to arch_remove_memory and __remove_pagesChristoph Hellwig1-1/+1
2018-01-08mm: pass the vmem_altmap to vmemmap_populateChristoph Hellwig1-1/+2
2018-01-08mm: pass the vmem_altmap to arch_add_memory and __add_pagesChristoph Hellwig1-2/+3
2017-12-05s390/mm: fix off-by-one bug in 5-level page table handlingHeiko Carstens1-2/+0
2017-11-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds4-15/+4
2017-11-24s390: Remove redundant license textGreg Kroah-Hartman1-15/+0
2017-11-24s390: mm: add SPDX identifiers to the remaining filesGreg Kroah-Hartman4-0/+4
2017-11-21s390: cmm: Convert timers to use timer_setup()Kees Cook1-5/+3
2017-11-16s390/cpum_sf: correctly set the PID and TID in perf samplesHendrik Brueckner1-1/+1
2017-11-14s390/mm: remove unused codeHeiko Carstens1-6/+3
2017-11-14s390: remove all code using the access register modeMartin Schwidefsky3-46/+67
2017-11-14s390/mm,kvm: improve detection of KVM guest faultsMartin Schwidefsky1-3/+3
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-17/+17
2017-11-08s390: avoid undefined behaviourHeiko Carstens2-9/+9
2017-11-08s390: remove named saved segment supportHeiko Carstens1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman13-0/+13
2017-10-09s390/mm: use memset64 instead of clear_tableHeiko Carstens2-8/+8
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook1-1/+1
2017-09-19s390/mm: fix write access check in gup_huge_pmd()Gerald Schaefer1-4/+3
2017-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-14/+14
2017-09-08Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+5
2017-09-07Merge tag 'kvm-s390-next-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linuxRadim Krčmář5-50/+308
2017-09-06s390/mm: use a single lock for the fields in mm_context_tMartin Schwidefsky2-12/+12
2017-09-06s390/mm: use VM_BUG_ON in crst_table_[upgrade|downgrade]Martin Schwidefsky1-2/+2
2017-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds8-167/+476
2017-08-31s390/mm: fix BUG_ON in crst_table_upgradeMartin Schwidefsky1-2/+4
2017-08-29s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangsChristian Borntraeger1-7/+32
2017-08-29KVM: s390: expose no-DAT to guest and migration supportClaudio Imbrenda1-1/+5
2017-08-09s390/mm: prevent memory offline for memory blocks with cma areasHeiko Carstens1-0/+53
2017-07-26s390/mm,vmem: simplify region and segment table allocation codeHeiko Carstens2-36/+14
2017-07-26s390/mm: use new mm defines instead of magic valuesHeiko Carstens4-75/+74
2017-07-26Merge branch 'tlb-flushing' into featuresMartin Schwidefsky5-49/+303
2017-07-25s390/mm,kvm: use nodat PGSTE tag to optimize TLB flushingMartin Schwidefsky1-17/+30