summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | mm: migrate: remove folio_migrate_copy()Kefeng Wang2024-07-061-7/+0
| * | fs: hugetlbfs: support poisoned recover from hugetlbfs_migrate_folio()Kefeng Wang2024-07-061-2/+8
| * | mm: migrate: support poisoned recover from migrate folioKefeng Wang2024-07-061-3/+11
| * | mm: migrate: split folio_migrate_mapping()Kefeng Wang2024-07-061-16/+22
| * | mm: add folio_mc_copy()Kefeng Wang2024-07-061-0/+17
| * | mm: move memory_failure_queue() into copy_mc_[user]_highpage()Kefeng Wang2024-07-062-10/+3
| * | Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fixAndrew Morton2024-07-0613-217/+260
| |\ \
| * | | mm/memory-failure: userspace controls soft-offlining pagesJiaqi Yan2024-07-051-2/+20
| * | | mm/memory-failure: refactor log format in soft offline codeJiaqi Yan2024-07-051-6/+9
| * | | mm: memcg: adjust the warning when seq_buf overflowsXiu Jianfeng2024-07-051-1/+2
| * | | mm: memcg: remove redundant seq_buf_has_overflowed()Xiu Jianfeng2024-07-051-3/+0
| * | | mm: memcg: guard memcg1-specific fields accesses in mm/memcontrol.cRoman Gushchin2024-07-051-2/+7
| * | | mm: memcg: gather memcg1-specific fields initialization in memcg1_memcg_init()Roman Gushchin2024-07-053-5/+12
| * | | mm: memcg: guard cgroup v1-specific code in mem_cgroup_print_oom_meminfo()Roman Gushchin2024-07-051-0/+2
| * | | mm: memcg: factor out legacy socket memory accounting codeRoman Gushchin2024-07-053-17/+38
| * | | mm: memcg: move memcg_account_kmem() to memcontrol-v1.cRoman Gushchin2024-07-053-21/+24
| * | | mm: add swappiness= arg to memory.reclaimDan Schatzberg2024-07-053-14/+68
| * | | mm: add defines for min/max swappinessDan Schatzberg2024-07-052-7/+7
| * | | mm: memcg: put cgroup v1-specific code under a config optionRoman Gushchin2024-07-053-5/+29
| * | | mm: memcg: group cgroup v1 memcg related declarationsRoman Gushchin2024-07-051-41/+46
| * | | mm: memcg: make memcg1_update_tree() staticRoman Gushchin2024-07-052-2/+1
| * | | mm: memcg: move cgroup v1 interface files to memcontrol-v1.cRoman Gushchin2024-07-053-755/+757
| * | | mm: memcg: rename memcg_oom_recover()Roman Gushchin2024-07-053-7/+7
| * | | mm: memcg: move cgroup v1 oom handling code into memcontrol-v1.cRoman Gushchin2024-07-053-217/+231
| * | | mm: memcg: rename memcg_check_events()Roman Gushchin2024-07-053-8/+8
| * | | mm: memcg: move legacy memcg event code into memcontrol-v1.cRoman Gushchin2024-07-053-682/+709
| * | | mm: memcg: rename charge move-related functionsRoman Gushchin2024-07-053-15/+15
| * | | mm: memcg: move charge migration code to memcontrol-v1.cRoman Gushchin2024-07-053-996/+1019
| * | | mm: memcg: rename soft limit reclaim-related functionsRoman Gushchin2024-07-054-12/+12
| * | | mm: memcg: move soft limit reclaim code to memcontrol-v1.cRoman Gushchin2024-07-053-333/+353
| * | | mm: memcg: introduce memcontrol-v1.cRoman Gushchin2024-07-053-1/+12
| * | | mm/ksm: optimize the chain()/chain_prune() interfacesChengming Zhou2024-07-051-125/+27
| * | | mm/ksm: don't waste time searching stable tree for fast changing pageChengming Zhou2024-07-051-15/+17
| * | | mm/ksm: refactor out try_to_merge_with_zero_page()Chengming Zhou2024-07-052-31/+40
| * | | hugetlb: force allocating surplus hugepages on mempolicy allowed nodesAristeu Rozanski2024-07-051-19/+28
| * | | mm/damon/paddr: initialize nr_succeeded in __damon_pa_migrate_folio_list()SeongJae Park2024-07-051-1/+1
| * | | mm: refactor folio_undo_large_rmappable()Kefeng Wang2024-07-055-27/+22
| * | | readahead: simplify gotos in page_cache_sync_ra()Jan Kara2024-07-041-17/+9
| * | | readahead: fold try_context_readahead() into its single callerJan Kara2024-07-041-62/+22
| * | | readahead: disentangle async and sync readaheadJan Kara2024-07-041-85/+77
| * | | readahead: drop dead code in ondemand_readahead()Jan Kara2024-07-041-19/+2
| * | | readahead: drop dead code in page_cache_ra_order()Jan Kara2024-07-041-5/+0
| * | | readahead: drop pointless index from force_page_cache_ra()Jan Kara2024-07-041-4/+1
| * | | readahead: properly shorten readahead when falling back to do_page_cache_ra()Jan Kara2024-07-041-2/+3
| * | | filemap: fix page_cache_next_miss() when no hole foundJan Kara2024-07-041-3/+3
| * | | readahead: make sure sync readahead reads needed pageJan Kara2024-07-041-1/+1
| * | | mm/migrate: move NUMA hinting fault folio isolation + checks under PTLDavid Hildenbrand2024-07-043-51/+49
| * | | mm/migrate: make migrate_misplaced_folio() return 0 on successDavid Hildenbrand2024-07-043-6/+5
| * | | mm: mmap_lock: replace get_memcg_path_buf() with on-stack bufferTetsuo Handa2024-07-041-155/+20
| * | | kmsan: do not pass NULL pointers as 0Ilya Leoshkevich2024-07-042-9/+10