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
Age
Commit message (
Expand
)
Author
Lines
2026-01-31
Docs/admin-guide/mm/damon/usage: introduce DAMON modules at the beginning
SeongJae Park
-0
/
+7
2026-01-31
Docs/mm/damon/design: add reference to DAMON_STAT usage
SeongJae Park
-1
/
+1
2026-01-31
Docs/mm/damon/design: document DAMON sample modules
SeongJae Park
-0
/
+13
2026-01-31
Docs/mm/damon/design: link repology instead of Fedora package
SeongJae Park
-2
/
+2
2026-01-31
Docs/mm/damon/index: simplify the intro
SeongJae Park
-22
/
+9
2026-01-31
mm: update kernel-doc for __swap_cache_clear_shadow()
Taeyang Kim
-1
/
+1
2026-01-31
mm/damon: rename min_sz_region of damon_ctx to min_region_sz
SeongJae Park
-47
/
+49
2026-01-31
mm/damon: rename DAMON_MIN_REGION to DAMON_MIN_REGION_SZ
SeongJae Park
-18
/
+18
2026-01-31
mm/damon/core: rename damos_filter_out() to damos_core_filter_out()
SeongJae Park
-2
/
+2
2026-01-31
mm/damon: document damon_call_control->dealloc_on_cancel repeat behavior
SeongJae Park
-1
/
+1
2026-01-31
mm/damon/core: process damon_call_control requests on a local list
SeongJae Park
-38
/
+21
2026-01-31
mm/damon/core: cancel damos_walk() before damon_ctx->kdamond reset
SeongJae Park
-2
/
+1
2026-01-31
mm/damon/core: cleanup targets and regions at once on kdamond termination
SeongJae Park
-7
/
+1
2026-01-31
mm/damon: remove damon_operations->cleanup()
SeongJae Park
-7
/
+0
2026-01-31
selftests/damon/wss_estimation: deduplicate failed samples output
SeongJae Park
-1
/
+5
2026-01-31
selftests/damon/wss_estimation: ensure number of collected wss
SeongJae Park
-2
/
+4
2026-01-31
selftests/damon/access_memory: add repeat mode
SeongJae Park
-8
/
+21
2026-01-31
selftests/damon/wss_estimation: test for up to 160 MiB working set size
SeongJae Park
-6
/
+23
2026-01-31
selftests/damon/sysfs_memcg_path_leak.sh: use kmemleak
SeongJae Park
-12
/
+14
2026-01-31
selftests/mm: remove virtual_address_range test
Lorenzo Stoakes
-276
/
+0
2026-01-31
mm: hugetlb_cma: mark hugetlb_cma{_only} as __ro_after_init
Kefeng Wang
-2
/
+2
2026-01-31
mm: hugetlb_cma: optimize hugetlb_cma_alloc_frozen_folio()
Kefeng Wang
-1
/
+4
2026-01-31
mm: hugetlb: optimize replace_free_hugepage_folios()
Kefeng Wang
-10
/
+49
2026-01-31
mm: page_alloc: optimize pfn_range_valid_contig()
Kefeng Wang
-17
/
+8
2026-01-31
mm: page_isolation: introduce page_is_unmovable()
Kefeng Wang
-88
/
+101
2026-01-31
selftests/mm: report SKIP in pfnmap if a check fails
Kevin Brodsky
-31
/
+53
2026-01-31
selftests/mm: fix exit code in pagemap_ioctl
Kevin Brodsky
-3
/
+3
2026-01-31
selftests/mm: fix faulting-in code in pagemap_ioctl test
Kevin Brodsky
-5
/
+4
2026-01-31
selftests/mm: introduce helper to read every page
Kevin Brodsky
-19
/
+12
2026-01-31
selftests/mm: check that FORCE_READ() succeeded
Kevin Brodsky
-10
/
+33
2026-01-31
selftests/mm: fix usage of FORCE_READ() in cow tests
Kevin Brodsky
-8
/
+8
2026-01-31
selftests/mm: pass down full CC and CFLAGS to check_config.sh
Kevin Brodsky
-3
/
+2
2026-01-31
selftests/mm: remove flaky header check
Kevin Brodsky
-4
/
+0
2026-01-31
selftests/mm: default KDIR to build directory
Kevin Brodsky
-2
/
+2
2026-01-31
sparc/mm: export symbols for lazy_mmu_mode KUnit tests
Kevin Brodsky
-1
/
+6
2026-01-31
mm: add WQ_PERCPU to alloc_workqueue users
Marco Crivellari
-3
/
+5
2026-01-31
mm: replace use of system_wq with system_percpu_wq
Marco Crivellari
-1
/
+1
2026-01-31
mm: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
-6
/
+6
2026-01-31
mm/hugetlb: enforce brace style
Joshua Hahn
-7
/
+13
2026-01-31
mm/hugetlb: remove unnecessary if condition
Joshua Hahn
-7
/
+4
2026-01-31
mm/highmem: fix __kmap_to_page() build error
William Tambe
-1
/
+2
2026-01-31
mm/vmscan: add tracepoint and reason for kswapd_failures reset
Jiayuan Chen
-19
/
+91
2026-01-31
mm/vmscan: mitigate spurious kswapd_failures reset from direct reclaim
Jiayuan Chen
-2
/
+22
2026-01-31
mm: fix OOM killer inaccuracy on large many-core systems
Mathieu Desnoyers
-11
/
+18
2026-01-31
alloc_tag: fix rw permission issue when handling boot parameter
Ran Xiaokai
-6
/
+16
2026-01-31
mm: drop filename from page_alloc.c header comment
Manish Kumar
-1
/
+0
2026-01-31
zram: rename init_lock to dev_lock
Sergey Senozhatsky
-32
/
+32
2026-01-31
MAINTAINERS: move memory balloon infrastructure to "MEMORY MANAGEMENT - BALLOON"
David Hildenbrand (Red Hat)
-2
/
+11
2026-01-31
mm: rename CONFIG_MEMORY_BALLOON -> CONFIG_BALLOON
David Hildenbrand (Red Hat)
-10
/
+10
2026-01-31
mm: rename CONFIG_BALLOON_COMPACTION to CONFIG_BALLOON_MIGRATION
David Hildenbrand (Red Hat)
-35
/
+35
[prev]
[next]