You need to sign in or sign up before continuing.
  1. 29 8月, 2009 1 次提交
  2. 27 8月, 2009 1 次提交
  3. 04 4月, 2009 1 次提交
  4. 20 2月, 2009 1 次提交
  5. 08 11月, 2008 1 次提交
  6. 29 4月, 2008 2 次提交
  7. 02 2月, 2008 1 次提交
    • Z
      ACPI: register ACPI Processor as generic thermal cooling device · d9460fd2
      Zhang Rui 提交于
      Register ACPI processor as thermal cooling devices.
      A combination of processor T-state and P-state are used for thermal throttling.
      the processor will reduce the frequency first and then set the T-state.
      
      we use cpufreq_thermal_reduction_pctg to calculate the cpufreq limit,
      and call cpufreq_verify_with_limit to set the cpufreq limit.
      if cpufreq driver is loaded, then we have four cooling state for cpufreq control.
      cooling state 0: cpufreq limit == max_freq
      cooling state 1: cpufreq limit == max_freq * 80%
      cooling state 2: cpufreq limit == max_freq * 60%
      cooling state 3: cpufreq limit == max_freq * 40%
      
      after the cpufreq limit is set to 40 percentage of the max_freq,
      we use T-state for cooling.
      
      eg. a processor has P-state support, and it has 8 T-state (T0-T7),
      the max_state of the proceesor is 10:
      
      state	cpufreq-limit  T-state
      0:	max_freq	T0
      1:	max_freq * 80%	T0
      2:	max_freq * 60%	T0
      3:	max_freq * 40%	T0
      4:	max_freq * 40%	T1
      5:	max_freq * 40%	T2
      6:	max_freq * 40%	T3
      7:	max_freq * 40%	T4
      8:	max_freq * 40%	T5
      9:	max_freq * 40%	T6
      10:	max_freq * 40%	T7
      Signed-off-by: NZhang Rui <rui.zhang@intel.com>
      Signed-off-by: NZhao Yakui <yakui.zhao@intel.com>
      Signed-off-by: NThomas Sujith <sujith.thomas@intel.com>
      Signed-off-by: NLen Brown <len.brown@intel.com>
      d9460fd2
  8. 13 2月, 2007 2 次提交
  9. 14 10月, 2006 1 次提交
  10. 27 6月, 2006 3 次提交
  11. 08 1月, 2006 1 次提交
  12. 07 1月, 2006 1 次提交
  13. 23 12月, 2005 1 次提交
  14. 01 12月, 2005 1 次提交
  15. 05 8月, 2005 1 次提交
  16. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4