User Details
User Details
- User Since
- Aug 20 2024, 11:29 AM (99 w, 6 d)
Tue, Jul 14
Tue, Jul 14
mvlaic added inline comments to D46379: kern: Introduce a low-cost, conditional execution mechanism.
Jun 17 2026
Jun 17 2026
mvlaic updated the diff for D46379: kern: Introduce a low-cost, conditional execution mechanism.
It took way too long, but I finally added support for tier 1 and 2 architectures. Besides that, the branching part of the interface changed to use likely/unlikely variants instead of true/false.
Aug 24 2024
Aug 24 2024
mvlaic updated the diff for D46379: kern: Introduce a low-cost, conditional execution mechanism.
The mechanism is now refactored to use disable_wp() instead of the separate pmap scheme.
mvlaic added a comment to D46379: kern: Introduce a low-cost, conditional execution mechanism.
Aug 23 2024
Aug 23 2024
mvlaic added inline comments to D46379: kern: Introduce a low-cost, conditional execution mechanism.
mvlaic added inline comments to D46379: kern: Introduce a low-cost, conditional execution mechanism.
Aug 20 2024
Aug 20 2024
mvlaic added a comment to D46379: kern: Introduce a low-cost, conditional execution mechanism.
