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)
Sat, May 16, 3:22 PM
Unknown Object (File)
Fri, May 15, 5:25 PM
Unknown Object (File)
Fri, May 15, 5:09 PM
Unknown Object (File)
Fri, May 15, 5:09 PM
Unknown Object (File)
Mon, Apr 27, 7:44 AM
Unknown Object (File)
Sat, Apr 25, 8:26 PM
Unknown Object (File)
Apr 20 2026, 4:19 PM
Unknown Object (File)
Apr 16 2026, 9:14 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