index
:
kernel/git/stable/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-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
2026-08-04
mm/vma: minor cleanup of expand_[upwards, downwards]()
Lorenzo Stoakes
2026-08-04
mm/vma: refactor vmg_adjust_set_range() for clarity
Lorenzo Stoakes
2026-08-04
mm/vma: clean up anon_vma_compatible()
Lorenzo Stoakes
2026-08-04
mm/vma: introduce and use vmg_pages(), vmg_[start, end]_pgoff()
Lorenzo Stoakes
2026-08-04
mm/rmap: rename anon_vma_interval_tree_*() to anon_rmap_tree_*()
Lorenzo Stoakes
2026-08-04
mm/rmap: rename anon_vma_interval_tree_*() params and use pgoff_t
Lorenzo Stoakes
2026-08-04
mm/rmap: parameterise anon_vma_interval_tree_*() by anon_vma
Lorenzo Stoakes
2026-08-04
mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()
Lorenzo Stoakes
2026-08-04
mm/rmap: elide unnecessary static inline's in interval_tree.c
Lorenzo Stoakes
2026-08-04
mm/rmap: parameterise vma_interval_tree_*() by address_space
Lorenzo Stoakes
2026-08-04
mm/rmap: update mm/interval_tree.c comments
Lorenzo Stoakes
2026-08-04
mm: move vma_start_pgoff() into mm.h and clean up
Lorenzo Stoakes
2026-08-04
mm/hmm: add hmm_range_fault_unlocked_timeout() for mmap lock-drop support
Stanislav Kinsburskii
2026-08-04
mm/hmm: move page fault handling out of walk callbacks
Stanislav Kinsburskii
2026-08-04
mm/hmm: make CONFIG_HMM_MIRROR select CONFIG_MMU_NOTIFIER
Andrew Morton
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
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: 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)
[prev]
[next]