summaryrefslogtreecommitdiff
path: root/arch/s390/mm
AgeCommit message (Expand)AuthorFilesLines
2023-07-27s390/vmem: split pages when debug pagealloc is enabledSven Schnelle1-0/+2
2023-07-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2023-07-18s390/mm: fix per vma lock fault handlingSven Schnelle1-0/+2
2023-07-18KVM: s390: pv: fix index value of replaced ASCEClaudio Imbrenda1-0/+1
2023-07-06Merge tag 's390-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds3-3/+5
2023-07-04Revert "s390/mm: get rid of VMEM_MAX_PHYS macro"Alexander Gordeev2-2/+2
2023-07-03s390: fix various typosHeiko Carstens2-2/+2
2023-07-03s390: include linux/io.h instead of asm/io.hHeiko Carstens1-1/+1
2023-06-29Merge branch 'expand-stack'Linus Torvalds1-2/+3
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-15/+28
2023-06-28s390/vmem: fix virtual vs physical address confusionAlexander Gordeev1-0/+2
2023-06-28s390/mm: get rid of VMEM_MAX_PHYS macroAlexander Gordeev2-2/+2
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds1-2/+3
2023-06-26Merge tag 'v6.5/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-0/+1
2023-06-20s390/kasan: fix insecure W+X mapping warningAlexander Gordeev1-4/+10
2023-06-20s390: gmap use pte_unmap_unlock() not spin_unlock()Hugh Dickins1-11/+11
2023-06-20s390: allow pte_offset_map_lock() to failHugh Dickins2-4/+17
2023-05-17procfs: consolidate arch_report_meminfo declarationArnd Bergmann1-0/+1
2023-05-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+7
2023-05-05Merge tag 'kvm-s390-next-6.4-2' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini1-0/+7
2023-05-04Merge tag 'mm-stable-2023-05-03-16-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-19/+1
2023-05-04KVM: s390: pv: fix asynchronous teardown for small VMsClaudio Imbrenda1-0/+7
2023-05-03mm/ksm: move disabling KSM from s390/gmap code to KSM codeDavid Hildenbrand1-19/+1
2023-04-30Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds7-359/+111
2023-04-22mm: move 'mmap_min_addr' logic from callers into vm_unmapped_area()Linus Torvalds2-2/+2
2023-04-22mm: add new api to enable ksm per processStefan Roesch1-0/+7
2023-04-20s390/mm: use VM_FLUSH_RESET_PERMS in module_alloc()Heiko Carstens1-5/+50
2023-04-20s390/mm: enable ARCH_HAS_SET_DIRECT_MAPHeiko Carstens1-0/+35
2023-04-13s390/mm: fix direct map accountingHeiko Carstens1-1/+1
2023-04-13s390/mm: use set_memory_*() helpers instead of open codingHeiko Carstens2-23/+16
2023-04-06s390/mm: try VMA lock-based page fault handling firstHeiko Carstens1-0/+24
2023-03-20s390/mm: make use of atomic_fetch_xor()Heiko Carstens1-7/+1
2023-03-20Merge branch 'decompressor-memory-tracking' into featuresHeiko Carstens4-306/+11
2023-03-20s390/kasan: move shadow mapping to decompressorVasily Gorbik3-301/+11
2023-03-20s390/mm,pageattr: allow KASAN shadow memoryVasily Gorbik1-2/+0
2023-03-20s390/boot: rework decompressor reserved trackingVasily Gorbik1-21/+18
2023-03-20s390/boot: rename mem_detect to physmem_infoVasily Gorbik1-3/+3
2023-03-20s390: simplify one-level sysctl registration for page_table_sysctlLuis Chamberlain1-11/+1
2023-03-20s390: simplify one level sysctl registration for cmm_tableLuis Chamberlain1-11/+1
2023-03-03Merge tag 's390-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-5/+7
2023-03-01s390/extmem: return correct segment type in __segment_load()Gerald Schaefer1-5/+7
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+7
2023-02-15s390/kfence: fix page fault reportingHeiko Carstens1-14/+35
2023-02-14s390/mem_detect: do not truncate online memory ranges infoVasily Gorbik1-2/+2
2023-02-14s390/mm: add support for RDP (Reset DAT-Protection)Gerald Schaefer1-0/+25
2023-02-14s390/mm: define private VM_FAULT_* reasons from top bitsPeter Xu1-5/+9
2023-02-10mm: replace vma->vm_flags indirect modification in ksm_madviseSuren Baghdasaryan1-1/+5
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-2/+1
2023-02-09Merge branch 'cmpxchg_user_key' into featuresHeiko Carstens1-2/+7
2023-02-06s390/kasan: avoid mapping KASAN shadow for standby memoryVasily Gorbik1-21/+5