index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-04
selftests/mm: add HMM test for mmap lock-dropping faults
Stanislav Kinsburskii
3
-1
/
+257
2026-08-04
mm/hmm: add hmm_range_fault_unlocked_timeout() for mmap lock-drop support
Stanislav Kinsburskii
3
-52
/
+197
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
Docs/ABI/damon: document probe weight file
SJ Park
1
-0
/
+6
2026-08-04
Docs/admin-guide/mm/damon/usage: document weight sysfs file
SJ Park
2
-3
/
+13
2026-08-04
Docs/mm/damon/design: document attrs-only monitoring
SJ Park
1
-0
/
+20
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
2
-0
/
+26
2026-08-04
mm/damon/core: ask apply_probe() to return max probe hits weighted sum
SJ Park
3
-3
/
+8
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
3
-4
/
+5
2026-08-04
mm/damon/core: introduce damon_probe->weight
SJ Park
2
-0
/
+5
2026-08-04
mm: remove wb_writeout_inc
Christoph Hellwig
2
-12
/
+0
2026-08-04
mm/gup: fix GUP-fast fallback for NULL-mapping order-0 folios
John Hubbard
1
-4
/
+9
2026-08-04
selftests/mm: fix ternary operator precedence in ksm_tests
Sayali Patil
1
-6
/
+6
2026-08-04
selftests/mm: fix ksm NUMA merge test for systems with memoryless NUMA nodes
Sayali Patil
1
-7
/
+9
2026-08-04
selftests/mm: handle EINVAL when configuring gigantic hugepages
Sayali Patil
3
-5
/
+24
2026-08-04
selftests/mm: fix memleak in migration benchmark
Hongfu Li
1
-9
/
+12
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)
10
-41
/
+54
2026-08-04
mm: split out sparse declarations from internal.h
Mike Rapoport (Microsoft)
6
-52
/
+67
2026-08-04
mm: split out mm_init and memblock declarations from internal.h
Mike Rapoport (Microsoft)
14
-111
/
+154
2026-08-04
ksm: add mremap selftests for ksm_rmap_walk
xu xin
1
-0
/
+81
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
4
-8
/
+10
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)
5
-170
/
+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
2026-08-04
x86/mm: remove CONFIG_HAVE_BOOTMEM_INFO_NODE
David Hildenbrand (Arm)
2
-27
/
+0
2026-08-04
x86/mm: stop marking page tables as MIX_SECTION_INFO
David Hildenbrand (Arm)
1
-57
/
+2
2026-08-04
x86/mm: stop marking vmemmap as SECTION_INFO
David Hildenbrand (Arm)
1
-26
/
+4
[prev]
[next]