public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/3] Use FEAT_HAFDBS to track dirty pages
@ 2023-03-17 16:22 Ying-Chun Liu (PaulLiu)
  2023-03-17 16:22 ` [PATCH 1/3] arm64: Use FEAT_HAFDBS to track dirty pages when available Ying-Chun Liu (PaulLiu)
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Ying-Chun Liu (PaulLiu) @ 2023-03-17 16:22 UTC (permalink / raw)
  To: u-boot; +Cc: Ying-Chun Liu (PaulLiu)

For some ARM64 cores there is a facility that allows the page
table walker to track the dirty state of a page. These commits
enhances the performance of CMOs by VA.

Marc Zyngier (2):
  arm64: Use FEAT_HAFDBS to track dirty pages when available
  arm64: Use level-2 for largest block mappings when FEAT_HAFDBS is
    present

meitao (1):
  armv8: enable HAFDBS for other ELx when FEAT_HAFDBS is present

 arch/arm/cpu/armv8/cache_v8.c      | 30 +++++++++++++++++++++++++++---
 arch/arm/include/asm/armv8/mmu.h   | 20 ++++++++++++++++----
 arch/arm/include/asm/global_data.h |  2 ++
 3 files changed, 45 insertions(+), 7 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2023-10-17  4:22 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-17 16:22 [PATCH 0/3] Use FEAT_HAFDBS to track dirty pages Ying-Chun Liu (PaulLiu)
2023-03-17 16:22 ` [PATCH 1/3] arm64: Use FEAT_HAFDBS to track dirty pages when available Ying-Chun Liu (PaulLiu)
2023-04-26 12:30   ` Tom Rini
2023-10-13  2:40   ` Chris Packham
2023-10-13 22:04     ` Marc Zyngier
2023-10-14 21:29       ` Chris Packham
2023-10-16  1:42         ` Chris Packham
2023-10-16 11:21           ` Marc Zyngier
2023-10-17  4:22             ` Chris Packham
2023-03-17 16:22 ` [PATCH 2/3] arm64: Use level-2 for largest block mappings when FEAT_HAFDBS is present Ying-Chun Liu (PaulLiu)
2023-04-26 12:30   ` Tom Rini
2023-03-17 16:22 ` [PATCH 3/3] armv8: enable HAFDBS for other ELx " Ying-Chun Liu (PaulLiu)
2023-04-26 12:30   ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox