summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* mm: change failure of MAP_FIXED to restoring the gap on failureLiam R. Howlett2024-09-043-26/+61
* mm/mmap: avoid zeroing vma tree in mmap_region()Liam R. Howlett2024-09-043-48/+85
* mm: clean up unmap_region() argument listLiam R. Howlett2024-09-043-15/+11
* mm/vma: track start and end for munmap in vma_munmap_structLiam R. Howlett2024-09-042-7/+31
* mm/mmap: reposition vma iterator in mmap_region()Liam R. Howlett2024-09-043-33/+39
* mm/vma: support vma == NULL in init_vma_munmap()Liam R. Howlett2024-09-042-4/+9
* mm/vma: expand mmap_region() munmap callLiam R. Howlett2024-09-043-33/+57
* mm/vma: inline munmap operation in mmap_region()Liam R. Howlett2024-09-041-6/+9
* mm/vma: extract validate_mm() from vma_complete()Liam R. Howlett2024-09-042-1/+5
* mm/vma: change munmap to use vma_munmap_struct() for accounting and surroundi...Liam R. Howlett2024-09-042-40/+49
* mm/vma: introduce vma_munmap_struct for use in munmap operationsLiam R. Howlett2024-09-042-66/+90
* mm/vma: extract the gathering of vmas from do_vmi_align_munmap()Liam R. Howlett2024-09-041-33/+62
* mm/vma: introduce vmi_complete_munmap_vmas()Liam R. Howlett2024-09-041-25/+55
* mm/vma: introduce abort_munmap_vmas()Liam R. Howlett2024-09-041-5/+17
* mm/vma: correctly position vma_iterator in __split_vma()Liam R. Howlett2024-09-041-1/+4
* Documentation/cgroup-v2: clarify that zswap.writeback is ignored if zswap is ...Mike Yuan2024-09-041-0/+2
* selftests: test_zswap: add test for hierarchical zswap.writebackMike Yuan2024-09-041-21/+54
* mm: remove code to handle same filled pagesUsama Arif2024-09-041-77/+8
* mm: store zero pages to be swapped out in a bitmapUsama Arif2024-09-043-6/+151
* mm:page_alloc: fix the NULL ac->nodemask in __alloc_pages_slowpath()Zhongkun He2024-09-042-0/+11
* mm: swapfile: fix SSD detection with swapfile on btrfsJohannes Weiner2024-09-041-79/+86
* mm:page-writeback: use folio_next_index() helper in writeback_iter()Yuesong Li2024-09-041-1/+1
* selftests/mm: fix charge_reserved_hugetlb.sh testDavid Hildenbrand2024-09-042-10/+13
* x86: remove PG_uncachedMatthew Wilcox (Oracle)2024-09-0411-76/+31
* mm: rename PG_mappedtodisk to PG_owner_2Matthew Wilcox (Oracle)2024-09-045-16/+24
* mm: remove page_has_private()Matthew Wilcox (Oracle)2024-09-041-10/+5
* mm: remove PageOwnerPriv1Matthew Wilcox (Oracle)2024-09-041-2/+0
* mm: remove PageMlockedMatthew Wilcox (Oracle)2024-09-042-7/+10
* mm: remove PageUnevictableMatthew Wilcox (Oracle)2024-09-042-11/+11
* mm: remove PageSwapCacheMatthew Wilcox (Oracle)2024-09-045-24/+22
* mm: remove PageReadaheadMatthew Wilcox (Oracle)2024-09-041-2/+2
* mm: remove PageSwapBackedMatthew Wilcox (Oracle)2024-09-041-3/+3
* mm: remove PageActiveMatthew Wilcox (Oracle)2024-09-042-5/+6
* zsmalloc: use all available 24 bits of page_typeMatthew Wilcox (Oracle)2024-09-043-20/+6
* mm: support only one page_type per pageMatthew Wilcox (Oracle)2024-09-043-51/+56
* mm: introduce page_mapcount_is_type()Matthew Wilcox (Oracle)2024-09-043-7/+11
* printf: remove %pGt supportMatthew Wilcox (Oracle)2024-09-046-62/+2
* selftests/mm: add more mseal traversal testsPedro Falcato2024-09-041-1/+105
* mm: remove can_modify_mm()Pedro Falcato2024-09-042-35/+0
* mseal: replace can_modify_mm_madv with a vma variantPedro Falcato2024-09-044-25/+14
* mm/mremap: replace can_modify_mm with can_modify_vmaPedro Falcato2024-09-041-26/+6
* mm/mprotect: replace can_modify_mm with can_modify_vmaPedro Falcato2024-09-041-9/+3
* mm/munmap: replace can_modify_mm with can_modify_vmaPedro Falcato2024-09-042-17/+13
* mm: move can_modify_vma to mm/vma.hPedro Falcato2024-09-042-17/+28
* mm: allow read-ahead with IOCB_NOWAIT setYafang Shao2024-09-042-1/+6
* mm: remove migration for HugePage in isolate_single_pageblock()Kefeng Wang2024-09-041-25/+3
* mm: shrinker: use min() to improve shrinker_debugfs_scan_write()Thorsten Blum2024-09-041-1/+1
* selftests: mm: support shmem mTHP collapse testingBaolin Wang2024-09-043-8/+51
* mm: khugepaged: support shmem mTHP collapseBaolin Wang2024-09-041-17/+11
* mm: khugepaged: support shmem mTHP copyBaolin Wang2024-09-041-5/+10