mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] timer: make deferrable cpu unbound timers really not bound to a cpu
@ 2020-03-16  2:39 Prasad Sodagudi
  2020-03-16  2:39 ` [PATCH 1/2] " Prasad Sodagudi
  2020-03-16  2:39 ` [PATCH 2/2] sched: Add a check for cpu unbound deferrable timers Prasad Sodagudi
  0 siblings, 2 replies; 5+ messages in thread
From: Prasad Sodagudi @ 2020-03-16  2:39 UTC (permalink / raw)
  To: john.stultz, tglx, sboyd
  Cc: linux-kernel, saravanak, tsoni, tj, Prasad Sodagudi


These patches introduce support for global deferrable timers and this feature is very useful
for the mobile chipsets. There was a discussion on global deferrable timer discussion - [1]
and thomas raised cacheline bouncing problem. I am thinking that, that problem is addressed
on later patches problem as much as possible. Global deferrable timers runs on the
tick_do_timer_cpu to avoid cacheline bouncing problem during the execution of timers.  

[1]- https://lore.kernel.org/patchwork/patch/500541/


Joonwoo Park (1):
  timer: make deferrable cpu unbound timers really not bound to a cpu

Prasad Sodagudi (1):
  sched: Add a check for cpu unbound deferrable timers

 include/linux/timer.h    |  3 +++
 kernel/time/tick-sched.c |  6 +++++
 kernel/time/timer.c      | 63 ++++++++++++++++++++++++++++++++++++++++++++----
 3 files changed, 67 insertions(+), 5 deletions(-)

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

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

end of thread, other threads:[~2020-03-16 11:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-16  2:39 [PATCH 0/2] timer: make deferrable cpu unbound timers really not bound to a cpu Prasad Sodagudi
2020-03-16  2:39 ` [PATCH 1/2] " Prasad Sodagudi
2020-03-16  2:39 ` [PATCH 2/2] sched: Add a check for cpu unbound deferrable timers Prasad Sodagudi
2020-03-16  8:38   ` Thomas Gleixner
2020-03-16 11:27   ` Pavan Kondeti

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

Powered by JetHome