aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: vmscan: split khugepaged stats from direct reclaim statsJohannes Weiner2022-11-304-10/+38
* mm: hugetlb_vmemmap: remove redundant list_del()Muchun Song2022-11-301-3/+1
* mm, hwpoison: when copy-on-write hits poison, take page offlineTony Luck2022-11-301-1/+3
* mm, hwpoison: try to recover from copy-on write faultsTony Luck2022-11-301-10/+20
* mm: convert mm's rss stats into percpu_counterShakeel Butt2022-11-301-62/+11
* mm/damon/lru_sort: enable and disable synchronouslySeongJae Park2022-11-301-29/+22
* mm/damon/reclaim: enable and disable synchronouslySeongJae Park2022-11-301-30/+23
* mm/damon/{reclaim,lru_sort}: remove unnecessarily included headersSeongJae Park2022-11-302-4/+0
* mm/damon/modules: deduplicate init steps for DAMON context setupSeongJae Park2022-11-305-30/+53
* mm/damon/sysfs: split out schemes directory implementation to separate fileSeongJae Park2022-11-304-1065/+1091
* mm/damon/sysfs: split out kdamond-independent schemes stats update logic into...SeongJae Park2022-11-301-15/+22
* mm/damon/sysfs: move unsigned long range directory to common moduleSeongJae Park2022-11-303-100/+109
* mm/damon/sysfs: move sysfs_lock to common moduleSeongJae Park2022-11-304-4/+24
* mm/damon/sysfs: remove parameters of damon_sysfs_region_alloc()SeongJae Park2022-11-301-11/+3
* mm/damon/sysfs: use damon_addr_range for region's start and end valuesSeongJae Park2022-11-301-14/+11
* mm/damon/core: split out scheme quota adjustment logic into a new functionSeongJae Park2022-11-301-43/+48
* mm/damon/core: split out scheme stat update logic into a new functionSeongJae Park2022-11-301-5/+11
* mm/damon/core: split damos application logic into a new functionSeongJae Park2022-11-301-34/+39
* mm/damon/core: split out DAMOS-charged region skip logic into a new functionSeongJae Park2022-11-301-31/+65
* Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-11-3023-115/+295
|\
| * mm/khugepaged: invoke MMU notifiers in shmem/file collapse pathsJann Horn2022-11-301-0/+5
| * mm/khugepaged: fix GUP-fast interaction by sending IPIJann Horn2022-11-302-3/+3
| * mm/khugepaged: take the right locks for page table retractionJann Horn2022-11-301-4/+51
| * mm: migrate: fix THP's mapcount on isolationGavin Shan2022-11-301-11/+11
| * mm: introduce arch_has_hw_nonleaf_pmd_young()Juergen Gross2022-11-301-5/+5
| * mm/damon/sysfs: fix wrong empty schemes assumption under online tuning in dam...SeongJae Park2022-11-301-2/+44
| * hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processingMike Kravetz2022-11-302-12/+17
| * madvise: use zap_page_range_single for madvise dontneedMike Kravetz2022-11-302-15/+14
| * mm/cgroup/reclaim: fix dirty pages throttling on cgroup v1Aneesh Kumar K.V2022-11-221-1/+13
| * mm: fix unexpected changes to {failslab|fail_page_alloc}.attrQi Zheng2022-11-222-4/+15
| * swapfile: fix soft lockup in scan_swap_map_slotsChen Wandun2022-11-221-4/+4
| * hugetlb: fix __prep_compound_gigantic_page page flag settingMike Kravetz2022-11-221-1/+3
| * kfence: fix stack trace pruningMarco Elver2022-11-221-4/+9
| * mm: multi-gen LRU: retry folios written back while isolatedYu Zhao2022-11-221-11/+37
| * mm/migrate_device: return number of migrating pages in args->cpagesAlistair Popple2022-11-221-2/+6
| * mm: mmap: fix documentation for vma_mas_szeroIan Cowan2022-11-221-1/+1
| * mm/damon/sysfs-schemes: skip stats update if the scheme directory is removedSeongJae Park2022-11-221-0/+4
| * mm/memory: return vm_fault_t result from migrate_to_ram() callbackAlistair Popple2022-11-221-1/+1
| * mm: correctly charge compressed memory to its memcgLi Liguang2022-11-221-1/+1
| * mm/khugepaged: refactor mm_khugepaged_scan_file tracepoint to remove filename...Gautam Menghani2022-11-221-2/+1
| * mm/page_exit: fix kernel doc warning in page_ext_put()Charan Teja Kalla2022-11-221-1/+1
| * mm: khugepaged: allow page allocation fallback to eligible nodesYang Shi2022-11-221-18/+14
| * mm: vmscan: fix extreme overreclaim and swap floodsJohannes Weiner2022-11-221-6/+4
| * mm/damon/dbgfs: check if rm_contexts input is for a real contextSeongJae Park2022-11-081-0/+7
| * kmsan: core: kmsan_in_runtime() should return true in NMI contextAlexander Potapenko2022-11-081-0/+2
| * mm: hugetlb_vmemmap: include missing linux/moduleparam.hVasily Gorbik2022-11-081-0/+1
| * mm/shmem: use page_mapping() to detect page cache for uffd continuePeter Xu2022-11-081-1/+1
| * mm/memremap.c: map FS_DAX device memory as decryptedPankaj Gupta2022-11-081-0/+1
| * Partly revert "mm/thp: carry over dirty bit when thp splits on pmd"Peter Xu2022-11-081-3/+6
| * mm/mmap: fix memory leak in mmap_region()Li Zetao2022-11-081-1/+5