summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-04mm: kfence: convert to DEFINE_SEQ_ATTRIBUTELiu Shixin1-13/+2
2022-10-04zsmalloc: use correct types in _first_obj_offset functionsAlexey Romanov1-4/+4
2022-10-04mm/shuffle: convert module_param_call to module_param_cbLiu Shixin1-11/+10
2022-10-04Docs/admin-guide/mm/damon/usage: note DAMON debugfs interface deprecation planSeongJae Park1-0/+5
2022-10-04Docs/admin-guide/mm/damon/start: mention the dependency as sysfs instead of d...SeongJae Park1-10/+3
2022-10-04mm/damon/Kconfig: notify debugfs deprecation planSeongJae Park1-0/+3
2022-10-04Docs/admin-guide/mm/damon: rename the title of the documentSeongJae Park1-3/+3
2022-10-04mm/damon/core-test: test damon_set_regionsSeongJae Park1-0/+23
2022-10-04mm/damon/core: avoid holes in newly set monitoring target rangesSeongJae Park1-0/+30
2022-10-04selftest/damon: add a test for duplicate context dirs creationSeongJae Park2-0/+28
2022-10-04tmpfs: add support for an i_version counterJeff Layton2-3/+31
2022-10-04mm/damon/vaddr: add a comment for 'default' case in damon_va_apply_scheme()Kaixu Xia1-0/+3
2022-10-04mm/damon: introduce struct damos_access_patternYajun Deng6-75/+106
2022-10-04mm/rodata_test: use PAGE_ALIGNED() helperXiu Jianfeng1-5/+3
2022-10-04mm/hwpoison: add __init/__exit annotations to module init/exit funcsXiu Jianfeng1-2/+2
2022-10-04memcg: reduce size of memcg vmstats structuresShakeel Butt1-10/+44
2022-10-04memcg: rearrange codeShakeel Butt1-23/+23
2022-10-04memcg: extract memcg_vmstats from struct mem_cgroupShakeel Butt2-42/+52
2022-10-04memblock tests: add new pageblock related macroKefeng Wang1-0/+2
2022-10-04mm: add pageblock_aligned() macroKefeng Wang5-19/+15
2022-10-04mm: add pageblock_align() macroKefeng Wang3-4/+5
2022-10-04mm: reuse pageblock_start/end_pfn() macroKefeng Wang6-18/+16
2022-10-04mm/page_owner.c: remove redundant drain_all_pagesZhenhua Huang1-2/+0
2022-10-04mm/damon: simplify damon_ctx check in damon_sysfs_before_terminateXin Hao1-1/+1
2022-10-04mm/damon/core: iterate the regions list from current point in damon_set_regio...Kaixu Xia2-1/+10