1. 11 Aug, 2009 1 commit
  2. 24 Aug, 2009 1 commit
  3. 10 Jun, 2009 1 commit
  4. 24 Aug, 2009 3 commits
  5. 02 Sep, 2009 1 commit
  6. 11 Aug, 2009 2 commits
  7. 24 Aug, 2009 1 commit
  8. 18 Aug, 2009 1 commit
  9. 20 Aug, 2009 1 commit
  10. 26 Jun, 2009 1 commit
  11. 03 Sep, 2009 1 commit
  12. 02 Sep, 2009 1 commit
  13. 18 Aug, 2009 1 commit
  14. 28 May, 2009 1 commit
  15. 26 Aug, 2009 1 commit
  16. 23 Jul, 2009 1 commit
  17. 13 Aug, 2009 1 commit
  18. 17 Aug, 2009 1 commit
  19. 22 Jul, 2009 1 commit
  20. 26 Jun, 2009 1 commit
  21. 24 Aug, 2009 2 commits
  22. 02 Sep, 2009 1 commit
  23. 20 Aug, 2009 2 commits
  24. 24 Aug, 2009 1 commit
  25. 20 Aug, 2009 1 commit
  26. 10 Sep, 2009 1 commit
  27. 09 Sep, 2009 2 commits
  28. 02 Sep, 2009 1 commit
  29. 14 Aug, 2009 2 commits
  30. 07 Aug, 2009 2 commits
  31. 23 Jun, 2009 1 commit
    • Andrew Morton's avatar
      Presently acpi-cpufreq will perform the MSR read on the first CPU in the · d19dd214
      Andrew Morton authored
      mask.  That's inefficient if that CPU differs from the current CPU. 
      Because we have to perform a cross-CPU call, but we could have run the
      rdmsr on the current CPU.
      
      So switch to using the new smp_call_function_any(), whcih will perform the
      call on the current CPU if that CPU is present in the mask (it is).
      
      Cc: "Zhang, Yanmin" <yanmin_zhang@linux.intel.com>
      Cc: Dave Jones <davej@redhat.com>
      Cc: Ingo Molnar <mingo@elte.hu>
      Cc: Jaswinder Singh Rajput <jaswinder@kernel.org>
      Cc: Len Brown <len.brown@intel.com>
      Cc: Mike Galbraith <efault@gmx.de>
      Cc: Rusty Russell <rusty@rustcorp.com.au>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
      Cc: Zhao Yakui <yakui.zhao@intel.com>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      d19dd214
  32. 07 Aug, 2009 1 commit