Staging
v0.5.2
https://github.com/torvalds/linux
Raw File
Tip revision: 44549e8f5eea4e0a41b487b63e616cb089922b99 authored by Linus Torvalds on 08 May 2016, 21:38:32 UTC
Linux 4.6-rc7
Tip revision: 44549e8
ToDo
ToDos sorted by priority:

- Use bitmask functions to parse CPU topology more robust
  (current implementation has issues on AMD)
- Try to read out boost states and frequencies on Intel
- Somewhere saw the ability to read power consumption of
  RAM from HW on Intel SandyBridge -> another monitor?
- Add another c1e debug idle monitor
  -> Is by design racy with BIOS, but could be added
     with a --force option and some "be careful" messages
back to top