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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-13
mm: remove is_migrate_highatomic()
Brendan Jackman
2
-6
/
+1
2025-09-13
rust: mm: update ARef and AlwaysRefCounted imports from sync::aref
Shankari Anand
2
-2
/
+3
2025-09-13
mm/zswap: reduce the size of the compression buffer to a single page
Nhat Pham
1
-7
/
+2
2025-09-13
mm/cma: add 'available count' and 'total count' to trace_cma_alloc_start
gaoxiang17
2
-7
/
+14
2025-09-13
mm/rmap: use folio_large_nr_pages() when we are sure it is a large folio
Wei Yang
1
-1
/
+1
2025-09-13
mm/rmap: not necessary to mask off FOLIO_PAGES_MAPPED
Wei Yang
1
-1
/
+1
2025-09-13
mm, x86/mm: move creating the tlb_flush event back to x86 code
Steven Rostedt
2
-1
/
+1
2025-09-13
mm: remove write_cache_pages
Christoph Hellwig
2
-36
/
+0
2025-09-13
bcachefs: stop using write_cache_pages
Christoph Hellwig
1
-1
/
+12
2025-09-13
ntfs3: stop using write_cache_pages
Christoph Hellwig
1
-5
/
+10
2025-09-13
lib/test_hmm: drop redundant conversion to bool
Xichao Zhao
1
-1
/
+1
2025-09-13
selftests/mm: test that rmap behaves as expected
Wei Yang
5
-0
/
+442
2025-09-13
selftests/mm: put general ksm operation into vm_util
Wei Yang
3
-118
/
+154
2025-09-13
tmpfs: preserve SB_I_VERSION on remount
Baokun Li
1
-1
/
+4
2025-09-13
selftests/mm: check after-split folio orders in split_huge_page_test
Zi Yan
1
-24
/
+64
2025-09-13
selftests/mm: add check_after_split_folio_orders() helper
Zi Yan
1
-0
/
+152
2025-09-13
selftests/mm: reimplement is_backed_by_thp() with more precise check
Zi Yan
3
-24
/
+82
2025-09-13
selftests/mm: mark all functions static in split_huge_page_test.c
Zi Yan
1
-11
/
+11
2025-09-13
mm/huge_memory: add new_order and offset to split_huge_pages*() pr_debug
Zi Yan
1
-4
/
+4
2025-09-13
mm/hugetlb: early exit from hugetlb_pages_alloc_boot() when max_huge_pages=0
Li RongQing
1
-0
/
+3
2025-09-13
mm/filemap: skip non-uptodate folio if there are available folios
Chi Zhiling
1
-3
/
+4
2025-09-13
mm/filemap: do not use is_partially_uptodate for entire folio
Chi Zhiling
1
-0
/
+3
2025-09-13
mm/damon/tests/core-kunit: add damos_commit_filter test
Sang-Heon Jeon
1
-0
/
+17
2025-09-13
mm: fix duplicate accounting of free pages in should_reclaim_retry()
liuqiqi
1
-9
/
+2
2025-09-13
mm: add folio_is_pci_p2pdma()
Matthew Wilcox (Oracle)
2
-3
/
+9
2025-09-13
mm: reimplement folio_is_fsdax()
Matthew Wilcox (Oracle)
1
-5
/
+5
2025-09-13
mm: reimplement folio_is_device_coherent()
Matthew Wilcox (Oracle)
1
-5
/
+5
2025-09-13
mm: reimplement folio_is_device_private()
Matthew Wilcox (Oracle)
1
-5
/
+6
2025-09-13
mm: introduce memdesc_is_zone_device()
Matthew Wilcox (Oracle)
1
-7
/
+12
2025-09-13
slab: use memdesc_nid()
Matthew Wilcox (Oracle)
1
-2
/
+2
2025-09-13
slab: use memdesc_flags_t
Matthew Wilcox (Oracle)
2
-10
/
+10
2025-09-13
mm: introduce memdesc_zonenum()
Matthew Wilcox (Oracle)
1
-3
/
+8
2025-09-13
mm: introduce memdesc_nid()
Matthew Wilcox (Oracle)
2
-11
/
+16
2025-09-13
mm: convert page_to_section() to memdesc_section()
Matthew Wilcox (Oracle)
3
-4
/
+4
2025-09-13
mm: introduce memdesc_flags_t
Matthew Wilcox (Oracle)
58
-190
/
+195
2025-09-13
mm/damon/Kconfig: make DAMON_STAT_ENABLED_DEFAULT depend on DAMON_STAT
Enze Li
1
-1
/
+1
2025-09-13
selftests: prctl: introduce tests for disabling THPs except for madvise
Usama Arif
1
-0
/
+113
2025-09-13
selftests: prctl: introduce tests for disabling THPs completely
Usama Arif
5
-1
/
+189
2025-09-13
selftest/mm: extract sz2ord function into vm_util.h
Usama Arif
4
-9
/
+9
2025-09-13
docs: transhuge: document process level THP controls
Usama Arif
1
-0
/
+36
2025-09-13
mm/huge_memory: respect MADV_COLLAPSE with PR_THP_DISABLE_EXCEPT_ADVISED
David Hildenbrand
5
-7
/
+16
2025-09-13
mm/huge_memory: convert "tva_flags" to "enum tva_type"
David Hildenbrand
5
-35
/
+38
2025-09-13
prctl: extend PR_SET_THP_DISABLE to optionally exclude VM_HUGEPAGE
David Hildenbrand
7
-29
/
+82
2025-09-13
mm: readahead: improve mmap_miss heuristic for concurrent faults
Roman Gushchin
1
-3
/
+11
2025-09-13
selftests/mm: skip hugepage-mremap test if userfaultfd unavailable
Aboorva Devarajan
1
-3
/
+13
2025-09-13
selftests/mm: skip thuge-gen test if system is not setup properly
Aboorva Devarajan
1
-4
/
+7
2025-09-13
selftests/mm: fix child process exit codes in ksm_functional_tests
Aboorva Devarajan
1
-7
/
+9
2025-09-13
mm/selftests: fix split_huge_page_test failure on systems with 64KB page size
Donet Tom
4
-18
/
+19
2025-09-13
selftest/mm: fix ksm_funtional_test failures
Donet Tom
1
-1
/
+11
2025-09-13
selftests/mm: add support to test 4PB VA on PPC64
Donet Tom
1
-0
/
+11
[prev]
[next]