mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] Interrupt Aware Scheduler
@ 2017-05-12 18:04 Rohit Jain
  2017-05-12 18:04 ` [PATCH 1/2] sched: " Rohit Jain
  2017-05-12 18:04 ` [PATCH 2/2] tools/testing: Adding tests to showcase the efficacy of IAS Rohit Jain
  0 siblings, 2 replies; 7+ messages in thread
From: Rohit Jain @ 2017-05-12 18:04 UTC (permalink / raw)
  To: linux-kernel; +Cc: peterz, mingo

This patch introduces Interrupt Aware Scheduler(IAS). The tests till now
show an overall improvement in cases where the workload has some
interrupt activity.

The patch avoids CPUs which might be considered interrupt-heavy when
trying to schedule threads (on the push side) in the system. Interrupt
Awareness has only been added into the fair scheduling class.

Rohit Jain (2):
  sched: Interrupt Aware Scheduler
  tools/testing: Adding tests to showcase the efficacy of IAS

 kernel/sched/core.c                              | 42 +++++++++++++++++++
 kernel/sched/cputime.c                           |  6 ++-
 kernel/sched/fair.c                              | 52 ++++++++++++++++++------
 kernel/sched/loadavg.c                           | 40 ++++++++++++++++++
 kernel/sched/sched.h                             | 37 ++++++++++++++++-
 tools/testing/selftests/openmp_barrier/Makefile  |  6 +++
 tools/testing/selftests/openmp_barrier/barrier.c | 29 +++++++++++++
 7 files changed, 197 insertions(+), 15 deletions(-)
 create mode 100644 tools/testing/selftests/openmp_barrier/Makefile
 create mode 100644 tools/testing/selftests/openmp_barrier/barrier.c

-- 
2.7.4

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

end of thread, other threads:[~2017-05-18 17:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-12 18:04 [PATCH 0/2] Interrupt Aware Scheduler Rohit Jain
2017-05-12 18:04 ` [PATCH 1/2] sched: " Rohit Jain
2017-05-12 19:46   ` Peter Zijlstra
2017-05-12 20:19     ` Rohit Jain
2017-05-17  7:52       ` Vincent Guittot
2017-05-18 17:24         ` Rohit Jain
2017-05-12 18:04 ` [PATCH 2/2] tools/testing: Adding tests to showcase the efficacy of IAS Rohit Jain

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