index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-09
Revert "mm/damon/lru_sort: adjust local variable to dynamic allocation"
SeongJae Park
1
-11
/
+4
2024-09-09
mm/damon/core: replace per-quota regions priority histogram buffer usage with...
SeongJae Park
1
-3
/
+6
2024-09-09
mm/damon/core: introduce per-context region priorities histogram buffer
SeongJae Park
1
-0
/
+5
2024-09-09
mm: remove putback_lru_page()
Kefeng Wang
2
-6
/
+0
2024-09-09
mm: remove isolate_lru_page()
Kefeng Wang
6
-17
/
+9
2024-09-09
mm: migrate_device: use more folio in migrate_device_finalize()
Kefeng Wang
1
-19
/
+22
2024-09-09
mm: migrate_device: use more folio in migrate_device_unmap()
Kefeng Wang
1
-10
/
+10
2024-09-09
mm: migrate_device: use a folio in migrate_device_range()
Kefeng Wang
1
-4
/
+5
2024-09-09
mm: migrate_device: convert to migrate_device_coherent_folio()
Kefeng Wang
3
-17
/
+17
2024-09-09
swap: convert swapon() to use a folio
Matthew Wilcox (Oracle)
1
-9
/
+7
2024-09-09
mm: count the number of partially mapped anonymous THPs per size
Barry Song
1
-0
/
+6
2024-09-09
mm: count the number of anonymous THPs per size
Barry Song
4
-4
/
+19
2024-09-09
mm: tidy up shmem mTHP controls and stats
Ryan Roberts
1
-28
/
+112
2024-09-09
mm: cleanup count_mthp_stat() definition
Ryan Roberts
2
-8
/
+0
2024-09-03
mm: memory_hotplug: unify Huge/LRU/non-LRU movable folio isolation
Kefeng Wang
1
-28
/
+15
2024-09-03
mm: migrate: add isolate_folio_to_list()
Kefeng Wang
2
-35
/
+39
2024-09-03
mm: memory_hotplug: check hwpoisoned page firstly in do_migrate_range()
Kefeng Wang
1
-10
/
+10
2024-09-03
mm: memory-failure: add unmap_poisoned_folio()
Kefeng Wang
2
-17
/
+35
2024-09-03
mm: memory_hotplug: remove head variable in do_migrate_range()
Kefeng Wang
1
-8
/
+14
2024-09-03
mm/damon/tests: add .kunitconfig file for DAMON kunit tests
SeongJae Park
1
-0
/
+22
2024-09-03
mm/damon: move kunit tests to tests/ subdirectory with _kunit suffix
SeongJae Park
8
-4
/
+4
2024-09-03
mm/damon/dbgfs-test: skip dbgfs_set_init_regions() test if PADDR is not regis...
SeongJae Park
1
-0
/
+5
2024-09-03
mm/damon/dbgfs-test: skip dbgfs_set_targets() test if PADDR is not registered
SeongJae Park
1
-0
/
+5
2024-09-03
mm/damon/core-test: fix damon_test_ops_registration() for DAMON_VADDR unset case
SeongJae Park
1
-1
/
+16
2024-09-03
mm/damon/core-test: test only vaddr case on ops registration test
SeongJae Park
1
-6
/
+2
2024-09-03
memory tier: fix deadlock warning while onlining pages
Yanfei Xu
1
-1
/
+2
2024-09-03
mm: vmalloc: refactor vm_area_alloc_pages() function
Uladzislau Rezki (Sony)
1
-20
/
+17
2024-09-03
mm: rework vm_ops->close() handling on VMA merge
Lorenzo Stoakes
1
-21
/
+36
2024-09-03
mm: refactor vma_merge() into modify-only vma_merge_existing_range()
Lorenzo Stoakes
1
-251
/
+257
2024-09-03
mm: introduce commit_merge(), abstracting final commit of merge
Lorenzo Stoakes
1
-12
/
+27
2024-09-03
mm: make vma_prepare() and friends static and internal to vma.c
Lorenzo Stoakes
2
-185
/
+158
2024-09-03
mm: avoid using vma_merge() for new VMAs
Lorenzo Stoakes
3
-98
/
+242
2024-09-03
mm: abstract vma_expand() to use vma_merge_struct
Lorenzo Stoakes
3
-33
/
+26
2024-09-03
mm: remove duplicated open-coded VMA policy check
Lorenzo Stoakes
2
-10
/
+7
2024-09-03
mm: introduce vma_merge_struct and abstract vma_merge(),vma_modify()
Lorenzo Stoakes
3
-166
/
+244
2024-09-03
mm/vma.h: optimise vma_munmap_struct
Liam R. Howlett
1
-3
/
+4
2024-09-03
mm/vma: drop incorrect comment from vms_gather_munmap_vmas()
Liam R. Howlett
1
-6
/
+1
2024-09-03
mm: move may_expand_vm() check in mmap_region()
Liam R. Howlett
3
-35
/
+4
2024-09-03
ipc/shm, mm: drop do_vma_munmap()
Liam R. Howlett
3
-36
/
+13
2024-09-03
mm/mmap: use vms accounted pages in mmap_region()
Liam R. Howlett
1
-2
/
+3
2024-09-03
mm/mmap: use PHYS_PFN in mmap_region()
Liam R. Howlett
1
-5
/
+5
2024-09-03
mm: change failure of MAP_FIXED to restoring the gap on failure
Liam R. Howlett
3
-26
/
+61
2024-09-03
mm/mmap: avoid zeroing vma tree in mmap_region()
Liam R. Howlett
3
-48
/
+85
2024-09-03
mm: clean up unmap_region() argument list
Liam R. Howlett
3
-15
/
+11
2024-09-03
mm/vma: track start and end for munmap in vma_munmap_struct
Liam R. Howlett
2
-7
/
+31
2024-09-03
mm/mmap: reposition vma iterator in mmap_region()
Liam R. Howlett
3
-33
/
+39
2024-09-03
mm/vma: support vma == NULL in init_vma_munmap()
Liam R. Howlett
2
-4
/
+9
2024-09-03
mm/vma: expand mmap_region() munmap call
Liam R. Howlett
3
-33
/
+57
2024-09-03
mm/vma: inline munmap operation in mmap_region()
Liam R. Howlett
1
-6
/
+9
2024-09-03
mm/vma: extract validate_mm() from vma_complete()
Liam R. Howlett
2
-1
/
+5
[next]