All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V4 0/4] mm/damon: Do some small changes
@ 2021-11-15 15:26 Xin Hao
  2021-11-15 15:26 ` [PATCH V4 1/4] mm/damon: Unified access_check function naming rules Xin Hao
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Xin Hao @ 2021-11-15 15:26 UTC (permalink / raw)
  To: sjpark; +Cc: xhao, akpm, linux-mm, linux-kernel

V3 -> V4
	Fix kernel test compile warning of patch[4]

V2 -> V3
	Fix commit information patch[2], as suggested by SeongJae Park
	Add reviewed by SeongJae Park
	https://lore.kernel.org/linux-mm/20211111082034.13323-1-sj@kernel.org/

V1 -> V2
	Add reviewed by SeongJae Park
	Add two new patches

V1:
https://lore.kernel.org/linux-mm/cover.1636546262.git.xhao@linux.alibaba.com/


Xin Hao (4):
  mm/damon: Unified access_check function naming rules
  mm/damon: Add 'age' of region tracepoint support
  mm/damon/core: Using function abs() instead of diff_of()
  mm/damon: Remove some no need func definitions in damon.h file

 include/linux/damon.h        | 25 ++-----------------------
 include/trace/events/damon.h |  7 +++++--
 mm/damon/core.c              |  6 ++----
 mm/damon/paddr.c             |  8 ++++----
 mm/damon/vaddr.c             | 20 ++++++++++----------
 5 files changed, 23 insertions(+), 43 deletions(-)

--
2.31.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-11-15 15:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-15 15:26 [PATCH V4 0/4] mm/damon: Do some small changes Xin Hao
2021-11-15 15:26 ` [PATCH V4 1/4] mm/damon: Unified access_check function naming rules Xin Hao
2021-11-15 15:26 ` [PATCH V4 2/4] mm/damon: Add 'age' of region tracepoint support Xin Hao
2021-11-15 15:26 ` [PATCH V4 3/4] mm/damon/core: Using function abs() instead of diff_of() Xin Hao
2021-11-15 15:26 ` [PATCH V4 4/4] mm/damon: Remove some no need func definitions in damon.h file Xin Hao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.