summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2024-07-04mm: memcg: adjust the warning when seq_buf overflowsXiu Jianfeng
2024-07-04mm: memcg: remove redundant seq_buf_has_overflowed()Xiu Jianfeng
2024-07-04mm: memcg: guard memcg1-specific fields accesses in mm/memcontrol.cRoman Gushchin
2024-07-04mm: memcg: gather memcg1-specific fields initialization in memcg1_memcg_init()Roman Gushchin
2024-07-04mm: memcg: guard cgroup v1-specific code in mem_cgroup_print_oom_meminfo()Roman Gushchin
2024-07-04mm: memcg: factor out legacy socket memory accounting codeRoman Gushchin
2024-07-04mm: memcg: move memcg_account_kmem() to memcontrol-v1.cRoman 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: make memcg1_update_tree() staticRoman Gushchin
2024-07-04mm: memcg: move cgroup v1 interface files to memcontrol-v1.cRoman Gushchin
2024-07-04mm: memcg: rename memcg_oom_recover()Roman Gushchin
2024-07-04mm: memcg: move cgroup v1 oom handling code into memcontrol-v1.cRoman Gushchin
2024-07-04mm: memcg: rename memcg_check_events()Roman Gushchin
2024-07-04mm: memcg: move legacy memcg event code into memcontrol-v1.cRoman Gushchin
2024-07-04mm: memcg: rename charge move-related functionsRoman Gushchin
2024-07-04mm: memcg: move charge migration code to memcontrol-v1.cRoman Gushchin
2024-07-04mm: memcg: rename soft limit reclaim-related functionsRoman Gushchin
2024-07-04mm: memcg: move soft limit reclaim code to memcontrol-v1.cRoman Gushchin
2024-07-04mm: memcg: introduce memcontrol-v1.cRoman Gushchin
2024-07-04mm/ksm: optimize the chain()/chain_prune() interfacesChengming Zhou
2024-07-04mm/ksm: don't waste time searching stable tree for fast changing pageChengming Zhou
2024-07-04mm/ksm: refactor out try_to_merge_with_zero_page()Chengming Zhou
2024-07-04hugetlb: force allocating surplus hugepages on mempolicy allowed nodesAristeu Rozanski
2024-07-04mm/damon/paddr: initialize nr_succeeded in __damon_pa_migrate_folio_list()SeongJae Park
2024-07-04mm: refactor folio_undo_large_rmappable()Kefeng Wang
2024-07-04mm, slab: move allocation tagging code in the alloc path into a hookSuren Baghdasaryan
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/shmem: disable PMD-sized page cache if neededGavin Shan
2024-07-03mm/filemap: skip to create PMD-sized page cache if neededGavin Shan
2024-07-03mm/readahead: limit page cache size in page_cache_ra_order()Gavin Shan
2024-07-03mm/damon/core: merge regions aggressively when max_nr_regions is unmetSeongJae Park
2024-07-03mm: vmalloc: check if a hash-index is in cpu_possible_maskUladzislau Rezki (Sony)
2024-07-03mm: page_ref: remove folio_try_get_rcu()Yang Shi
2024-07-03readahead: simplify gotos in page_cache_sync_ra()Jan Kara
2024-07-03readahead: fold try_context_readahead() into its single callerJan Kara
2024-07-03readahead: disentangle async and sync readaheadJan Kara
2024-07-03readahead: drop dead code in ondemand_readahead()Jan Kara
2024-07-03readahead: drop dead code in page_cache_ra_order()Jan Kara
2024-07-03readahead: drop pointless index from force_page_cache_ra()Jan Kara
2024-07-03readahead: properly shorten readahead when falling back to do_page_cache_ra()Jan Kara
2024-07-03filemap: fix page_cache_next_miss() when no hole foundJan Kara
2024-07-03readahead: make sure sync readahead reads needed pageJan Kara
2024-07-03mm/migrate: move NUMA hinting fault folio isolation + checks under PTLDavid Hildenbrand
2024-07-03mm/migrate: make migrate_misplaced_folio() return 0 on successDavid Hildenbrand
2024-07-03mm: mmap_lock: replace get_memcg_path_buf() with on-stack bufferTetsuo Handa
2024-07-03kmsan: do not pass NULL pointers as 0Ilya Leoshkevich