All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Housekeeping: Rebase last 3 patches against tip:sched/core
@ 2017-10-25  3:27 Frederic Weisbecker
  2017-10-25  3:27 ` [PATCH 1/3] housekeeping: Move isolcpus to housekeeping Frederic Weisbecker
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Frederic Weisbecker @ 2017-10-25  3:27 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: LKML, Frederic Weisbecker, Peter Zijlstra, Chris Metcalf,
	Thomas Gleixner, Luiz Capitulino, Christoph Lameter,
	Paul E . McKenney, Mike Galbraith, Rik van Riel, Wanpeng Li

This is a resend of the last three patches that had a conflict against
e22cdc3fc:
	("sched/isolcpus: Fix "isolcpus=" boot parameter handling when !CONFIG_CPUMASK_OFFSTACK")

The conflict has been resolved by moving the following check
'cpumask_last(cpu_isolated_mask) >= nr_cpus_id' to the housekeeping code.

Frederic Weisbecker (3):
  housekeeping: Move isolcpus to housekeeping
  housekeeping: Add basic isolcpus flags
  housekeeping: Document isolcpus flags

 Documentation/admin-guide/kernel-parameters.txt | 35 ++++++----
 drivers/base/cpu.c                              | 11 +++-
 include/linux/housekeeping.h                    |  1 +
 include/linux/sched.h                           |  2 -
 kernel/cgroup/cpuset.c                          | 15 ++---
 kernel/housekeeping.c                           | 85 +++++++++++++++++++++----
 kernel/sched/core.c                             | 16 +----
 kernel/sched/topology.c                         | 24 ++-----
 8 files changed, 117 insertions(+), 72 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-10-25  3:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-25  3:27 [PATCH 0/3] Housekeeping: Rebase last 3 patches against tip:sched/core Frederic Weisbecker
2017-10-25  3:27 ` [PATCH 1/3] housekeeping: Move isolcpus to housekeeping Frederic Weisbecker
2017-10-25  3:27 ` [PATCH 2/3] housekeeping: Add basic isolcpus flags Frederic Weisbecker
2017-10-25  3:27 ` [PATCH 3/3] housekeeping: Document " Frederic Weisbecker

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.