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-19
mm/vmstat: utilize designated initializers for the vmstat_text array
Kirill A. Shutemov
1
-209
/
+230
2025-07-19
mm: strictly check vmstat_text array size
Kirill A. Shutemov
1
-1
/
+1
2025-07-19
mm/vmstat: make MEMCG select VM_EVENT_COUNTERS
Kirill A. Shutemov
1
-2
/
+2
2025-07-19
mm: remove boolean output parameters from folio_pte_batch_ext()
David Hildenbrand
4
-51
/
+50
2025-07-19
mm: split folio_pte_batch() into folio_pte_batch() and folio_pte_batch_flags()
David Hildenbrand
8
-18
/
+46
2025-07-19
mm: smaller folio_pte_batch() improvements
David Hildenbrand
1
-22
/
+15
2025-07-19
mm: convert FPB_IGNORE_* into FPB_RESPECT_*
David Hildenbrand
7
-25
/
+18
2025-07-19
mm/migrate: remove the -EEXIST conversion for move_pages()
Wei Yang
1
-7
/
+0
2025-07-19
mm/damon/sysfs: don't hold kdamond_lock in before_terminate()
SeongJae Park
1
-2
/
+0
2025-07-19
mm/damon/sysfs: use DAMON core API damon_is_running()
SeongJae Park
2
-13
/
+9
2025-07-19
mm: fault in complete folios instead of individual pages for tmpfs
Baolin Wang
1
-2
/
+2
2025-07-19
Merge tag 'vfs-6.16-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-4
/
+9
2025-07-16
ACPI: APEI: handle synchronous exceptions in task work
Shuai Xue
1
-13
/
+0
2025-07-16
fs: change write_begin/write_end interface to take struct kiocb *
Taotao Chen
2
-8
/
+8
2025-07-13
mm/damon/reclaim: use parameter context correctly
SeongJae Park
1
-2
/
+2
2025-07-13
mm/damon/lru_sort: reset enabled when DAMON start failed
SeongJae Park
1
-1
/
+4
2025-07-13
mm/damon/reclaim: reset enabled when DAMON start failed
SeongJae Park
1
-1
/
+4
2025-07-13
mm/damon: add trace event for effective size quota
SeongJae Park
1
-1
/
+19
2025-07-13
mm/damon: add trace event for auto-tuned monitoring intervals
SeongJae Park
1
-0
/
+1
2025-07-13
khugepaged: reduce race probability between migration and khugepaged
Dev Jain
1
-0
/
+8
2025-07-13
mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*
David Hildenbrand
5
-16
/
+16
2025-07-13
mm/page-alloc: remove PageMappingFlags()
David Hildenbrand
1
-4
/
+3
2025-07-13
mm: rename PG_isolated to PG_movable_ops_isolated
David Hildenbrand
2
-8
/
+8
2025-07-13
mm: convert "movable" flag in page->mapping to a page flag
David Hildenbrand
2
-7
/
+1
2025-07-13
mm: stop storing migration_ops in page->mapping
David Hildenbrand
5
-12
/
+30
2025-07-13
mm: remove __folio_test_movable()
David Hildenbrand
2
-32
/
+17
2025-07-13
mm/page_isolation: drop __folio_test_movable() check for large folios
David Hildenbrand
1
-1
/
+1
2025-07-13
mm: rename __PageMovable() to page_has_movable_ops()
David Hildenbrand
6
-23
/
+18
2025-07-13
mm/migration: remove PageMovable()
David Hildenbrand
2
-23
/
+10
2025-07-13
mm/migrate: remove __ClearPageMovable()
David Hildenbrand
1
-11
/
+0
2025-07-13
mm/balloon_compaction: stop using __ClearPageMovable()
David Hildenbrand
1
-0
/
+11
2025-07-13
mm/zsmalloc: stop using __ClearPageMovable()
David Hildenbrand
1
-4
/
+14
2025-07-13
mm/migrate: move movable_ops page handling out of move_to_new_folio()
David Hildenbrand
1
-33
/
+30
2025-07-13
mm/migrate: factor out movable_ops page handling into migrate_movable_ops_page()
David Hildenbrand
1
-37
/
+47
2025-07-13
mm/migrate: rename putback_movable_folio() to putback_movable_ops_page()
David Hildenbrand
1
-12
/
+23
2025-07-13
mm/migrate: rename isolate_movable_page() to isolate_movable_ops_page()
David Hildenbrand
2
-11
/
+30
2025-07-13
mm/zsmalloc: make PageZsmalloc() sticky until the page is freed
David Hildenbrand
2
-7
/
+2
2025-07-13
mm/page_alloc: let page freeing clear any set page type
David Hildenbrand
1
-0
/
+4
2025-07-13
mm/zsmalloc: drop PageIsolated() related VM_BUG_ONs
David Hildenbrand
2
-10
/
+0
2025-07-13
mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()
David Hildenbrand
1
-1
/
+2
2025-07-13
mm/balloon_compaction: we cannot have isolated pages in the balloon list
David Hildenbrand
1
-6
/
+0
2025-07-13
cma: move memory allocation to a helper function
Mike Rapoport (Microsoft)
1
-50
/
+54
2025-07-13
cma: split reservation of fixed area into a helper function
Mike Rapoport (Microsoft)
1
-13
/
+27
2025-07-13
cma: move __cma_declare_contiguous_nid() before its usage
Mike Rapoport (Microsoft)
1
-150
/
+144
2025-07-13
mm: remove outdated filename comment in percpu-stats.c
Xuanye Liu
1
-1
/
+0
2025-07-13
mm/cma: use str_plural() in cma_declare_contiguous_multi()
Thorsten Blum
1
-2
/
+2
2025-07-13
mm,hugetlb: drop unlikelys from hugetlb_fault
Oscar Salvador
1
-2
/
+2
2025-07-13
mm,hugetlb: drop obsolete comment about non-present pte and second faults
Oscar Salvador
1
-7
/
+1
2025-07-13
mm,hugetlb: rename anon_rmap to new_anon_folio and make it boolean
Oscar Salvador
1
-10
/
+9
2025-07-13
mm,hugetlb: sort out folio locking in the faulting path
Oscar Salvador
1
-4
/
+19
[prev]
[next]