index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
/
mm
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-19
KVM: s390: Fix to clear PTE when discarding a swapped page
Gautam Gala
2
-23
/
+12
2025-08-26
s390/mm: Prevent possible preempt_count overflow
Gerald Schaefer
1
-2
/
+0
2025-08-08
Merge tag 's390-6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
1
-3
/
+2
2025-08-05
s390/mm: Allocate page table with PAGE_SIZE granularity
Sumanth Korikkar
1
-3
/
+2
2025-07-31
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-2
/
+0
2025-07-29
Merge tag 's390-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
4
-5
/
+4
2025-07-23
s390/mm: Remove possible false-positive warning in pte_free_defer()
Gerald Schaefer
1
-5
/
+0
2025-07-21
s390: Handle KCOV __init vs inline mismatches
Kees Cook
1
-1
/
+1
2025-07-09
mm/ptdump: take the memory hotplug lock inside ptdump_walk_pgd()
Anshuman Khandual
1
-2
/
+0
2025-06-17
s390: Explicitly include <linux/export.h>
Heiko Carstens
3
-0
/
+4
2025-06-06
Merge tag 's390-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
1
-0
/
+2
2025-06-05
s390/mm: Fix in_atomic() handling in do_secure_storage_access()
Heiko Carstens
1
-0
/
+2
2025-06-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
7
-185
/
+228
2025-05-31
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
2
-3
/
+45
2025-05-28
KVM: s390: Refactor and split some gmap helpers
Claudio Imbrenda
3
-179
/
+228
2025-05-28
s390: Remove unneeded includes
Claudio Imbrenda
5
-6
/
+0
2025-05-17
s390/extmem: Add workaround for DCSS unload diag
Gerald Schaefer
1
-2
/
+16
2025-05-11
mm: pass mm down to pagetable_{pte,pmd}_ctor
Kevin Brodsky
1
-1
/
+1
2025-05-11
mm/ptdump: split note_page() into level specific callbacks
Anshuman Khandual
1
-2
/
+44
2025-05-05
s390/mm: Fix potential use-after-free in __crst_table_upgrade()
Heiko Carstens
1
-1
/
+1
2025-05-05
s390/mm: Add mmap_assert_write_locked() check to crst_table_upgrade()
Heiko Carstens
1
-7
/
+2
2025-04-14
s390/mm: Reimplement lazy ASCE handling
Heiko Carstens
1
-2
/
+6
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-3
/
+3
2025-04-04
Merge tag 's390-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
2
-0
/
+2
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
2
-27
/
+8
2025-03-31
s390/mm: Dump fault info in case of low address protection fault
Heiko Carstens
1
-0
/
+1
2025-03-31
s390/asm-offsets: Remove ASM_OFFSETS_C
Heiko Carstens
1
-0
/
+1
2025-03-29
Merge tag 's390-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
13
-127
/
+146
2025-03-18
s390: Use inline qualifier for all EX_TABLE and ALTERNATIVE inline assemblies
Heiko Carstens
1
-2
/
+2
2025-03-18
s390/kfence: Split kfence pool into 4k mappings in arch_kfence_init_pool()
Vasily Gorbik
1
-1
/
+0
2025-03-18
s390/sysctl: Remove "vm/allocate_pgste" sysctl
Heiko Carstens
1
-25
/
+0
2025-03-18
s390: Remove 2k vs 4k page table leftovers
Heiko Carstens
1
-3
/
+0
2025-03-18
s390: Move s390 sysctls into their own file under arch/s390
joel granados
1
-0
/
+17
2025-03-17
arch, mm: make releasing of memory to page allocator more explicit
Mike Rapoport (Microsoft)
1
-6
/
+0
2025-03-17
arch, mm: introduce arch_mm_preinit
Mike Rapoport (Microsoft)
1
-1
/
+4
2025-03-17
arch, mm: set high_memory in free_area_init()
Mike Rapoport (Microsoft)
1
-2
/
+0
2025-03-17
arch, mm: set max_mapnr when allocating memory map for FLATMEM
Mike Rapoport (Microsoft)
1
-1
/
+0
2025-03-17
s390: make setup_zero_pages() use memblock
Mike Rapoport (Microsoft)
1
-13
/
+3
2025-03-17
mm: rename GENERIC_PTDUMP and PTDUMP_CORE
Anshuman Khandual
1
-1
/
+1
2025-03-16
mm/cma: introduce cma_intersects function
Frank van der Linden
1
-8
/
+5
2025-03-14
KVM: s390: pv: fix race when making a page secure
Claudio Imbrenda
1
-28
/
+0
2025-03-11
Merge branch 'strict-mm-typechecks-support' into features
Vasily Gorbik
2
-26
/
+26
2025-03-11
s390: Remove ioremap_wt() and pgprot_writethrough()
Niklas Schnelle
1
-10
/
+0
2025-03-11
s390/mm: Convert pgste_val() into function
Heiko Carstens
1
-25
/
+25
2025-03-11
s390/mm: Use pgprot_val() instead of open coding
Heiko Carstens
1
-1
/
+1
2025-03-04
s390/mm: Simplify gap clamping in mmap_base() using clamp()
Qasim Ijaz
1
-8
/
+1
2025-03-04
s390/bear: Convert cpu_has_bear() to cpu feature function
Heiko Carstens
2
-3
/
+3
2025-03-04
s390: Convert MACHINE_IS_[LPAR|VM|KVM], etc, machine_is_[lpar|vm|kvm]()
Heiko Carstens
1
-4
/
+5
2025-03-04
s390/kvm: Convert MACHINE_HAS_ESOP to machine_has_esop()
Heiko Carstens
1
-2
/
+2
2025-03-04
s390/tlb: Convert MACHINE_HAS_TLB_GUEST to machine_has_tlb_guest()
Heiko Carstens
2
-9
/
+11
[next]