index
:
linux-stable.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-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2026-08-04
mm/damon/sysfs: implement probe/weight file
SJ Park
2026-08-04
mm/damon/core: implement damon_has_probe_weight()
SJ Park
2026-08-04
mm/damon/core: get merge threshold from probe hits when weights are set
SJ Park
2026-08-04
mm/damon/core: s/max_nr_accesses/max_merge_score/ in kdamond_fn()
SJ Park
2026-08-04
mm/damon/core: set samples in apply_probes() if probe weights are set
SJ Park
2026-08-04
mm/damon/core: disable access monitoring when probe weights are set
SJ Park
2026-08-04
mm/damon/core: validate params for probe hits weighted sum overflow
SJ Park
2026-08-04
mm/damon/core: disallow probe_hits overflow on attrs only monitoring
SJ Park
2026-08-04
mm/damon/core: extend merge function to work with probe hits
SJ Park
2026-08-04
mm/damon/core: use abs_diff() instead of abs()
SJ Park
2026-08-04
mm/damon/paddr: respect return_max_wsum
SJ Park
2026-08-04
mm/damon/core: implement damon_probe_hits_wsum()
SJ Park
2026-08-04
mm/damon/core: ask apply_probe() to return max probe hits weighted sum
SJ Park
2026-08-04
mm/damon/paddr: set samples in apply_probes() if requested
SJ Park
2026-08-04
mm/damon/core: ask apply_probes() ops callback to set sampling address
SJ Park
2026-08-04
mm/damon/core: introduce damon_probe->weight
SJ Park
2026-08-04
mm: remove wb_writeout_inc
Christoph Hellwig
2026-08-04
mm/gup: fix GUP-fast fallback for NULL-mapping order-0 folios
John Hubbard
2026-08-04
selftests/mm: fix ternary operator precedence in ksm_tests
Sayali Patil
2026-08-04
selftests/mm: fix ksm NUMA merge test for systems with memoryless NUMA nodes
Sayali Patil
2026-08-04
selftests/mm: handle EINVAL when configuring gigantic hugepages
Sayali Patil
2026-08-04
selftests/mm: fix memleak in migration benchmark
Hongfu Li
2026-08-04
ksm: use precise linear_page_index instead of the whole address space
xu xin
2026-08-04
mm/ksm: initialize the addr only once in collect_procs_ksm
xu xin
2026-08-04
mm: split out vmalloc declarations from internal.h
Mike Rapoport (Microsoft)
2026-08-04
mm: split out sparse declarations from internal.h
Mike Rapoport (Microsoft)
2026-08-04
mm: split out mm_init and memblock declarations from internal.h
Mike Rapoport (Microsoft)
2026-08-04
ksm: add mremap selftests for ksm_rmap_walk
xu xin
2026-08-04
ksm: optimize rmap_walk_ksm by passing a suitable page index
xu xin
2026-08-04
ksm: add linear_page_index into ksm_rmap_item
xu xin
2026-08-04
mm/damon/core: handle unreset probe_hits in probe_hits_mvsum()
SJ Park
2026-08-04
mm/damon/core: update probe hits for new parameter commit
SJ Park
2026-08-04
mm/damon/core: s/nr_accesses_for_new_attrs/nr_samples_for_new_attrs/
SJ Park
2026-08-04
mm/damon/core: s/nr_accesses_to_accesses_bp/sample_count_to_bp/
SJ Park
2026-08-04
mm/damon/core: s/accesses_bp_to_nr_accesses/sample_bp_to_count/
SJ Park
2026-08-04
mm/damon/core: s/damon_max_nr_accesses()/damon_nr_samples_per_aggr()/
SJ Park
2026-08-04
mm/damon/core: remove comment and test for nr_to_bp() divide-by-zero
SJ Park
2026-08-04
mm/bootmem_info: remove CONFIG_HAVE_BOOTMEM_INFO_NODE
David Hildenbrand (Arm)
2026-08-04
mm/sparse: remove bootmem_info.h include
David Hildenbrand (Arm)
2026-08-04
mm/hugetlb_vmemmap: remove bootmem_info leftovers
David Hildenbrand (Arm)
2026-08-04
x86/mm: remove CONFIG_HAVE_BOOTMEM_INFO_NODE
David Hildenbrand (Arm)
2026-08-04
x86/mm: stop marking page tables as MIX_SECTION_INFO
David Hildenbrand (Arm)
2026-08-04
x86/mm: stop marking vmemmap as SECTION_INFO
David Hildenbrand (Arm)
2026-08-04
mm/bootmem_info: allow calling free_bootmem_page() on pages without a bootmem...
David Hildenbrand (Arm)
2026-08-04
s390/mm: use free_reserved_pages() in vmem_free_pages()
David Hildenbrand (Arm)
2026-08-04
mm: provide free_reserved_pages(), removing x86 variant
David Hildenbrand (Arm)
2026-08-04
x86/mm: drop order parameter from free_pagetable()
David Hildenbrand (Arm)
2026-08-04
mm: nommu: fix the error path when vma_iter_prealloc() fails
Hajime Tazaki
2026-08-04
Documentation/userfaultfd: document RWP working set tracking
Kiryl Shutsemau (Meta)
2026-08-04
selftests/mm: add userfaultfd RWP tests
Kiryl Shutsemau (Meta)
[prev]
[next]