summaryrefslogtreecommitdiff
path: root/arch/s390/mm
AgeCommit message (Expand)Author
2025-10-29s390/mm: Fix memory leak in add_marker() when kvrealloc() failsMiaoqian Lin
2025-10-09Merge tag 's390-6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2025-10-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-09-30Merge tag 'loongarch-kvm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2025-09-30Merge tag 'kvm-s390-next-6.18-1' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini
2025-09-30KVM: s390: Fix to clear PTE when discarding a swapped pageGautam Gala
2025-09-29Merge tag 's390-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2025-09-29s390: Remove superfluous newlines from inline assembliesHeiko Carstens
2025-09-25s390/mm: Add memory allocation profiling hooksHeiko Carstens
2025-09-24s390/mm: Use __GFP_ACCOUNT for user page table allocationsHeiko Carstens
2025-09-21ptdesc: remove ptdesc_to_virt()Matthew Wilcox (Oracle)
2025-09-21mm: constify arch_pick_mmap_layout() for improved const-correctnessMax Kellermann
2025-09-21mm, s390: constify mapping related test/getter functionsMax Kellermann
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)
2025-09-13mm: convert arch-specific code to mm_flags_*() accessorsLorenzo Stoakes
2025-08-26s390/mm: Prevent possible preempt_count overflowGerald Schaefer
2025-08-08Merge tag 's390-6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2025-08-05s390/mm: Allocate page table with PAGE_SIZE granularitySumanth Korikkar
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-07-29Merge tag 's390-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2025-07-23s390/mm: Remove possible false-positive warning in pte_free_defer()Gerald Schaefer
2025-07-21s390: Handle KCOV __init vs inline mismatchesKees Cook
2025-07-09mm/ptdump: take the memory hotplug lock inside ptdump_walk_pgd()Anshuman Khandual
2025-06-17s390: Explicitly include <linux/export.h>Heiko Carstens
2025-06-06Merge tag 's390-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2025-06-05s390/mm: Fix in_atomic() handling in do_secure_storage_access()Heiko Carstens
2025-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-28KVM: s390: Refactor and split some gmap helpersClaudio Imbrenda
2025-05-28s390: Remove unneeded includesClaudio Imbrenda
2025-05-17s390/extmem: Add workaround for DCSS unload diagGerald Schaefer
2025-05-11mm: pass mm down to pagetable_{pte,pmd}_ctorKevin Brodsky
2025-05-11mm/ptdump: split note_page() into level specific callbacksAnshuman Khandual
2025-05-05s390/mm: Fix potential use-after-free in __crst_table_upgrade()Heiko Carstens
2025-05-05s390/mm: Add mmap_assert_write_locked() check to crst_table_upgrade()Heiko Carstens
2025-04-14s390/mm: Reimplement lazy ASCE handlingHeiko Carstens
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-04Merge tag 's390-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-31s390/mm: Dump fault info in case of low address protection faultHeiko Carstens
2025-03-31s390/asm-offsets: Remove ASM_OFFSETS_CHeiko Carstens
2025-03-29Merge tag 's390-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2025-03-18s390: Use inline qualifier for all EX_TABLE and ALTERNATIVE inline assembliesHeiko Carstens
2025-03-18s390/kfence: Split kfence pool into 4k mappings in arch_kfence_init_pool()Vasily Gorbik
2025-03-18s390/sysctl: Remove "vm/allocate_pgste" sysctlHeiko Carstens
2025-03-18s390: Remove 2k vs 4k page table leftoversHeiko Carstens
2025-03-18s390: Move s390 sysctls into their own file under arch/s390joel granados
2025-03-17arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)
2025-03-17arch, mm: introduce arch_mm_preinitMike Rapoport (Microsoft)