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

Reply via email to