aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/s390/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-29s390/mm: Fix memory leak in add_marker() when kvrealloc() failsMiaoqian Lin1-13/+8
2025-10-09Merge tag 's390-6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-2/+2
2025-10-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-23/+12
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds4-10/+10
2025-09-30Merge tag 'loongarch-kvm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson into HEADPaolo Bonzini1-2/+0
2025-09-30Merge tag 'kvm-s390-next-6.18-1' of https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini2-23/+12
2025-09-30KVM: s390: Fix to clear PTE when discarding a swapped pageGautam Gala2-23/+12
2025-09-29Merge tag 's390-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-6/+13
2025-09-29s390: Remove superfluous newlines from inline assembliesHeiko Carstens2-2/+2
2025-09-25s390/mm: Add memory allocation profiling hooksHeiko Carstens1-6/+6
2025-09-24s390/mm: Use __GFP_ACCOUNT for user page table allocationsHeiko Carstens1-3/+10
2025-09-21ptdesc: remove ptdesc_to_virt()Matthew Wilcox (Oracle)1-3/+3
2025-09-21mm: constify arch_pick_mmap_layout() for improved const-correctnessMax Kellermann1-2/+2
2025-09-21mm, s390: constify mapping related test/getter functionsMax Kellermann1-1/+1
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)2-2/+2
2025-09-13mm: convert arch-specific code to mm_flags_*() accessorsLorenzo Stoakes1-2/+2
2025-08-26s390/mm: Prevent possible preempt_count overflowGerald Schaefer1-2/+0
2025-08-08Merge tag 's390-6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-3/+2
2025-08-05s390/mm: Allocate page table with PAGE_SIZE granularitySumanth Korikkar1-3/+2
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+0
2025-07-29Merge tag 's390-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds4-5/+4
2025-07-23s390/mm: Remove possible false-positive warning in pte_free_defer()Gerald Schaefer1-5/+0
2025-07-21s390: Handle KCOV __init vs inline mismatchesKees Cook1-1/+1
2025-07-09mm/ptdump: take the memory hotplug lock inside ptdump_walk_pgd()Anshuman Khandual1-2/+0
2025-06-17s390: Explicitly include <linux/export.h>Heiko Carstens3-0/+4
2025-06-06Merge tag 's390-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+2
2025-06-05s390/mm: Fix in_atomic() handling in do_secure_storage_access()Heiko Carstens1-0/+2
2025-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-185/+228
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-3/+45
2025-05-28KVM: s390: Refactor and split some gmap helpersClaudio Imbrenda3-179/+228
2025-05-28s390: Remove unneeded includesClaudio Imbrenda5-6/+0
2025-05-17s390/extmem: Add workaround for DCSS unload diagGerald Schaefer1-2/+16
2025-05-11mm: pass mm down to pagetable_{pte,pmd}_ctorKevin Brodsky1-1/+1
2025-05-11mm/ptdump: split note_page() into level specific callbacksAnshuman Khandual1-2/+44
2025-05-05s390/mm: Fix potential use-after-free in __crst_table_upgrade()Heiko Carstens1-1/+1
2025-05-05s390/mm: Add mmap_assert_write_locked() check to crst_table_upgrade()Heiko Carstens1-7/+2
2025-04-14s390/mm: Reimplement lazy ASCE handlingHeiko Carstens1-2/+6
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-3/+3
2025-04-04Merge tag 's390-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-0/+2
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-27/+8
2025-03-31s390/mm: Dump fault info in case of low address protection faultHeiko Carstens1-0/+1
2025-03-31s390/asm-offsets: Remove ASM_OFFSETS_CHeiko Carstens1-0/+1
2025-03-29Merge tag 's390-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds13-127/+146
2025-03-18s390: Use inline qualifier for all EX_TABLE and ALTERNATIVE inline assembliesHeiko Carstens1-2/+2
2025-03-18s390/kfence: Split kfence pool into 4k mappings in arch_kfence_init_pool()Vasily Gorbik1-1/+0
2025-03-18s390/sysctl: Remove "vm/allocate_pgste" sysctlHeiko Carstens1-25/+0
2025-03-18s390: Remove 2k vs 4k page table leftoversHeiko Carstens1-3/+0
2025-03-18s390: Move s390 sysctls into their own file under arch/s390joel granados1-0/+17
2025-03-17arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)1-6/+0
2025-03-17arch, mm: introduce arch_mm_preinitMike Rapoport (Microsoft)1-1/+4