Page MenuHomeFreeBSD

arm64 pmap: batch chunk removal in pmap_remove_pages
ClosedPublic

Authored by andrew on Aug 23 2022, 10:15 AM.
Tags
None
Referenced Files
F61948192: D36305.diff
Sun, May 28, 10:54 PM
Unknown Object (File)
Wed, May 3, 8:26 PM
Unknown Object (File)
Apr 7 2023, 12:12 PM
Unknown Object (File)
Feb 17 2023, 4:19 PM
Unknown Object (File)
Jan 9 2023, 4:51 AM
Unknown Object (File)
Jan 9 2023, 4:40 AM
Unknown Object (File)
Dec 30 2022, 3:32 AM
Unknown Object (File)
Dec 15 2022, 7:53 AM
Subscribers

Details

Summary

As with amd64 batch chunk removal in pmap_remove_pages to move it out
of the pv list lock. This is one of the main contested locks when
running poudriere on a 160 core Ampere Altra server.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 47260
Build 44147: arc lint + arc unit

Event Timeline

sys/arm64/arm64/pmap.c
2755

Missing newline.

5419

Do pv chunks need to be freed under the pmap lock?

sys/arm64/arm64/pmap.c
5419

It's the same as amd64. If the comments in D21832 don't apply here I can move it.

sys/arm64/arm64/pmap.c
5419

No, don't move it. The same reason applies here.

This revision was not accepted when it landed; it landed in state Needs Review.Sep 27 2022, 3:15 PM
This revision was automatically updated to reflect the committed changes.