summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-07-13fs/procfs: add build ID fetching to PROCMAP_QUERY APIAndrii Nakryiko1-0/+28
2024-07-13fs/procfs: implement efficient VMA querying API for /proc/<pid>/mapsAndrii Nakryiko1-1/+129
2024-07-13mm/gup: introduce memfd_pin_folios() for pinning memfd foliosVivek Kasireddy2-0/+8
2024-07-13mm/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-05mm: memcg: put struct task_struct::in_user_fault under CONFIG_MEMCG_V1Roman Gushchin2-21/+21
2024-07-05mm: memcg: put struct task_struct::memcg_in_oom under CONFIG_MEMCG_V1Roman Gushchin1-1/+3
2024-07-05mm: memcg: guard memcg1-specific members of struct mem_cgroup_per_nodeRoman Gushchin1-0/+2
2024-07-05mm: memcg: put memcg1-specific struct mem_cgroup's members under CONFIG_MEMCG_V1Roman Gushchin1-50/+53
2024-07-05mm: memcg: factor out legacy socket memory accounting codeRoman Gushchin1-0/+2
2024-07-05mm: add swappiness= arg to memory.reclaimDan Schatzberg1-1/+2
2024-07-05mm: add defines for min/max swappinessDan Schatzberg1-0/+2
2024-07-05mm: memcg: put cgroup v1-specific code under a config optionRoman Gushchin1-3/+3
2024-07-05mm: memcg: group cgroup v1 memcg related declarationsRoman Gushchin1-68/+76
2024-07-05mm: memcg: move legacy memcg event code into memcontrol-v1.cRoman Gushchin1-12/+0
2024-07-05mm: memcg: rename soft limit reclaim-related functionsRoman Gushchin1-6/+6
2024-07-04mm/hugetlb_vmemmap: fix race with speculative PFN walkersYu Zhao1-1/+7
2024-07-04cachestat: do not flush stats in recency checkNhat Pham1-1/+2
2024-07-04mm/filemap: make MAX_PAGECACHE_ORDER acceptable to xarrayGavin Shan1-2/+9
2024-07-04mm: prevent derefencing NULL ptr in pfn_section_valid()Waiman Long1-1/+2
2024-07-04mm: page_ref: remove folio_try_get_rcu()Yang Shi1-47/+2
2024-07-04readahead: drop index argument of page_cache_async_readahead()Jan Kara1-4/+3
2024-07-04mm/migrate: move NUMA hinting fault folio isolation + checks under PTLDavid Hildenbrand1-0/+7
2024-07-04kmsan: expose KMSAN_WARN_ON()Ilya Leoshkevich1-0/+25
2024-07-04kmsan: introduce memset_no_sanitize_memory()Ilya Leoshkevich1-0/+18
2024-07-04kmsan: allow disabling KMSAN checks for the current taskIlya Leoshkevich2-1/+25
2024-07-04kmsan: expose kmsan_get_metadata()Ilya Leoshkevich1-0/+9
2024-07-04mm: read page_type using READ_ONCEDavid Hildenbrand1-3/+3
2024-07-04mm: memory: convert clear_huge_page() to folio_zero_user()Kefeng Wang1-3/+1
2024-07-04mm: extend rmap flags arguments for folio_add_new_anon_rmapBarry Song1-1/+1
2024-07-04mm/memory_hotplug: skip adjust_managed_page_count() for PageOffline() pages w...David Hildenbrand2-4/+8
2024-07-04mm/memory_hotplug: initialize memmap of !ZONE_DEVICE with PageOffline() inste...David Hildenbrand1-7/+5
2024-07-04mm: remove page_mkclean()Kefeng Wang2-5/+1
2024-07-04mm: remove page_maybe_dma_pinned()Kefeng Wang1-7/+2
2024-07-04mm/mm_init: initialize page->_mapcount directly in __init_single_page()David Hildenbrand1-5/+0
2024-07-04mm/zsmalloc: use a proper page typeDavid Hildenbrand1-0/+3
2024-07-04mm: allow reuse of the lower 16 bit of the page type with an actual typeDavid Hildenbrand2-10/+20
2024-07-04mm: update _mapcount and page_type documentationDavid Hildenbrand2-16/+17
2024-07-04mm/damon/core: implement DAMON context commit functionSeongJae Park1-0/+1
2024-07-04mm/damon/core: implement DAMOS quota goals online commit functionSeongJae Park1-0/+1
2024-07-04mm/damon/paddr: introduce DAMOS_MIGRATE_HOT action for promotionHyeongtak Ji1-0/+2
2024-07-04mm/damon/paddr: introduce DAMOS_MIGRATE_COLD action for demotionHonggyu Kim1-0/+2
2024-07-04mm/migrate: add MR_DAMON to migrate_reasonHonggyu Kim2-1/+3