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-04-05
mm/sparse: move memory hotplug bits to sparse-vmemmap.c
David Hildenbrand (Arm)
4
-309
/
+310
2026-04-05
mm/sparse: move __section_mark_present() to internal.h
David Hildenbrand (Arm)
2
-8
/
+9
2026-04-05
mm/sparse: move sparse_init_one_section() to internal.h
David Hildenbrand (Arm)
3
-25
/
+23
2026-04-05
mm/sparse: drop set_section_nid() from sparse_add_section()
David Hildenbrand (Arm)
1
-1
/
+0
2026-04-05
mm: prepare to move subsection_map_init() to mm/sparse-vmemmap.c
David Hildenbrand (Arm)
4
-9
/
+14
2026-04-05
mm/sparse: remove CONFIG_MEMORY_HOTPLUG-specific usemap allocation handling
David Hildenbrand (Arm)
1
-99
/
+1
2026-04-05
mm/sparse: remove sparse_decode_mem_map()
David Hildenbrand (Arm)
2
-17
/
+1
2026-04-05
mm/bootmem_info: avoid using sparse_decode_mem_map()
David Hildenbrand (Arm)
1
-5
/
+4
2026-04-05
mm/bootmem_info: remove handling for !CONFIG_SPARSEMEM_VMEMMAP
David Hildenbrand (Arm)
1
-37
/
+0
2026-04-05
mm/sparse: remove !CONFIG_SPARSEMEM_VMEMMAP leftovers for CONFIG_MEMORY_HOTPLUG
David Hildenbrand (Arm)
1
-67
/
+2
2026-04-05
mm/memory_hotplug: simplify check_pfn_span()
David Hildenbrand (Arm)
1
-14
/
+6
2026-04-05
mm/Kconfig: make CONFIG_MEMORY_HOTPLUG depend on CONFIG_SPARSEMEM_VMEMMAP
David Hildenbrand (Arm)
1
-1
/
+1
2026-04-05
mm/sparse: remove WARN_ONs from (online|offline)_mem_sections()
David Hildenbrand (Arm)
1
-15
/
+2
2026-04-05
mm/memory_hotplug: remove for_each_valid_pfn() usage
David Hildenbrand (Arm)
1
-2
/
+2
2026-04-05
mm/memory_hotplug: fix possible race in scan_movable_pages()
David Hildenbrand (Arm)
1
-3
/
+8
2026-04-05
mm/swapfile: remove duplicate include of swap_table.h
Chen Ni
1
-1
/
+0
2026-04-05
Docs/mm/damon/design: document DAMON actions when TRANSPARENT_HUGEPAGE is off
Asier Gutierrez
1
-2
/
+6
2026-04-05
zram: change scan_slots to return void
Sergey Senozhatsky
1
-9
/
+5
2026-04-05
Docs/mm/damon: document exclusivity of special-purpose modules
Liew Rui Yan
4
-0
/
+19
2026-04-05
zram: propagate read_from_bdev_async() errors
Sergey Senozhatsky
1
-7
/
+8
2026-04-05
zram: optimize LZ4 dictionary compression performance
gao xu
1
-3
/
+26
2026-04-05
mm/khugepaged: unify khugepaged and madv_collapse with collapse_single_pmd()
Nico Pache
1
-70
/
+72
2026-04-05
mm/khugepaged: rename hpage_collapse_* to collapse_*
Nico Pache
2
-32
/
+30
2026-04-05
mm/khugepaged: define KHUGEPAGED_MAX_PTES_LIMIT as HPAGE_PMD_NR - 1
Nico Pache
1
-4
/
+5
2026-04-05
mm: introduce is_pmd_order helper
Nico Pache
7
-10
/
+14
2026-04-05
mm: consolidate anonymous folio PTE mapping into helpers
Nico Pache
2
-20
/
+45
2026-04-05
mm/userfaultfd: fix hugetlb fault mutex hash calculation
Jianhui Zhou
2
-1
/
+18
2026-04-05
mm/damon/lru_sort: respect addr_unit on default monitoring region setup
SeongJae Park
1
-6
/
+0
2026-04-05
mm/damon/reclaim: respect addr_unit on default monitoring region setup
SeongJae Park
1
-6
/
+0
2026-04-05
mm/damon/core: fix wrong damon_set_regions() argument
SeongJae Park
1
-1
/
+1
2026-04-05
mm/damon/core: receive addr_unit on damon_set_region_biggest_system_ram_defau...
SeongJae Park
4
-3
/
+7
2026-04-05
mm/damon/core: support addr_unit on damon_find_biggest_system_ram()
SeongJae Park
1
-11
/
+23
2026-04-05
mm/damon/core: fix wrong end address assignment on walk_system_ram()
SeongJae Park
1
-1
/
+1
2026-04-05
mm/mremap: check map count under mmap write lock and abstract
Lorenzo Stoakes (Oracle)
1
-13
/
+75
2026-04-05
mm: abstract reading sysctl_max_map_count, and READ_ONCE()
Lorenzo Stoakes (Oracle)
9
-12
/
+24
2026-04-05
mm/mremap: correct invalid map count check
Lorenzo Stoakes (Oracle)
1
-16
/
+12
2026-04-05
kasan: update outdated comment
Kexin Sun
1
-4
/
+4
2026-04-05
mm: migrate: requeue destination folio on deferred split queue
Usama Arif
1
-0
/
+17
2026-04-05
selftest: memcg: skip memcg_sock test if address family not supported
Waiman Long
1
-1
/
+10
2026-04-05
selftests/mm: pagemap_ioctl: remove hungarian notation
Mike Rapoport (Microsoft)
1
-10
/
+10
2026-04-05
mm: ratelimit min_free_kbytes adjustment messages
Breno Leitao
2
-4
/
+4
2026-04-05
mm: huge_memory: refactor enabled_store() with set_global_enabled_mode()
Breno Leitao
1
-15
/
+48
2026-04-05
mm: huge_memory: refactor anon_enabled_store() with set_anon_enabled_mode()
Breno Leitao
1
-32
/
+52
2026-04-05
mm: khugepaged: export set_recommended_min_free_kbytes()
Breno Leitao
2
-1
/
+6
2026-04-05
selftests/damon/sysfs.py: test goal_tuner commit
SeongJae Park
1
-0
/
+7
2026-04-05
selftests/damon/drgn_dump_damon_status: support quota goal_tuner dumping
SeongJae Park
1
-0
/
+1
2026-04-05
selftests/damon/_damon_sysfs: support goal_tuner setup
SeongJae Park
1
-3
/
+9
2026-04-05
mm/damon/tests/core-kunit: test goal_tuner commit
SeongJae Park
1
-0
/
+3
2026-04-05
Docs/ABI/damon: update for goal_tuner
SeongJae Park
1
-0
/
+6
2026-04-05
Docs/admin-guide/mm/damon/usage: document goal_tuner sysfs file
SeongJae Park
1
-4
/
+12
[prev]
[next]