Skip to content
Snippets Groups Projects
Select Git revision
  • 2c43838c99d9d23f17eb2bdadafcb2879cca6995
  • master default
  • android-container
  • nanopc-t4
  • for-kernelci
  • WIP-syscall
  • v4.16-rc5
  • v4.16-rc4
  • v4.16-rc3
  • v4.16-rc2
  • v4.16-rc1
  • v4.15
  • v4.15-rc9
  • v4.15-rc8
  • v4.15-rc7
  • v4.15-rc6
  • v4.15-rc5
  • v4.15-rc4
  • v4.15-rc3
  • v4.15-rc2
  • v4.15-rc1
  • v4.14
  • v4.14-rc8
  • v4.14-rc7
  • v4.14-rc6
  • v4.14-rc5
26 results

linux

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Frederic Weisbecker authored and Ingo Molnar committed
    The "isolcpus=" boot parameter support was always built-in before we
    moved the related code under CONFIG_CPU_ISOLATION. Having it disabled by
    default is very confusing for people accustomed to use this parameter.
    
    So enable it by dafault to keep the previous behaviour but keep it
    optable for those who want to tinify their kernels.
    
    Signed-off-by: default avatarFrederic Weisbecker <frederic@kernel.org>
    Cc: Chris Metcalf <cmetcalf@mellanox.com>
    Cc: Christoph Lameter <cl@linux.com>
    Cc: John Stultz <john.stultz@linaro.org>
    Cc: Linus Torvalds <torvalds@linux-foundation.org>
    Cc: Luiz Capitulino <lcapitulino@redhat.com>
    Cc: Mike Galbraith <efault@gmx.de>
    Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Rik van Riel <riel@redhat.com>
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Cc: Wanpeng Li <kernellwp@gmail.com>
    Cc: kernel test robot <xiaolong.ye@intel.com>
    Link: http://lkml.kernel.org/r/1513275507-29200-3-git-send-email-frederic@kernel.org
    
    
    Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
    2c43838c
    History
    Linux kernel
    ============
    
    This file was moved to Documentation/admin-guide/README.rst
    
    Please notice that there are several guides for kernel developers and users.
    These guides can be rendered in a number of formats, like HTML and PDF.
    
    In order to build the documentation, use ``make htmldocs`` or
    ``make pdfdocs``.
    
    There are various text files in the Documentation/ subdirectory,
    several of them using the Restructured Text markup notation.
    See Documentation/00-INDEX for a list of what is contained in each file.
    
    Please read the Documentation/process/changes.rst file, as it contains the
    requirements for building and running the kernel, and information about
    the problems which may result by upgrading your kernel.