aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-07-17mm, page_alloc: put should_fail_alloc_page() back behing CONFIG_FAIL_PAGE_ALLOCVlastimil Babka1-4/+2
2024-07-17mm, slab: put should_failslab() back behind CONFIG_SHOULD_FAILSLABVlastimil Babka1-3/+2
2024-07-12mm: shmem: rename mTHP shmem countersRyan Roberts1-3/+3
2024-07-12mm/memory-failure: remove obsolete MF_MSG_DIFFERENT_COMPOUNDMiaohe Lin1-1/+0
2024-07-12mm: thp: support "THPeligible" semantics for mTHP with anonymous shmemBang Li1-0/+9
2024-07-12mm: fix khugepaged activation policyRyan Roberts1-12/+0
2024-07-12memory tier: consolidate the initialization of memory tiersHo-Ren (Jack) Chuang1-0/+2
2024-07-12mm/page_counter: move calculating protection values to page_counterMaarten Lankhorst1-0/+4
2024-07-12mm: add comments for allocation helpers explaining why they are macrosSuren Baghdasaryan7-3/+42
2024-07-12mm: remove CONFIG_ARCH_HAS_HUGEPDChristophe Leroy1-6/+0
2024-07-12mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy2-3/+3
2024-07-12mm: define __pte_leaf_size() to also take a PMD entryChristophe Leroy1-0/+3
2024-07-12mm: add per-order mTHP split countersLance Yang1-0/+3
2024-07-12fs/procfs: add build ID fetching to PROCMAP_QUERY APIAndrii Nakryiko1-0/+28
2024-07-12fs/procfs: implement efficient VMA querying API for /proc/<pid>/mapsAndrii Nakryiko1-1/+129
2024-07-12mm/gup: introduce memfd_pin_folios() for pinning memfd foliosVivek Kasireddy2-0/+8
2024-07-12mm/gup: introduce unpin_folio/unpin_folios helpersVivek Kasireddy1-0/+2
2024-07-10mm: zswap: fix zswap_never_enabled() for CONFIG_ZSWAP==NBarry Song1-1/+1
2024-07-10mm: remove CONFIG_MEMCG_KMEMJohannes Weiner6-30/+17
2024-07-10mm: memcg: add cache line padding to mem_cgroup_per_nodeRoman Gushchin1-2/+4
2024-07-10mm: memcg: drop obsolete cache line padding in struct mem_cgroupRoman Gushchin1-4/+0
2024-07-06mm: migrate: remove folio_migrate_copy()Kefeng Wang1-1/+0
2024-07-06mm: add folio_mc_copy()Kefeng Wang1-0/+1
2024-07-06mm: move memory_failure_queue() into copy_mc_[user]_highpage()Kefeng Wang1-0/+6
2024-07-06Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fixAndrew Morton4-52/+22
2024-07-04mm: memcg: put struct task_struct::in_user_fault under CONFIG_MEMCG_V1Roman Gushchin2-21/+21
2024-07-04mm: memcg: put struct task_struct::memcg_in_oom under CONFIG_MEMCG_V1Roman Gushchin1-1/+3
2024-07-04mm: memcg: guard memcg1-specific members of struct mem_cgroup_per_nodeRoman Gushchin1-0/+2
2024-07-04mm: memcg: put memcg1-specific struct mem_cgroup's members under CONFIG_MEMCG_V1Roman Gushchin1-50/+53
2024-07-04mm: memcg: factor out legacy socket memory accounting codeRoman Gushchin1-0/+2
2024-07-04mm: add swappiness= arg to memory.reclaimDan Schatzberg1-1/+2
2024-07-04mm: add defines for min/max swappinessDan Schatzberg1-0/+2
2024-07-04mm: memcg: put cgroup v1-specific code under a config optionRoman Gushchin1-3/+3
2024-07-04mm: memcg: group cgroup v1 memcg related declarationsRoman Gushchin1-68/+76
2024-07-04mm: memcg: move legacy memcg event code into memcontrol-v1.cRoman Gushchin1-12/+0
2024-07-04mm: memcg: rename soft limit reclaim-related functionsRoman Gushchin1-6/+6
2024-07-03mm/hugetlb_vmemmap: fix race with speculative PFN walkersYu Zhao1-1/+7
2024-07-03cachestat: do not flush stats in recency checkNhat Pham1-1/+2
2024-07-03mm/filemap: make MAX_PAGECACHE_ORDER acceptable to xarrayGavin Shan1-2/+9
2024-07-03mm: prevent derefencing NULL ptr in pfn_section_valid()Waiman Long1-1/+2
2024-07-03mm: page_ref: remove folio_try_get_rcu()Yang Shi1-47/+2
2024-07-03readahead: drop index argument of page_cache_async_readahead()Jan Kara1-4/+3
2024-07-03mm/migrate: move NUMA hinting fault folio isolation + checks under PTLDavid Hildenbrand1-0/+7
2024-07-03kmsan: expose KMSAN_WARN_ON()Ilya Leoshkevich1-0/+25
2024-07-03kmsan: introduce memset_no_sanitize_memory()Ilya Leoshkevich1-0/+18
2024-07-03kmsan: allow disabling KMSAN checks for the current taskIlya Leoshkevich2-1/+25
2024-07-03kmsan: expose kmsan_get_metadata()Ilya Leoshkevich1-0/+9
2024-07-03mm: read page_type using READ_ONCEDavid Hildenbrand1-3/+3
2024-07-03mm: memory: convert clear_huge_page() to folio_zero_user()Kefeng Wang1-3/+1
2024-07-03mm: extend rmap flags arguments for folio_add_new_anon_rmapBarry Song1-1/+1