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
Unknown Object (File)
Fri, Apr 19, 2:56 PM
Unknown Object (File)
Tue, Apr 16, 8:28 PM
Unknown Object (File)
Dec 30 2023, 11:10 PM
Unknown Object (File)
Dec 23 2023, 4:44 AM
Unknown Object (File)
Dec 23 2023, 2:45 AM
Unknown Object (File)
Dec 4 2023, 10:27 AM
Unknown Object (File)
Nov 20 2023, 6:16 PM
Unknown Object (File)
Nov 20 2023, 11:44 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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 47069
Build 43958: arc lint + arc unit

Event Timeline

sys/arm64/arm64/pmap.c
2755

Missing newline.

5418

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

sys/arm64/arm64/pmap.c
5418

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

sys/arm64/arm64/pmap.c
5418

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.