Skip to content
More power management updates for v4.8-rc1

 - Prevent the low-level assembly hibernate code on x86-64 from
   referring to __PAGE_OFFSET directly as a symbol which doesn't work
   when the kernel identity mapping base is randomized, in which case
   __PAGE_OFFSET is a variable (Rafael Wysocki).

 - Avoid selecting CPU_FREQ_STAT by default as the statistics are not
   required for proper cpufreq operation (Borislav Petkov).

 - Add Skylake-X and Broadwell-X IDs to the intel_pstate's list of
   processors where out-of-band (OBB) control of P-states is possible
   and if that is in use, intel_pstate should not attempt to manage
   P-states (Srinivas Pandruvada).

 - Drop some unnecessary checks from the wakeup IRQ handling code in
   the PM core (Markus Elfring).

 - Reduce the number operating performance point (OPP) lookups in
   one of the OPP framework's helper functions (Jisheng Zhang).