index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Lines
2025-07-19
Merge tag 'vfs-6.16-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-4
/
+9
2025-07-09
Revert "sched/numa: add statistics of numa balance task"
Chen Yu
-4
/
+0
2025-07-09
mm/damon: fix divide by zero in damon_get_intervals_score()
Honggyu Kim
-0
/
+1
2025-07-09
kasan: remove kasan_find_vm_area() to prevent possible deadlock
Yeoreum Yun
-43
/
+2
2025-07-09
mm/migrate: fix do_pages_stat in compat mode
Christoph Berg
-6
/
+8
2025-07-09
mm/damon/core: handle damon_call_control as normal under kdmond deactivation
SeongJae Park
-4
/
+3
2025-07-09
mm/rmap: fix potential out-of-bounds page table access during batched unmap
Lance Yang
-18
/
+28
2025-07-09
mm/hugetlb: don't crash when allocating a folio if there are no resv
Vivek Kasireddy
-3
/
+6
2025-07-09
mm/vmalloc: leave lazy MMU mode on PTE mapping error
Alexander Gordeev
-7
/
+15
2025-07-07
secretmem: use SB_I_NOEXEC
Christian Brauner
-4
/
+9
2025-07-04
Merge tag 'vfs-6.16-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-8
/
+1
2025-06-25
mm/damon/sysfs-schemes: free old damon_sysfs_scheme_filter->memcg_path on write
SeongJae Park
-0
/
+1
2025-06-25
mm/alloc_tag: fix the kmemleak false positive issue in the allocation of the ...
Hao Ge
-0
/
+14
2025-06-25
mm/hugetlb: remove unnecessary holding of hugetlb_lock
Ge Yang
-37
/
+17
2025-06-23
Merge tag 'mm-hotfixes-stable-2025-06-22-18-52' of git://git.kernel.org/pub/s...
Linus Torvalds
-27
/
+69
2025-06-23
fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypass
Shivank Garg
-8
/
+1
2025-06-19
mm: userfaultfd: fix race of userfaultfd_move and swap cache
Kairui Song
-2
/
+31
2025-06-19
mm/gup: revert "mm: gup: fix infinite loop within __get_longterm_locked"
David Hildenbrand
-4
/
+10
2025-06-19
mm/shmem, swap: fix softlockup with mTHP swapin
Kairui Song
-21
/
+28
2025-06-16
Merge tag 'x86_urgent_for_6.16-rc3' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-37
/
+3
2025-06-14
Merge tag 'mm-hotfixes-stable-2025-06-13-21-56' of git://git.kernel.org/pub/s...
Linus Torvalds
-19
/
+93
2025-06-12
mm: add mmap_prepare() compatibility layer for nested file systems
Lorenzo Stoakes
-1
/
+87
2025-06-11
mm: close theoretical race where stale TLB entries could linger
Ryan Roberts
-0
/
+2
2025-06-11
mm/vma: reset VMA iterator on commit_merge() OOM failure
Lorenzo Stoakes
-18
/
+4
2025-06-11
Revert "mm/execmem: Unify early execmem_cache behaviour"
Mike Rapoport (Microsoft)
-37
/
+3
2025-06-10
Revert "mm/damon/Kconfig: enable CONFIG_DAMON by default"
Linus Torvalds
-1
/
+0
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
-2
/
+2
2025-06-07
Merge tag 'loongarch-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/c...
Linus Torvalds
-0
/
+1
2025-06-06
Merge tag 'mm-stable-2025-06-06-16-09' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-11
/
+34
2025-06-06
Merge tag 'mm-hotfixes-stable-2025-06-06-16-02' of git://git.kernel.org/pub/s...
Linus Torvalds
-21
/
+64
2025-06-05
kmsan: test: add module description
Arnd Bergmann
-0
/
+1
2025-06-05
mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race
Jann Horn
-0
/
+7
2025-06-05
mm/hugetlb: unshare page tables during VMA split, not before
Jann Horn
-16
/
+51
2025-06-05
mm/mempolicy: fix incorrect freeing of wi_kobj
Joshua Hahn
-3
/
+1
2025-06-05
mm/madvise: handle madvise_lock() failure during race unwinding
SeongJae Park
-1
/
+4
2025-06-05
mm: fix vmstat after removing NR_BOUNCE
Kirill A. Shutemov
-1
/
+0
2025-06-05
mm: expose abnormal new_pte during move_ptes
Pu Lehui
-0
/
+2
2025-06-05
mm: fix uprobe pte be overwritten when expanding vma
Pu Lehui
-3
/
+24
2025-06-05
mm/damon: s/primitives/code/ on comments
Enze Li
-8
/
+8
2025-06-04
Merge tag 'slab-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
-6
/
+9
2025-06-02
Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-51
/
+211
2025-06-02
Merge tag 'fuse-update-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-3
/
+9
2025-06-02
Merge tag 'vfs-6.16-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-15
/
+24
2025-05-31
mm/khugepaged: clean up refcount check using folio_expected_ref_count()
Shivank Garg
-15
/
+2
2025-05-31
sched/numa: add statistics of numa balance task
Chen Yu
-0
/
+4
2025-05-31
mm/gup: update comment explaining why gup_fast() disables IRQs
Jann Horn
-1
/
+1
2025-05-31
mm/khugepaged: fix race with folio split/free using temporary reference
Shivank Garg
-1
/
+17
2025-05-31
mm: add CONFIG_PAGE_BLOCK_ORDER to select page block order
Juan Yescas
-1
/
+35
2025-05-31
mmu_gather: move tlb flush for VM_PFNMAP/VM_MIXEDMAP vmas into free_pgtables()
Roman Gushchin
-0
/
+3
2025-05-31
mm/damon/Kconfig: enable CONFIG_DAMON by default
SeongJae Park
-0
/
+1
[next]