Tauist. Bit twiddler. Advocate for continued logarithms.
User Details
- User Since
- Jun 30 2017, 3:18 PM (417 w, 3 d)
Sat, Jun 28
Thu, Jun 26
Update comments, asserts, convert one more lookup to lookup_readonly.
Wed, Jun 25
Sun, Jun 22
Mon, Jun 16
Sun, Jun 15
Update ObsoleteFiles.inc.
Sat, Jun 14
Fri, Jun 13
Wed, Jun 11
Tue, Jun 10
Discard the "leaf parents of root" part.
Mon, Jun 9
Fri, Jun 6
Mon, Jun 2
Could you shrink uma_slab at still use BITSET?
Sun, Jun 1
May 31 2025
May 30 2025
May 29 2025
Don't let ahead exceed after.
@alc advises that having lookup_range return a positive value in this case will be rare, and testing shows that. So, instead of using lookup_range to find a bunch of pages, try using lookup_ge to quickly identify a range of missing pages.
May 28 2025
May 27 2025
It always hangs for me. It has always hung for me. I haven't tried to diagnose it. I'm only ever running the tests as root. If I'm supposed to run the tests some other way, I'm not aware of it.
May 26 2025
Limit the changes to just vm_object_page_clean_flush. Provide more meaningful performance results.
May 25 2025
May 24 2025
May 21 2025
May 20 2025
Fixed.
May 19 2025
May 18 2025
May 17 2025
@alc asks for a more commenting about why this code treats SMR and locked diferently. I oblige.
Correct ',' to '.' in comment.
Remove extra paren on KASSERT.
Add comments to explain end calculation. Add KASSERT to check that copied pages are not NULL.