1. 11 1月, 2006 1 次提交
  2. 07 12月, 2005 1 次提交
    • V
      [CPUFREQ] CPU frequency display in /proc/cpuinfo · 95235ca2
      Venkatesh Pallipadi 提交于
      What is the value shown in "cpu MHz" of /proc/cpuinfo when CPUs are capable of
      changing frequency?
      
      Today the answer is: It depends.
      On i386:
      SMP kernel - It is always the boot frequency
      UP kernel - Scales with the frequency change and shows that was last set.
      
      On x86_64:
      There is one single variable cpu_khz that gets written by all the CPUs. So,
      the frequency set by last CPU will be seen on /proc/cpuinfo of all the
      CPUs in the system. What you see also depends on whether you have constant_tsc
      capable CPU or not.
      
      On ia64:
      It is always boot time frequency of a particular CPU that gets displayed.
      
      The patch below changes this to:
      Show the last known frequency of the particular CPU, when cpufreq is present. If
      cpu doesnot support changing of frequency through cpufreq, then boot frequency
      will be shown. The patch affects i386, x86_64 and ia64 architectures.
      
      Signed-off-by: Venkatesh Pallipadi<venkatesh.pallipadi@intel.com>
      Signed-off-by: NDave Jones <davej@redhat.com>
      95235ca2
  3. 15 11月, 2005 7 次提交
  4. 31 10月, 2005 1 次提交
  5. 04 10月, 2005 1 次提交
  6. 30 9月, 2005 1 次提交
  7. 18 9月, 2005 1 次提交
    • L
      x86-64/smp: fix random SIGSEGV issues · bc5e8fdf
      Linus Torvalds 提交于
      They seem to have been due to AMD errata 63/122; the fix is to disable
      TLB flush filtering in SMP configurations.
      
      Confirmed to fix the problem by Andrew Walrond <andrew@walrond.org>
      
      [ Let's see if we'll have a better fix eventually, this is the Q&D
        "let's get this fixed and out there" version ]
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      bc5e8fdf
  8. 13 9月, 2005 4 次提交
  9. 11 9月, 2005 1 次提交
  10. 08 9月, 2005 1 次提交
  11. 25 8月, 2005 1 次提交
  12. 07 8月, 2005 1 次提交
  13. 29 7月, 2005 2 次提交
  14. 08 7月, 2005 1 次提交
  15. 26 6月, 2005 2 次提交
  16. 24 6月, 2005 3 次提交
  17. 21 5月, 2005 1 次提交
  18. 17 5月, 2005 3 次提交
  19. 01 5月, 2005 2 次提交
  20. 17 4月, 2005 5 次提交