index
:
pub/scm/linux/kernel/git/next/linux-next.git
master
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-04
mm/vma: minor cleanup of expand_[upwards, downwards]()
Lorenzo Stoakes
1
-10
/
+7
2026-08-04
mm/vma: refactor vmg_adjust_set_range() for clarity
Lorenzo Stoakes
1
-4
/
+47
2026-08-04
mm/vma: clean up anon_vma_compatible()
Lorenzo Stoakes
1
-5
/
+16
2026-08-04
mm/vma: introduce and use vmg_pages(), vmg_[start, end]_pgoff()
Lorenzo Stoakes
2
-7
/
+21
2026-08-04
mm/rmap: rename anon_vma_interval_tree_*() to anon_rmap_tree_*()
Lorenzo Stoakes
5
-38
/
+38
2026-08-04
mm/rmap: rename anon_vma_interval_tree_*() params and use pgoff_t
Lorenzo Stoakes
1
-17
/
+17
2026-08-04
mm/rmap: parameterise anon_vma_interval_tree_*() by anon_vma
Lorenzo Stoakes
5
-20
/
+17
2026-08-04
mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()
Lorenzo Stoakes
10
-32
/
+32
2026-08-04
mm/rmap: elide unnecessary static inline's in interval_tree.c
Lorenzo Stoakes
1
-3
/
+3
2026-08-04
mm/rmap: parameterise vma_interval_tree_*() by address_space
Lorenzo Stoakes
10
-44
/
+67
2026-08-04
mm/rmap: update mm/interval_tree.c comments
Lorenzo Stoakes
1
-2
/
+7
2026-08-04
mm: move vma_start_pgoff() into mm.h and clean up
Lorenzo Stoakes
1
-5
/
+0
2026-08-04
mm/hmm: add hmm_range_fault_unlocked_timeout() for mmap lock-drop support
Stanislav Kinsburskii
1
-29
/
+139
2026-08-04
mm/hmm: move page fault handling out of walk callbacks
Stanislav Kinsburskii
1
-43
/
+75
2026-08-04
mm/hmm: make CONFIG_HMM_MIRROR select CONFIG_MMU_NOTIFIER
Andrew Morton
1
-0
/
+1
2026-08-04
mm/damon/sysfs: implement probe/weight file
SJ Park
1
-0
/
+25
2026-08-04
mm/damon/core: implement damon_has_probe_weight()
SJ Park
1
-0
/
+6
2026-08-04
mm/damon/core: get merge threshold from probe hits when weights are set
SJ Park
1
-4
/
+14
2026-08-04
mm/damon/core: s/max_nr_accesses/max_merge_score/ in kdamond_fn()
SJ Park
1
-3
/
+3
2026-08-04
mm/damon/core: set samples in apply_probes() if probe weights are set
SJ Park
1
-1
/
+2
2026-08-04
mm/damon/core: disable access monitoring when probe weights are set
SJ Park
1
-2
/
+3
2026-08-04
mm/damon/core: validate params for probe hits weighted sum overflow
SJ Park
1
-0
/
+15
2026-08-04
mm/damon/core: disallow probe_hits overflow on attrs only monitoring
SJ Park
1
-0
/
+16
2026-08-04
mm/damon/core: extend merge function to work with probe hits
SJ Park
2
-12
/
+50
2026-08-04
mm/damon/core: use abs_diff() instead of abs()
SJ Park
1
-2
/
+2
2026-08-04
mm/damon/paddr: respect return_max_wsum
SJ Park
1
-2
/
+5
2026-08-04
mm/damon/core: implement damon_probe_hits_wsum()
SJ Park
1
-0
/
+24
2026-08-04
mm/damon/core: ask apply_probe() to return max probe hits weighted sum
SJ Park
2
-2
/
+4
2026-08-04
mm/damon/paddr: set samples in apply_probes() if requested
SJ Park
1
-0
/
+4
2026-08-04
mm/damon/core: ask apply_probes() ops callback to set sampling address
SJ Park
2
-2
/
+2
2026-08-04
mm/damon/core: introduce damon_probe->weight
SJ Park
1
-0
/
+3
2026-08-04
mm: remove wb_writeout_inc
Christoph Hellwig
1
-10
/
+0
2026-08-04
mm/gup: fix GUP-fast fallback for NULL-mapping order-0 folios
John Hubbard
1
-4
/
+9
2026-08-04
ksm: use precise linear_page_index instead of the whole address space
xu xin
1
-2
/
+3
2026-08-04
mm/ksm: initialize the addr only once in collect_procs_ksm
xu xin
1
-2
/
+1
2026-08-04
mm: split out vmalloc declarations from internal.h
Mike Rapoport (Microsoft)
8
-40
/
+52
2026-08-04
mm: split out sparse declarations from internal.h
Mike Rapoport (Microsoft)
5
-52
/
+66
2026-08-04
mm: split out mm_init and memblock declarations from internal.h
Mike Rapoport (Microsoft)
10
-91
/
+128
2026-08-04
ksm: optimize rmap_walk_ksm by passing a suitable page index
xu xin
1
-1
/
+12
2026-08-04
ksm: add linear_page_index into ksm_rmap_item
xu xin
1
-7
/
+41
2026-08-04
mm/damon/core: handle unreset probe_hits in probe_hits_mvsum()
SJ Park
1
-0
/
+3
2026-08-04
mm/damon/core: update probe hits for new parameter commit
SJ Park
2
-6
/
+35
2026-08-04
mm/damon/core: s/nr_accesses_for_new_attrs/nr_samples_for_new_attrs/
SJ Park
1
-5
/
+4
2026-08-04
mm/damon/core: s/nr_accesses_to_accesses_bp/sample_count_to_bp/
SJ Park
1
-6
/
+5
2026-08-04
mm/damon/core: s/accesses_bp_to_nr_accesses/sample_bp_to_count/
SJ Park
1
-5
/
+5
2026-08-04
mm/damon/core: s/damon_max_nr_accesses()/damon_nr_samples_per_aggr()/
SJ Park
3
-4
/
+4
2026-08-04
mm/damon/core: remove comment and test for nr_to_bp() divide-by-zero
SJ Park
2
-30
/
+1
2026-08-04
mm/bootmem_info: remove CONFIG_HAVE_BOOTMEM_INFO_NODE
David Hildenbrand (Arm)
3
-80
/
+0
2026-08-04
mm/sparse: remove bootmem_info.h include
David Hildenbrand (Arm)
1
-1
/
+0
2026-08-04
mm/hugetlb_vmemmap: remove bootmem_info leftovers
David Hildenbrand (Arm)
1
-6
/
+2
[prev]
[next]