summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-07-12mm/memory-failure: remove obsolete MF_MSG_DIFFERENT_COMPOUNDMiaohe Lin
2024-07-12mm: thp: support "THPeligible" semantics for mTHP with anonymous shmemBang Li
2024-07-12mm: fix khugepaged activation policyRyan Roberts
2024-07-12memory tier: consolidate the initialization of memory tiersHo-Ren (Jack) Chuang
2024-07-12mm/page_counter: move calculating protection values to page_counterMaarten Lankhorst
2024-07-12mm: add comments for allocation helpers explaining why they are macrosSuren Baghdasaryan
2024-07-12mm: remove CONFIG_ARCH_HAS_HUGEPDChristophe Leroy
2024-07-12mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy
2024-07-12mm: define __pte_leaf_size() to also take a PMD entryChristophe Leroy
2024-07-12mm: add per-order mTHP split countersLance Yang
2024-07-12fs/procfs: add build ID fetching to PROCMAP_QUERY APIAndrii Nakryiko
2024-07-12fs/procfs: implement efficient VMA querying API for /proc/<pid>/mapsAndrii Nakryiko
2024-07-12mm/gup: introduce memfd_pin_folios() for pinning memfd foliosVivek Kasireddy
2024-07-12mm/gup: introduce unpin_folio/unpin_folios helpersVivek Kasireddy
2024-07-10mm: zswap: fix zswap_never_enabled() for CONFIG_ZSWAP==NBarry Song
2024-07-10mm: remove CONFIG_MEMCG_KMEMJohannes Weiner
2024-07-10mm: memcg: add cache line padding to mem_cgroup_per_nodeRoman Gushchin
2024-07-10mm: memcg: drop obsolete cache line padding in struct mem_cgroupRoman Gushchin
2024-07-06mm: migrate: remove folio_migrate_copy()Kefeng Wang
2024-07-06mm: add folio_mc_copy()Kefeng Wang
2024-07-06mm: move memory_failure_queue() into copy_mc_[user]_highpage()Kefeng Wang
2024-07-06Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fixAndrew Morton
2024-07-04mm: memcg: put struct task_struct::in_user_fault under CONFIG_MEMCG_V1Roman Gushchin
2024-07-04mm: memcg: put struct task_struct::memcg_in_oom under CONFIG_MEMCG_V1Roman Gushchin
2024-07-04mm: memcg: guard memcg1-specific members of struct mem_cgroup_per_nodeRoman Gushchin
2024-07-04mm: memcg: put memcg1-specific struct mem_cgroup's members under CONFIG_MEMCG_V1Roman Gushchin
2024-07-04mm: memcg: factor out legacy socket memory accounting codeRoman Gushchin
2024-07-04mm: add swappiness= arg to memory.reclaimDan Schatzberg
2024-07-04mm: add defines for min/max swappinessDan Schatzberg
2024-07-04mm: memcg: put cgroup v1-specific code under a config optionRoman Gushchin
2024-07-04mm: memcg: group cgroup v1 memcg related declarationsRoman Gushchin
2024-07-04mm: memcg: move legacy memcg event code into memcontrol-v1.cRoman Gushchin
2024-07-04mm: memcg: rename soft limit reclaim-related functionsRoman Gushchin
2024-07-03mm/hugetlb_vmemmap: fix race with speculative PFN walkersYu Zhao
2024-07-03cachestat: do not flush stats in recency checkNhat Pham
2024-07-03mm/filemap: make MAX_PAGECACHE_ORDER acceptable to xarrayGavin Shan
2024-07-03mm: prevent derefencing NULL ptr in pfn_section_valid()Waiman Long
2024-07-03mm: page_ref: remove folio_try_get_rcu()Yang Shi
2024-07-03readahead: drop index argument of page_cache_async_readahead()Jan Kara
2024-07-03mm/migrate: move NUMA hinting fault folio isolation + checks under PTLDavid Hildenbrand
2024-07-03kmsan: expose KMSAN_WARN_ON()Ilya Leoshkevich
2024-07-03kmsan: introduce memset_no_sanitize_memory()Ilya Leoshkevich
2024-07-03kmsan: allow disabling KMSAN checks for the current taskIlya Leoshkevich
2024-07-03kmsan: expose kmsan_get_metadata()Ilya Leoshkevich
2024-07-03mm: read page_type using READ_ONCEDavid Hildenbrand
2024-07-03mm: memory: convert clear_huge_page() to folio_zero_user()Kefeng Wang
2024-07-03mm: extend rmap flags arguments for folio_add_new_anon_rmapBarry Song
2024-07-03mm/memory_hotplug: skip adjust_managed_page_count() for PageOffline() pages w...David Hildenbrand
2024-07-03mm/memory_hotplug: initialize memmap of !ZONE_DEVICE with PageOffline() inste...David Hildenbrand
2024-07-03mm: remove page_mkclean()Kefeng Wang