summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2026-02-12mm: rmap: support batched checks of the references for large foliosBaolin Wang
2026-02-12mm: make vm_area_desc utilise vma_flags_t onlyLorenzo Stoakes
2026-02-12mm: update all remaining mmap_prepare users to use vma_flags_tLorenzo Stoakes
2026-02-12mm: update shmem_[kernel]_file_*() functions to use vma_flags_tLorenzo Stoakes
2026-02-12mm: update hugetlbfs to use VMA flags on mmap_prepareLorenzo Stoakes
2026-02-12mm: add basic VMA flag operation helper functionsLorenzo Stoakes
2026-02-12mm: add mk_vma_flags() bitmap flag macro helperLorenzo Stoakes
2026-02-12mm: rename vma_flag_test/set_atomic() to vma_test/set_atomic_flag()Lorenzo Stoakes
2026-02-12mm/vma: remove __private sparse decoration from vma_flags_tLorenzo Stoakes
2026-02-12mm/vma: use unmap_desc in exit_mmap() and vms_clear_ptes()Liam R. Howlett
2026-02-12mm: relocate the page table ceiling and floor definitionsLiam R. Howlett
2026-02-12mm/vmscan: select the closest preferred node in demote_folio_list()Bing Jiao
2026-02-12mm/vmscan: fix demotion targets checks in reclaim/demotionBing Jiao
2026-02-06mm: convert __HAVE_ARCH_TLB_REMOVE_TABLE to CONFIG_HAVE_ARCH_TLB_REMOVE_TABLE...Qi Zheng
2026-01-31mm, swap: drop the SWAP_HAS_CACHE flagKairui Song
2026-01-31mm, swap: add folio to swap cache directly on allocationKairui Song
2026-01-31mm, swap: cleanup swap entry management workflowKairui Song
2026-01-31mm, swap: use swap cache as the swap in synchronize layerKairui Song
2026-01-31mm/shmem, swap: remove SWAP_MAP_SHMEMNhat Pham
2026-01-31mm/vma: add and use vma_assert_stabilised()Lorenzo Stoakes
2026-01-31mm/vma: update vma_assert_locked() to use lockdepLorenzo Stoakes
2026-01-31mm/vma: improve and document __is_vma_write_locked()Lorenzo Stoakes
2026-01-31mm/vma: introduce helper struct + thread through exclusive lock fnsLorenzo Stoakes
2026-01-31mm/vma: clean up __vma_enter/exit_locked()Lorenzo Stoakes
2026-01-31mm/vma: add+use vma lockdep acquire/release definesLorenzo Stoakes
2026-01-31mm/vma: rename is_vma_write_only(), separate out shared refcount putLorenzo Stoakes
2026-01-31mm/vma: document possible vma->vm_refcnt values and reference commentLorenzo Stoakes
2026-01-31mm/vma: rename VMA_LOCK_OFFSET to VM_REFCNT_EXCLUDE_READERS_FLAGLorenzo Stoakes
2026-01-31mm/damon: rename min_sz_region of damon_ctx to min_region_szSeongJae Park
2026-01-31mm/damon: rename DAMON_MIN_REGION to DAMON_MIN_REGION_SZSeongJae Park
2026-01-31mm/damon: document damon_call_control->dealloc_on_cancel repeat behaviorSeongJae Park
2026-01-31mm/damon: remove damon_operations->cleanup()SeongJae Park
2026-01-31mm: page_isolation: introduce page_is_unmovable()Kefeng Wang
2026-01-31mm/vmscan: add tracepoint and reason for kswapd_failures resetJiayuan Chen
2026-01-31mm/vmscan: mitigate spurious kswapd_failures reset from direct reclaimJiayuan Chen
2026-01-31mm: fix OOM killer inaccuracy on large many-core systemsMathieu Desnoyers
2026-01-31mm: rename CONFIG_MEMORY_BALLOON -> CONFIG_BALLOONDavid Hildenbrand (Red Hat)
2026-01-31mm: rename CONFIG_BALLOON_COMPACTION to CONFIG_BALLOON_MIGRATIONDavid Hildenbrand (Red Hat)
2026-01-31mm: rename balloon_compaction.(c|h) to balloon.(c|h)David Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: remove "extern" from functionsDavid Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: move internal helpers to balloon_compaction.cDavid Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: fold balloon_mapping_gfp_mask() into balloon_page_alloc()David Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: remove balloon_page_push/pop()David Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: drop fs.h include from balloon_compaction.hDavid Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: make balloon_mops staticDavid Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: remove dependency on page lockDavid Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: use a device-independent balloon (list) lockDavid Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: centralize adjust_managed_page_count() handlingDavid Hildenbrand (Red Hat)
2026-01-31mm/khugepaged: change collapse_pte_mapped_thp() to return voidShivank Garg
2026-01-31Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm/shmem,Andrew Morton