Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | x86: enable CPU frequency scaling | Lucian Cristian | 2016-08-03 | 1 | -1/+4 |
| | | | | | | | | | CPU frequency scaling enables the operating system to scale the CPU frequency up or down in order to save power. CPU frequencies can be scaled automatically depending on the system load, in response to ACPI events, or manually by userspace programs. Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com> | ||||
* | x86: reorganize x86_32 support | Daniel Golle | 2016-06-07 | 3 | -0/+237 |
copy current 'generic' target to new 'legacy' target. Signed-off-by: Daniel Golle <daniel@makrotopia.org> |