summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: kmsan: maintain KMSAN metadata for page operationsAlexander Potapenko2022-10-036-2/+236
* kmsan: add KMSAN runtime coreAlexander Potapenko2022-10-038-0/+1407
* stackdepot: reserve 5 extra bits in depot_stack_handle_tAlexander Potapenko2022-10-031-1/+1
* hugetlb: clean up code checking for fault/truncation racesMike Kravetz2022-10-031-21/+3
* hugetlb: use new vma_lock for pmd sharing synchronizationMike Kravetz2022-10-034-45/+168
* hugetlb: add vma based lock for pmd sharingMike Kravetz2022-10-032-18/+197
* hugetlb: rename vma_shareable() and refactor codeMike Kravetz2022-10-031-6/+13
* hugetlb: rename remove_huge_page to hugetlb_delete_from_page_cacheMike Kravetz2022-10-031-4/+4
* hugetlbfs: revert use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz2022-10-033-81/+15
* hugetlbfs: revert use i_mmap_rwsem to address page fault/truncate raceMike Kravetz2022-10-031-11/+11
* mm/hugetlb: remove unnecessary 'NULL' values from pointerXU pengfei2022-10-031-2/+2
* mm/filemap: make folio_put_wait_locked staticKe Sun2022-10-031-1/+1
* mm: hugetlb: eliminate memory-less nodes handlingMuchun Song2022-10-031-41/+29
* mm: hugetlb: simplify per-node sysfs creation and removalMuchun Song2022-10-031-12/+23
* mm/mempolicy: use PAGE_ALIGN instead of open-coding itze zuo2022-10-031-2/+2
* mm/page_alloc.c: document bulkfree_pcp_prepare() return valueAndrew Morton2022-10-031-0/+1
* mm/page_alloc.c: rename check_free_page() to free_page_is_bad()Andrew Morton2022-10-031-10/+10
* mm/memcontrol: use kstrtobool for swapaccount param parsingLiu Shixin2022-10-031-4/+4
* mm/damon/core: simplify the kdamond stop mechanism by removing 'done'Kaixu Xia2022-10-031-15/+9
* mm/damon/sysfs: simplify the variable 'pid' assignment operationKaixu Xia2022-10-031-7/+4
* mm/damon: simplify the parameter passing for 'prepare_access_checks'Kaixu Xia2022-10-032-6/+5
* mm/damon/lru_sort: deduplicate hot/cold schemes generatorsSeongJae Park2022-10-031-24/+21
* mm/damon/lru_sort: use quotas param generatorSeongJae Park2022-10-031-51/+19
* mm/damon/reclaim: use the quota params generator macroSeongJae Park2022-10-031-52/+12
* mm/damon/modules-common: implement damos time quota params generatorSeongJae Park2022-10-031-2/+5
* mm/damon/modules-common: implement a damos quota params generatorSeongJae Park2022-10-031-1/+7
* mm/damon/lru_sort: use stat generatorSeongJae Park2022-10-031-71/+12
* mm/damon/reclaim: use stat parameters generatorSeongJae Park2022-10-031-36/+5
* mm/damon/modules-common: implement a stats parameters generator macroSeongJae Park2022-10-031-0/+12
* mm/damon/reclaim: use watermarks parameters generator macroSeongJae Park2022-10-031-47/+9
* mm/damon/lru_sort: use watermarks parameters generator macroSeongJae Park2022-10-032-56/+12
* mm/damon/modules-common: implement a watermarks module parameters generator m...SeongJae Park2022-10-031-0/+7
* mm/damon/reclaim: use monitoring attributes parameters generator macroSeongJae Park2022-10-031-42/+5
* mm/damon/lru_sort: use monitoring attributes parameters generaotr macroSeongJae Park2022-10-031-42/+5
* mm/damon: implement a monitoring attributes module parameters generator macroSeongJae Park2022-10-031-0/+18
* mm/damon/lru_sort: use 'struct damon_attrs' for storing parameters for itSeongJae Park2022-10-031-19/+21
* mm/damon/reclaim: use 'struct damon_attrs' for storing parameters for itSeongJae Park2022-10-031-17/+19
* mm/damon/core: reduce parameters for damon_set_attrs()SeongJae Park2022-10-035-27/+35
* mm/damon/core: use a dedicated struct for monitoring attributesSeongJae Park2022-10-034-24/+24
* mm/damon/core: factor out 'damos_quota' private fileds initializationSeongJae Park2022-10-031-9/+14
* mm/damon/core: copy struct-to-struct instead of field-to-field in damon_new_s...SeongJae Park2022-10-031-17/+4
* mm/damon/paddr: deduplicate damon_pa_{mark_accessed,deactivate_pages}()SeongJae Park2022-10-031-14/+12
* mm/damon/paddr: make supported DAMOS actions of paddr clearSeongJae Park2022-10-031-0/+3
* mm/damon: simplify scheme create in damon_lru_sort_apply_parametersXin Hao2022-10-031-6/+4
* mm/damon: improve damon_new_region strategyDawei Li2022-10-031-2/+17
* mm/damon/sysfs: use the wrapper directly to check if the kdamond is runningKaixu Xia2022-10-031-2/+1
* mm/damon/sysfs: change few functions execute orderXin Hao2022-10-031-10/+14
* mm/huge_memory: prevent THP_ZERO_PAGE_ALLOC increased twiceLiu Shixin2022-10-031-1/+1
* mm: use nth_page instead of mem_map_offset mem_map_nextCheng Li2022-10-033-51/+27
* mm/damon: remove duplicate get_monitoring_region() definitionsXin Hao2022-10-033-70/+44