Re: [PATCH v16 06/14] mm/damon: Implement callbacks for the virtual memory address spaces

2020-06-18 Thread Leonard Foerster
On 2020-06-15T18:19:19+02:00 SeongJae Park wrote: > From: SeongJae Park > > This commit implements the four essential callbacks of DAMON, > '->init_target_regions', '->update_target_regions', > '->prepare_access_checks', and '->check_accesses' for virtual memory > address spaces. Those

[PATCH v16 06/14] mm/damon: Implement callbacks for the virtual memory address spaces

2020-06-15 Thread SeongJae Park
From: SeongJae Park This commit implements the four essential callbacks of DAMON, '->init_target_regions', '->update_target_regions', '->prepare_access_checks', and '->check_accesses' for virtual memory address spaces. Those internally use PTE Accessed bit. Using these callbacks, users can