summaryrefslogtreecommitdiffstats
path: root/arch/s390/mm
Commit message (Expand)AuthorAgeFilesLines
* s390: add pte_free_defer() for pgtables sharing pageHugh Dickins2023-08-181-12/+68
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-231-0/+1
|\
| * KVM: s390: pv: fix index value of replaced ASCEClaudio Imbrenda2023-07-181-0/+1
* | s390/mm: fix per vma lock fault handlingSven Schnelle2023-07-181-0/+2
|/
* Merge tag 's390-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-07-063-3/+5
|\
| * Revert "s390/mm: get rid of VMEM_MAX_PHYS macro"Alexander Gordeev2023-07-042-2/+2
| * s390: fix various typosHeiko Carstens2023-07-032-2/+2
| * s390: include linux/io.h instead of asm/io.hHeiko Carstens2023-07-031-1/+1
| * s390/vmem: fix virtual vs physical address confusionAlexander Gordeev2023-06-281-0/+2
| * s390/mm: get rid of VMEM_MAX_PHYS macroAlexander Gordeev2023-06-282-2/+2
* | Merge branch 'expand-stack'Linus Torvalds2023-06-281-2/+3
|\ \
| * | mm: always expand the stack with the mmap write lock heldLinus Torvalds2023-06-271-2/+3
* | | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-282-15/+28
|\ \ \ | |_|/ |/| |
| * | s390: gmap use pte_unmap_unlock() not spin_unlock()Hugh Dickins2023-06-191-11/+11
| * | s390: allow pte_offset_map_lock() to failHugh Dickins2023-06-192-4/+17
| |/
* | Merge tag 'v6.5/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2023-06-261-0/+1
|\ \
| * | procfs: consolidate arch_report_meminfo declarationArnd Bergmann2023-05-171-0/+1
| |/
* / s390/kasan: fix insecure W+X mapping warningAlexander Gordeev2023-06-201-4/+10
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-05-051-0/+7
|\
| * Merge tag 'kvm-s390-next-6.4-2' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2023-05-051-0/+7
| |\
| | * KVM: s390: pv: fix asynchronous teardown for small VMsClaudio Imbrenda2023-05-041-0/+7
* | | Merge tag 'mm-stable-2023-05-03-16-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-05-041-19/+1
|\ \ \ | |/ / |/| |
| * | mm/ksm: move disabling KSM from s390/gmap code to KSM codeDavid Hildenbrand2023-05-021-19/+1
* | | Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-04-307-359/+111
|\ \ \ | |/ / |/| |
| * | s390/mm: use VM_FLUSH_RESET_PERMS in module_alloc()Heiko Carstens2023-04-201-5/+50
| * | s390/mm: enable ARCH_HAS_SET_DIRECT_MAPHeiko Carstens2023-04-201-0/+35
| * | s390/mm: fix direct map accountingHeiko Carstens2023-04-131-1/+1
| * | s390/mm: use set_memory_*() helpers instead of open codingHeiko Carstens2023-04-132-23/+16
| * | s390/mm: make use of atomic_fetch_xor()Heiko Carstens2023-03-201-7/+1
| * | Merge branch 'decompressor-memory-tracking' into featuresHeiko Carstens2023-03-204-306/+11
| |\ \
| | * | s390/kasan: move shadow mapping to decompressorVasily Gorbik2023-03-203-301/+11
| | * | s390/mm,pageattr: allow KASAN shadow memoryVasily Gorbik2023-03-201-2/+0
| | * | s390/boot: rework decompressor reserved trackingVasily Gorbik2023-03-201-21/+18
| | * | s390/boot: rename mem_detect to physmem_infoVasily Gorbik2023-03-201-3/+3
| | |/
| * | s390: simplify one-level sysctl registration for page_table_sysctlLuis Chamberlain2023-03-201-11/+1
| * | s390: simplify one level sysctl registration for cmm_tableLuis Chamberlain2023-03-201-11/+1
| |/
* | mm: move 'mmap_min_addr' logic from callers into vm_unmapped_area()Linus Torvalds2023-04-212-2/+2
* | mm: add new api to enable ksm per processStefan Roesch2023-04-211-0/+7
* | s390/mm: try VMA lock-based page fault handling firstHeiko Carstens2023-04-051-0/+24
|/
* Merge tag 's390-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-03-031-5/+7
|\
| * s390/extmem: return correct segment type in __segment_load()Gerald Schaefer2023-03-011-5/+7
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-4/+7
|\ \ | |/ |/|
| * mm: replace vma->vm_flags indirect modification in ksm_madviseSuren Baghdasaryan2023-02-091-1/+5
| * mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-2/+1
| * mm: remove zap_page_range and create zap_vma_pagesMike Kravetz2023-01-181-1/+1
* | s390/kfence: fix page fault reportingHeiko Carstens2023-02-151-14/+35
* | s390/mem_detect: do not truncate online memory ranges infoVasily Gorbik2023-02-141-2/+2
* | s390/mm: add support for RDP (Reset DAT-Protection)Gerald Schaefer2023-02-141-0/+25
* | s390/mm: define private VM_FAULT_* reasons from top bitsPeter Xu2023-02-141-5/+9
* | Merge branch 'cmpxchg_user_key' into featuresHeiko Carstens2023-02-091-2/+7
|\ \