index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-09
mm/damon: fix divide by zero in damon_get_intervals_score()
Honggyu Kim
1
-0
/
+1
2025-07-09
kasan: remove kasan_find_vm_area() to prevent possible deadlock
Yeoreum Yun
1
-43
/
+2
2025-07-09
mm/migrate: fix do_pages_stat in compat mode
Christoph Berg
1
-6
/
+8
2025-07-09
mm/damon/core: handle damon_call_control as normal under kdmond deactivation
SeongJae Park
1
-4
/
+3
2025-07-09
mm/rmap: fix potential out-of-bounds page table access during batched unmap
Lance Yang
1
-18
/
+28
2025-07-09
mm/hugetlb: don't crash when allocating a folio if there are no resv
Vivek Kasireddy
1
-3
/
+6
2025-07-09
mm/vmalloc: leave lazy MMU mode on PTE mapping error
Alexander Gordeev
1
-7
/
+15
2025-07-09
vmscan: don't bother with debugfs_real_fops()
Al Viro
1
-3
/
+5
2025-07-07
secretmem: use SB_I_NOEXEC
Christian Brauner
1
-4
/
+9
2025-07-04
Merge tag 'vfs-6.16-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-8
/
+1
2025-07-04
tree-wide: s/struct fileattr/struct file_kattr/g
Christian Brauner
1
-2
/
+2
2025-07-01
docs: dma-api: replace consistent with coherent
Petr Tesarik
1
-3
/
+3
2025-06-25
mm/damon/sysfs-schemes: free old damon_sysfs_scheme_filter->memcg_path on write
SeongJae Park
1
-0
/
+1
2025-06-25
mm/alloc_tag: fix the kmemleak false positive issue in the allocation of the percpu variable tag->counters
Hao Ge
1
-0
/
+14
2025-06-25
mm/hugetlb: remove unnecessary holding of hugetlb_lock
Ge Yang
1
-37
/
+17
2025-06-23
Merge tag 'mm-hotfixes-stable-2025-06-22-18-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
5
-27
/
+69
2025-06-23
fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypass
Shivank Garg
1
-8
/
+1
2025-06-23
Merge 6.16-rc3 into driver-core-next
Greg Kroah-Hartman
6
-57
/
+96
2025-06-19
mm: userfaultfd: fix race of userfaultfd_move and swap cache
Kairui Song
1
-2
/
+31
2025-06-19
mm/gup: revert "mm: gup: fix infinite loop within __get_longterm_locked"
David Hildenbrand
1
-4
/
+10
2025-06-19
mm/shmem, swap: fix softlockup with mTHP swapin
Kairui Song
3
-21
/
+28
2025-06-18
slub: Fix a documentation build error for krealloc()
Jonathan Corbet
1
-5
/
+5
2025-06-18
slab: Add SL_pfmemalloc flag
Matthew Wilcox (Oracle)
2
-24
/
+21
2025-06-18
slab: Add SL_partial flag
Matthew Wilcox (Oracle)
1
-12
/
+10
2025-06-18
slab: Rename slab->__page_flags to slab->flags
Matthew Wilcox (Oracle)
2
-5
/
+17
2025-06-17
secretmem: move setting O_LARGEFILE and bumping users' count to the place where we create the file
Al Viro
1
-4
/
+3
2025-06-17
memcg: cgroup: call css_rstat_updated irrespective of in_nmi()
Shakeel Butt
1
-5
/
+5
2025-06-17
mm/filemap: introduce generic_file_*_mmap_prepare() helpers
Lorenzo Stoakes
1
-0
/
+29
2025-06-17
fs: consistently use can_mmap_file() helper
Lorenzo Stoakes
2
-2
/
+2
2025-06-17
mm/nommu: use file_has_valid_mmap_hooks() helper
Lorenzo Stoakes
1
-1
/
+1
2025-06-17
mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepare
Lorenzo Stoakes
2
-2
/
+2
2025-06-17
mm, slab: use frozen pages for large kmalloc
Vlastimil Babka
1
-3
/
+3
2025-06-17
mm, slab: restore NUMA policy support for large kmalloc
Vlastimil Babka
1
-1
/
+6
2025-06-17
sysfs: treewide: switch back to attribute_group::bin_attrs
Thomas Weißschuh
1
-1
/
+1
2025-06-16
Merge tag 'x86_urgent_for_6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-37
/
+3
2025-06-14
Merge tag 'mm-hotfixes-stable-2025-06-13-21-56' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
4
-19
/
+93
2025-06-12
mm: add mmap_prepare() compatibility layer for nested file systems
Lorenzo Stoakes
3
-1
/
+87
2025-06-11
mm: close theoretical race where stale TLB entries could linger
Ryan Roberts
1
-0
/
+2
2025-06-11
mm/vma: reset VMA iterator on commit_merge() OOM failure
Lorenzo Stoakes
1
-18
/
+4
2025-06-11
shmem: no dentry retention past the refcount reaching zero
Al Viro
1
-1
/
+1
2025-06-11
Revert "mm/execmem: Unify early execmem_cache behaviour"
Mike Rapoport (Microsoft)
1
-37
/
+3
2025-06-10
new helper: set_default_d_op()
Al Viro
1
-1
/
+1
2025-06-10
Revert "mm/damon/Kconfig: enable CONFIG_DAMON by default"
Linus Torvalds
1
-1
/
+0
2025-06-09
slab: Decouple slab_debug and no_hash_pointers
Kees Cook
1
-3
/
+2
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-2
/
+2
2025-06-07
Merge tag 'loongarch-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
Linus Torvalds
1
-0
/
+1
2025-06-06
Merge tag 'mm-stable-2025-06-06-16-09' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
11
-11
/
+34
2025-06-06
Merge tag 'mm-hotfixes-stable-2025-06-06-16-02' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
6
-21
/
+64
2025-06-05
kmsan: test: add module description
Arnd Bergmann
1
-0
/
+1
2025-06-05
mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race
Jann Horn
1
-0
/
+7
[prev]
[next]