summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-04hugetlb: create hugetlb_unmap_file_folio to unmap single file folioMike Kravetz1-29/+94
2022-10-04hugetlb: add vma based lock for pmd sharingMike Kravetz4-24/+240
2022-10-04hugetlb: rename vma_shareable() and refactor codeMike Kravetz1-6/+13
2022-10-04hugetlb: create remove_inode_single_folio to remove single file folioMike Kravetz1-42/+63
2022-10-04hugetlb: rename remove_huge_page to hugetlb_delete_from_page_cacheMike Kravetz3-16/+15
2022-10-04hugetlbfs: revert use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz4-83/+15
2022-10-04hugetlbfs: revert use i_mmap_rwsem to address page fault/truncate raceMike Kravetz2-32/+20
2022-10-04mm/hugetlb: remove unnecessary 'NULL' values from pointerXU pengfei1-2/+2
2022-10-04mm/filemap: make folio_put_wait_locked staticKe Sun2-2/+1
2022-10-04mm: hugetlb: eliminate memory-less nodes handlingMuchun Song3-43/+49
2022-10-04mm: hugetlb: simplify per-node sysfs creation and removalMuchun Song3-168/+30
2022-10-04mm/mempolicy: use PAGE_ALIGN instead of open-coding itze zuo1-2/+2
2022-10-04mm/page_alloc.c: document bulkfree_pcp_prepare() return valueAndrew Morton1-0/+1
2022-10-04mm/page_alloc.c: rename check_free_page() to free_page_is_bad()Andrew Morton1-10/+10
2022-10-04mm/memcontrol: use kstrtobool for swapaccount param parsingLiu Shixin1-4/+4
2022-10-04mm/damon/core: simplify the kdamond stop mechanism by removing 'done'Kaixu Xia1-15/+9
2022-10-04mm/damon/sysfs: simplify the variable 'pid' assignment operationKaixu Xia1-7/+4
2022-10-04mm/damon: simplify the parameter passing for 'prepare_access_checks'Kaixu Xia2-6/+5
2022-10-04mm/damon/lru_sort: deduplicate hot/cold schemes generatorsSeongJae Park1-24/+21
2022-10-04mm/damon/lru_sort: use quotas param generatorSeongJae Park1-51/+19
2022-10-04mm/damon/reclaim: use the quota params generator macroSeongJae Park1-52/+12
2022-10-04mm/damon/modules-common: implement damos time quota params generatorSeongJae Park1-2/+5
2022-10-04mm/damon/modules-common: implement a damos quota params generatorSeongJae Park1-1/+7
2022-10-04mm/damon/lru_sort: use stat generatorSeongJae Park1-71/+12
2022-10-04mm/damon/reclaim: use stat parameters generatorSeongJae Park1-36/+5
2022-10-04mm/damon/modules-common: implement a stats parameters generator macroSeongJae Park1-0/+12
2022-10-04mm/damon/reclaim: use watermarks parameters generator macroSeongJae Park1-47/+9
2022-10-04mm/damon/lru_sort: use watermarks parameters generator macroSeongJae Park2-56/+12
2022-10-04mm/damon/modules-common: implement a watermarks module parameters generator m...SeongJae Park1-0/+7
2022-10-04mm/damon/reclaim: use monitoring attributes parameters generator macroSeongJae Park1-42/+5
2022-10-04mm/damon/lru_sort: use monitoring attributes parameters generaotr macroSeongJae Park1-42/+5
2022-10-04mm/damon: implement a monitoring attributes module parameters generator macroSeongJae Park1-0/+18
2022-10-04mm/damon/lru_sort: use 'struct damon_attrs' for storing parameters for itSeongJae Park1-19/+21
2022-10-04mm/damon/reclaim: use 'struct damon_attrs' for storing parameters for itSeongJae Park1-17/+19
2022-10-04mm/damon/core: reduce parameters for damon_set_attrs()SeongJae Park6-30/+36
2022-10-04mm/damon/core: use a dedicated struct for monitoring attributesSeongJae Park5-34/+44
2022-10-04mm/damon/core: factor out 'damos_quota' private fileds initializationSeongJae Park1-9/+14
2022-10-04mm/damon/core: copy struct-to-struct instead of field-to-field in damon_new_s...SeongJae Park1-17/+4
2022-10-04mm/damon/paddr: deduplicate damon_pa_{mark_accessed,deactivate_pages}()SeongJae Park1-14/+12
2022-10-04mm/damon/paddr: make supported DAMOS actions of paddr clearSeongJae Park1-0/+3
2022-10-04mm/damon: simplify scheme create in damon_lru_sort_apply_parametersXin Hao1-6/+4
2022-10-04zram: keep comments within 80-columns limitSergey Senozhatsky1-8/+11
2022-10-04zram: do not waste zram_table_entry flags bitsSergey Senozhatsky2-8/+9
2022-10-04mm/damon: improve damon_new_region strategyDawei Li1-2/+17
2022-10-04mm/damon/sysfs: use the wrapper directly to check if the kdamond is runningKaixu Xia1-2/+1
2022-10-04mm/damon/sysfs: change few functions execute orderXin Hao1-10/+14
2022-10-04mm/huge_memory: prevent THP_ZERO_PAGE_ALLOC increased twiceLiu Shixin2-5/+4
2022-10-04writeback: remove unused macro DIRTY_FULL_SCOPEMiaohe Lin1-8/+0
2022-10-04mm: use nth_page instead of mem_map_offset mem_map_nextCheng Li3-51/+27
2022-10-04mm/damon: remove duplicate get_monitoring_region() definitionsXin Hao4-70/+46