Commits
Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'acpi-resources' * pm-cpuidle: suspend-to-idle: Prevent RCU from complaining about tick_freeze() * pm-cpufreq: cpufreq: Allow freq_table to be obtained for offline CPUs cpufreq: Initialize the governor again while restoring policy * acpi-resources: ACPI / PCI: Fix regressions caused by resource_size_t overflow with 32-bit kernel
Showing diff toae0afb4f5d4
- Linus Torvalds committed bc0195aad0dLinux 4.2-rc2
- Rafael J. Wysocki committed ae0afb4f5d4suspend-to-idle: Prevent RCU from complaining about tick_freeze() Put tick_freeze() un...
- Viresh Kumar committed 5a31d594a97cpufreq: Allow freq_table to be obtained for offline CPUs Users of freq table may want...
- Jiang Liu committed 1fb01ca93a1ACPI / PCI: Fix regressions caused by resource_size_t overflow with 32-bit kernel Zolt...