开源镜像站
帮助
下载
动态
GitHub
index
:
linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
Linux kernel latest source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2026-07-26
drm/nouveau: use hmm_range_fault_unlocked_timeout() for SVM faults
Stanislav Kinsburskii
2026-07-26
mshv: use hmm_range_fault_unlocked_timeout() for region faults
Stanislav Kinsburskii
2026-07-26
selftests/mm: add HMM test for mmap lock-dropping faults
Stanislav Kinsburskii
2026-07-26
mm/hmm: add hmm_range_fault_unlocked_timeout() for mmap lock-drop support
Stanislav Kinsburskii
2026-07-26
mm/hmm: move page fault handling out of walk callbacks
Stanislav Kinsburskii
2026-07-26
mm/hmm.c: fix build with CONFIG_MMU_NOTIFIER=n
Andrew Morton
2026-07-26
Docs/ABI/damon: document probe weight file
SJ Park
2026-07-26
Docs/admin-guide/mm/damon/usage: document weight sysfs file
SJ Park
2026-07-26
Docs/mm/damon/design: document attrs-only monitoring
SJ Park
2026-07-26
mm/damon/sysfs: implement probe/weight file
SJ Park
2026-07-26
mm/damon/core: implement damon_has_probe_weight()
SJ Park
2026-07-26
mm/damon/core: get merge threshold from probe hits when weights are set
SJ Park
2026-07-26
mm/damon/core: s/max_nr_accesses/max_merge_score/ in kdamond_fn()
SJ Park
2026-07-26
mm/damon/core: set samples in apply_probes() if probe weights are set
SJ Park
2026-07-26
mm/damon/core: disable access monitoring when probe weights are set
SJ Park
2026-07-26
mm/damon/core: validate params for probe hits weighted sum overflow
SJ Park
2026-07-26
mm/damon/core: disallow probe_hits overflow on attrs only monitoring
SJ Park
2026-07-26
mm/damon/core: extend merge function to work with probe hits
SJ Park
2026-07-26
mm/damon/core: use abs_diff() instead of abs()
SJ Park
2026-07-26
mm/damon/paddr: respect return_max_wsum
SJ Park
2026-07-26
mm/damon/core: implement damon_probe_hits_wsum()
SJ Park
2026-07-26
mm/damon/core: ask apply_probe() to return max probe hits weighted sum
SJ Park
2026-07-26
mm/damon/paddr: set samples in apply_probes() if requested
SJ Park
2026-07-26
mm/damon/core: ask apply_probes() ops callback to set sampling address
SJ Park
2026-07-26
mm/damon/core: introduce damon_probe->weight
SJ Park
2026-07-26
mm: remove wb_writeout_inc
Christoph Hellwig
2026-07-26
mm/gup: fix GUP-fast fallback for NULL-mapping order-0 folios
John Hubbard
2026-07-26
selftests/mm: fix ternary operator precedence in ksm_tests
Sayali Patil
2026-07-26
selftests/mm: fix ksm NUMA merge test for systems with memoryless NUMA nodes
Sayali Patil
2026-07-26
selftests/mm: handle EINVAL when configuring gigantic hugepages
Sayali Patil
2026-07-26
mm: standardize printing for pgtable entries
David Hildenbrand (Arm)
2026-07-26
mm/vmalloc: align vm_area so vmap() can batch mappings
Barry Song (Xiaomi)
2026-07-26
mm/vmalloc: simplify vmap batching helper and limit scan by PFN alignment
Wen Jiang
2026-07-26
mm/vmalloc: map contiguous pages in batches for vmap() if possible
Barry Song (Xiaomi)
2026-07-26
mm/vmalloc: extract vm_shift() to consolidate mapping shift selection
Wen Jiang
2026-07-26
mm/vmalloc: extend page table walk to support larger page_shift sizes and eli...
Barry Song (Xiaomi)
2026-07-26
mm/vmalloc: extract vmap_set_ptes() to consolidate PTE mapping logic
Wen Jiang
2026-07-26
arm64/vmalloc: allow arch_vmap_pte_range_map_size to batch multiple CONT_PTE
Barry Song (Xiaomi)
2026-07-26
arm64/hugetlb: extend batching of multiple CONT_PTE in a single PTE setup
Barry Song (Xiaomi)
2026-07-26
selftests/mm: fix memleak in migration benchmark
Hongfu Li
2026-07-26
ksm: use precise linear_page_index instead of the whole address space
xu xin
2026-07-26
mm/ksm: initialize the addr only once in collect_procs_ksm
xu xin
2026-07-26
mm: split out vmalloc declarations from internal.h
Mike Rapoport (Microsoft)
2026-07-26
mm: split out sparse declarations from internal.h
Mike Rapoport (Microsoft)
2026-07-26
memblock tests: split stubfs from internal.h to mm_init.h
Mike Rapoport (Microsoft)
2026-07-26
mm: split out mm_init and memblock declarations from internal.h
Mike Rapoport (Microsoft)
2026-07-26
ksm: add mremap selftests for ksm_rmap_walk
xu xin
2026-07-26
ksm: optimize rmap_walk_ksm by passing a suitable page index
xu xin
2026-07-26
ksm: add linear_page_index into ksm_rmap_item
xu xin
2026-07-26
mm/damon/core: handle unreset probe_hits in probe_hits_mvsum()
SJ Park
[next]