Page MenuHomeFreeBSD

linuxkpi: Add `io_mapping_map_local_wc()` and `io_mapping_unmap_local()`
ClosedPublic

Authored by dumbbell on Jan 22 2023, 2:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 18, 11:20 PM
Unknown Object (File)
Wed, Mar 18, 10:18 PM
Unknown Object (File)
Wed, Mar 4, 6:07 PM
Unknown Object (File)
Wed, Mar 4, 5:28 PM
Unknown Object (File)
Wed, Mar 4, 12:48 PM
Unknown Object (File)
Wed, Feb 25, 12:37 AM
Unknown Object (File)
Jan 6 2026, 8:22 AM
Unknown Object (File)
Dec 30 2025, 11:15 PM

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

What's the difference in Linux ?

In D38156#866976, @manu wrote:

What's the difference in Linux ?

Like in D38155, the *_atomic variant turn off preemption and page faults between the map and the unmap, something the *_local variant doesn't do.

This revision is now accepted and ready to land.Jan 28 2023, 8:32 AM