summaryrefslogtreecommitdiffstats
path: root/src/cpu/intel/turbo/turbo.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/cpu: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-13/+2
* AUTHORS: Move src/cpu/intel copyrights into AUTHORS fileMartin Roth2019-09-101-2/+0
* src/cpu/intel: Add sanity check for cpu turbo mode capabilityJohn Zhao2019-07-211-17/+28
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* src: Move common IA-32 MSRs to <cpu/x86/msr.h>Elyes HAOUAS2018-10-111-5/+5
* src/{arch,commonlib,cpu}: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-07-091-1/+1
* cpu/intel: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-06-281-1/+1
* cpu/intel/turbo: Add option to disable turboSubrata Banik2017-05-161-0/+17
* cpu/intel: Fix the remaining issues detected by checkpatchLee Leahy2017-03-161-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-2/+1
* cpu/intel: allow non-packaged scoped turbo settingAaron Durbin2014-01-301-2/+25
* Add support for Intel Turbo Boost featureStefan Reinauer2012-04-031-0/+90