On Thu, 11 Jul 2019, Nicholas Piggin wrote: > Remove page table allocator "quicklists". These have been around for a > long time, but have not got much traction in the last decade and are > only used on ia64 and sh architectures. I also think its good to remove this code. Note sure though if IA64 may still have a need of it. But then its not clear that the IA64 arch is still in use. Is it still maintained? > Also it might be better to instead make more general improvements to > page allocator if this is still so slow. Well yes many have thought so and made attempts to improve the situation which generally have failed. But even the fast path of the page allocator seems to bloat more and more. The situation is deteriorating instead of getting better and as a result lots of subsystems create their own caches to avoid the page allocator.