Could we do immediate pte zaps in vunmap?

From: Jeremy Fitzhardinge
Date: Fri Nov 26 2010 - 03:10:57 EST


What if vm_unmap_ram() and co. immediately zeroed out the ptes, but
lazily deferred the tlb flushes? It seems to me there's no benefit in
batching up the pte clearing since that can't be amortized like the tlb
flush.

I think that would solve the problem we have with the interactions
between lazy unmap and Xen. The issue is having stray pte entries
around (because Xen keeps track of those as part of its page-type
mechanism), but stale tlb entries are no problem.

Thanks,
J
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/