public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
* [PATCH v2 0/1] wait_task_inactive() spend too much time on system startup
@ 2020-03-05  9:59 cl
  2020-03-05  9:59 ` [PATCH v2 1/1] sched/fair: do not preempt current task if it is going to call schedule() cl
  0 siblings, 1 reply; 3+ messages in thread
From: cl @ 2020-03-05  9:59 UTC (permalink / raw)
  To: heiko
  Cc: juri.lelli, mark.rutland, geert+renesas, peterz, catalin.marinas,
	bsegall, will, mpe, linux, dietmar.eggemann, ben.dooks, mgorman,
	Liang Chen, huangtao, keescook, anshuman.khandual, rostedt, tglx,
	surenb, mingo, allison, linux-arm-kernel, wad, gregkh,
	linux-kernel, luto, george_davis, sudeep.holla, akpm, info,
	kstewart

From: Liang Chen <cl@rock-chips•com>

Changelog:
v1: wait_task_inactive() frequently call schedule_hrtimeout() and spend a lot of time,
i am trying to optimize it on rockchip platform.
v2: Use atomic_flags(PFA) instead of TIF flag, and add some comments.

Liang Chen (1):
  sched/fair: do not preempt current task if it is going to call
    schedule()

 include/linux/sched.h |  5 +++++
 kernel/kthread.c      |  4 ++++
 kernel/sched/fair.c   | 13 +++++++++++++
 3 files changed, 22 insertions(+)

-- 
2.17.1




_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists•infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-03-05 17:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-05  9:59 [PATCH v2 0/1] wait_task_inactive() spend too much time on system startup cl
2020-03-05  9:59 ` [PATCH v2 1/1] sched/fair: do not preempt current task if it is going to call schedule() cl
2020-03-05 17:24   ` Kees Cook

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox