Files
kernel_xiaomi_sm8250/kernel
Peter Zijlstra 490dea45d0 itimers: remove the per-cpu-ish-ness
Either we bounce once cacheline per cpu per tick, yielding n^2 bounces
or we just bounce a single..

Also, using per-cpu allocations for the thread-groups complicates the
per-cpu allocator in that its currently aimed to be a fixed sized
allocator and the only possible extention to that would be vmap based,
which is seriously constrained on 32 bit archs.

So making the per-cpu memory requirement depend on the number of
processes is an issue.

Lastly, it didn't deal with cpu-hotplug, although admittedly that might
be fixable.

Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2009-01-07 18:52:44 +01:00
..
2009-01-06 15:59:01 -08:00
2008-11-24 18:57:41 -05:00
2009-01-07 18:52:44 +01:00
2009-01-06 15:59:27 -08:00
2008-12-10 08:01:54 -08:00
2009-01-06 15:59:21 -08:00
2009-01-05 13:09:49 +01:00
2009-01-06 11:07:15 +01:00
2009-01-06 11:07:15 +01:00
2008-11-19 18:49:57 -08:00
2008-12-31 15:11:46 +01:00