Files
linux-stable-mirror/include/linux
Thomas GleixnerandPeter Zijlstra 8d491de6ed sched: Move mmdrop to RCU on RT
mmdrop() is invoked from finish_task_switch() by the incoming task to drop
the mm which was handed over by the previous task. mmdrop() can be quite
expensive which prevents an incoming real-time task from getting useful
work done.

Provide mmdrop_sched() which maps to mmdrop() on !RT kernels. On RT kernels
it delagates the eventually required invocation of __mmdrop() to RCU.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20210928122411.648582026@linutronix.de
2021-10-05 15:52:09 +02:00
..
2021-09-02 22:49:16 +02:00
2021-09-17 13:52:17 +01:00
2021-09-20 12:43:34 +01:00
2021-10-05 15:52:09 +02:00
2021-09-08 15:32:35 -07:00
2021-09-07 21:17:28 +02:00
2021-09-06 07:20:56 -04:00
2021-09-03 09:58:13 -07:00
2021-09-23 11:01:12 -04:00
2021-10-05 15:52:09 +02:00
2021-09-17 13:52:17 +01:00
2021-09-02 21:38:56 +02:00
2021-09-08 15:32:35 -07:00
2021-09-15 09:22:35 -06:00