All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] sched/cputime: Mitigate performance regression in times()/clock_gettime()
@ 2016-08-05  8:21 Giovanni Gherdovich
  2016-08-05  8:21 ` [PATCH 1/1] " Giovanni Gherdovich
  0 siblings, 1 reply; 14+ messages in thread
From: Giovanni Gherdovich @ 2016-08-05  8:21 UTC (permalink / raw)
  To: Ingo Molnar, Peter Zijlstra
  Cc: Mike Galbraith, Stanislaw Gruszka, linux-kernel, Mel Gorman,
	Giovanni Gherdovich

As per Peter Zijlstra's review, these are the difference wrt V1:

* inclusion of appropriate header file linux/prefetch.h
* factorized the calls to prefetch into a separate function
* introduction of the local variable curr as a form of compiler
  subexpression elimination (CSE)
* fixed Signed-off-by chain
* added comment as per why the prefetches are needed

Giovanni Gherdovich (1):
  sched/cputime: Mitigate performance regression in
    times()/clock_gettime()

 kernel/sched/core.c | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

-- 
2.6.6

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

end of thread, other threads:[~2016-08-15 10:32 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-05  8:21 [PATCH 0/1] sched/cputime: Mitigate performance regression in times()/clock_gettime() Giovanni Gherdovich
2016-08-05  8:21 ` [PATCH 1/1] " Giovanni Gherdovich
2016-08-10 11:26   ` Ingo Molnar
2016-08-10 13:02     ` Giovanni Gherdovich
2016-08-12 12:10     ` Stanislaw Gruszka
2016-08-15  7:49       ` Giovanni Gherdovich
2016-08-15  8:33         ` Mel Gorman
2016-08-15  9:19           ` Stanislaw Gruszka
2016-08-15  9:58             ` Mel Gorman
2016-08-15 10:29               ` Stanislaw Gruszka
2016-08-15  9:13       ` Wanpeng Li
2016-08-15  9:21         ` Stanislaw Gruszka
2016-08-15  9:28           ` Wanpeng Li
2016-08-10 18:00   ` [tip:sched/core] " tip-bot for Giovanni Gherdovich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.