On Tue, 14 Jul 2015, Andy Lutomirski wrote: > Crazy thought: At the risk of proposing something ridiculous, what if > we had per-cpu memory mappings? We could do this at the cost of up to > 2kB of memcpy whenever we switch mms. Expensive but maybe not a > showstopper.
This is not crazy and actually was done before. Itanium has that and its doable since the TLB insertion could be handled in software. The problem on x86 is that one would need a separate page table for each processor for each task. There is no way to handle TLB faults in software to my knowledge. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/