1. 30 5月, 2018 2 次提交
  2. 21 5月, 2018 11 次提交
  3. 15 5月, 2018 4 次提交
  4. 13 5月, 2018 1 次提交
    • V
      cpufreq: optimize cpufreq_notify_transition() · 20b5324d
      Viresh Kumar 提交于
      cpufreq_notify_transition() calls __cpufreq_notify_transition() for each
      CPU of a policy. There is a lot of code in __cpufreq_notify_transition()
      though which isn't required to be executed for each CPU, like checking
      about disabled cpufreq or irqs, adjusting jiffies, updating cpufreq
      stats and some debug print messages.
      
      This commit merges __cpufreq_notify_transition() into
      cpufreq_notify_transition() and modifies cpufreq_notify_transition() to
      execute minimum amount of code for each CPU.
      
      Also fix the kerneldoc for cpufreq_notify_transition() while at it.
      Signed-off-by: NViresh Kumar <viresh.kumar@linaro.org>
      Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
      20b5324d
  5. 12 5月, 2018 6 次提交
  6. 11 5月, 2018 16 次提交