summaryrefslogtreecommitdiffstats
path: root/arch/s390/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-292-62/+119
|\
| * mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETEDSuren Baghdasaryan2023-08-251-1/+2
| * merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton2023-08-211-0/+5
| |\
| * | s390: convert various pgalloc functions to use ptdescsVishal Moola (Oracle)2023-08-211-63/+65
| * | mm: remove CONFIG_PER_VMA_LOCK ifdefsMatthew Wilcox (Oracle)2023-08-181-2/+0
| * | s390: add pte_free_defer() for pgtables sharing pageHugh Dickins2023-08-181-12/+68
* | | Merge tag 's390-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-08-298-238/+263
|\ \ \
| * | | s390/mm: make virt_to_pfn() a static inlineLinus Walleij2023-08-162-2/+2
| * | | s390/mm: define Real Memory Copy size and mask macrosAlexander Gordeev2023-08-162-4/+5
| * | | s390/pfault: use consistent comment styleHeiko Carstens2023-07-291-10/+20
| * | | s390/pfault: cleanup inline assembliesHeiko Carstens2023-07-291-14/+14
| * | | s390/pfault: use early_param() instead if __setup()Heiko Carstens2023-07-291-2/+1
| * | | s390/pfault: remove not needed packed and aligned attributesHeiko Carstens2023-07-291-1/+1
| * | | s390/pfault: use UL instead of ULLHeiko Carstens2023-07-291-3/+3
| * | | s390/mm: move pfault code to own C fileHeiko Carstens2023-07-293-228/+240
| * | | s390/extmem: improve reporting of -ERANGE errorAlexander Gordeev2023-07-241-3/+6
| * | | s390/mm: rework arch_get_mappable_range() callbackAlexander Gordeev2023-07-241-1/+1
| |/ /
* | | Merge tag 'mm-hotfixes-stable-2023-08-25-11-07' of git://git.kernel.org/pub/s...Linus Torvalds2023-08-251-0/+5
|\ \ \ | | |/ | |/|
| * | mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan2023-08-211-0/+5
| |/
* / s390/vmem: split pages when debug pagealloc is enabledSven Schnelle2023-07-271-0/+2
|/
* 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-291-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-201-11/+11
| * | s390: allow pte_offset_map_lock() to failHugh Dickins2023-06-202-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-031-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