index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-01
mm/balloon_compaction: fold balloon_mapping_gfp_mask() into balloon_page_alloc()
David Hildenbrand (Red Hat)
2
-11
/
+8
2026-02-01
mm/balloon_compaction: remove balloon_page_push/pop()
David Hildenbrand (Red Hat)
2
-33
/
+2
2026-02-01
drivers/virtio/virtio_balloon: stop using balloon_page_push/pop()
David Hildenbrand (Red Hat)
1
-10
/
+15
2026-02-01
mm/balloon_compaction: drop fs.h include from balloon_compaction.h
David Hildenbrand (Red Hat)
1
-1
/
+0
2026-02-01
mm/balloon_compaction: make balloon_mops static
David Hildenbrand (Red Hat)
2
-2
/
+1
2026-02-01
mm/balloon_compaction: remove dependency on page lock
David Hildenbrand (Red Hat)
2
-38
/
+25
2026-02-01
mm/balloon_compaction: use a device-independent balloon (list) lock
David Hildenbrand (Red Hat)
2
-18
/
+22
2026-02-01
vmw_balloon: stop using the balloon_dev_info lock
David Hildenbrand (Red Hat)
1
-8
/
+12
2026-02-01
mm/balloon_compaction: centralize adjust_managed_page_count() handling
David Hildenbrand (Red Hat)
4
-29
/
+22
2026-02-01
mm/balloon_compaction: centralize basic page migration handling
David Hildenbrand (Red Hat)
4
-73
/
+35
2026-02-01
mm/balloon_compaction: improve comments for WARN_ON_ONCE(!b_dev_info)
David Hildenbrand (Red Hat)
1
-2
/
+10
2026-02-01
powerpc/pseries/cmm: remove cmm_balloon_compaction_init()
David Hildenbrand (Red Hat)
1
-11
/
+5
2026-02-01
vmw_balloon: remove vmballoon_compaction_init()
David Hildenbrand (Red Hat)
1
-25
/
+5
2026-02-01
vmw_balloon: adjust BALLOON_DEFLATE when deflating while migrating
David Hildenbrand (Red Hat)
1
-0
/
+2
2026-02-01
mm/khugepaged: make khugepaged_collapse_control static
Shivank Garg
1
-1
/
+1
2026-02-01
mm/khugepaged: use enum scan_result for result variables and return types
Shivank Garg
1
-53
/
+46
2026-02-01
mm/khugepaged: change collapse_pte_mapped_thp() to return void
Shivank Garg
2
-22
/
+27
2026-02-01
mm/khugepaged: remove unnecessary goto 'skip' label
Shivank Garg
1
-3
/
+4
2026-02-01
Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm/shmem,
Andrew Morton
23
-87
/
+239
2026-01-27
mm/damon: hide kdamond and kdamond_lock of damon_ctx
SeongJae Park
1
-15
/
+14
2026-01-27
mm/damon/reclaim: use damon_kdamond_pid()
SeongJae Park
1
-1
/
+3
2026-01-27
mm/damon/lru_sort: use damon_kdamond_pid()
SeongJae Park
1
-1
/
+3
2026-01-27
mm/damon/sysfs: use damon_kdamond_pid()
SeongJae Park
1
-4
/
+3
2026-01-27
mm/damon/core: implement damon_kdamond_pid()
SeongJae Park
2
-0
/
+18
2026-01-27
cgroup: use nodes_and() output where appropriate
Yury Norov
1
-4
/
+3
2026-01-27
mm: use nodes_and() return value to simplify client code
Yury Norov
2
-4
/
+2
2026-01-27
nodemask: propagate boolean for nodes_and{,not}
Yury Norov
1
-4
/
+4
2026-01-27
powerpc/mm: support page table check
Rohan McLure
8
-18
/
+73
2026-01-27
powerpc/mm: use set_pte_at_unchecked() for internal usages
Rohan McLure
4
-6
/
+16
2026-01-27
powerpc/mm: implement *_user_accessible_page() for ptes
Rohan McLure
4
-0
/
+35
2026-01-27
mm: provide address parameter to p{te,md,ud}_user_accessible_page()
Rohan McLure
4
-15
/
+15
2026-01-27
mm/page_table_check: reinstate address parameter in [__]page_table_check_pte_...
Rohan McLure
6
-13
/
+17
2026-01-27
mm/page_table_check: reinstate address parameter in [__]page_table_check_pmd_...
Rohan McLure
6
-10
/
+14
2026-01-27
mm/page_table_check: reinstate address parameter in [__]page_table_check_pud_...
Rohan McLure
6
-10
/
+14
2026-01-27
mm/page_table_check: provide addr parameter to page_table_check_ptes_set()
Rohan McLure
5
-10
/
+12
2026-01-27
mm/page_table_check: reinstate address parameter in [__]page_table_check_pmd[...
Rohan McLure
5
-14
/
+15
2026-01-27
mm/page_table_check: reinstate address parameter in [__]page_table_check_pud[...
Rohan McLure
5
-13
/
+14
2026-01-27
arm64/mm: add addr parameter to __ptep_get_and_clear_anysz()
Andrew Donnellan
2
-5
/
+7
2026-01-27
arm64/mm: add addr parameter to __set_ptes_anysz()
Andrew Donnellan
2
-16
/
+13
2026-01-27
migrate: replace RMP_ flags with TTU_ flags
Matthew Wilcox (Oracle)
3
-16
/
+13
2026-01-27
mm/mempolicy: fix mpol_rebind_nodemask() for MPOL_F_NUMA_BALANCING
Jinjiang Tu
2
-1
/
+4
2026-01-27
zsmalloc: introduce SG-list based object read API
Sergey Senozhatsky
2
-0
/
+67
2026-01-27
mm: kmsan: add test_uninit_page
Alexander Potapenko
1
-0
/
+15
2026-01-27
mm: kmsan: add tests for high-order page freeing
Alexander Potapenko
1
-1
/
+48
2026-01-27
Docs/admin-guide/mm/damon/lru_sort: document intervals autotuning
SeongJae Park
1
-0
/
+11
2026-01-27
mm/damon/lru_sort: add monitoring intervals auto-tuning parameter
SeongJae Park
1
-3
/
+27
2026-01-27
Docs/admin-guide/mm/damon/lru_sort: document active_mem_bp parameter
SeongJae Park
1
-0
/
+12
2026-01-27
mm/damon/lru_sort: support active:inactive memory ratio based auto-tuning
SeongJae Park
1
-0
/
+37
2026-01-27
Docs/admin-guide/mm/damon/lru_sort: document filter_young_pages
SeongJae Park
1
-0
/
+14
2026-01-27
mm/damon/lru_sort: support young page filters
SeongJae Park
1
-0
/
+41
[next]