Merge branches 'acpi-pm' and 'pm-sleep'
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 18 Jan 2018 01:55:28 +0000 (02:55 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 18 Jan 2018 01:55:28 +0000 (02:55 +0100)
* acpi-pm:
  platform/x86: surfacepro3: Support for wakeup from suspend-to-idle
  ACPI / PM: Use Low Power S0 Idle on more systems
  ACPI / PM: Make it possible to ignore the system sleep blacklist

* pm-sleep:
  PM / hibernate: Drop unused parameter of enough_swap
  block, scsi: Fix race between SPI domain validation and system suspend
  PM / sleep: Make lock/unlock_system_sleep() available to kernel modules
  PM: hibernate: Do not subtract NR_FILE_MAPPED in minimum_image_size()

1  2  3 
Documentation/admin-guide/kernel-parameters.txt

index 46b26bfee27ba81267703a1ceac7c0e082f1e5ec,b125690d5dbcd605d55e69e81d9e3678ece98ccc,af7104aaffd92f1eb3db02df44ffc33e7df78adc..281c85839c1781037542236305940a21c3f113b4
        pt.             [PARIDE]
                        See Documentation/blockdev/paride.txt.
   
  -     pti=            [X86_64]
  -                     Control user/kernel address space isolation:
  -                     on - enable
  -                     off - disable
  -                     auto - default setting
 ++     pti=            [X86_64] Control Page Table Isolation of user and
 ++                     kernel address spaces.  Disabling this feature
 ++                     removes hardening, but improves performance of
 ++                     system calls and interrupts.
 ++
 ++                     on   - unconditionally enable
 ++                     off  - unconditionally disable
 ++                     auto - kernel detects whether your CPU model is
 ++                            vulnerable to issues that PTI mitigates
 ++
 ++                     Not specifying this option is equivalent to pti=auto.
 ++
 ++     nopti           [X86_64]
 ++                     Equivalent to pti=off
 + 
        pty.legacy_count=
                        [KNL] Number of legacy pty's. Overwrites compiled-in
                        default number.