aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-09s390/kasan: add support for mem= kernel parameterVasily Gorbik1-0/+3
2018-10-09s390/kasan: optimize kasan vmemmap allocationVasily Gorbik1-1/+2
2018-10-09s390/kasan: avoid kasan crash with standby memory definedVasily Gorbik1-1/+18
2018-10-09s390/mm: improve debugfs ptdump markers walkingVasily Gorbik1-1/+1
2018-10-09s390/mm: optimize debugfs ptdump kasan zero page walkingVasily Gorbik1-1/+34
2018-10-09s390/kasan: add option for 4-level paging supportVasily Gorbik1-6/+17
2018-10-09s390/kasan: free early identity mapping structuresVasily Gorbik2-2/+11
2018-10-09s390/kasan: use noexec and large pagesVasily Gorbik1-4/+62
2018-10-09s390/kasan: dynamic shadow mem allocation for modulesVasily Gorbik1-8/+3
2018-10-09s390/mm: add kasan shadow to the debugfs pgtable dumpVasily Gorbik1-6/+15
2018-10-09s390/kasan: add initialization code and enable itVasily Gorbik3-1/+300
2018-10-09s390/mem_detect: move tprot loop to early boot phaseVasily Gorbik2-64/+1
2018-10-09s390: add support for virtually mapped kernel stacksMartin Schwidefsky1-5/+20
2018-10-09s390/pfault: do not use stack buffers for hardware dataMartin Schwidefsky1-17/+21
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-5/+8
2018-08-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds9-116/+611
2018-08-09s390/mm: fix addressing exception after suspend/resumeGerald Schaefer1-1/+1
2018-07-31Merge tag 'hlp_stage1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into featuresMartin Schwidefsky4-71/+572
2018-07-30s390/mm: Add huge page gmap linking supportJanosch Frank2-7/+10
2018-07-30s390/mm: hugetlb pages within a gmap can not be freedDominik Dingel1-0/+6
2018-07-30s390/mm: Add huge pmd storage key handlingJanosch Frank1-10/+98
2018-07-30s390/mm: Clear skeys for newly mapped huge guest pmdsJanosch Frank2-0/+26
2018-07-30s390/mm: Clear huge page storage keys on enable_skeyDominik Dingel2-7/+31
2018-07-30s390/mm: Add huge page dirty sync supportJanosch Frank2-36/+125
2018-07-30s390/mm: Add gmap pmd invalidation and clearingJanosch Frank2-3/+139
2018-07-30s390/mm: Add gmap pmd notification bit settingJanosch Frank1-6/+54
2018-07-30s390/mm: Add gmap pmd linkingJanosch Frank1-4/+9
2018-07-30s390/mm: Abstract gmap notify bit settingJanosch Frank1-4/+7
2018-07-30s390/mm: Make gmap_protect_range more modularJanosch Frank1-10/+83
2018-07-16s390/kvm: fix deadlock when killed by oomClaudio Imbrenda1-0/+2
2018-07-16s390/cmm: avoid add_timer on concurrently used timerVasily Gorbik1-6/+1
2018-07-06s390/cmm: split and simplify cmm pages proc handlerVasily Gorbik1-35/+32
2018-07-06s390/mm: correct allocate_pgste proc_handler callbackVasily Gorbik1-1/+1
2018-07-02s390/mm: fix refcount usage for 4K pgsteEric Farman1-0/+4
2018-07-02s390/extmem: fix gcc 8 stringop-overflow warningVasily Gorbik1-2/+2
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