index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-20
mm/oom_kill: remove unnecessary integer promotion in format string
Dipendra Khadka
1
-2
/
+2
2026-01-20
mm/damon/tests/core-kunit: remove a redundant test case and add a new test case in damos_test_commit_quota_goal()
Shu Anzai
1
-3
/
+4
2026-01-20
mm/damon/tests/core-kunit: add test cases for multiple regions in damon_test_split_regions_of()
Shu Anzai
1
-0
/
+20
2026-01-20
mm/damon/tests/core-kunit: add a test case for region merge size limit in damon_test_merge_regions_of()
Shu Anzai
1
-8
/
+8
2026-01-20
mm/damon/tests/core-kunit: verify the 'age' and 'nr_accesses_bp' fields in damon_test_merge_two()
Shu Anzai
1
-0
/
+4
2026-01-20
mm/damon/tests/core-kunit: verify the 'age' field in damon_test_split_at()
Shu Anzai
1
-0
/
+2
2026-01-20
mm/vmstat: remove unused node and zone state helpers
Wei Yang
2
-21
/
+0
2026-01-20
selftests/mm: fix comment for check_test_requirements
Chunyu Hu
1
-3
/
+3
2026-01-20
selftests/mm: va_high_addr_switch return fail when either test failed
Chunyu Hu
1
-3
/
+7
2026-01-20
selftests/mm: remove arm64 nr_hugepages setup for va_high_addr_switch test
Chunyu Hu
1
-8
/
+0
2026-01-20
selftests/mm: allocate 6 hugepages in va_high_addr_switch.sh
Chunyu Hu
1
-2
/
+2
2026-01-20
selftests/mm: fix va_high_addr_switch.sh return value
Chunyu Hu
1
-0
/
+2
2026-01-20
selftests/mm/charge_reserved_hugetlb.sh: add waits with timeout helper
Li Wang
1
-21
/
+30
2026-01-20
selftests/mm/charge_reserved_hugetlb: drop mount size for hugetlbfs
Li Wang
1
-2
/
+2
2026-01-20
selftests/mm/write_to_hugetlbfs: parse -s as size_t
Li Wang
1
-3
/
+6
2026-01-20
page_alloc: allow migration of smaller hugepages during contig_alloc
Gregory Price
1
-4
/
+55
2026-01-20
mm, hugetlb: implement movable_gigantic_pages sysctl
Gregory Price
4
-3
/
+53
2026-01-20
mm: cleanup vma_iter_bulk_alloc
Wentao Guan
2
-7
/
+0
2026-01-20
mm: clarify GFP_ATOMIC/GFP_NOWAIT doc-comment
Brendan Jackman
1
-2
/
+5
2026-01-20
mm/gup: remove no longer used gup_fast_undo_dev_pagemap
Kairui Song
1
-11
/
+0
2026-01-20
mm, page_alloc, thp: prevent reclaim for __GFP_THISNODE THP allocations
Vlastimil Babka
1
-0
/
+14
2026-01-20
mm/hugetlb_cgroup: fix -Wformat-truncation warning
Xiu Jianfeng
1
-1
/
+1
2026-01-20
mm: fix minor spelling mistakes in comments
Kevin Lourenco
27
-45
/
+45
2026-01-20
mm/damon: fix typos in comments
Kevin Lourenco
5
-7
/
+7
2026-01-20
zram: remove KMSG_COMPONENT macro
Heiko Carstens
1
-2
/
+1
2026-01-20
mm/mm_init: replace simple_strtoul with kstrtobool in set_hashdist
Thorsten Blum
2
-8
/
+5
2026-01-20
lib/test_vmalloc.c: minor fixes to test_vmalloc.c
Audra Mitchell
2
-7
/
+35
2026-01-20
maple_tree: remove struct maple_alloc
Sidhartha Kumar
1
-8
/
+0
2026-01-20
mm/block/fs: remove laptop_mode
Johannes Weiner
14
-888
/
+25
2026-01-20
zram: drop pp_in_progress
Sergey Senozhatsky
2
-25
/
+8
2026-01-20
mm/damon/stat: deduplicate intervals_goal setup in damon_stat_build_ctx()
JaeJoon Jung
1
-8
/
+0
2026-01-20
mm/damon/core: add trace point for damos stat per apply interval
SeongJae Park
2
-0
/
+58
2026-01-20
Docs/ABI/damon: update for max_nr_snapshots
SeongJae Park
1
-0
/
+7
2026-01-20
Docs/admin-guide/mm/damon/usage: update for max_nr_snapshots
SeongJae Park
1
-5
/
+6
2026-01-20
Docs/mm/damon/design: update for max_nr_snapshots
SeongJae Park
1
-0
/
+5
2026-01-20
mm/damon/sysfs-schemes: implement max_nr_snapshots file
SeongJae Park
1
-0
/
+28
2026-01-20
mm/damon/core: implement max_nr_snapshots
SeongJae Park
2
-1
/
+15
2026-01-20
mm/damon: update damos kerneldoc for stat field
SeongJae Park
1
-3
/
+1
2026-01-20
Docs/ABI/damon: update for nr_snapshots damos stat
SeongJae Park
1
-0
/
+6
2026-01-20
Docs/admin-guide/mm/damon/usage: update for nr_snapshots damos stat
SeongJae Park
1
-4
/
+4
2026-01-20
Docs/mm/damon/design: update for nr_snapshots damos stat
SeongJae Park
1
-0
/
+2
2026-01-20
mm/damon/sysfs-schemes: introduce nr_snapshots damos stat file
SeongJae Park
1
-0
/
+15
2026-01-20
mm/damon/core: introduce nr_snapshots damos stat
SeongJae Park
2
-3
/
+13
2026-01-20
tools/mm/slabinfo: fix --partial long option mapping
Kaushlendra Kumar
1
-1
/
+1
2026-01-20
tools/mm/thp_swap_allocator_test: fix small folio alignment
Kaushlendra Kumar
1
-1
/
+1
2026-01-20
mm/damon/core: fix wasteful CPU calls by skipping non-existent targets
Enze Li
1
-0
/
+3
2026-01-20
mm: memcontrol: rename mem_cgroup_from_slab_obj()
Johannes Weiner
3
-6
/
+6
2026-01-20
memcg: remove mem_cgroup_size()
Chen Ridong
3
-21
/
+11
2026-01-20
memcg: move mem_cgroup_usage memcontrol-v1.c
Chen Ridong
3
-24
/
+22
2026-01-20
mm: zswap: delete unused acomp->is_sleepable
Johannes Weiner
1
-2
/
+0
[prev]
[next]