aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-09-03mm: memory_hotplug: check hwpoisoned page firstly in do_migrate_range()Kefeng Wang1-10/+10
2024-09-03mm: memory-failure: add unmap_poisoned_folio()Kefeng Wang2-17/+35
2024-09-03mm: memory_hotplug: remove head variable in do_migrate_range()Kefeng Wang1-8/+14
2024-09-03mm/damon/tests: add .kunitconfig file for DAMON kunit testsSeongJae Park1-0/+22
2024-09-03mm/damon: move kunit tests to tests/ subdirectory with _kunit suffixSeongJae Park8-4/+4
2024-09-03mm/damon/dbgfs-test: skip dbgfs_set_init_regions() test if PADDR is not regis...SeongJae Park1-0/+5
2024-09-03mm/damon/dbgfs-test: skip dbgfs_set_targets() test if PADDR is not registeredSeongJae Park1-0/+5
2024-09-03mm/damon/core-test: fix damon_test_ops_registration() for DAMON_VADDR unset caseSeongJae Park1-1/+16
2024-09-03mm/damon/core-test: test only vaddr case on ops registration testSeongJae Park1-6/+2
2024-09-03selftests/damon: add execute permissions to test scriptsSeongJae Park9-0/+0
2024-09-03selftests/damon: cleanup __pycache__/ with 'make clean'SeongJae Park1-0/+2
2024-09-03selftests/damon: add access_memory_even to .gitignoreSeongJae Park1-0/+1
2024-09-03sched/numa: Fix the vma scan starving issueYujie Liu1-0/+9
2024-09-03memory tier: fix deadlock warning while onlining pagesYanfei Xu1-1/+2
2024-09-03mm: vmalloc: refactor vm_area_alloc_pages() functionUladzislau Rezki (Sony)1-20/+17
2024-09-03mm: rework vm_ops->close() handling on VMA mergeLorenzo Stoakes2-59/+164
2024-09-03mm: refactor vma_merge() into modify-only vma_merge_existing_range()Lorenzo Stoakes2-253/+264
2024-09-03mm: introduce commit_merge(), abstracting final commit of mergeLorenzo Stoakes1-12/+27
2024-09-03mm: make vma_prepare() and friends static and internal to vma.cLorenzo Stoakes2-185/+158
2024-09-03mm: avoid using vma_merge() for new VMAsLorenzo Stoakes5-100/+279
2024-09-03mm: abstract vma_expand() to use vma_merge_structLorenzo Stoakes4-35/+27
2024-09-03mm: remove duplicated open-coded VMA policy checkLorenzo Stoakes2-10/+7
2024-09-03mm: introduce vma_merge_struct and abstract vma_merge(),vma_modify()Lorenzo Stoakes4-207/+246
2024-09-03tools: add VMA merge testsLorenzo Stoakes2-10/+1317
2024-09-03tools: improve vma test MakefileLorenzo Stoakes1-2/+4
2024-09-03mm/vma.h: optimise vma_munmap_structLiam R. Howlett1-3/+4
2024-09-03mm/vma: drop incorrect comment from vms_gather_munmap_vmas()Liam R. Howlett1-6/+1
2024-09-03mm: move may_expand_vm() check in mmap_region()Liam R. Howlett3-35/+4
2024-09-03ipc/shm, mm: drop do_vma_munmap()Liam R. Howlett5-43/+20
2024-09-03mm/mmap: use vms accounted pages in mmap_region()Liam R. Howlett1-2/+3
2024-09-03mm/mmap: use PHYS_PFN in mmap_region()Liam R. Howlett1-5/+5
2024-09-03mm: change failure of MAP_FIXED to restoring the gap on failureLiam R. Howlett3-26/+61
2024-09-03mm/mmap: avoid zeroing vma tree in mmap_region()Liam R. Howlett3-48/+85
2024-09-03mm: clean up unmap_region() argument listLiam R. Howlett3-15/+11
2024-09-03mm/vma: track start and end for munmap in vma_munmap_structLiam R. Howlett2-7/+31
2024-09-03mm/mmap: reposition vma iterator in mmap_region()Liam R. Howlett3-33/+39
2024-09-03mm/vma: support vma == NULL in init_vma_munmap()Liam R. Howlett2-4/+9
2024-09-03mm/vma: expand mmap_region() munmap callLiam R. Howlett3-33/+57
2024-09-03mm/vma: inline munmap operation in mmap_region()Liam R. Howlett1-6/+9
2024-09-03mm/vma: extract validate_mm() from vma_complete()Liam R. Howlett2-1/+5
2024-09-03mm/vma: change munmap to use vma_munmap_struct() for accounting and surroundi...Liam R. Howlett2-40/+49
2024-09-03mm/vma: introduce vma_munmap_struct for use in munmap operationsLiam R. Howlett2-66/+90
2024-09-03mm/vma: extract the gathering of vmas from do_vmi_align_munmap()Liam R. Howlett1-33/+62
2024-09-03mm/vma: introduce vmi_complete_munmap_vmas()Liam R. Howlett1-25/+55
2024-09-03mm/vma: introduce abort_munmap_vmas()Liam R. Howlett1-5/+17
2024-09-03mm/vma: correctly position vma_iterator in __split_vma()Liam R. Howlett1-1/+4
2024-09-03Documentation/cgroup-v2: clarify that zswap.writeback is ignored if zswap is ...Mike Yuan1-0/+2
2024-09-03selftests: test_zswap: add test for hierarchical zswap.writebackMike Yuan1-21/+54
2024-09-03mm: remove code to handle same filled pagesUsama Arif1-77/+8
2024-09-03mm: store zero pages to be swapped out in a bitmapUsama Arif3-6/+151