Page MenuHomeFreeBSD

amd64 pmap: conditionalize per-superpage locks on NUMA
ClosedPublic

Authored by mjg on Oct 11 2019, 4:10 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 29, 7:18 AM
Unknown Object (File)
Mon, Mar 23, 8:57 AM
Unknown Object (File)
Mar 1 2026, 9:15 PM
Unknown Object (File)
Feb 28 2026, 2:00 AM
Unknown Object (File)
Feb 20 2026, 12:53 PM
Unknown Object (File)
Feb 15 2026, 10:27 PM
Unknown Object (File)
Jan 10 2026, 7:00 AM
Unknown Object (File)
Nov 29 2025, 5:13 AM
Subscribers

Details

Summary

Instead of superpages use. The current code employs superpage-wide locking regardless and the better locking granularity is welcome with NUMA enabled even when superpage support is not used.

Requested by: alc

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sys/amd64/amd64/pmap.c
425 ↗(On Diff #63153)

whitespace, will fix prior to commit

This revision is now accepted and ready to land.Oct 11 2019, 10:14 PM