linux-stable/tools/power/x86
Srinivas Pandruvada 873e391ff3 tools/power/x86/intel-speed-select: Fix invalid core mask
The core mask display is wrong in some cases. This is showing more
cpus than the mask has. This is because mask is 64 bit but it used
with BIT() macro to get the presence of CPU which doesn't support
unsigned long long. Added a new macro for BIT_ULL and use that
to get the presence of a CPU.

Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
2020-05-22 11:18:15 -07:00
..
intel-speed-select tools/power/x86/intel-speed-select: Fix invalid core mask 2020-05-22 11:18:15 -07:00
intel_pstate_tracer tools/power/x86/intel_pstate_tracer: fix a broken y-axis scale 2020-03-26 20:05:58 +01:00
turbostat .gitignore: add SPDX License Identifier 2020-03-25 11:50:48 +01:00
x86_energy_perf_policy tools/power x86_energy_perf_policy: Fix argument parsing 2019-08-31 14:48:34 -04:00