summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2026-08-04mm/huge_memory: skip device-private PMDs in madvise_free_huge_pmdUsama Arif
2026-08-04mm/madvise: skip device-private PMDs in cold and pageout walksUsama Arif
2026-08-04mm/mempolicy: skip non-present PMDs when queueing foliosUsama Arif
2026-08-04mm/vma: use guard clauses in can_vma_merge_[before, after]()Lorenzo Stoakes
2026-08-04mm/vma: correct incorrect vma.h inclusionLorenzo Stoakes
2026-08-04mm/vma: introduce and use vma_set_pgoff()Lorenzo Stoakes
2026-08-04mm/vma: slightly rework the anonymous check in __mmap_new_vma()Lorenzo Stoakes
2026-08-04mm/vma: update vmg_adjust_set_range() to offset pgoff insteadLorenzo Stoakes
2026-08-04mm/vma: update vma_shrink() to not pass start, pgoff parametersLorenzo Stoakes
2026-08-04mm/vma: make vma_set_range() static, drop insert_vm_struct() declLorenzo Stoakes
2026-08-04mm/vma: move __install_special_mapping() to vma.cLorenzo Stoakes
2026-08-04mm/vma: add and use vma_[add/sub]_pgoff()Lorenzo Stoakes
2026-08-04mm: use linear_page_[index, delta]() consistentlyLorenzo Stoakes
2026-08-04mm/vma: remove duplicative vma_pgoff_offset() helperLorenzo Stoakes
2026-08-04mm/vma: use vma_start_pgoff(), linear_page_index() in mm codeLorenzo Stoakes
2026-08-04mm/vma: minor cleanup of expand_[upwards, downwards]()Lorenzo Stoakes
2026-08-04mm/vma: refactor vmg_adjust_set_range() for clarityLorenzo Stoakes
2026-08-04mm/vma: clean up anon_vma_compatible()Lorenzo Stoakes
2026-08-04mm/vma: introduce and use vmg_pages(), vmg_[start, end]_pgoff()Lorenzo Stoakes
2026-08-04mm/rmap: rename anon_vma_interval_tree_*() to anon_rmap_tree_*()Lorenzo Stoakes
2026-08-04mm/rmap: rename anon_vma_interval_tree_*() params and use pgoff_tLorenzo Stoakes
2026-08-04mm/rmap: parameterise anon_vma_interval_tree_*() by anon_vmaLorenzo Stoakes
2026-08-04mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()Lorenzo Stoakes
2026-08-04mm/rmap: elide unnecessary static inline's in interval_tree.cLorenzo Stoakes
2026-08-04mm/rmap: parameterise vma_interval_tree_*() by address_spaceLorenzo Stoakes
2026-08-04mm/rmap: update mm/interval_tree.c commentsLorenzo Stoakes
2026-08-04mm: move vma_start_pgoff() into mm.h and clean upLorenzo Stoakes
2026-08-04mm/hmm: add hmm_range_fault_unlocked_timeout() for mmap lock-drop supportStanislav Kinsburskii
2026-08-04mm/hmm: move page fault handling out of walk callbacksStanislav Kinsburskii
2026-08-04mm/hmm: make CONFIG_HMM_MIRROR select CONFIG_MMU_NOTIFIERAndrew Morton
2026-08-04mm/damon/sysfs: implement probe/weight fileSJ Park
2026-08-04mm/damon/core: implement damon_has_probe_weight()SJ Park
2026-08-04mm/damon/core: get merge threshold from probe hits when weights are setSJ Park
2026-08-04mm/damon/core: s/max_nr_accesses/max_merge_score/ in kdamond_fn()SJ Park
2026-08-04mm/damon/core: set samples in apply_probes() if probe weights are setSJ Park
2026-08-04mm/damon/core: disable access monitoring when probe weights are setSJ Park
2026-08-04mm/damon/core: validate params for probe hits weighted sum overflowSJ Park
2026-08-04mm/damon/core: disallow probe_hits overflow on attrs only monitoringSJ Park
2026-08-04mm/damon/core: extend merge function to work with probe hitsSJ Park
2026-08-04mm/damon/core: use abs_diff() instead of abs()SJ Park
2026-08-04mm/damon/paddr: respect return_max_wsumSJ Park
2026-08-04mm/damon/core: implement damon_probe_hits_wsum()SJ Park
2026-08-04mm/damon/core: ask apply_probe() to return max probe hits weighted sumSJ Park
2026-08-04mm/damon/paddr: set samples in apply_probes() if requestedSJ Park
2026-08-04mm/damon/core: ask apply_probes() ops callback to set sampling addressSJ Park
2026-08-04mm/damon/core: introduce damon_probe->weightSJ Park
2026-08-04mm: remove wb_writeout_incChristoph Hellwig
2026-08-04mm/gup: fix GUP-fast fallback for NULL-mapping order-0 foliosJohn Hubbard
2026-08-04ksm: use precise linear_page_index instead of the whole address spacexu xin
2026-08-04mm/ksm: initialize the addr only once in collect_procs_ksmxu xin