[PATCH 0/7] x86/mm: Clean up and use temportary_mm more

Peter Zijlstra posted 7 patches 1 year, 2 months ago
[PATCH 0/7] x86/mm: Clean up and use temportary_mm more
Posted by Peter Zijlstra 1 year, 2 months ago
Hi,

These are most of the patches I had in x86/lazy and are the preparatory patches
for x86 to eventually run witn MMU_LAZY_TLB_REFCOUNT=n.

The rebase and submission prompted by Rik's recent context switch optimization
which touched unuse_temporary_mm() in a way incompatible with these patches.

I'll see if I can find time this merge window to also finish that last patch
so that x86 can indeed switch to MMU_LAZY_TLB_REFCOUNT=n, that too should help
with context switch times.