summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-03mm/damon/core: copy struct-to-struct instead of field-to-field in damon_new_s...SeongJae Park
2022-10-03mm/damon/paddr: deduplicate damon_pa_{mark_accessed,deactivate_pages}()SeongJae Park
2022-10-03mm/damon/paddr: make supported DAMOS actions of paddr clearSeongJae Park
2022-10-03mm/damon: simplify scheme create in damon_lru_sort_apply_parametersXin Hao
2022-10-03zram: keep comments within 80-columns limitSergey Senozhatsky
2022-10-03zram: do not waste zram_table_entry flags bitsSergey Senozhatsky
2022-10-03mm/damon: improve damon_new_region strategyDawei Li
2022-10-03mm/damon/sysfs: use the wrapper directly to check if the kdamond is runningKaixu Xia
2022-10-03mm/damon/sysfs: change few functions execute orderXin Hao
2022-10-03mm/huge_memory: prevent THP_ZERO_PAGE_ALLOC increased twiceLiu Shixin
2022-10-03writeback: remove unused macro DIRTY_FULL_SCOPEMiaohe Lin
2022-10-03mm: use nth_page instead of mem_map_offset mem_map_nextCheng Li
2022-10-03mm/damon: remove duplicate get_monitoring_region() definitionsXin Hao
2022-10-03mm: kfence: convert to DEFINE_SEQ_ATTRIBUTELiu Shixin
2022-10-03zsmalloc: use correct types in _first_obj_offset functionsAlexey Romanov
2022-10-03mm/shuffle: convert module_param_call to module_param_cbLiu Shixin
2022-10-03Docs/admin-guide/mm/damon/usage: note DAMON debugfs interface deprecation planSeongJae Park
2022-10-03Docs/admin-guide/mm/damon/start: mention the dependency as sysfs instead of d...SeongJae Park
2022-10-03mm/damon/Kconfig: notify debugfs deprecation planSeongJae Park
2022-10-03Docs/admin-guide/mm/damon: rename the title of the documentSeongJae Park
2022-10-03mm/damon/core-test: test damon_set_regionsSeongJae Park
2022-10-03mm/damon/core: avoid holes in newly set monitoring target rangesSeongJae Park
2022-10-03selftest/damon: add a test for duplicate context dirs creationSeongJae Park
2022-10-03tmpfs: add support for an i_version counterJeff Layton
2022-10-03mm/damon/vaddr: add a comment for 'default' case in damon_va_apply_scheme()Kaixu Xia
2022-10-03mm/damon: introduce struct damos_access_patternYajun Deng
2022-10-03mm/rodata_test: use PAGE_ALIGNED() helperXiu Jianfeng
2022-10-03mm/hwpoison: add __init/__exit annotations to module init/exit funcsXiu Jianfeng
2022-10-03memcg: reduce size of memcg vmstats structuresShakeel Butt
2022-10-03memcg: rearrange codeShakeel Butt
2022-10-03memcg: extract memcg_vmstats from struct mem_cgroupShakeel Butt
2022-10-03memblock tests: add new pageblock related macroKefeng Wang
2022-10-03mm: add pageblock_aligned() macroKefeng Wang
2022-10-03mm: add pageblock_align() macroKefeng Wang
2022-10-03mm: reuse pageblock_start/end_pfn() macroKefeng Wang
2022-10-03mm/page_owner.c: remove redundant drain_all_pagesZhenhua Huang
2022-10-03mm/damon: simplify damon_ctx check in damon_sysfs_before_terminateXin Hao
2022-10-03mm/damon/core: iterate the regions list from current point in damon_set_regio...Kaixu Xia
2022-10-03mm/hmm/test: use char dev with struct device to get device nodeMika Penttilä
2022-10-03kasan: better invalid/double-free report headerAndrey Konovalov
2022-10-03kasan: move tests to mm/kasan/Andrey Konovalov
2022-10-03kasan: add another use-after-free testAndrey Konovalov
2022-10-03kasan: better identify bug types for tag-based modesAndrey Konovalov
2022-10-03kasan: dynamically allocate stack ring entriesAndrey Konovalov
2022-10-03kasan: support kasan.stacktrace for SW_TAGSAndrey Konovalov
2022-10-03kasan: implement stack ring for tag-based modesAndrey Konovalov
2022-10-03kasan: introduce kasan_complete_mode_report_infoAndrey Konovalov
2022-10-03kasan: rework function arguments in report.cAndrey Konovalov
2022-10-03kasan: fill in cache and object in complete_report_infoAndrey Konovalov
2022-10-03kasan: introduce complete_report_infoAndrey Konovalov