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-26
mm/page_table_check: reinstate address parameter in [__]page_table_check_pte_clear()
Rohan McLure
6
-13
/
+17
2026-01-26
mm/page_table_check: reinstate address parameter in [__]page_table_check_pmd_clear()
Rohan McLure
6
-10
/
+14
2026-01-26
mm/page_table_check: reinstate address parameter in [__]page_table_check_pud_clear()
Rohan McLure
6
-10
/
+14
2026-01-26
mm/page_table_check: provide addr parameter to page_table_check_ptes_set()
Rohan McLure
5
-10
/
+12
2026-01-26
mm/page_table_check: reinstate address parameter in [__]page_table_check_pmd[s]_set()
Rohan McLure
5
-14
/
+15
2026-01-26
mm/page_table_check: reinstate address parameter in [__]page_table_check_pud[s]_set()
Rohan McLure
5
-13
/
+14
2026-01-26
arm64/mm: add addr parameter to __ptep_get_and_clear_anysz()
Andrew Donnellan
2
-5
/
+7
2026-01-26
arm64/mm: add addr parameter to __set_ptes_anysz()
Andrew Donnellan
2
-16
/
+13
2026-01-26
migrate: replace RMP_ flags with TTU_ flags
Matthew Wilcox (Oracle)
3
-16
/
+13
2026-01-26
mm/mempolicy: fix mpol_rebind_nodemask() for MPOL_F_NUMA_BALANCING
Jinjiang Tu
2
-1
/
+4
2026-01-26
zsmalloc: introduce SG-list based object read API
Sergey Senozhatsky
2
-0
/
+67
2026-01-26
mm: kmsan: add test_uninit_page
Alexander Potapenko
1
-0
/
+15
2026-01-26
mm: kmsan: add tests for high-order page freeing
Alexander Potapenko
1
-1
/
+48
2026-01-26
Docs/admin-guide/mm/damon/lru_sort: document intervals autotuning
SeongJae Park
1
-0
/
+11
2026-01-26
mm/damon/lru_sort: add monitoring intervals auto-tuning parameter
SeongJae Park
1
-3
/
+27
2026-01-26
Docs/admin-guide/mm/damon/lru_sort: document active_mem_bp parameter
SeongJae Park
1
-0
/
+12
2026-01-26
mm/damon/lru_sort: support active:inactive memory ratio based auto-tuning
SeongJae Park
1
-0
/
+37
2026-01-26
Docs/admin-guide/mm/damon/lru_sort: document filter_young_pages
SeongJae Park
1
-0
/
+14
2026-01-26
mm/damon/lru_sort: support young page filters
SeongJae Park
1
-0
/
+41
2026-01-26
mm/damon/lru_sort: consider age for quota prioritization
SeongJae Park
1
-1
/
+1
2026-01-26
mm/damon/paddr: activate DAMOS_LRU_PRIO targets instead of marking accessed
SeongJae Park
1
-10
/
+8
2026-01-26
Docs/mm/damon/design: document DAMOS_QUOTA_[IN]ACTIVE_MEM_BP
SeongJae Park
1
-0
/
+4
2026-01-26
mm/damon/sysfs-schemes: support DAMOS_QUOTA_[IN]ACTIVE_MEM_BP
SeongJae Park
1
-0
/
+8
2026-01-26
mm/damon/core: introduce [in]active memory ratio damos quota goal metric
SeongJae Park
2
-0
/
+26
2026-01-26
mm/kasan/kunit: extend vmalloc OOB tests to cover vrealloc()
Andrey Ryabinin
1
-15
/
+35
2026-01-26
vmalloc: export vrealloc_node_align_noprof
Alice Ryhl
1
-0
/
+1
2026-01-26
mm: hugetlb: allocate frozen pages for gigantic allocation
Kefeng Wang
3
-66
/
+28
2026-01-26
mm: cma: add cma_alloc_frozen{_compound}()
Kefeng Wang
4
-70
/
+97
2026-01-26
mm: page_alloc: add alloc_contig_frozen_{range,pages}()
Kefeng Wang
5
-82
/
+181
2026-01-26
mm: cma: kill cma_pages_valid()
Kefeng Wang
2
-38
/
+11
2026-01-26
mm: page_alloc: add __split_page()
Kefeng Wang
2
-8
/
+23
2026-01-26
mm: debug_vm_pgtable: add debug_vm_pgtable_free_huge_page()
Kefeng Wang
3
-23
/
+19
2026-01-26
mm/vmalloc: prevent RCU stalls in kasan_release_vmalloc_node
Deepanshu Kartikey
1
-0
/
+8
2026-01-26
mm/early_ioremap: clean up the use of WARN() for debugging
Hou Wenlong
1
-4
/
+11
2026-01-26
mm/early_ioremap: print the starting physical address in __early_ioremap()
Hou Wenlong
1
-2
/
+3
2026-01-26
mm/damon/paddr: initialize 'folio' variables to NULL for clarity
Aaron Yang
1
-4
/
+4
2026-01-26
zsmalloc: simplify read begin/end logic
Yosry Ahmed
1
-7
/
+2
2026-01-26
zsmalloc: use actual object size to detect spans
Sergey Senozhatsky
4
-15
/
+24
2026-01-26
memcg: rename mem_cgroup_ino() to mem_cgroup_id()
Shakeel Butt
7
-17
/
+17
2026-01-26
memcg: remove unused mem_cgroup_id() and mem_cgroup_from_id()
Shakeel Butt
2
-23
/
+0
2026-01-26
mm/vmscan: use cgroup ID instead of private memcg ID in lru_gen interface
Shakeel Butt
1
-13
/
+6
2026-01-26
mm/damon: use cgroup ID instead of private memcg ID
Shakeel Butt
4
-12
/
+9
2026-01-26
memcg: use cgroup_id() instead of cgroup_ino() for memcg ID
Shakeel Butt
3
-9
/
+10
2026-01-26
memcg: mem_cgroup_get_from_ino() returns NULL on error
Shakeel Butt
2
-5
/
+3
2026-01-26
memcg: expose mem_cgroup_ino() and mem_cgroup_get_from_ino() unconditionally
Shakeel Butt
2
-6
/
+0
2026-01-26
memcg: introduce private id API for in-kernel users
Shakeel Butt
6
-38
/
+61
2026-01-26
mm/page_alloc: simplify __alloc_pages_slowpath() flow
Vlastimil Babka
1
-18
/
+23
2026-01-26
mm/page_alloc: refactor the initial compaction handling
Vlastimil Babka
2
-53
/
+55
2026-01-26
mm/page_alloc: ignore the exact initial compaction result
Vlastimil Babka
1
-28
/
+6
2026-01-26
mm/rmap: separate out fork-only logic on anon_vma_clone()
Lorenzo Stoakes
4
-28
/
+74
[prev]
[next]